@charset "UTF-8";
/*
Theme Name: yanagawa
Version: 1.0

*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translateZ(0); }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat; }

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat; }

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #3399ff;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #3399ff;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------
a?��a?��
-------------------------------*/
/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body;
 *---------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 13px;
  font-family: "a�C�Ca?�La?�Ea??a?�P Medium", "Yu Gothic Medium", "a�C�Ca?�La?�Ea??a?�Pa?�g", YuGothic, "a?�fa?ca?Ra??e���fa?�L Pro W3", "a?!a??a?aa?a", sans-serif;
  color: #000;
  line-height: 1.5;
  background-image: url(images/common/bg.jpg);
  min-width: 1100px; }
  @media only screen and (max-width: 750px) {
    body {
      min-width: 320px; } }

body.active {
  overflow: hidden !important; }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.1s;
  color: #3399ff; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    outline: none;
    opacity: 0.7; }
  a.underline {
    text-decoration: underline !important; }

/* clear fix */
.cf {
  zoom: 1; }
  .cf:before {
    display: table;
    content: ''; }
  .cf:after {
    display: table;
    content: '';
    clear: both; }

@media only screen and (min-width: 751px) {
  .sp {
  
   display: none !important; } }

@media only screen and (max-width: 750px) {
  .pc {
   
   display: none !important; } }

@media only screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto; } }

/*-------------------------------
WordPressa?�Na?��a?��a??a?Ra?��a??a?ca?��a??e�N-aR?
--------------------------------*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.wp-editor-content .accent-box {
  width: 76%;
  box-sizing: border-box;
  margin: 30px auto 20px;
  background-color: #3399ff;
  border-radius: 10px;
  color: #fff;
  padding: 11px 36px; }
  .wp-editor-content .accent-box p {
    margin-top: 0; }

.wp-editor-content .topmost-heading {
  margin: 0;
  padding: 0;
  border: none; }
  .wp-editor-content .topmost-heading:before, .wp-editor-content .topmost-heading:after {
    content: none; }

.wp-editor-content h1, .wp-editor-content .topmost-heading {
  font-size: 26px;
  border-bottom: 3px solid #3399ff;
  margin-top: 34px;
  margin-bottom: 8px; }

.wp-editor-content h2 {
  margin-top: 20px;
  font-size: 22px;
  position: relative;
  padding-left: 17px; }
  .wp-editor-content h2:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #3399ff;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0; }

.wp-editor-content h3 {
  padding-top: 16px;
  font-size: 18px; }

.wp-editor-content p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2.25; }

.wp-editor-content a {
  text-decoration: underline; }

.wp-editor-content li {
  font-size: 16px;
  line-height: 2.25;
  position: relative;
  padding-left: 20px; }
  .wp-editor-content li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3399ff;
    position: absolute;
    top: 12px;
    left: 0; }

.wp-editor-content img.alignleft {
  margin-right: 3%; }

.wp-editor-content img.alignright {
  margin-left: 3%; }

.wp-editor-content img.alignleft, .wp-editor-content img.alignright {
  width: 47%;
  display: block; }
  .wp-editor-content img.alignleft:after, .wp-editor-content img.alignright:after {
    display: block;
    clear: both; }

.wp-editor-content table {
  width: 100%;
  text-align: left; }

.wp-editor-content tr {
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 80px;
  border-bottom: 1px solid #3399ff; }

.wp-editor-content th {
  box-sizing: border-box;
  width: 30%;
  font-weight: bold;
  padding: 14px 0; }

.wp-editor-content td {
  box-sizing: border-box;
  width: 70%;
  padding: 14px 0;
  padding-left: 8px; }

.wp-editor-content dl {
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wp-editor-content dl dt {
    border-top: 1px solid #3399ff;
    box-sizing: border-box;
    width: 20%;
    font-weight: bold;
    padding: 16px 0; }
    .wp-editor-content dl dt:first-of-type {
      border-top: none; }
  .wp-editor-content dl dd {
    border-top: 1px solid #3399ff;
    box-sizing: border-box;
    width: 80%;
    padding: 16px 0;
    padding-left: 8px; }
    .wp-editor-content dl dd:first-of-type {
      border-top: none; }

.wp-editor-content iframe {
  max-width: 100%; }

@media only screen and (max-width: 750px) {
  .wp-editor-content .accent-box {
    width: 100%;
    margin-top: 16px;
    padding: 10px; }
  .wp-editor-content h1, .wp-editor-content .topmost-heading {
    font-size: 18px;
    margin-top: 16px; }
  .wp-editor-content h2 {
    font-size: 16px; }
  .wp-editor-content h3 {
    font-size: 14px; }
  .wp-editor-content p, .wp-editor-content li {
    font-size: 14px;
    line-height: 2; }
  .wp-editor-content li {
    padding-left: 16px; }
    .wp-editor-content li:before {
      width: 8px;
      height: 8px;
      top: 8px; }
  .wp-editor-content dl {
    font-size: 12px;
    margin-bottom: 30px;
    display: block; }
    .wp-editor-content dl dt {
      width: 100%;
      font-weight: bold;
      padding-bottom: 0;
      padding-top: 8px; }
    .wp-editor-content dl dd {
      border-top: none;
      padding-left: 0;
      padding-top: 2px;
      padding-bottom: 8px;
      width: 100%; }
  .wp-editor-content table, .wp-editor-content tbody, .wp-editor-content tr, .wp-editor-content th, .wp-editor-content td {
    display: block; }
  .wp-editor-content tr {
    font-size: 12px;
    margin-bottom: 0; }
  .wp-editor-content th, .wp-editor-content td {
    width: 100%; }
  .wp-editor-content th {
    padding-bottom: 8px; }
  .wp-editor-content td {
    padding-top: 0;
    padding-left: 0; }
  .wp-editor-content iframe {
    height: auto; } }

.l-inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-inner {
      width: 100%;
      padding: 0 4%; } }

.l-inner-pc {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-inner-pc {
      width: 100%; } }

@media only screen and (max-width: 750px) {
  .l-inner-sp {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%; } }

.l-content {
  margin-top: 54px; }
  @media only screen and (max-width: 750px) {
    .l-content {
      margin-top: 0; } }

.post-type-archive-know .l-content {
  display: block; }

.page .l-content {
  padding-bottom: 90px; }
  @media only screen and (max-width: 750px) {
    .page .l-content {
      margin-top: 6px;
      padding-bottom: 76px; } }

.archive .l-content, .single .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media only screen and (max-width: 750px) {
    .archive .l-content, .single .l-content {
      display: block; } }

.l-main {
  width: 740px; }
  @media only screen and (max-width: 750px) {
    .l-main {
      width: 100%; } }

.l-side {
  width: 220px;
  box-sizing: border-box; }
  .l-side .fb {
    padding-top: 0; }
  @media only screen and (max-width: 750px) {
    .l-side {
      width: 100%;
      background-color: #fff;
      margin-top: 50px; } }

@media only screen and (min-width: 751px) {
  .l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .l-column__item {
      box-sizing: border-box; }
    .l-column.col03 .l-column__item {
      width: 31.8%;
      margin-right: 2.3%; }
      .l-column.col03 .l-column__item:nth-of-type(3n) {
        margin-right: 0; }
    .l-column.col02 .l-column__item {
      width: 49%;
      margin-right: 2%; }
      .l-column.col02 .l-column__item:nth-of-type(2n) {
        margin-right: 0; } }

.l-header {
  background-color: #fff;
  padding: 14px 0; }
  .l-header > .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-logo {
  display: block;
  position: relative;
  z-index: 999;
  width: 320px;
  height: 52px; }
  .header-logo img {
    width: 100%;
    height: auto; }

.gnav {
  padding-left: 80px; }
  .gnav__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gnav__item {
    width: 14.285%;
    text-align: center; }
    .gnav__item a {
      display: block; }
      @media only screen and (min-width: 751px) {
        .gnav__item a:hover {
          opacity: 1; }
          .gnav__item a:hover .gnav__icon:before {
            opacity: 1; }
          .gnav__item a:hover .gnav__icon img {
            opacity: 0; } }
    .gnav__item.about .gnav__icon:before {
      background-image: url(../img/botan/yana_icon.png); }/*矢那川橋*/
    .gnav__item.taiken .gnav__icon:before {
      background-image: url(../img/botan/sakra_yanagawa.png); }/*矢那川桜*/
    .gnav__item.stay .gnav__icon:before {
      background-image: url(../img/botan/asakurayama_sp.png); }/*新倉山*/
    .gnav__item.stay .gnav__icon img {
      margin-left: 2px; }
    .gnav__item.eat .gnav__icon:before {
      background-image: url(../img/botan/oshino_sp.png); }/*中の島大橋*/
    .gnav__item.buy .gnav__icon:before {
      background-image: url(../img/botan/mamasp01.png); }/*松本城*/
    .gnav__item.know .gnav__icon:before {
      background-image: url(../img/botan/komurosp_img.png); }
    .gnav__item.trip .gnav__icon:before {
      background-image: url(../img/botan/amebiki_img.png); }
  .gnav__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 37px;
    position: relative; }
    .gnav__icon:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      transition: opacity .3s;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      background-size: contain; }
    .gnav__icon img {
      transition: opacity .3s; }
  .gnav__text {
    padding-top: 10px;
    display: block; }

.current-weather {
  position: absolute;
  text-align: center;
  z-index: 99;
  right: 0;
  top: 26%;
  width: 80px;
  box-sizing: border-box;
  padding: 18px;
  background-color: #fff;
  border-radius: 10px 0 0 10px; }
  .current-weather__title {
    font-size: 12px;
    line-height: 1.1; }
  .current-weather__temp {
    font-size: 24px;
    font-weight: bold; }
    .current-weather__temp span {
      font-size: 10px; }
    .current-weather__temp .high {
      color: #3399ff;
      border-bottom: 1px solid #ddd; }
    .current-weather__temp .low {
      color: #3399ff; }

@media only screen and (max-width: 750px) {
  .l-header > .l-inner {
    display: block; }
  .header-logo {
    margin: 0 auto;
    width: 246px;
    height: 38px; }
  .toggle_btn {
    width: 35px;
    height: 34px;
    position: fixed;
    top: 10px;
    right: 4%;
    z-index: 9999;
    background-color: #fff; }
    .toggle_btn span {
      display: block;
      width: 25px;
      height: 2px;
      background-color: #3399ff;
      position: absolute;
      top: 16px;
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: opacity .3s;
      opacity: 1; }
    .toggle_btn:before, .toggle_btn:after {
      content: "";
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      display: block;
      width: 25px;
      height: 2px;
      background-color: #3399ff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .toggle_btn:before {
      top: 10px; }
    .toggle_btn:after {
      bottom: 10px; }
    .toggle_btn.active span {
      opacity: 0; }
    .toggle_btn.active:before {
      -webkit-transform: translateY(6px) rotate(45deg);
              transform: translateY(6px) rotate(45deg); }
    .toggle_btn.active:after {
      -webkit-transform: translateY(-6px) rotate(-45deg);
              transform: translateY(-6px) rotate(-45deg); }
  .gnav {
    padding-left: 4%;
    padding-right: 4%;
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 45px; }
    .gnav__wrapper {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      overflow: scroll;
      -webkit-overflow-scrolling: scroll; }
    .gnav__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .gnav__item {
      width: 33%;
      margin-top: 15px;
      margin-bottom: 15px;
      text-align: center; }
    .gnav__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 50px;
      position: relative; }
      .gnav__icon:before {
        content: none; }
      .gnav__icon img {
        transition: opacity .3s; }
    .gnav__text {
      padding-top: 9px; }
  .gnav__sub {
    border-top: 1px solid #3399ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 4px;
    margin-top: 15px; }
    .gnav__sub__item {
      width: 50%;
      position: relative;
      font-size: 12px; }
      .gnav__sub__item a {
        display: block;
        color: #000;
        padding: 14px 20px; }
      .gnav__sub__item:nth-of-type(-n+2) {
        border-bottom: 1px solid #e0e0e0; }
      .gnav__sub__item:nth-of-type(2n):before {
        content: "";
        display: block;
        width: 1px;
        height: 12px;
        background-color: #e0e0e0;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -6px; }
  .current-weather {
    top: 16%;
    width: 45px;
    padding: 8px; }
    .current-weather__title {
      font-size: 10px; }
    .current-weather__temp {
      font-size: 13px; }
      .current-weather__temp span {
        font-size: 10px; } }

.footer-access {
  background-color: #3399ff;
  margin-top: 50px;
  position: relative; }
  .footer-access:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-image: url(images/common/footer-bg.png);
    position: absolute;
    top: -50px;
    left: 0; }
  .footer-access .l-inner {
    position: relative;
    padding-left: 290px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .footer-access .l-inner:before {
      content: "";
      display: block;
      width: 323px;
      height: 267px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(images/common/footer-map.png);
      position: absolute;
      top: -28px;
      left: -75px; }
  .footer-access__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-access .btn {
    margin-left: 19px;
    background-color: transparent;
    color: #3399ff;
    border-color: #3399ff; }
  .footer-access__list {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 23px; }
  .footer-access__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .footer-access__detail dt {
      font-size: 18px;
      font-weight: bolder; }
      .footer-access__detail dt span {
        font-size: 12px; }
    .footer-access__detail dd {
      font-size: 13px; }
      .footer-access__detail dd li::before {
        content: "a?��"; }

.footer-lower {
  background-color: #fff; }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  border-bottom: 1px solid #e0e0e0; }
  .footer-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .footer-nav__item:not(:first-of-type)::before {
      content: "";
      display: block;
      height: 26px;
      width: 1px;
      background-color: #e0e0e0;
      position: absolute;
      top: 50%;
      margin-top: -13px;
      left: 0; }
    .footer-nav__item.facebook img {
      margin-right: 10px; }
    .footer-nav__item.facebook a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .footer-nav a {
    color: #000;
    padding: 0 40px; }

.footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px; }
  .footer-company .logo {
    margin-right: 30px; }
  .footer-company p {
    margin-left: 20px; }

.copyright {
  text-align: center;
  font-size: 10px;
  padding-top: 56px;
  padding-bottom: 30px; }

@media only screen and (max-width: 750px) {
  .l-footer {
    padding-top: 30px;
    background-color: #fff; }
  .footer-access {
    margin-top: 0; }
    .footer-access:before {
      height: 15px;
      background-image: url(images/common/footer-bg-sp.png);
      top: -15px; }
    .footer-access .l-inner {
      position: relative;
      padding-left: 32%;
      padding-top: 50px;
      padding-bottom: 45px; }
      .footer-access .l-inner:before {
        width: 110px;
        height: 207px;
        background-image: url(images/common/footer-map-sp.png);
        position: absolute;
        top: 50px;
        left: 0; }
    .footer-access__lead {
      display: block; }
    .footer-access .btn.small {
      margin-left: 0;
      width: 90px;
      margin-top: 8px;
      font-size: 10px;
      padding: 4px; }
    .footer-access__list {
      display: block;
      padding-top: 0; }
    .footer-access__detail {
      padding-top: 20px; }
      .footer-access__detail dt {
        font-size: 13px; }
        .footer-access__detail dt span {
          font-size: 10px; }
      .footer-access__detail dd {
        font-size: 11px; }
  .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    border-bottom: none; }
    .footer-nav__item {
      width: 50%;
      border-bottom: 1px solid #e0e0e0; }
      .footer-nav__item:not(:first-of-type)::before {
        content: none; }
      .footer-nav__item:nth-of-type(2n)::before {
        content: "";
        display: block;
        height: 12px;
        width: 1px;
        background-color: #e0e0e0;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 0; }
      .footer-nav__item.facebook img {
        width: 24px;
        height: 24px; }
      .footer-nav__item.facebook a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .footer-nav a {
      display: block;
      padding: 20px 14px;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
  .footer-company {
    display: block;
    font-size: 10px;
    padding-top: 0;
    text-align: center; }
    .footer-company .logo {
      margin-right: 0;
      display: block;
      margin-bottom: 14px; }
    .footer-company p {
      margin-left: 0;
      line-height: 2; }
  .copyright {
    text-align: center;
    font-size: 10px;
    padding-top: 40px;
    padding-bottom: 25px; } }

/*----------------------
module
------------------------*/
.area-map {
  
  position: absolute; }     /* ���@��Ƃ�Ƃ͂�����*/
  .area-map__wrapper {
   
    position: relative;
   top:350px; }
  @media only screen and (max-width: 750px) {
    .area-map {
      position: static;
      margin-left: -4%; } }

.article-category {
  background-color: #3399ff;
  color: #fff;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  margin-right: 4px; }
  .article-category__wrapper {
    padding-top: 10px; }
  @media only screen and (max-width: 750px) {
    .article-category {
      min-width: 40px;
      padding: 0 6px; }
      .article-category__wrapper {
        padding-top: 8px; } }

.article-detail .bx-wrapper {
  margin-bottom: 32px;
  margin-top: 20px; }

.article-detail .bx-wrapper .bx-controls-auto, .article-detail .bx-wrapper .bx-pager {
  bottom: -20px; }

.article-detail .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #3399ff; }

.article-detail .bx-wrapper .bx-pager.bx-default-pager a.active, .article-detail .bx-wrapper .bx-pager.bx-default-pager a:focus, .article-detail .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #3399ff; }

.article-detail__slider {
  overflow: hidden;
  width: 100%;
  height: 462px; }

.article-detail__slide {
  width: 100%;
  height: 462px; }

.article-detail__slideimg {
  width: 100%;
  height: 462px;
  background-size: cover;
  background-position: center; }

.article-detail__title {
  font-size: 40px;
  line-height: 1.3; }

@media only screen and (max-width: 750px) {
  .article-detail__title {
    font-size: 21px; }
  .article-detail__date {
    font-size: 10px; }
  .article-detail__slide, .article-detail__slideimg {
    height: 215px; }
  .article-detail__map iframe {
    width: 100%;
    height: 225px; } }

.article-list__item {
  margin-bottom: 20px;
  border: 1px solid #3399ff;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden; }
  .article-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.article-list__img {
  width: 240px; }
  .article-list__img img {
    width: 100%;
    height: auto; }

.article-list__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 18px; }

.article-list__title {
  font-size: 24px;
  padding-bottom: 6px; }

.article-list__desc {
  font-size: 14px;
  color: #000; }

.article-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media only screen and (max-width: 750px) {
  .article-list__wrapper {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .article-list__item {
    margin-bottom: 10px;
    border-radius: 8px;
    width: 48%; }
    .article-list__item a {
      display: block; }
  .article-list__img {
    width: 100%; }
  .article-list__textarea {
    padding: 12px 14px;
    text-align: justify; }
  .article-list__title {
    line-height: 1.2;
    font-size: 15px;
    padding-bottom: 0; }
  .article-list__desc {
    font-size: 12px;
    padding-top: 12px; }
  .article-list__meta {
    display: block; } }

.breadcrumbs {
  margin-top: -0.2vw; }
  .breadcrumbs > span {
    padding: 0 8px; }
    .breadcrumbs > span:first-of-type {
      padding-left: 0; }
  @media only screen and (max-width: 750px) {
    .breadcrumbs {
      display: none; } }

.btn {
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #3399ff;
  color: #3399ff;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 360px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  padding: 9px;
  position: relative;
  overflow: hidden; }
  @media all and (-ms-high-contrast: none) {
    .btn {
      padding-top: 12px;
      padding-bottom: 6px; } }
  .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
    transform-origin: left;
    background-color: #3399ff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .btn span {
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 751px) {
    .btn:hover {
      opacity: 1;
      color: #fff; }
      .btn:hover:before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .btn:hover span:after {
        border-left-color: #fff; } }
  .btn.small {
    width: 120px;
    font-size: 14px;
    font-weight: normal;
    padding: 3px; }
  .btn.return-btn {
    font-weight: normal;
    margin-top: 60px; }
  .btn.colored {
    background-color: #3399ff;
    color: #fff;
    transition: background-color .3s; }
    @media only screen and (min-width: 751px) {
      .btn.colored:hover {
        cursor: pointer;
        color: #3399ff;
        background-color: #fff; } }
  .btn.has-arrow span {
    display: block; }
  .btn.has-arrow span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3399ff;
    border-bottom: 2px solid #3399ff;
    -webkit-transform: translateY(-2px) rotate(45deg);
            transform: translateY(-2px) rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px; }
  @media only screen and (min-width: 751px) {
    .btn.has-arrow:hover span::after {
      border-color: #fff; } }
  @media only screen and (max-width: 750px) {
    .btn.has-arrow span::after {
      right: 10px;
      width: 5px;
      height: 5px; } }
  .btn.external::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/icon/icon-external.png);
    position: absolute;
    right: 36px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .btn.zoom::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(images/icon/icon-zoom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto; }
  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .btn__wrapper .btn {
      margin-left: 5px;
      margin-right: 5px; }

.reserve-btn {
  width: 400px;
  box-sizing: border-box;
  background-color: #3399ff;
  color: #fff;
  border-radius: 10px;
  display: block;
  margin: 40px auto 70px;
  font-size: 24px;
  text-align: center;
  padding: 17px 60px; }
  .reserve-btn span {
    display: inline-block;
    position: relative; }
    .reserve-btn span:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: -50px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 26px;
      height: 26px;
      box-sizing: border-box;
      background-image: url(images/icon/icon-check.png);
      background-size: contain; }

@media only screen and (max-width: 750px) {
  .btn {
    border-radius: 8px;
    width: 200px;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px;
    font-weight: normal; }
    .btn.small {
      width: 200px;
      font-size: 12px;
      padding: 10px; }
    .btn.return-btn {
      font-size: 12px;
      width: 66%;
      margin-top: 40px; }
  .reserve-btn {
    width: 72%;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px; }
    .reserve-btn span:before {
      width: 19px;
      height: 19px;
      left: -30px;
      background-image: url(images/icon/icon-check-sp.png); } }

.contact-form {
  margin-top: 46px; }
  .contact-form .required {
    font-size: 14px;
    color: #fff;
    background-color: #3399ff;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 10px; }
  .contact-form input, .contact-form textarea {
    -webkit-appearance: none; }
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px; }
  .contact-form input[type="submit"] {
    margin-top: 40px;
    font-size: 24px;
    padding: 14px; }
  @media only screen and (max-width: 750px) {
    .contact-form .required {
      font-size: 12px; }
    .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
      padding: 7px; }
    .contact-form input[type="submit"] {
      font-size: 12px;
      padding: 9px; } }

.data-list {
  border-bottom: 1px solid #3399ff;
  padding: 8px 0 6px; }
  .data-list dt {
    float: left;
    clear: left;
    width: 20%;
    font-size: 16px;
    font-weight: bold; }
  .data-list dd {
    float: left;
    width: 80%;
    font-size: 16px; }
  @media only screen and (max-width: 750px) {
    .data-list dt, .data-list dd {
      float: none;
      width: 100%;
      font-size: 14px; } }

.footer-aside {
  padding-top: 100px; }
  .footer-aside__title {
    padding-bottom: 18px; }
  @media only screen and (max-width: 750px) {
    .footer-aside {
      padding-top: 50px; } }

.imgbox-list__item {
  float: left;
  width: 307px;
  height: 285px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 39px; }
  .imgbox-list__item:nth-of-type(1), .imgbox-list__item:nth-of-type(3n+1) {
    margin-left: 0; }
  .imgbox-list__item.is-big {
    width: 653px;
    height: 610px; }
    .imgbox-list__item.is-big a {
      position: relative;
      overflow: hidden; }
      .imgbox-list__item.is-big a:before, .imgbox-list__item.is-big a:after {
        content: "";
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 9; }
      .imgbox-list__item.is-big a:before {
        width: 96px;
        height: 96px;
        top: -48px;
        left: -48px;
        background-color: #3399ff;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .imgbox-list__item.is-big a:after {
        content: "";
        display: block;
        width: 18px;
        height: 17px;
        background-image: url(images/icon/icon-star.png);
        z-index: 9;
        position: absolute;
        top: 10px;
        left: 11px; }
    .imgbox-list__item.is-big .imgbox-list__img {
      height: 463px; }
    .imgbox-list__item.is-big .imgbox-list__textarea {
      padding-top: 26px;
      padding-bottom: 26px; }
    .imgbox-list__item.is-big .imgbox-list__title {
      font-size: 24px; }
  .imgbox-list__item a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3399ff;
    color: #fff; }
    .imgbox-list__item a:hover {
      opacity: 1; }
      .imgbox-list__item a:hover .imgbox-list__img img, .imgbox-list__item a:hover .imgbox-list__img .img {
        -webkit-transform: scale(1.06);
                transform: scale(1.06); }

.imgbox-list__textarea {
  padding: 15px 20px; }

.imgbox-list__title {
  font-size: 18px; }

.imgbox-list__desc {
  font-size: 14px;
  padding-top: 8px; }

.imgbox-list__img {
  height: 200px;
  overflow: hidden; }
  .imgbox-list__img img {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s; }
  .imgbox-list__img .img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s; }

@media only screen and (max-width: 750px) {
  .imgbox-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .imgbox-list__item {
    float: none;
    width: 48.5%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-left: 0; }
    .imgbox-list__item.is-big {
      width: 100%;
      height: auto;
      margin-right: 0; }
      .imgbox-list__item.is-big a {
        position: relative;
        overflow: hidden; }
        .imgbox-list__item.is-big a:before, .imgbox-list__item.is-big a:after {
          content: "";
          display: block;
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          z-index: 9; }
        .imgbox-list__item.is-big a:before {
          width: 60px;
          height: 60px;
          top: -30px;
          left: -30px;
          background-color: #3399ff;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .imgbox-list__item.is-big a:after {
          width: 12px;
          height: 11px;
          background-size: contain;
          top: 6px;
          left: 6px; }
      .imgbox-list__item.is-big .imgbox-list__img {
        height: 220px; }
      .imgbox-list__item.is-big .imgbox-list__textarea {
        padding-top: 9px;
        padding-bottom: 16px; }
      .imgbox-list__item.is-big .imgbox-list__title {
        font-size: 15px; }
    .imgbox-list__item a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #3399ff;
      color: #fff; }
      .imgbox-list__item a:hover {
        opacity: 1; }
        .imgbox-list__item a:hover .imgbox-list__img img {
          -webkit-transform: scale(1.06);
                  transform: scale(1.06); }
  .imgbox-list__textarea {
    padding: 15px 10px; }
  .imgbox-list__title {
    font-size: 12px; }
  .imgbox-list__desc {
    font-size: 14px;
    padding-top: 8px; }
  .imgbox-list__img {
    height: 110px;
    overflow: hidden; }
    .imgbox-list__img img {
      transition: -webkit-transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s; } }

@media only screen and (min-width: 751px) {
  .imgbox-list__wrapper.footer-list .imgbox-list__item {
    width: 220px;
    height: 214px; }
    .imgbox-list__wrapper.footer-list .imgbox-list__item:nth-of-type(2) {
      margin-left: 39px; }
    .imgbox-list__wrapper.footer-list .imgbox-list__item:nth-of-type(4) {
      display: none; }
  .imgbox-list__wrapper.footer-list .imgbox-list__img {
    height: 143px; }
  .imgbox-list__wrapper.footer-list .imgbox-list__title {
    font-size: 13px; } }

.list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
 }

  .list-area__item {
 
    background-color: #fff;
    border: 1px solid #3399ff;
    border-radius: 17px 17px 17px 17px;
    width: 32%;                /*-----------------------------*/
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    margin-right: 3% 3% ;        /*-----------------------------*/
    position:relative;
	top: -300px;

    margin-bottom: 580px;
    
}
    .list-area__item:nth-of-type(2n) {
      margin-right: 0; }
  .list-area__img img {
  
    
    width: 100%;
    height: auto; }             /*===========height: auto;=========================*/
  .list-area__name {
    font-size: 16px;
    line-height: 1.69;
    padding: 15px 10px; }
  @media only screen and (max-width: 750px) {
    .list-area {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      counter-reset: number 0;
      margin-top: 10px; }
      .list-area__item {
        border-radius: 7px;
        width: 48.55%;
        margin-right: 0;
        margin-bottom: 10px;
        position: relative;
        overflow: visible; }
        .list-area__item::before {
          counter-increment: number 1;
          content: counter(number);
          display: block;
          width: 25px;
          height: 25px;
          background-color: #3399ff;
          border-radius: 50%;
          color: #fff;
          position: absolute;
          top: -8px;
          left: -8px;
          font-size: 15px;
          font-weight: bold;
          text-align: center;
          line-height: 25px; }
      .list-area__img {
        border-radius: 6px 6px 0 0;
        overflow: hidden; }
      .list-area__name {
        font-size: 12px;
        line-height: 1.5;
        padding: 8px; } }

.list-general__item {
  border: 1px solid #3399ff;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff; }
  @media only screen and (min-width: 751px) {
    .list-general__item:not(:nth-of-type(-n+3)) {
      margin-top: 20px; } }
  .list-general__item:nth-of-type(odd) {
    background-color: #fff9f3; }

.list-general__img img {
  width: 100%;
  height: auto; }

.list-general__textarea {
  padding: 20px 20px 16px; }

.list-general__titleb {
  margin-top: 2px;
  color: #333333;
  font-size: 18px;
  line-height: 1.78; }

.list-general__title {
  margin-top: 2px;
  color: #3399ff;
  font-size: 18px;
  line-height: 1.78; }

.list-generals__title {
  margin-top: 2px;
  color: #ff9999;
  font-size: 18px;
  line-height: 1.78; }
.list-generalt__title {
  margin-top: 2px;
  color: #0099ff;
  font-size: 18px;
  line-height: 1.78; }


.list-general__text {
  font-size: 14px;
  line-height: 1.71; }

@media only screen and (max-width: 750px) {
  .list-general__item {
    border-radius: 7px;
    margin-bottom: 15px; }
    .list-general__item.vertical {
      padding: 20px 10px; }
      .list-general__item.vertical .list-general__img {
        float: left;
        margin-right: 11px;
        margin-bottom: 22px;
        width: 160px; }
      .list-general__item.vertical .list-general__textarea {
        padding: 0; }
  .list-general__textarea {
    padding: 12px 10px 18px; }
  .list-general__title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px; }
  .list-general__text {
    font-size: 12px; } }

.l-column__item:nth-of-type(even) .list-general__item {
  background-color: #fff; }

.list-movie {
  /*border: 1px solid #3399ff;*/
  /*border-radius: 10px;*/
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list-movie__item {
    width: 50%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 30px; }
    .list-movie__item:nth-of-type(2) {
      border-left: 1px solid #e0e0e0;
      padding-left: 30px;
      padding-right: 0; }
  .list-movie__title {
    text-align: center;
    margin-bottom: 16px; }
  @media only screen and (max-width: 750px) {
    .list-movie {
      border-radius: 7px;
      padding: 20px 10px;
      display: block; }
      .list-movie__item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 14px; }
        .list-movie__item:nth-of-type(2) {
          border-left: none;
          border-top: 1px solid #e0e0e0;
          padding-left: 0;
          padding-bottom: 0;
          padding-top: 20px; }
      .list-movie__title {
        margin-bottom: 14px; }
        .list-movie__title img {
          width: 42px; } }

@media only screen and (min-width: 751px) {
  .list-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .list-post__item {
      width: 32%;
      box-sizing: border-box; } }

.list-post__img {
  width: 100%;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.list-post__item {
  border: 1px solid #3399ff;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  text-align: center; }
  .list-post__item:nth-of-type(odd) {
    background-color: #fff9f3; }
  .list-post__item .btn {
    width: 100%; }
  .list-post__item a {
    display: block; }
    .list-post__item a:hover {
      opacity: 0.8; }
      .list-post__item a:hover .btn::before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .list-post__item a:hover .btn span {
        color: #fff; }

.list-post__title {
  font-size: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 12px; }

.list-post__textarea {
  padding: 10px 20px 20px; }

@media only screen and (max-width: 750px) {
  .list-post__item {
    border-radius: 7px; }
    .list-post__item:not(:first-of-type) {
      margin-top: 10px; }
    .list-post__item .btn {
      width: 100%;
      padding: 5px; }
    .list-post__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .list-post__title {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 8px; }
  .list-post__img {
    width: 160px;
    height: 120px; }
  .list-post__textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 26px 12px 0; } }

.list-reason {
  margin-top: 30px; }
  .list-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .list-reason__item:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .list-reason__item:nth-of-type(1) .list-reason__img {
      background-image: url(images/family/img-reason01.jpg); }
    .list-reason__item:nth-of-type(1) .list-reason__textarea::before {
      width: 365px;
      height: 322px;
      background-image: url(images/family/number-01.png); }
    .list-reason__item:nth-of-type(2) .list-reason__img {
      background-image: url(images/family/img-reason02.jpg); }
    .list-reason__item:nth-of-type(2) .list-reason__textarea::before {
      width: 447px;
      height: 322px;
      background-image: url(images/family/number-02.png); }
    .list-reason__item:nth-of-type(3) .list-reason__img {
      background-image: url(images/family/img-reason03.jpg); }
    .list-reason__item:nth-of-type(3) .list-reason__textarea::before {
      width: 445px;
      height: 336px;
      background-image: url(images/family/number-03.png); }
  .list-reason__img {
    width: 50%;
    height: 480px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .list-reason__textarea {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-reason__textarea::before {
      content: "";
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
    .list-reason__textarea__inner {
      width: 450px;
      position: relative;
      z-index: 2; }
    .list-reason__textarea .title-subsection {
      text-align: left;
      margin-top: 0;
      margin-bottom: 16px; }
  .list-reason__text {
    font-size: 16px;
    line-height: 2.25; }
  @media only screen and (max-width: 750px) {
    .list-reason {
      margin-top: 18px; }
      .list-reason__item {
        display: block; }
        .list-reason__item:nth-of-type(1) .title-subsection img {
          width: 185px; }
        .list-reason__item:nth-of-type(1) .list-reason__img {
          background-image: url(images/family/img-reason01-sp.jpg); }
        .list-reason__item:nth-of-type(1) .list-reason__textarea::before {
          width: 164px;
          height: 145px;
          background-image: url(images/family/number-01.png); }
        .list-reason__item:nth-of-type(2) .title-subsection img {
          width: 267px; }
        .list-reason__item:nth-of-type(2) .list-reason__img {
          background-image: url(images/family/img-reason02-sp.jpg); }
        .list-reason__item:nth-of-type(2) .list-reason__textarea::before {
          width: 201px;
          height: 144px;
          background-image: url(images/family/number-02.png); }
        .list-reason__item:nth-of-type(3) .title-subsection img {
          width: 250px; }
        .list-reason__item:nth-of-type(3) .list-reason__img {
          background-image: url(images/family/img-reason03-sp.jpg); }
        .list-reason__item:nth-of-type(3) .list-reason__textarea::before {
          width: 200px;
          height: 151px;
          background-image: url(images/family/number-03.png); }
      .list-reason__img {
        width: 100%;
        height: 200px; }
      .list-reason__textarea {
        padding: 30px 4% 40px;
        width: 100%; }
        .list-reason__textarea__inner {
          width: 100%; }
        .list-reason__textarea .title-subsection {
          text-align: center; }
      .list-reason__text {
        font-size: 12px;
        line-height: 1.75; } }

.list-season {
  margin-top: 20px; }
  .list-season__item {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    height: 247px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-season__item::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .list-season__item.spring {
      background-color: rgba(255, 232, 232, 0.5); }
      .list-season__item.spring::before {
        width: 192px;
        height: 187px;
        background-image: url(images/about/season-spring.png); }
    .list-season__item.summer {
      background-color: rgba(222, 241, 221, 0.5); }
      .list-season__item.summer::before {
        width: 188px;
        height: 184px;
        background-image: url(images/about/season-summer.png); }
    .list-season__item.autumn {
      background-color: rgba(255, 250, 234, 0.5); }
      .list-season__item.autumn::before {
        width: 190px;
        height: 184px;
        background-image: url(images/about/season-autumn.png); }
    .list-season__item.winter {
      background-color: rgba(231, 243, 249, 0.5); }
      .list-season__item.winter::before {
        width: 189px;
        height: 191px;
        background-image: url(images/about/season-winter.png); }
  .list-season__textarea {
    position: relative;
    z-index: 2; }
  .list-season__text {
    font-size: 14px;
    line-height: 1.71; }
    .list-season__text:not(:first-of-type) {
      padding-top: 8px; }
    .list-season__text strong::after {
      content: "a?|";
      font-weight: normal;
      margin: 0 2px; }
  @media only screen and (max-width: 750px) {
    .list-season {
      margin-top: 30px; }
      .list-season__item {
        margin-top: 10px;
        padding: 25px 11px;
        border-radius: 7px;
        height: auto; }
        .list-season__item.spring::before {
          width: 96px;
          height: 93px; }
        .list-season__item.summer::before {
          width: 94px;
          height: 92px; }
        .list-season__item.autumn::before {
          width: 95px;
          height: 92px; }
        .list-season__item.winter::before {
          width: 94px;
          height: 95px; }
      .list-season__text {
        font-size: 12px; }
        .list-season__text:not(:first-of-type) {
          padding-top: 4px; }
        .list-season__text strong::after {
          margin: 0 1px; } }
.list-smalls {
  border-top: 1px solid #e0e0e0;
  margin-top: 50px;
  padding-top: 30px; 
}
.list-small {
  
  margin-top: 50px;
  padding-top: 30px; }
  .list-small__item {
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #3399ff;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff; }
    .list-small__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000; }
    .list-small__item .btn {
      width: 87.5%; }
    @media only screen and (min-width: 751px) {
      .list-small__item:not(:nth-of-type(-n+2)) {
        margin-top: 20px; } }
  .list-small__thumb {
    width: 114px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .list-small__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    padding: 2px 18px; }
  .list-small.single .list-small__item {
    margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .list-small {
      margin-top: 20px;
      padding-top: 20px; }
      .list-small__item {
        width: 100%; }
        .list-small__item .btn {
          width: 87.5%; }
        .list-small__item:not(:first-of-type) {
          margin-top: 10px; }
      .list-small__thumb {
        width: 95px;
        height: 59px; }
      .list-small__title {
        font-size: 12px;
        padding: 2px 18px; }
      .list-small.single .list-small__item {
        margin: 0 auto; } }

.news-list__item {
  border-bottom: 1px solid #3399ff;
  padding-bottom: 52px; }
  .news-list__item:not(:first-of-type) {
    padding-top: 34px; }

.news-list__title {
  text-align: justify; }
  .news-list__title a {
    color: #000; }

.news-list__img {
  padding-top: 24px; }
  .news-list__img a {
    display: block; }

.news-list__desc {
  font-size: 16px;
  line-height: 2.25;
  padding-top: 22px;
  text-align: justify; }
  .news-list__desc a {
    text-decoration: underline; }

@media only screen and (max-width: 750px) {
  .news-list__date {
    padding-top: 3px; }
  .news-list__img {
    padding-top: 13px; }
  .news-list__desc {
    padding-top: 14px;
    font-size: 12px;
    line-height: 2; } }

.page-head {
  position: relative;
  text-align: center; }
  .page-head__title {
    background-color: #3399ff;
    padding: 30px 0 20px; }
  .page-head__img {
    width: 100%;
    height: auto; }
  .page-head__bg {
    width: 100%;
    margin-top: -1px; }
  .page-head.bg-img .page-head__title {
    background-color: transparent;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    padding: 0; }
  @media only screen and (max-width: 750px) {
    .page-head__title {
      top: 10px; }
    .page-head.bg-img .page-head__title {
      top: 15px; } }

.pagenation {
  text-align: center;
  margin-top: 40px; }
  .pagenation .page-numbers {
    display: inline-block;
    border: 1px solid #3399ff;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    color: #3399ff;
    transition: background-color .3s, color .3s; }
    .pagenation .page-numbers.prev, .pagenation .page-numbers.next {
      width: 60px; }
    .pagenation .page-numbers.prev {
      margin-right: 8px; }
    .pagenation .page-numbers.next {
      margin-left: 8px; }
    .pagenation .page-numbers:hover, .pagenation .page-numbers.current {
      opacity: 1;
      background-color: #3399ff;
      color: #fff; }

@media only screen and (max-width: 750px) {
  .pagenation-sp {
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #3399ff;
    position: relative;
    text-align: center;
    padding: 10px 0; }
    .pagenation-sp .page-numbers {
      font-size: 12px;
      display: none;
      color: #3399ff; }
      .pagenation-sp .page-numbers:before {
        content: "a??a??a?�C"; }
      .pagenation-sp .page-numbers.prev, .pagenation-sp .page-numbers.current, .pagenation-sp .page-numbers.next {
        display: block; }
      .pagenation-sp .page-numbers.prev, .pagenation-sp .page-numbers.next {
        position: absolute;
        top: 50%;
        margin-top: -6px;
        display: block;
        width: 4px;
        height: 11px;
        background-image: url(images/icon/icon-arrow.png);
        background-size: contain;
        background-repeat: no-repeat; }
        .pagenation-sp .page-numbers.prev:before, .pagenation-sp .page-numbers.next:before {
          content: none; }
      .pagenation-sp .page-numbers.prev {
        left: 19%;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .pagenation-sp .page-numbers.next {
        right: 19%; } }

.section__imgbar img {
  width: 100%;
  height: auto; }

.side-menu {
  margin-bottom: 20px;
  border: 1px solid #3399ff;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 20px 0; }
  .side-menu__item {
    padding-bottom: 20px; }
  .side-menu__title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #ffe6cc;
    position: relative; }
    .side-menu__title span {
      position: relative;
      display: inline-block; }
      .side-menu__title span:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 3px;
        background-color: #3399ff;
        position: absolute;
        bottom: -3px;
        left: 0; }
  .side-menu__list li {
    line-height: 1.3;
    padding-top: 16px;
    font-size: 14px; }
  @media only screen and (max-width: 750px) {
    .side-menu {
      margin-bottom: 0;
      border-bottom: none;
      border-left: none;
      border-right: none;
      border-radius: 0;
      padding: 18px 4% 0; }
      .side-menu__item {
        padding-bottom: 40px; }
      .side-menu__title {
        font-size: 15px;
        padding-bottom: 6px;
        border-bottom: 2px solid #ffe6cc; }
        .side-menu__title span:after {
          height: 2px;
          bottom: -8px; }
      .side-menu__list {
        padding-top: 6px; }
        .side-menu__list li {
          padding: 8px 0;
          font-size: 12px;
          border-bottom: 1px solid #e0e0e0; } }

.single-pager {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .single-pager__item {
    width: 47.3%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3399ff; }
    .single-pager__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
  .single-pager__thumb {
    width: 114px;
    height: 72px;
    background-size: cover; }
  .single-pager__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #3399ff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 19px; }
  @media only screen and (max-width: 750px) {
    .single-pager {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .single-pager__item {
        width: 48.5%; }
        .single-pager__item a {
          display: block; }
      .single-pager__thumb {
        width: 100%;
        height: 27.2vw;
        background-size: cover; }
      .single-pager__title {
        font-size: 12px;
        padding: 9px 10px 14px; } }

.sns-area {
  width: 400px;
  box-sizing: border-box;
  margin: 80px auto 0;
  border: 1px solid #ddd;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }
  .sns-area__text {
    font-weight: bold;
    padding-right: 12px; }
  .sns-area__btn {
    width: 32px;
    height: 32px;
    margin-left: 10px; }
    .sns-area__btn img {
      display: block;
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 750px) {
    .sns-area {
      width: 100%;
      margin-top: 30px;
      padding: 15px 4px; }
      .sns-area__btn {
        width: 40px;
        height: 40px;
        margin-left: 15px; } }

.table {
  width: 100%;
  overflow: hidden; }
  .table caption {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    background-color: #3399ff; }
  .table th, .table td {
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center; }
  .table th {
    color: #3399ff;
    background-color: #fff9f3;
    height: 50px; }
    .table th:not(:last-of-type) {
      border-right: 1px solid #3399ff; }
  .table td {
    border-top: 1px solid #3399ff;
    padding: 12px 4px;
    background-color: #fff; }
    .table td:not(:last-of-type) {
      border-right: 1px solid #3399ff; }
    .table td span {
      font-size: 12px; }
  .table.vertical tr:first-of-type th {
    border-top: none; }
  .table.vertical tr:first-of-type td {
    border-top: none; }
  .table.vertical th {
    border-right: 1px solid #3399ff;
    border-top: 1px solid #3399ff; }
  .table.small caption, .table.small th, .table.small td {
    height: 40px;
    box-sizing: border-box;
    font-size: 14px; }
  .table__wrapper {
    border: 1px solid #3399ff;
    border-radius: 10px;
    overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .table {
      border-radius: 7px; }
      .table th, .table td {
        font-size: 12px; }
      .table th {
        height: 40px; }
        .table th:not(:last-of-type) {
          border-right: 1px solid #3399ff; }
      .table td {
        padding: 6px 4px; }
      .table.small caption {
        font-size: 11px;
        height: 30px; }
      .table.small th, .table.small td {
        height: 30px;
        font-size: 12px; } }

.text-lead {
  font-size: 16px;
  line-height: 2.25;
  text-align: center; }
  @media only screen and (max-width: 750px) {
    .text-lead {
      font-size: 12px;
      line-height: 1.75; } }

.text-note {
  font-size: 17px;
  padding-top: 10px; }
  @media only screen and (max-width: 750px) {
    .text-note {
      font-size: 12px; } }

.text-content {
  font-size: 16px;
  line-height: 2.25; }
  @media only screen and (max-width: 750px) {
    .text-content {
      font-size: 12px;
      line-height: 1.75; } }

.title-section {
  margin-top: 40px;      /*================*/
  text-align: center; }
  @media only screen and (max-width: 750px) {
    .title-section {
      margin-top: 40px; } }

.title-subsection {
  text-align: center;
  margin-top: 49px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 750px) {
    .title-subsection {
      margin-top: 20px; } }

.toggle-list {
  border: 1px solid #3399ff;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  margin-top: 36px; }
  .toggle-list__head {
    font-size: 20px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    position: relative; }
    .toggle-list__head::before, .toggle-list__head::after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background-color: #3399ff;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .toggle-list__head::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .toggle-list__head span {
      display: block;
      position: relative;
      padding-left: 62px; }
      .toggle-list__head span::before {
        content: "";
        display: block;
        width: 51px;
        height: 62px;
        background-image: url(images/about/txt-q.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        left: -2px;
        top: 0;
        bottom: 0;
        margin: auto; }
    .toggle-list__head.is-active::after {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    @media only screen and (min-width: 751px) {
      .toggle-list__head:hover {
        cursor: pointer; } }
  .toggle-list__content {
    display: none;
    border-top: 1px solid #e0e0e0;
    padding: 19px 8px 19px 60px;
    position: relative;
    font-size: 16px;
    line-height: 2.25; }
    .toggle-list__content::before {
      content: "";
      display: block;
      width: 37px;
      height: 34px;
      background-image: url(images/about/txt-a.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 20px;
      left: 0; }
  @media only screen and (max-width: 750px) {
    .toggle-list {
      border-radius: 7px;
      padding-left: 14px;
      padding-right: 14px;
      margin-bottom: 0;
      margin-top: 10px; }
      .toggle-list__head {
        font-size: 14px;
        height: 60px; }
        .toggle-list__head::before, .toggle-list__head::after {
          width: 20px; }
        .toggle-list__head span {
          padding-left: 40px; }
          .toggle-list__head span::before {
            width: 30px;
            height: 36px;
            background-image: url(images/about/txt-q-sp.png); }
      .toggle-list__content {
        padding: 13px 0 19px 40px;
        font-size: 12px;
        line-height: 1.75; }
        .toggle-list__content::before {
          width: 23px;
          height: 21px;
          background-image: url(images/about/txt-a-sp.png);
          top: 15px; }
      .toggle-list__wrapper {
        margin-top: 18px; } }

/*----------------------
page
------------------------*/
.page-about .l-content {
  margin-top: 0; }

.page-about .page-head.bg-img .page-head__title {
  top: 110px; }

.page-about .section-where .l-inner {
  position: relative;
  padding-top: 55px;
  padding-bottom: 140px; }
  .page-about .section-where .l-inner::before {
    content: "";
    display: block;
    width: 371px;
    height: 586px;
    background-image: url(images/about/img-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    right: -67px;
    top: -170px; }

.page-about .section-where .text-lead {
  margin-top: 20px; }

.page-about .section-where .btn__wrapper {
  margin-top: 36px; }

.page-about .section-where .btn {
  width: 300px; }

.page-about .section-activity {
  padding-bottom: 150px; }
  .page-about .section-activity .btn {
    width: 300px;
    margin-top: 30px; }
  .page-about .section-activity .section__sub:not(:first-of-type) {
    padding-top: 32px; }

.page-about .section-season {
  padding-bottom: 148px; }
  @media only screen and (min-width: 751px) {
    .page-about .section-season .title-subsection {
      margin-top: 39px;
      padding-bottom: 47px; } }

.page-about .section-planning {
  padding-bottom: 90px; }

.page-about .section-access .title-section {
  margin-top: 20px; }

.page-about .section-access .section-airplane {
  width: 52.6%;
  margin-right: 2.2%; }

.page-about .section-access .section-ferry {
  width: 45.2%; }

@media only screen and (max-width: 750px) {
  .page-about .l-content {
    padding-bottom: 60px; }
  .page-about .page-head.bg-img .page-head__title {
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%; }
  .page-about .section-where .l-inner {
    padding-top: 20px;
    padding-bottom: 60px; }
    .page-about .section-where .l-inner::before {
      width: 190px;
      height: 318px;
      background-image: url(images/about/img-map-sp.png);
      right: 0;
      top: -45px; }
  .page-about .section-where .title-section img {
    width: 228px; }
  .page-about .section-where .text-lead {
    margin-top: 20px; }
  .page-about .section-where .btn__wrapper {
    margin-top: 18px; }
  .page-about .section-where .btn {
    width: 150px; }
  .page-about .section-activity {
    padding-bottom: 60px; }
    .page-about .section-activity .title-section img {
      width: 274px; }
    .page-about .section-activity .btn {
      width: 50.8%;
      margin-top: 20px; }
    .page-about .section-activity .section__sub:not(:first-of-type) {
      padding-top: 0; }
    .page-about .section-activity .title-subsection {
      margin-top: 40px; }
    .page-about .section-activity .subsection-activity .title-subsection img {
      width: 336px; }
    .page-about .section-activity .subsection-stay .title-subsection img {
      width: 336px; }
    .page-about .section-activity .subsection-buy .title-subsection img {
      width: 336px; }
    .page-about .section-activity .subsection-movie .title-subsection img {
      width: 326px; }
  .page-about .section-season {
    padding-bottom: 60px; }
    .page-about .section-season .title-section img {
      width: 122px; }
    .page-about .section-season .title-subsection img {
      width: 321px; }
    .page-about .section-season .btn {
      margin-top: 15px; }
  .page-about .section-planning .title-section img {
    width: 247px; }
  .page-about .section-access {
    padding-bottom: 6px; }
    .page-about .section-access .title-section {
      margin-top: 20px; }
      .page-about .section-access .title-section img {
        width: 175px; }
    .page-about .section-access .section__sub {
      margin-top: 40px; }
    .page-about .section-access .section-airplane {
      width: 100%;
      margin-right: 0; }
      .page-about .section-access .section-airplane .title-subsection img {
        width: 321px; }
    .page-about .section-access .section-ferry {
      width: 100%; }
      .page-about .section-access .section-ferry .title-subsection img {
        width: 246px; }
    .page-about .section-access .section-train .title-subsection img {
      width: 261px; }
    .page-about .section-access .section-train .btn {
      margin-top: 15px;
      margin-bottom: 20px; }
    .page-about .section-access .section-car .title-subsection img {
      width: 206px; }
  .page-about .section-area .title-section img {
    width: 146px; } }

.archive .btn {
  font-weight: normal; }

.post-type-archive-know .l-content {
  padding-top: 20px;
  display: block;
  padding-bottom: 104px; }
  .post-type-archive-know .l-content .btn {
    font-weight: normal;
    margin-top: 60px; }

@media only screen and (max-width: 750px) {
  .post-type-archive-know .l-content {
    padding-bottom: 0; } }

.post-type-archive-news .l-content {
  padding-bottom: 104px; }
  .post-type-archive-news .l-content .btn {
    margin-top: 100px; }

.post-type-archive-news .pagenation {
  margin-top: 60px; }

@media only screen and (max-width: 750px) {
  .post-type-archive-news .l-content {
    padding-top: 12px;
    padding-bottom: 0; }
    .post-type-archive-news .l-content .btn {
      margin-top: 40px;
      width: 260px; }
  .post-type-archive-news .pagenation-sp {
    margin-top: 40px; } }

.page-family .page-head.bg-img .page-head__title {
  top: 80px; }
  .page-family .page-head.bg-img .page-head__title img {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%); }
    @media only screen and (min-width: 751px) {
      .page-family .page-head.bg-img .page-head__title img {
        width: 20.4vw; } }

.page-family .table th, .page-family .table td {
  text-align: left; }

.page-family .table th {
  min-width: 100px;
  box-sizing: border-box;
  padding-left: 18px; }

.page-family .table td {
  padding-left: 20px; }

.page-family .section-reason {
  padding-top: 1px; }

.page-family .section-age {
  padding-top: 90px; }
  .page-family .section-age .section__sub {
    margin-top: 120px; }
    .page-family .section-age .section__sub:first-of-type {
      margin-top: 40px; }
  .page-family .section-age .section__imgbar {
    margin-bottom: 60px; }
  .page-family .section-age .title-subsection {
    text-align: left;
    margin-top: 0; }
  .page-family .section-age .l-column__item:nth-of-type(1) {
    width: 43.4%;
    margin-right: 5.1%; }
  .page-family .section-age .l-column__item:nth-of-type(2) {
    width: 51.5%; }
  .page-family .section-age .btn {
    margin-top: 40px;
    margin-bottom: 80px; }
  .page-family .section-age .list-post .btn {
    margin: 0; }

.page-family .section-service {
  padding-top: 110px; }
  .page-family .section-service .text-lead {
    margin-top: 26px;
    margin-bottom: 60px; }
  .page-family .section-service .title-subsection {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px; }
  .page-family .section-service .section__sub {
    margin-top: 80px; }
    .page-family .section-service .section__sub .text-lead {
      text-align: left;
      margin-bottom: 20px; }
    .page-family .section-service .section__sub .btn {
      width: 280px;
      margin-left: 0;
      margin-right: 0; }

@media only screen and (max-width: 750px) {
  .page-family .page-head.bg-img .page-head__title {
    top: 80px;
    left: 4.5333%;
    right: auto;
    top: 34px;
    text-align: left; }
    .page-family .page-head.bg-img .page-head__title img {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      width: 206px; } }
    @media only screen and (max-width: 750px) and (min-width: 751px) {
      .page-family .page-head.bg-img .page-head__title img {
        width: 50vw; } }

@media only screen and (max-width: 750px) {
  .page-family .table th {
    min-width: 69px;
    padding-left: 9px;
    padding-right: 9px; }
  .page-family .table td {
    padding-right: 9px;
    padding-left: 9px; }
  .page-family .section-reason {
    padding-top: 0; }
    .page-family .section-reason .title-section img {
      width: 201px; }
  .page-family .section-age {
    padding-top: 0; }
    .page-family .section-age .title-section img {
      width: 332px; }
    .page-family .section-age .section__sub {
      margin-top: 40px; }
      .page-family .section-age .section__sub:first-of-type {
        margin-top: 40px; }
    .page-family .section-age .section__imgbar {
      margin-bottom: 10px; }
    .page-family .section-age .title-subsection {
      text-align: center;
      margin-bottom: 10px;
      margin-top: 25px; }
    .page-family .section-age .text-content {
      padding-bottom: 14px; }
    .page-family .section-age .l-column__item:nth-of-type(1) {
      width: 100%;
      margin-right: 0; }
    .page-family .section-age .l-column__item:nth-of-type(2) {
      width: 100%; }
    .page-family .section-age .btn {
      margin-top: 20px;
      margin-bottom: 40px; }
    .page-family .section-age .list-post .btn {
      margin: 0; }
    .page-family .section-age .subsection-6year .title-subsection img {
      width: 227px; }
    .page-family .section-age .subsection-7year .title-subsection img {
      width: 136px; }
    .page-family .section-age .subsection-10year .title-subsection img {
      width: 172px; }
  .page-family .section-service {
    padding-top: 50px; }
    .page-family .section-service .title-section img {
      width: 262px; }
    .page-family .section-service .text-lead {
      margin-top: 16px;
      margin-bottom: 30px; }
    .page-family .section-service .title-subsection {
      margin-bottom: 16px;
      text-align: center; }
      .page-family .section-service .title-subsection img {
        width: 195px; }
    .page-family .section-service .text-content {
      padding-bottom: 18px; }
    .page-family .section-service .table__wrapper {
      margin-top: 20px; }
    .page-family .section-service .section__sub {
      margin-top: 70px; }
      .page-family .section-service .section__sub .title-subsection img {
        width: 205px; }
      .page-family .section-service .section__sub .text-lead {
        text-align: left;
        margin-bottom: 20px; }
      .page-family .section-service .section__sub .btn {
        width: 200px; } }

.error404 .l-content {
  padding-top: 100px;
  padding-bottom: 100px; }

.single .l-content {
  padding-bottom: 110px; }

.single .btn {
  font-weight: normal; }

@media only screen and (max-width: 750px) {
  .single .l-content {
    padding-top: 20px;
    padding-bottom: 0; } }


/*-------------------------------------
 TOPa??a??a?�Ca?Ra?1a??a??a?��
-------------------------------------*/
#Top .l-header {
  background-color: transparent;
  padding: 0; }

#Top .header-logoarea {
  padding-top: 30px;
  position: absolute;
  text-align: center;
  height: 130px;
  left: 0;
  right: 0;
  background-color: #fff; }

#Top .header-logo {
  width: 420px;
  height: 67px;
  margin: 0 auto; }

#Top .gnav {
  padding-left: 0;
  display: block; }
  #Top .gnav__item.about .gnav__icon:before {
    background-image: url(images/top/gif-about.gif); }
  #Top .gnav__item.taiken .gnav__icon:before {
    background-image: url(images/top/gif-taiken.gif); }
  #Top .gnav__item.stay .gnav__icon:before {
    background-image: url(images/top/gif-stay.gif); }
  #Top .gnav__item.stay .gnav__icon img {
    margin-left: 2px; }
  #Top .gnav__item.eat .gnav__icon:before {
    background-image: url(images/top/gif-eat.gif); }
  #Top .gnav__item.buy .gnav__icon:before {
    background-image: url(images/top/gif-buy.gif); }
  #Top .gnav__item.know .gnav__icon:before {
    background-image: url(images/top/gif-know.gif); }
  #Top .gnav__item.trip .gnav__icon:before {
    background-image: url(images/top/gif-trip.gif); }
  #Top .gnav__icon {
    height: 50px; }

.bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
  margin-bottom: 0; }

.top-mv__container {
  padding-top: 26px;
  position: relative;
  z-index: 9; }

.top-mv__text {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9; }

.top-mv__slider img {
  width: 100%; }

.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 60px; }
  .top-news__heading {
    width: 180px;
    padding-top: 33px; }
  .top-news__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .top-news__item {
    width: 240px; }
    @media only screen and (min-width: 751px) {
      .top-news__item:not(:first-of-type) {
        margin-left: 50px; } }
    .top-news__item a {
      display: block;
      color: #000; }
  .top-news__img {
    width: 240px;
    height: 136px;
    background-size: cover;
    background-position: center; }
  .top-news__date {
    font-size: 12px;
    color: #676767;
    padding-top: 6px;
    position: relative; }
    .top-news__date:after {
      content: "";
      display: block;
      width: 160px;
      height: 1px;
      background-color: #3399ff;
      position: absolute;
      top: 50%;
      right: 0; }
  .top-news__title {
    font-weight: normal;
    font-size: 13px;
    padding-top: 4px; }
  .top-news__btn {
    position: absolute;
    left: 0;
    top: 76px; }

.top-archive {
  padding-top: 86px; }
  .top-archive__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .top-archive__heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
    .top-archive__heading:before {
      content: "";
      display: block;
      margin: 36px auto 17px;
      width: 130px;
      height: 130px;
      background-image: url(images/icon/icon-know-l.png); }
  .top-archive__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px; }
  .top-archive__item {
    background-color: #3399ff;
    width: 30.7%;
    margin-right: 3.95%;
    border-radius: 10px;
    overflow: hidden; }
    .top-archive__item a {
      display: block;
      color: #fff; }
      @media only screen and (min-width: 751px) {
        .top-archive__item a:hover {
          opacity: 1; }
          .top-archive__item a:hover .img {
            -webkit-transform: scale(1.03);
                    transform: scale(1.03); } }
    .top-archive__item:nth-of-type(3) {
      margin-right: 0; }
    @media only screen and (min-width: 751px) {
      .top-archive__item:nth-of-type(4) {
        display: none; } }
  .top-archive__img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative; }
    .top-archive__img .img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 200px;
      position: absolute;
      transition: -webkit-transform .4s ease-out;
      transition: transform .4s ease-out;
      transition: transform .4s ease-out, -webkit-transform .4s ease-out; }
  .top-archive__title {
    padding: 16px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    line-height: 1.5; }

.top-feature {
  width: 660px;
  height: 400px;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .top-feature a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block; }
    .top-feature a:before, .top-feature a:after {
      content: "";
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 9; }
    .top-feature a:before {
      width: 90px;
      height: 90px;
      top: -45px;
      left: -45px;
      background-color: #3399ff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .top-feature a:after {
      width: 18px;
      height: 17px;
      background-image: url(images/icon/icon-star.png);
      top: 10px;
      left: 10px; }
    @media only screen and (min-width: 751px) {
      .top-feature a:hover {
        opacity: 1; }
        .top-feature a:hover .top-feature__img {
          -webkit-transform: scale(1.04);
                  transform: scale(1.04); } }
  .top-feature__img {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out; }
  .top-feature__textarea {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 22px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
  .top-feature__title {
    font-size: 24px;
    line-height: 1.5; }
  .top-feature__desc {
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.71; }

.top-menu {
  padding-top: 100px; }
  .top-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .top-menu__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out; }
    .top-menu__bg:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      bottom: 0;
      background: rgba(255, 146, 29, 0.4);
      transition: width .3s; }
  .top-menu__item {
    width: 48%;
    height: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
    .top-menu__item:before, .top-menu__item:after {
      content: "";
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 9; }
    .top-menu__item:before {
      width: 128px;
      height: 128px;
      top: -64px;
      left: -64px;
      background-color: #3399ff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    @media only screen and (min-width: 751px) {
      .top-menu__item:hover .top-menu__bg {
        -webkit-transform: scale(1.04);
                transform: scale(1.04); }
        .top-menu__item:hover .top-menu__bg:before {
          width: 100%; } }
    .top-menu__item:after {
      top: 10px;
      left: 10px; }
    .top-menu__item a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      z-index: 3; }
      @media only screen and (min-width: 751px) {
        .top-menu__item a:hover {
          opacity: 1; } }
    .top-menu__item.taiken .top-menu__bg {
      background-image: url(images/top/menubg-taiken.png); }
    .top-menu__item.taiken:after {
      width: 30px;
      height: 30px;
      background-image: url(images/icon/icon-taiken-s.png); }
    .top-menu__item.stay .top-menu__bg {
      background-image: url(images/top/menubg-stay.png); }
    .top-menu__item.stay:after {
      top: 14px;
      width: 37px;
      height: 24px;
      background-image: url(images/icon/icon-stay-s.png); }
    .top-menu__item.eat .top-menu__bg {
      background-image: url(images/top/menubg-eat.png); }
    .top-menu__item.eat:after {
      top: 13px;
      width: 46px;
      height: 19px;
      background-image: url(images/icon/icon-eat-s.png); }
    .top-menu__item.buy .top-menu__bg {
      background-image: url(images/top/menubg-buy.png); }
    .top-menu__item.buy:after {
      width: 24px;
      height: 29px;
      background-image: url(images/icon/icon-buy-s.png); }
    .top-menu__item.about .top-menu__bg {
      background-image: url(images/top/menubg-about.png); }
    .top-menu__item.trip .top-menu__bg {
      background-image: url(images/top/menubg-trip.png); }
    .top-menu__item.small {
      margin-top: 20px;
      height: 140px; }
      .top-menu__item.small:before, .top-menu__item.small:after {
        content: none; }

.fb {
  padding-top: 60px;
  text-align: center; }

.top-bnrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
  padding-bottom: 30px; }
  .top-bnrlist__item {
    width: 18.4%;
    margin-left: 2%; }
    .top-bnrlist__item img {
      width: 100%;
      height: auto; }
    .top-bnrlist__item:first-of-type {
      margin-left: 0; }

@media only screen and (max-width: 750px) {
  #Top .header-logoarea {
    position: fixed;
    padding-top: 10px;
    height: 46px;
    box-sizing: border-box;
    top: 0;
    width: 100%;
    z-index: 99; }
  #Top .header-logo {
    width: 246px;
    height: 38px; }
  #Top .header-bg {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%; }
  #Top .l-content {
    padding-top: 0; }
  #Top .l-footer {
    padding-top: 0;
    background-color: transparent; }
  #Top .footer-access {
    margin-top: 30px; }
  #Top .gnav {
    padding-left: 4%; }
  .top-mv__container {
    padding-top: 40px; }
  .top-mv__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .top-news {
    display: block;
    text-align: center;
    margin-top: 24px; }
    .top-news__heading {
      width: 100%;
      box-sizing: border-box;
      padding-top: 0; }
    .top-news__list {
      padding-top: 24px;
      display: block; }
    .top-news__item {
      width: 100%;
      text-align: left; }
      .top-news__item:not(:first-of-type) {
        border-top: 1px solid #3399ff; }
      .top-news__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        padding: 10px 0; }
    .top-news__img {
      width: 100px;
      height: 57px; }
    .top-news__textarea {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 22px; }
    .top-news__date {
      font-size: 10px;
      color: #676767;
      padding-top: 6px;
      position: relative; }
      .top-news__date:after {
        content: none; }
    .top-news__title {
      font-size: 12px;
      padding-top: 8px;
      line-height: 1.33; }
    .top-news__btn {
      margin-top: 30px;
      position: static; }
  .top-archive {
    padding-top: 60px; }
    .top-archive__lead {
      display: block; }
    .top-archive__heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 20px; }
      .top-archive__heading:before {
        margin: 0;
        margin-right: 30px;
        width: 90px;
        height: 90px;
        background-size: contain;
        background-image: url(images/icon/icon-know-l-sp.png); }
    .top-archive__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 10px;
      padding-bottom: 15px; }
    .top-archive__item {
      width: 48.4%;
      margin-right: 0;
      margin-bottom: 10px;
      border-radius: 8px; }
      .top-archive__item a {
        display: block;
        color: #fff; }
      .top-archive__item:nth-of-type(4) {
        display: block; }
    .top-archive__img {
      height: 110px; }
      .top-archive__img .img {
        height: 110px; }
    .top-archive__title {
      padding: 9px 10px;
      font-size: 12px;
      line-height: 1.33; }
  .top-feature {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
    .top-feature:before, .top-feature:after {
      content: "";
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 9; }
    .top-feature:before {
      width: 80px;
      height: 80px;
      top: -40px;
      left: -40px;
      background-color: #3399ff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .top-feature:after {
      width: 13px;
      height: 12px;
      background-size: contain; }
    .top-feature__textarea {
      padding: 0 16px 10px; }
    .top-feature__title {
      font-size: 15px;
      line-height: 1.2; }
    .top-feature__desc {
      font-size: 12px;
      line-height: 1.33; }
    .top-feature__img {
      height: 220px; }
  .top-menu {
    padding-top: 60px; }
    .top-menu__list {
      display: block; }
    .top-menu__item {
      width: 100%;
      height: 215px;
      margin-bottom: 15px;
      border-radius: 8px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden; }
      .top-menu__item:before, .top-menu__item:after {
        content: "";
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 9; }
      .top-menu__item:before {
        width: 100px;
        height: 100px;
        top: -50px;
        left: -50px;
        background-color: #3399ff;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .top-menu__item:after {
        top: 8px;
        left: 8px; }
      .top-menu__item.taiken {
        background-image: url(images/top/menubg-taiken.png); }
        .top-menu__item.taiken:after {
          width: 22px;
          height: 22px;
          background-image: url(images/icon/icon-taiken-s-sp.png); }
      .top-menu__item.stay {
        background-image: url(images/top/menubg-stay.png); }
        .top-menu__item.stay:after {
          top: 14px;
          width: 25px;
          height: 16px;
          background-image: url(images/icon/icon-stay-s-sp.png); }
      .top-menu__item.eat {
        background-image: url(images/top/menubg-eat.png); }
        .top-menu__item.eat:after {
          top: 13px;
          width: 32px;
          height: 13px;
          background-image: url(images/icon/icon-eat-s-sp.png); }
      .top-menu__item.buy {
        margin-bottom: 30px;
        background-image: url(images/top/menubg-buy.png); }
        .top-menu__item.buy:after {
          width: 24px;
          height: 29px;
          background-image: url(images/icon/icon-buy-s-sp.png); }
      .top-menu__item.about {
        background-image: url(images/top/menubg-about.png); }
      .top-menu__item.trip {
        background-image: url(images/top/menubg-trip.png); }
      .top-menu__item.small {
        margin-top: 15px;
        height: 100px; }
  .fb {
    padding-top: 50px; }
  .top-bnrlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 30px; }
    .top-bnrlist__item {
      width: 31%;
      margin-left: 3.5%;
      margin-bottom: 10px; }
      .top-bnrlist__item:first-of-type, .top-bnrlist__item:nth-of-type(4) {
        margin-left: 0; } }

/*# sourceMappingURL=maps/style.css.map */

.banner { margin-top: 60px; }
.banner .inner {}
.banner .inner a img {}

/*==========google map レスポンシブ=============*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/*========================*/

