@charset "UTF-8";
/*!
Theme Name: gujotakasu
Theme URI:
Author: 
Author URI: 
Description: 高鷲観光協会2020バージョン
Version: 1.0
License: 
License URI:
Tags:

◆00：基本設定
◆10：レイアウト設定
 ◆11 ボディー 
 ◆12 ヘッダー 
 ◆13 グローバルナビ 
 ◆14 キービジュアル 
 ◆15 コンテンツ 
 ◆16 トピックパス 
 ◆17 メインコンテンツ 
 ◆18 サブコンテンツ 
 ◆19 フッター 
 ◆20 サイドバーメニュー 
◆40：各コンテンツ
◆70：WordPress専用
◆80：絶対表記
◆90：プリント用
*/
/* CSS Document */
html {
  font: 10px/1.625 "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 基本文字設定 */
  *font-size: small;
  /* Win IE7およびWin IE6標準準拠モード向け */
  *font: x-small;
  /* Win IE 5-5.5､6(後方互換モード)向け */
  letter-spacing: 0;
  background-color: #fff;
  color: #000;
  font-weight: normal; }

/*==============================================
◆00：基本設定
==============================================*/
/* web-font icon 読み込み */
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj");
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj#iefix") format("embedded-opentype"), url("font/icomoon/fonts/icomoon.ttf?tvokyj") format("truetype"), url("font/icomoon/fonts/icomoon.woff?tvokyj") format("woff"), url("font/icomoon/fonts/icomoon.svg?tvokyj#icomoon") format("svg"); }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  outline: none; }

/*リンク*/
a {
  color: #008abb;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-out; }
  a:after {
    text-decoration: none; }
  a:hover, a:focus {
    color: rgba(0, 138, 187, 0.5);
    opacity: 0.8; }
    a:hover img, a:focus img {
      opacity: 0.8; }
  a img {
    background: url(image/share/transparent.png);
    transition: all 300ms ease-out; }
  .main-wpcontent a {
    color: #0065cb;
    text-decoration: underline; }

/*--見出し--*/
.main-wpcontent h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.46875;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #000; }
  @media screen and (max-width: 600px) {
    .main-wpcontent h1 {
      font-size: 26px; } }
  .main-archive-area .main-wpcontent h1 {
    margin-bottom: 25px; }

.main-wpcontent h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #F7F7EC;
  margin: 80px 0 20px;
  padding: 17px 17px 17px 38px; }
  @media screen and (max-width: 600px) {
    .main-wpcontent h2 {
      font-size: 22px; } }
  .main-wpcontent h2::before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    top: 17px;
    bottom: 17px;
    left: 17px;
    background-color: #35AAC0; }

.main-wpcontent h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 80px 0 20px;
  padding: 18px 0;
  border-top: 2px solid #35AAC0;
  border-bottom: 2px solid #35AAC0; }

.main-wpcontent h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 80px 0 20px;
  padding: 1px 0 1px 16px;
  border-left: 5px solid #35AAC0; }

.main-wpcontent h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #35AAC0;
  margin: 80px 0 20px; }

.main-wpcontent h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 80px 0 20px; }

h2 + h3,
h2 + section > h3:first-child,
.main-wpcontent > h2:first-child,
.wp-block-group__inner-container > h2:first-child,
.wp-block-column > h2:first-child,
h2:first-child,
h2 + table {
  margin-top: 0; }

h3 + h4,
h3 + section > h4:first-child,
.main-wpcontent > h3:first-child,
.wp-block-group__inner-container > h3:first-child,
.wp-block-column > h3:first-child,
h3:first-child,
h3 + table {
  margin-top: 0; }

h4 + h5,
h4 + section > h5:first-child,
.main-wpcontent > h4:first-child,
.wp-block-group__inner-container > h4:first-child,
.wp-block-column > h4:first-child,
h4:first-child,
h4 + table {
  margin-top: 0; }

h5 + h6,
h5 + section > h6:first-child,
.main-wpcontent > h5:first-child,
.wp-block-group__inner-container > h5:first-child,
.wp-block-column > h5:first-child,
h5:first-child,
h5 + table {
  margin-top: 0; }

h6 + h7,
h6 + section > h7:first-child,
.main-wpcontent > h6:first-child,
.wp-block-group__inner-container > h6:first-child,
.wp-block-column > h6:first-child,
h6:first-child,
h6 + table {
  margin-top: 0; }

/* セクション */
section {
  margin: 100px 0; }
  section:first-child {
    margin-top: 0; }
  section:last-child {
    margin-bottom: 0; }
  section::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0; }

/*--リスト--*/
ul, ol, dl {
  list-style-type: none;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 40px 0;
  padding: 0; }

.main-wpcontent ul > li dl, .main-wpcontent ul > li ul, .main-wpcontent ul > li ol, .main-wpcontent ol > li dl, .main-wpcontent ol > li ul, .main-wpcontent ol > li ol, dl dd dl, dl dd ul, dl dd ol {
  margin: 1em 0 1.5em; }

.main-wpcontent ul > li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 1.75em; }
  .main-wpcontent ul > li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #0065cb;
    width: 0.3em;
    height: 0.3em;
    border-radius: 0.3em;
    left: 0.75em;
    top: 0.9em; }
ul > li {
  margin: 0;
  padding: 0; }
  ul > li:last-child {
    margin-bottom: 0; }

ol {
  margin-bottom: 1em; }
  .main-wpcontent ol {
    counter-reset: ol-counter; }
    .main-wpcontent ol > li {
      position: relative;
      margin: 0 0 1em;
      padding: 0 0 0 1.75em; }
      .main-wpcontent ol > li::before {
        position: absolute;
        counter-increment: ol-counter;
        content: counter(ol-counter) ".";
        color: #0065cb;
        font-size: 1.2em;
        top: -0.1em;
        left: 0.4em;
        width: 1.76em; }
      .main-wpcontent ol > li:last-child {
        margin-bottom: 0; }

dl dt {
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0; }
dl dd {
  margin: 0 0 1em 0;
  padding: 0; }
  dl dd:last-child {
    margin-bottom: 0; }

/* --TABLE-- */
table {
  width: 100%;
  font-size: 100%;
  margin: 0 auto;
  border: 1px solid #9F9999; }
  table th, table td {
    text-align: center;
    vertical-align: middle;
    overflow-wrap: break-word;
    padding: 10px 20px;
    min-width: 100px;
    max-width: 400px;
    box-sizing: border-box;
    border: 1px solid #fff; }
  table th {
    background-color: #35AAC0;
    font-size: 18px;
    font-weight: bold;
    color: #fff; }
  table td {
    background-color: #F7F7EC;
    font-size: 16px; }
  table dl:last-child,
  table ul:last-child,
  table p:last-child {
    margin-bottom: 0; }

/* --OTHER TAGS-- */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  background-color: rgba(185, 203, 160, 0.11);
  border: 1px solid #999;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
  padding: 1em;
  margin-top: 80px;
  margin-bottom: 80px; }
  blockquote p {
    margin-bottom: 1.5em; }
  blockquote dl:last-child,
  blockquote ul:last-child,
  blockquote p:last-child {
    margin-bottom: 0; }

small {
  font-size: 70%; }

em, span.em {
  color: #35AAC0;
  font-weight: bold;
  font-style: normal;
  border-style: none; }

strong {
  font-weight: bold;
  font-style: normal;
  border-style: none; }

code {
  font-style: normal;
  font-weight: bold;
  color: #ffff00;
  padding: 0 0.5em;
  border: 1px solid #000;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: 0 0.5em;
  background: #000; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  background-image: url(image/share/transparent.png);
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

hr {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px; }

figure {
  margin: 50px auto;
  padding: 0; }

figcaption {
  font-size: 19px;
  text-align: center;
  margin: 28px 0 0;
  padding: 0; }

address {
  font-style: normal; }

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.pc-none {
  display: none; }

.sp-none {
  display: block; }

.fw_bold {
  font-weight: bold; }

/*==============================================
◆10：レイアウト設定
==============================================*/
/* ◆11 ボディー */
body {
  height: 100%; }

#mainScroll {
  position: relative;
  margin: 0 auto;
  padding: 85px 0 0; }
  @media screen and (max-width: 600px) {
    #mainScroll {
      padding-top: 40px; } }

#mainScroll.blur #contents-area {
  -ms-filter: blur(4px);
  filter: blur(4px); }

/* ◆12 ヘッダー */
header {
  position: relative;
  width: 100%;
  height: 70px;
  background: #35AAC0;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    header {
      height: 140px; } }
  @media screen and (max-width: 600px) {
    header {
      height: auto; } }

#header {
  position: relative;
  width: 100%;
  height: 70px;
  background: #35AAC0;
  top: 0;
  left: 0;
  z-index: 9200; }
  @media screen and (max-width: 1040px) {
    #header {
      height: 140px; } }
  @media screen and (max-width: 600px) {
    #header {
      height: auto; } }
  #header__inner {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 1040px) {
      #header__inner {
        width: 100%;
        height: 140px;
        display: block;
        padding: 20px 0;
        box-sizing: border-box; } }
    @media screen and (max-width: 600px) {
      #header__inner {
        height: auto; } }

#identity-area {
  flex: 0 0 493px;
  height: 50px; }
  @media screen and (max-width: 1040px) {
    #identity-area {
      flex: none;
      max-width: 493px;
      margin: 0 auto 20px; } }
  @media screen and (max-width: 600px) {
    #identity-area {
      max-width: inherit;
      width: 90%;
      height: auto; } }
  #identity-area img {
    width: 100%;
    height: auto; }
  #identity-area h1 {
    display: block;
    font-size: inherit;
    letter-spacing: 1;
    line-height: 1;
    color: inherit;
    margin: 0;
    padding: 0;
    min-width: inherit;
    background: none; }
  #identity-area a {
    text-decoration: none; }
    #identity-area a:hover {
      opacity: 0.8; }

#help-area {
  flex: 0 0 auto; }
  @media screen and (max-width: 1040px) {
    #help-area {
      flex: none;
      margin: 0 auto; } }

#help-nav .help--lang span, #help-nav .help--contact a {
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1; }
  @media screen and (max-width: 600px) {
    #help-nav .help--lang span, #help-nav .help--contact a {
      font-size: 10px; } }

#help-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 1040px) {
    #help-nav {
      justify-content: center; } }
  #help-nav > li {
    flex: 0 0 auto; }
  #help-nav .help--lang {
    position: relative;
    flex: 0 0 137px;
    margin: 0 14px 0 0; }
    @media screen and (max-width: 600px) {
      #help-nav .help--lang {
        flex: 0 0 auto;
        margin-right: 7px;
        box-sizing: border-box; } }
    #help-nav .help--lang span {
      background: #fff; }
      @media screen and (max-width: 600px) {
        #help-nav .help--lang span {
          padding-left: 5px;
          padding-right: 5px; } }
    #help-nav .help--lang #icon-arrow-bottom {
      margin: 0 0 0 6px;
      width: 14px;
      height: 14px;
      vertical-align: middle; }
  #help-nav .help--contact {
    flex: 0 0 137px;
    margin: 0 18px 0 0; }
    @media screen and (max-width: 600px) {
      #help-nav .help--contact {
        flex: 0 0 auto;
        margin-right: 7px;
        padding: 0 5px;
        box-sizing: border-box; } }
    #help-nav .help--contact a {
      color: #000;
      background: #fff; }
      @media screen and (max-width: 600px) {
        #help-nav .help--contact a {
          padding-left: 5px;
          padding-right: 5px; } }
      #help-nav .help--contact a:hover {
        opacity: 0.8; }
    #help-nav .help--contact #icon-contact {
      margin: 0 10px 0 0;
      width: 18px;
      height: 12px;
      vertical-align: middle; }
  #help-nav .help--sns {
    flex: 0 0 118px; }
    @media screen and (max-width: 1040px) {
      #help-nav .help--sns {
        flex: 0 0 114px; } }
    #help-nav .help--sns ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      #help-nav .help--sns ul > li {
        flex: 0 0 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        #help-nav .help--sns ul > li a {
          height: 30px;
          background-color: #fff;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center; }
          #help-nav .help--sns ul > li a:hover {
            opacity: 0.8; }

#help-lang--select {
  position: relative;
  display: block;
  transition: all 300ms ease-out; }
  #help-lang--select:hover {
    opacity: 0.8;
    cursor: pointer; }

#help-lang--list {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 300ms ease-out; }
  .help--lang:hover #help-lang--list {
    visibility: visible; }
  #help-lang--list > li {
    font-size: 12px;
    text-align: center; }
    #help-lang--list > li a {
      background: #fff;
      padding: 5px;
      display: block; }
      #help-lang--list > li a:hover {
        background-color: #F7F7EC;
        opacity: 1; }

/* ◆13 グローバルナビ */
#global-area {
  position: relative;
  width: 100%;
  width: 100%;
  background-color: #B2E2EB;
  z-index: 9100; }
  @media screen and (max-width: 1040px) {
    #global-area {
      overflow-x: scroll; } }
  #global-area .nav-global {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }

#nav-global {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  border-left: 2px solid #35AAC0; }
  @media screen and (max-width: 1040px) {
    #nav-global {
      border-left: none;
      width: auto;
      justify-content: flex-start;
      flex-wrap: nowrap; } }
  #nav-global > li {
    flex: 0 0 16.666%;
    height: 64px;
    border-right: 2px solid #35AAC0;
    border-top: 2px solid #35AAC0;
    box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      #nav-global > li {
        flex: 0 0 auto;
        border-top: none; } }
    @media screen and (max-width: 1040px) {
      #nav-global > li:nth-child(12) {
        border-right: none; } }
    #nav-global > li a {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      height: 100%;
      font-size: 12px;
      font-weight: bold;
      line-height: 23px;
      color: #000;
      padding: 41px 0 0 0;
      box-sizing: border-box; }
      @media screen and (max-width: 1040px) {
        #nav-global > li a {
          padding-left: 20px;
          padding-right: 20px; } }
      @media screen and (max-width: 600px) {
        #nav-global > li a {
          font-size: 10px; } }
    #nav-global > li.nav-global--sightseeing a {
      background: #F7F7EC url(image/share/icon-sightseeing.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--play a {
      background: #F7F7EC url(image/share/icon-play.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--eat a {
      background: #F7F7EC url(image/share/icon-eat.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--stay a {
      background: #F7F7EC url(image/share/icon-stay.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--buy a {
      background: #F7F7EC url(image/share/icon-buy.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--hirugano a {
      background: #F7F7EC url(image/share/icon-hirugano.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--about a {
      background: #F7F7EC url(image/share/icon-about.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--windter a {
      background: #F7F7EC url(image/share/icon-windter.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--green a {
      background: #F7F7EC url(image/share/icon-green.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--local a {
      background: #F7F7EC url(image/share/icon-local.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--access a {
      background: #F7F7EC url(image/share/icon-access.svg) center 5px no-repeat; }
    #nav-global > li.nav-global--link a {
      background: #F7F7EC url(image/share/icon-link.svg) center 5px no-repeat; }

/* ◆14 キービジュアル */
/* ◆15 コンテンツ */
#contents-area {
  text-align: center;
  width: 100%;
  margin: 0 auto 210px; }
  @media screen and (max-width: 600px) {
    #contents-area {
      margin-bottom: 40px; } }
  #top #contents-area {
    margin-bottom: 40px; }
  #contents-area__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1040px) {
      #contents-area__inner {
        width: auto;
        padding: 0 20px; } }

/* ◆16 トピックパス */
/* ◆17 メインコンテンツ */
#main-area {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 16px; }
  #main-area__inner {
    width: 100%;
    margin: 0 auto; }

/* ◆18 サブコンテンツ */
/* ◆19 フッター */
#footer-gallery {
  background: #E1F2F6; }
  #footer-gallery__outer {
    background: url(image/share/bg-footer-wtr.svg) top center no-repeat;
    padding: 144px 0 0; }
    @media screen and (max-width: 1040px) {
      #footer-gallery__outer {
        background-size: 100% auto;
        padding-top: 12vw; } }
  #footer-gallery__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 120px 0 80px;
    min-height: 272px;
    box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      #footer-gallery__inner {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 600px) {
      #footer-gallery__inner {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #footer-gallery__inner .footer-gallery--h2 {
      position: relative;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5625;
      letter-spacing: 0;
      margin: 0 0 70px;
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #footer-gallery__inner .footer-gallery--h2 {
          font-size: 24px;
          margin-bottom: 30px; } }
      #footer-gallery__inner .footer-gallery--h2--jp {
        position: relative;
        padding: 0 70px;
        background-color: #E1F2F6;
        z-index: 130; }
        @media screen and (max-width: 600px) {
          #footer-gallery__inner .footer-gallery--h2--jp {
            padding: 0 30px; } }
      #footer-gallery__inner .footer-gallery--h2--en {
        position: absolute;
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 1;
        color: #9F9999;
        width: 100%;
        top: -20px;
        left: 0; }
      #footer-gallery__inner .footer-gallery--h2::before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: #050505;
        z-index: 120; }

#footer-gallery--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -50px; }
  @media screen and (max-width: 600px) {
    #footer-gallery--list {
      display: block;
      margin-bottom: -20px; } }
  #footer-gallery--list > li {
    flex: 0 0 470px;
    margin: 0 0 50px; }
    @media screen and (max-width: 1040px) {
      #footer-gallery--list > li {
        flex: 0 0 48%; } }
    @media screen and (max-width: 600px) {
      #footer-gallery--list > li {
        flex: none;
        margin-bottom: 20px; } }
    #footer-gallery--list > li a {
      display: block;
      background-color: #fff; }
      #footer-gallery--list > li a figure {
        margin: 0; }
        @media screen and (max-width: 600px) {
          #footer-gallery--list > li a figure {
            flex: none;
            display: flex;
            justify-content: space-between;
            align-items: center; } }
        #footer-gallery--list > li a figure img {
          width: 100%;
          height: auto; }
          @media screen and (max-width: 600px) {
            #footer-gallery--list > li a figure img {
              flex: 0 0 40%;
              width: 40%;
              height: auto; } }
        #footer-gallery--list > li a figure figcaption {
          font-size: 18px;
          line-height: 1.5;
          color: #000;
          margin: 18px 0 0;
          padding: 0 20px 18px; }
          @media screen and (max-width: 600px) {
            #footer-gallery--list > li a figure figcaption {
              font-size: 14px;
              flex: 0 0 60%;
              margin: 0;
              padding: 0 5px;
              box-sizing: border-box;
              display: flex;
              justify-content: center;
              align-items: center;
              align-content: center; } }

#footer {
  width: 100%;
  background-color: #35AAC0;
  padding: 40px 0 30px;
  margin: 0 auto;
  box-sizing: border-box; }
  #footer__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-start; }
    @media screen and (max-width: 1040px) {
      #footer__inner {
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        padding: 0 20px; } }

#footer-address-area {
  flex: 0 0 auto;
  border-right: 1px solid #fff; }
  @media screen and (max-width: 1040px) {
    #footer-address-area {
      flex: 0 0 100%;
      border: none;
      margin: 0 0 30px; } }
  #footer-address-area #footer-logo {
    margin: 0 0 16px;
    padding: 36px 40px 0 0;
    width: 334px;
    height: 27px; }
    @media screen and (max-width: 1040px) {
      #footer-address-area #footer-logo {
        margin: 0 auto 16px;
        padding: 0; } }
    @media screen and (max-width: 600px) {
      #footer-address-area #footer-logo {
        width: 90%;
        height: auto; } }
    #footer-address-area #footer-logo img {
      width: 100%;
      height: auto; }
  #footer-address-area .footer-address {
    font-size: 13px;
    line-height: 1.462;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 1040px) {
      #footer-address-area .footer-address {
        text-align: center; } }

#footer-contents .nav-footer, #footer-other .nav-footer {
  margin: 0;
  padding: 0; }
  #footer-contents .nav-footer > li, #footer-other .nav-footer > li {
    margin: 0 0 15px; }
    #footer-contents .nav-footer > li:last-child, #footer-other .nav-footer > li:last-child {
      margin-bottom: 0; }
    #footer-contents .nav-footer > li a, #footer-other .nav-footer > li a {
      position: relative;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.25;
      color: #fff; }
      #footer-contents .nav-footer > li a::before, #footer-other .nav-footer > li a::before {
        position: absolute;
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        left: 0;
        bottom: -1px;
        transition: all 300ms ease-out; }
      #footer-contents .nav-footer > li a:hover::before, #footer-other .nav-footer > li a:hover::before {
        background: #fff; }

#footer-contents {
  flex: 0 0 auto;
  padding: 0 58px 0 54px;
  border-right: 1px solid #fff;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1040px) {
    #footer-contents {
      padding: 0; } }
  @media screen and (max-width: 600px) {
    #footer-contents {
      display: none; } }
  #footer-contents h2 {
    flex: 0 0 100%;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #fff;
    margin: 0 0 15px; }
  #footer-contents .nav-footer:last-child {
    margin-left: 75px; }

#footer-other {
  flex: 0 0 auto;
  padding: 30px 0 0 41px; }
  @media screen and (max-width: 600px) {
    #footer-other {
      width: 100%;
      padding: 0;
      box-sizing: border-box; }
      #footer-other .nav-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        #footer-other .nav-footer > li {
          margin: 0 5px 5px; } }

#copyright {
  background-color: #2890A3;
  padding: 14px 0; }
  #copyright__inner {
    font-size: 13px;
    line-height: 1.462;
    text-align: center;
    color: #fff; }

#back-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 77px;
  height: 66px;
  cursor: pointer;
  @iclude hover-transition; }
  @media screen and (max-width: 600px) {
    #back-top {
      width: 10.266vw;
      height: 8.8vw; } }
  #back-top:hover {
    opacity: 0.8; }
  #back-top #back-top-img {
    width: 100%;
    height: 100%; }
    #back-top #back-top-img .trigona {
      fill: #35AAC0; }
    #back-top #back-top-img .text-area {
      isolation: isolate; }
    #back-top #back-top-img .text {
      fill: #fff; }

/* ◆20 サイドバーメニュー */
/*==============================================
◆40：各コンテンツ
==============================================*/
.main-archive--area {
  margin: 0 0 40px; }
  .main-archive--area h1 {
    margin-bottom: 25px; }
  .main-archive--area .main-archive--date,
  .main-archive--area .main-archive--category {
    font-size: 16px;
    line-height: 1.75;
    color: #000; }
    .main-archive--area .main-archive--date a,
    .main-archive--area .main-archive--category a {
      color: #000;
      text-decoration: none; }
      .main-archive--area .main-archive--date a:hover,
      .main-archive--area .main-archive--category a:hover {
        opacity: 0.8; }

#main-menu--archive, #main-menu--category {
  position: relative;
  height: 35px;
  background-color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#main-menu--archive--label, #main-menu--category--label {
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 35px;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }

#main-menu--archive select, #main-menu--category select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 15px 20px 0;
  opacity: 0;
  z-index: 2; }

#main-menu--area {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 40px; }
  #main-menu--area + h2, #main-menu--area + h3, #main-menu--area + h4, #main-menu--area + h5, #main-menu--area + h6 {
    margin-top: 0; }
  #news #main-menu--area {
    margin-top: -50px; }
    @media screen and (max-width: 1040px) {
      #news #main-menu--area {
        margin-top: -30px; } }
#main-menu--archive {
  width: 160px;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 600px) {
    #main-menu--archive {
      width: auto; } }
#main-menu--category {
  width: 180px; }
  @media screen and (max-width: 600px) {
    #main-menu--category {
      width: auto; } }

#main-menu--archive--label--arrow,
#main-menu--category--label--arrow {
  width: 17px;
  height: 17px;
  margin-left: 5px; }
  #main-menu--archive--label--arrow .circle,
  #main-menu--category--label--arrow .circle {
    fill: #fff; }
  #main-menu--archive--label--arrow .trigona,
  #main-menu--category--label--arrow .trigona {
    fill: #000; }

h2.h2-line {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.46875;
  text-align: center;
  background-color: #fff;
  margin: 0 0 45px;
  padding: 0;
  z-index: 100; }
  @media screen and (max-width: 600px) {
    h2.h2-line {
      font-size: 24px; } }
  h2.h2-line span {
    padding: 0 80px;
    background-color: #fff; }
    @media screen and (max-width: 600px) {
      h2.h2-line span {
        padding: 0 30px; } }
    h2.h2-line span.h2-line-en {
      position: absolute;
      display: block;
      font-size: 17px;
      font-weight: normal;
      padding: 0;
      line-height: 1.176;
      color: #9F9999;
      top: -18px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media screen and (max-width: 600px) {
        h2.h2-line span.h2-line-en {
          font-size: 16px; } }
  h2.h2-line::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    bottom: auto;
    left: 0;
    background-color: #000;
    z-index: -1; }

#nlink {
  margin: 0 -40px 20px 0;
  padding: 0 55px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1040px) {
    #nlink {
      margin-right: 0;
      justify-content: space-between;
      padding: 0; } }
  #nlink > li {
    margin: 0 40px 40px 0;
    padding: 0;
    position: relative;
    transition: all 300ms ease-out; }
    @media screen and (max-width: 1040px) {
      #nlink > li {
        margin-right: 0;
        flex: 0 0 32%; } }
    @media screen and (max-width: 600px) {
      #nlink > li {
        margin-right: 0;
        flex: 0 0 48%;
        margin-bottom: 20px; } }
    #nlink > li:hover {
      opacity: 0.8; }
    #nlink > li:before {
      display: none; }
    #nlink > li .nlink-list--img img {
      width: 100%;
      height: auto; }
    #nlink > li .nlink-list--text {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.471;
      color: #fff;
      background-color: #35AAC0;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      padding: 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 1040px) {
        #nlink > li .nlink-list--text {
          font-size: 12px;
          padding: 5px; } }
      #nlink > li .nlink-list--text::after {
        content: "";
        display: inline-block;
        background: url(image/share/icon-arrow-bottom-wtr.svg) center center no-repeat;
        background-size: contain;
        margin: 0 0 0 6px;
        width: 20px;
        height: 20px; }
        @media screen and (max-width: 1040px) {
          #nlink > li .nlink-list--text::after {
            width: 15px;
            height: 15px; } }
    #nlink > li .nlink-list--link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

#archive-news-area .archive-news-list, #top-topics__inner .archive-news-list, #archive-topics .archive-news-list,
#archive-news-area .archive-topics-list,
#top-topics__inner .archive-topics-list,
#archive-topics .archive-topics-list {
  margin: 0 auto 20px;
  padding: 0;
  list-style: none; }
  #archive-news-area .archive-news-list > li, #top-topics__inner .archive-news-list > li, #archive-topics .archive-news-list > li,
  #archive-news-area .archive-topics-list > li,
  #top-topics__inner .archive-topics-list > li,
  #archive-topics .archive-topics-list > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
    background-color: #F7F7EC;
    transition: all 300ms ease-out; }
    @media screen and (max-width: 600px) {
      #archive-news-area .archive-news-list > li, #top-topics__inner .archive-news-list > li, #archive-topics .archive-news-list > li,
      #archive-news-area .archive-topics-list > li,
      #top-topics__inner .archive-topics-list > li,
      #archive-topics .archive-topics-list > li {
        display: block; } }
    #archive-news-area .archive-news-list > li::before, #top-topics__inner .archive-news-list > li::before, #archive-topics .archive-news-list > li::before,
    #archive-news-area .archive-topics-list > li::before,
    #top-topics__inner .archive-topics-list > li::before,
    #archive-topics .archive-topics-list > li::before {
      display: none; }
    #archive-news-area .archive-news-list > li:hover, #top-topics__inner .archive-news-list > li:hover, #archive-topics .archive-news-list > li:hover,
    #archive-news-area .archive-topics-list > li:hover,
    #top-topics__inner .archive-topics-list > li:hover,
    #archive-topics .archive-topics-list > li:hover {
      cursor: pointer;
      opacity: 0.8; }
  #archive-news-area .archive-news-list--img, #top-topics__inner .archive-news-list--img, #archive-topics .archive-news-list--img,
  #archive-news-area .archive-topics-list--img,
  #top-topics__inner .archive-topics-list--img,
  #archive-topics .archive-topics-list--img {
    flex: 0 0 372px; }
    @media screen and (max-width: 1040px) {
      #archive-news-area .archive-news-list--img, #top-topics__inner .archive-news-list--img, #archive-topics .archive-news-list--img,
      #archive-news-area .archive-topics-list--img,
      #top-topics__inner .archive-topics-list--img,
      #archive-topics .archive-topics-list--img {
        flex: 0 0 37%;
        padding: 15px 0;
        box-sizing: border-box; } }
    @media screen and (max-width: 600px) {
      #archive-news-area .archive-news-list--img, #top-topics__inner .archive-news-list--img, #archive-topics .archive-news-list--img,
      #archive-news-area .archive-topics-list--img,
      #top-topics__inner .archive-topics-list--img,
      #archive-topics .archive-topics-list--img {
        flex: none;
        padding: 0; } }
    #archive-news-area .archive-news-list--img img, #top-topics__inner .archive-news-list--img img, #archive-topics .archive-news-list--img img,
    #archive-news-area .archive-topics-list--img img,
    #top-topics__inner .archive-topics-list--img img,
    #archive-topics .archive-topics-list--img img {
      width: 100%;
      height: auto; }
  #archive-news-area .archive-news-list--textarea, #top-topics__inner .archive-news-list--textarea, #archive-topics .archive-news-list--textarea,
  #archive-news-area .archive-topics-list--textarea,
  #top-topics__inner .archive-topics-list--textarea,
  #archive-topics .archive-topics-list--textarea {
    flex: 0 0 610px;
    padding: 20px 40px;
    max-width: 610px;
    background-color: #F7F7EC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      #archive-news-area .archive-news-list--textarea, #top-topics__inner .archive-news-list--textarea, #archive-topics .archive-news-list--textarea,
      #archive-news-area .archive-topics-list--textarea,
      #top-topics__inner .archive-topics-list--textarea,
      #archive-topics .archive-topics-list--textarea {
        flex: 0 0 63%;
        padding: 15px 30px; } }
    @media screen and (max-width: 600px) {
      #archive-news-area .archive-news-list--textarea, #top-topics__inner .archive-news-list--textarea, #archive-topics .archive-news-list--textarea,
      #archive-news-area .archive-topics-list--textarea,
      #top-topics__inner .archive-topics-list--textarea,
      #archive-topics .archive-topics-list--textarea {
        flex: none;
        padding: 15px; } }
  #archive-news-area .archive-news-list--date, #top-topics__inner .archive-news-list--date, #archive-topics .archive-news-list--date,
  #archive-news-area .archive-topics-list--date,
  #top-topics__inner .archive-topics-list--date,
  #archive-topics .archive-topics-list--date {
    font-size: 13px;
    line-height: 1.461;
    padding: 0 0 9px;
    margin: 0 0 9px;
    border-bottom: 1px solid #9F9999; }
  #archive-news-area .archive-news-list--title, #top-topics__inner .archive-news-list--title, #archive-topics .archive-news-list--title,
  #archive-news-area .archive-topics-list--title,
  #top-topics__inner .archive-topics-list--title,
  #archive-topics .archive-topics-list--title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    @inclide justify;
    margin: 0 0 16px; }
    @media screen and (max-width: 600px) {
      #archive-news-area .archive-news-list--title, #top-topics__inner .archive-news-list--title, #archive-topics .archive-news-list--title,
      #archive-news-area .archive-topics-list--title,
      #top-topics__inner .archive-topics-list--title,
      #archive-topics .archive-topics-list--title {
        margin-bottom: 0; } }
    #archive-news-area .archive-news-list--title .loop-index--cat, #top-topics__inner .archive-news-list--title .loop-index--cat, #archive-topics .archive-news-list--title .loop-index--cat,
    #archive-news-area .archive-topics-list--title .loop-index--cat,
    #top-topics__inner .archive-topics-list--title .loop-index--cat,
    #archive-topics .archive-topics-list--title .loop-index--cat {
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.875;
      color: #fff;
      background-color: #35AAC0;
      text-align: center;
      margin: 0 12px 0 0;
      min-width: 85px; }
  #archive-news-area .archive-news-list--detail, #top-topics__inner .archive-news-list--detail, #archive-topics .archive-news-list--detail,
  #archive-news-area .archive-topics-list--detail,
  #top-topics__inner .archive-topics-list--detail,
  #archive-topics .archive-topics-list--detail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #35AAC0;
    width: 185px;
    height: 33px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 600px) {
      #archive-news-area .archive-news-list--detail, #top-topics__inner .archive-news-list--detail, #archive-topics .archive-news-list--detail,
      #archive-news-area .archive-topics-list--detail,
      #top-topics__inner .archive-topics-list--detail,
      #archive-topics .archive-topics-list--detail {
        display: none; } }
    #archive-news-area .archive-news-list--detail::after, #top-topics__inner .archive-news-list--detail::after, #archive-topics .archive-news-list--detail::after,
    #archive-news-area .archive-topics-list--detail::after,
    #top-topics__inner .archive-topics-list--detail::after,
    #archive-topics .archive-topics-list--detail::after {
      display: inline-block;
      content: "";
      background: url(image/share/icon-arrow-right-wtr.svg) center center no-repeat;
      background-size: contain;
      width: 18px;
      height: 18px;
      margin: 0 0 0 2px; }
  #archive-news-area .archive-news-list--link, #top-topics__inner .archive-news-list--link, #archive-topics .archive-news-list--link,
  #archive-news-area .archive-topics-list--link,
  #top-topics__inner .archive-topics-list--link,
  #archive-topics .archive-topics-list--link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

#top #mainScroll {
  padding-top: 20px; }

#top--slide__outer {
  width: 1200px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 1240px) {
    #top--slide__outer {
      width: 100%; } }
#top--slide .top--slide--in img {
  width: 100%;
  height: auto; }

#top-onenews {
  margin: 0 0 50px; }
  #top-onenews__inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    transition: all 300ms ease-out; }
    #top-onenews__inner:hover {
      opacity: 0.8; }
    #top-onenews__inner .top-onenews--text {
      color: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      background: #ED4040;
      margin: 0;
      padding: 0; }
      #top-onenews__inner .top-onenews--text > dt {
        flex: 0 0 100px;
        max-width: 100px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0;
        line-height: 1.429;
        margin: 0;
        padding: 15px 0 15px 30px;
        box-sizing: border-box;
        background: url("image/hirugano/icon-news.svg") 15px center no-repeat; }
      #top-onenews__inner .top-onenews--text > dd {
        flex: 1 1 100%;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.429;
        margin: 0;
        padding: 15px 15px 15px 0; }
    #top-onenews__inner .top-onenews--link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#top-topics {
  margin: 0 0 110px; }
  #top-topics__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1040px) {
      #top-topics__inner {
        width: auto;
        padding: 0 20px; } }
    #top-topics__inner .top-topics--title {
      margin-bottom: 30px; }
    #top-topics__inner .top-topics--link {
      margin: 90px auto 0; }
      @media screen and (max-width: 600px) {
        #top-topics__inner .top-topics--link {
          margin-top: 45px; } }
      #top-topics__inner .top-topics--link a {
        position: relative;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        height: 60px;
        max-width: 400px;
        margin: 0 auto;
        background-color: #35AAC0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
        #top-topics__inner .top-topics--link a::after {
          position: absolute;
          display: block;
          content: "";
          background: url(image/share/icon-arrow-right-wtr.svg) center center no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          top: 50%;
          right: 22px;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          @media screen and (max-width: 600px) {
            #top-topics__inner .top-topics--link a::after {
              position: relative;
              display: inline-block;
              top: auto;
              right: auto;
              margin-left: 5px;
              -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }

#top-topics-list,
#top-topics-list2 {
  margin: 0;
  padding: 0; }
  #top-topics-list > li,
  #top-topics-list2 > li {
    position: relative; }

#top-topics-list2 {
  display: none;
  transition: all 300ms ease-out; }

#top-topics--more {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #35AAC0;
  cursor: pointer;
  margin: 20px 0 0;
  transition: all 300ms ease-out;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 300ms ease-out; }
  #top-topics--more::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(45px, -50%);
    transform: translate(45px, -50%);
    background: url(image/share/icon-more-wtr.svg) center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px; }
    @media screen and (max-width: 600px) {
      #top-topics--more::after {
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-left: 10px; } }
  #top-topics--more:hover {
    opacity: 0.8; }

#top-news {
  margin: 0 0 110px; }
  #top-news__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1040px) {
      #top-news__inner {
        width: auto;
        padding: 0 20px; } }
    #top-news__inner .top-news--title {
      margin: 0 0 60px; }
      @media screen and (max-width: 600px) {
        #top-news__inner .top-news--title {
          margin-bottom: 40px; } }
    #top-news__inner .top-news {
      padding: 35px 20px 22px;
      background-color: #F7F7EC;
      display: none; }
      #top-news__inner .top-news.active {
        display: block; }
      #top-news__inner .top-news .top-news-list {
        margin: 0;
        padding: 0; }
        #top-news__inner .top-news .top-news-list > li {
          display: flex;
          justify-content: flex-start;
          margin: 0 0 6px; }
          @media screen and (max-width: 600px) {
            #top-news__inner .top-news .top-news-list > li {
              display: block;
              margin-bottom: 10px; } }
          #top-news__inner .top-news .top-news-list > li:last-child {
            margin-bottom: 0; }
          #top-news__inner .top-news .top-news-list > li .top-news-list--date {
            flex: 0 0 150px;
            max-width: 150px;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.5;
            background-color: #E6E4E4;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            padding: 15px 0;
            box-sizing: border-box; }
            @media screen and (max-width: 1040px) {
              #top-news__inner .top-news .top-news-list > li .top-news-list--date {
                flex: 0 0 100px;
                max-width: 100px; } }
            @media screen and (max-width: 600px) {
              #top-news__inner .top-news .top-news-list > li .top-news-list--date {
                flex: none;
                display: block;
                max-width: inherit;
                padding: 10px;
                text-align: left; } }
          #top-news__inner .top-news .top-news-list > li .top-news-list--title {
            flex: 0 0 810px;
            max-width: 810px;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.5;
            background-color: #fff;
            display: flex;
            justify-content: flex-start;
            padding: 15px 25px;
            box-sizing: border-box; }
            @media screen and (max-width: 1040px) {
              #top-news__inner .top-news .top-news-list > li .top-news-list--title {
                flex: 1 1 auto;
                display: block; } }
            @media screen and (max-width: 600px) {
              #top-news__inner .top-news .top-news-list > li .top-news-list--title {
                flex: none;
                padding: 5px; } }
            #top-news__inner .top-news .top-news-list > li .top-news-list--title .top-news-list--new {
              font-size: 13px;
              font-weight: bold;
              line-height: 1.462;
              color: #fff;
              width: 60px;
              height: 20px;
              background-color: #DDAA1F;
              display: flex;
              justify-content: center;
              align-items: center;
              align-content: center;
              margin: 2px 7px 0 0;
              box-sizing: border-box; }
      #top-news__inner .top-news .top-news--link a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 186px;
        height: 33px;
        background-color: #35AAC0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 23px auto 0; }
        #top-news__inner .top-news .top-news--link a::after {
          display: inline-block;
          content: "";
          background: url(image/share/icon-arrow-right-wtr.svg) center center no-repeat;
          background-size: contain;
          width: 18px;
          height: 18px;
          margin: 0 0 0 3px; }

#top-news-category {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  #top-news-category > li {
    position: relative;
    flex: 0 0 49%;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #9F9999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #top-news-category > li {
        flex: 1 0 auto;
        margin-right: 2px; }
        #top-news-category > li:last-child {
          margin-right: 0; } }
    #top-news-category > li.active {
      background-color: #35AAC0; }
      #top-news-category > li.active:after {
        display: block;
        position: absolute;
        content: "";
        border-top: 15px solid #35AAC0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 0px solid transparent;
        bottom: -15px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }

#top-sns__inner {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    #top-sns__inner {
      width: auto;
      padding: 0 20px; } }
  #top-sns__inner .top-sns--title {
    margin-bottom: 60px; }
    @media screen and (max-width: 600px) {
      #top-sns__inner .top-sns--title {
        margin-bottom: 40px; } }

#top-sns-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  #top-sns-list > li {
    flex: 0 0 48%;
    margin: 0;
    padding: 0; }
    #top-sns-list > li::before {
      display: none; }
    #top-sns-list > li a {
      display: block;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      color: #000;
      text-decoration: none;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      border: 2px solid #35AAC0;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      @media screen and (max-width: 1040px) {
        #top-sns-list > li a {
          font-size: 16px;
          height: 80px; } }
      @media screen and (max-width: 600px) {
        #top-sns-list > li a {
          font-size: 10px;
          height: 40px; } }
      #top-sns-list > li a img {
        margin-right: 12px; }
        @media screen and (max-width: 600px) {
          #top-sns-list > li a img {
            margin-right: 6px; } }
    #top-sns-list > li.top-sns--insta a img {
      width: 53px;
      height: auto; }
      @media screen and (max-width: 1040px) {
        #top-sns-list > li.top-sns--insta a img {
          width: 40px; } }
      @media screen and (max-width: 600px) {
        #top-sns-list > li.top-sns--insta a img {
          width: 20px; } }
    #top-sns-list > li.top-sns--facebook a img {
      width: 52px;
      height: auto; }
      @media screen and (max-width: 1040px) {
        #top-sns-list > li.top-sns--facebook a img {
          width: 40px; } }
      @media screen and (max-width: 600px) {
        #top-sns-list > li.top-sns--facebook a img {
          width: 20px; } }

#sightseeing-archive #mainScroll,
#play-archive #mainScroll,
#eat-archive #mainScroll,
#stay-archive #mainScroll,
#buy-archive #mainScroll {
  padding-top: 0; }

#sightseeing-archive #h1-spot-archive__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: 72px;
  width: 72px;
  background: url(image/share/icon-sightseeing.svg) center center no-repeat;
  background-size: 70% auto;
  left: 40px;
  top: 80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#play-archive #h1-spot-archive__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: 72px;
  width: 72px;
  background: url(image/share/icon-play.svg) center center no-repeat;
  background-size: 70% auto;
  left: 40px;
  top: 80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#eat-archive #h1-spot-archive__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: 72px;
  width: 72px;
  background: url(image/share/icon-eat.svg) center center no-repeat;
  background-size: 70% auto;
  left: 40px;
  top: 80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#stay-archive #h1-spot-archive__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: 72px;
  width: 72px;
  background: url(image/share/icon-stay.svg) center center no-repeat;
  background-size: 70% auto;
  left: 40px;
  top: 80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#buy-archive #h1-spot-archive__inner::before {
  position: absolute;
  content: "";
  display: block;
  height: 72px;
  width: 72px;
  background: url(image/share/icon-buy.svg) center center no-repeat;
  background-size: 70% auto;
  left: 40px;
  top: 80px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#h1-spot-archive {
  position: relative;
  width: 100%;
  height: 280px;
  background-color: #DBD4BB;
  overflow: hidden;
  margin: 0 0 50px; }
  @media screen and (max-width: 1040px) {
    #h1-spot-archive {
      background-color: transparent; } }
  #h1-spot-archive .h1-spot-archive--img {
    position: absolute;
    content: "";
    display: block;
    height: 280px;
    width: calc(50% + 45px);
    max-width: 1005px;
    background: url(image/spot/h1-spot@2x.jpg) left bottom no-repeat;
    background-size: cover;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-45px, 0);
    transform: translate(-45px, 0); }
    @media screen and (max-width: 1040px) {
      #h1-spot-archive .h1-spot-archive--img {
        left: 0;
        opacity: 0.5;
        width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 210; } }
  #h1-spot-archive__inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 80px 616px 40px 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      #h1-spot-archive__inner {
        width: auto;
        padding: 80px 40px 40px 40px;
        z-index: 220; } }
    #h1-spot-archive__inner h1 {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.5;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0 0 27px;
      padding: 14px 0 0 90px; }
    #h1-spot-archive__inner p {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0;
      padding: 0; }

#search-form .search-form--searcharea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -30px 0; }
  @media screen and (max-width: 600px) {
    #search-form .search-form--searcharea {
      margin-bottom: -20px; } }
  #search-form .search-form--searcharea .spot-seach--check {
    display: none; }
    #search-form .search-form--searcharea .spot-seach--check:checked + label {
      background-color: #35AAC0;
      color: #fff; }
      #search-form .search-form--searcharea .spot-seach--check:checked + label::before {
        border: 2px solid #fff; }
      #search-form .search-form--searcharea .spot-seach--check:checked + label::after {
        border-left: 3px solid #000;
        border-bottom: 3px solid #000; }
  #search-form .search-form--searcharea > label {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 15px 30px;
    padding: 12px 20px 12px 40px;
    box-sizing: border-box;
    border: 2px solid #35AAC0;
    transition: all 300ms ease-out;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media screen and (max-width: 600px) {
      #search-form .search-form--searcharea > label {
        font-size: 12px;
        padding: 8px 16px 8px 32px;
        margin: 0 5px 20px; } }
    #search-form .search-form--searcharea > label:hover {
      cursor: pointer;
      background-color: #35AAC0;
      color: #fff; }
      @media screen and (max-width: 1040px) {
        #search-form .search-form--searcharea > label:hover {
          background-color: #fff;
          color: #000; } }
      #search-form .search-form--searcharea > label:hover::before {
        border: 2px solid #000; }
        @media screen and (max-width: 1040px) {
          #search-form .search-form--searcharea > label:hover::before {
            border: 2px solid #9F9999; } }
      #search-form .search-form--searcharea > label:hover::after {
        border-left: 3px solid #000;
        border-bottom: 3px solid #000; }
        @media screen and (max-width: 1040px) {
          #search-form .search-form--searcharea > label:hover::after {
            border: none; } }
    #search-form .search-form--searcharea > label::before {
      transition: all 300ms ease-out;
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      top: 50%;
      left: 20px;
      background-color: #fff;
      border: 2px solid #9F9999;
      box-sizing: border-box;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media screen and (max-width: 600px) {
        #search-form .search-form--searcharea > label::before {
          left: 12px; } }
    #search-form .search-form--searcharea > label::after {
      transition: all 300ms ease-out;
      position: absolute;
      content: "";
      width: 20px;
      height: 15px;
      bottom: 50%;
      left: 18px;
      border-left: 3px solid transparent;
      border-bottom: 3px solid transparent;
      box-sizing: border-box;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
#search-form #spot-search--submit {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  width: 260px;
  margin: 50px auto 0;
  padding: 12px 20px;
  background-color: #fff;
  border: 2px solid #1D1D1D;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all 300ms ease-out; }
  #search-form #spot-search--submit:hover {
    cursor: pointer;
    background-color: #1D1D1D;
    color: #fff; }

#spot-rank-a > li .spot-rank-a--category,
#spot-rank-s > li .spot-rank-a--category, #spot-rank-b > li .spot-rank-b--category, #spot-rank-c > li .spot-rank-c--category, #sightseeing-detail .spot--category,
#play-detail .spot--category,
#eat-detail .spot--category,
#stay-detail .spot--category,
#buy-detail .spot--category {
  margin: 0 0 15px;
  padding: 0;
  text-align: left; }
  #spot-rank-a > li .spot-rank-a--category a,
  #spot-rank-s > li .spot-rank-a--category a, #spot-rank-b > li .spot-rank-b--category a, #spot-rank-c > li .spot-rank-c--category a, #sightseeing-detail .spot--category a,
  #play-detail .spot--category a,
  #eat-detail .spot--category a,
  #stay-detail .spot--category a,
  #buy-detail .spot--category a,
  #spot-rank-a > li .spot-rank-a--category .spot-genre,
  #spot-rank-s > li .spot-rank-a--category .spot-genre,
  #spot-rank-b > li .spot-rank-b--category .spot-genre,
  #spot-rank-c > li .spot-rank-c--category .spot-genre,
  #sightseeing-detail .spot--category .spot-genre,
  #play-detail .spot--category .spot-genre,
  #eat-detail .spot--category .spot-genre,
  #stay-detail .spot--category .spot-genre,
  #buy-detail .spot--category .spot-genre {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    color: #000;
    margin: 0 10px 0 0;
    padding: 3px 20px;
    border: 1px solid #35AAC0; }
    #spot-rank-a > li .spot-rank-a--category a:hover,
    #spot-rank-s > li .spot-rank-a--category a:hover, #spot-rank-b > li .spot-rank-b--category a:hover, #spot-rank-c > li .spot-rank-c--category a:hover, #sightseeing-detail .spot--category a:hover,
    #play-detail .spot--category a:hover,
    #eat-detail .spot--category a:hover,
    #stay-detail .spot--category a:hover,
    #buy-detail .spot--category a:hover,
    #spot-rank-a > li .spot-rank-a--category .spot-genre:hover,
    #spot-rank-s > li .spot-rank-a--category .spot-genre:hover,
    #spot-rank-b > li .spot-rank-b--category .spot-genre:hover,
    #spot-rank-c > li .spot-rank-c--category .spot-genre:hover,
    #sightseeing-detail .spot--category .spot-genre:hover,
    #play-detail .spot--category .spot-genre:hover,
    #eat-detail .spot--category .spot-genre:hover,
    #stay-detail .spot--category .spot-genre:hover,
    #buy-detail .spot--category .spot-genre:hover {
      background-color: #35AAC0;
      color: #fff; }
    #spot-rank-a > li .spot-rank-a--category a:last-child,
    #spot-rank-s > li .spot-rank-a--category a:last-child, #spot-rank-b > li .spot-rank-b--category a:last-child, #spot-rank-c > li .spot-rank-c--category a:last-child, #sightseeing-detail .spot--category a:last-child,
    #play-detail .spot--category a:last-child,
    #eat-detail .spot--category a:last-child,
    #stay-detail .spot--category a:last-child,
    #buy-detail .spot--category a:last-child,
    #spot-rank-a > li .spot-rank-a--category .spot-genre:last-child,
    #spot-rank-s > li .spot-rank-a--category .spot-genre:last-child,
    #spot-rank-b > li .spot-rank-b--category .spot-genre:last-child,
    #spot-rank-c > li .spot-rank-c--category .spot-genre:last-child,
    #sightseeing-detail .spot--category .spot-genre:last-child,
    #play-detail .spot--category .spot-genre:last-child,
    #eat-detail .spot--category .spot-genre:last-child,
    #stay-detail .spot--category .spot-genre:last-child,
    #buy-detail .spot--category .spot-genre:last-child {
      margin-right: 0; }
  #spot-rank-a > li .spot-rank-a--category .spot-genre:hover,
  #spot-rank-s > li .spot-rank-a--category .spot-genre:hover, #spot-rank-b > li .spot-rank-b--category .spot-genre:hover, #spot-rank-c > li .spot-rank-c--category .spot-genre:hover, #sightseeing-detail .spot--category .spot-genre:hover,
  #play-detail .spot--category .spot-genre:hover,
  #eat-detail .spot--category .spot-genre:hover,
  #stay-detail .spot--category .spot-genre:hover,
  #buy-detail .spot--category .spot-genre:hover {
    color: #000;
    background-color: transparent; }

#spot-rank-a > li .spot-rank-a--text,
#spot-rank-s > li .spot-rank-a--text, #spot-rank-b > li .spot-rank-b--text {
  font-size: 16px;
  line-height: 1.625;
  margin: 0 0 25px; }

#spot-rank-a > li .spot-rank-a--service,
#spot-rank-s > li .spot-rank-a--service, #spot-rank-b > li .spot-rank-b--service, #spot-rank-c > li .spot-rank-c--service {
  flex: 0 0 470px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  border: 1px solid #707070;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    #spot-rank-a > li .spot-rank-a--service,
    #spot-rank-s > li .spot-rank-a--service, #spot-rank-b > li .spot-rank-b--service, #spot-rank-c > li .spot-rank-c--service {
      flex: 0 0 100%; } }
  #spot-rank-a > li .spot-rank-a--service dt,
  #spot-rank-s > li .spot-rank-a--service dt, #spot-rank-b > li .spot-rank-b--service dt, #spot-rank-c > li .spot-rank-c--service dt {
    flex: 0 0 150px;
    height: 40px;
    margin: 0 20px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-right: 1px solid #707070; }
  #spot-rank-a > li .spot-rank-a--service dd,
  #spot-rank-s > li .spot-rank-a--service dd, #spot-rank-b > li .spot-rank-b--service dd, #spot-rank-c > li .spot-rank-c--service dd {
    flex: 0 0 40px;
    height: 40px;
    margin: 0 20px 0 0;
    padding: 0; }
    #spot-rank-a > li .spot-rank-a--service dd img,
    #spot-rank-s > li .spot-rank-a--service dd img, #spot-rank-b > li .spot-rank-b--service dd img, #spot-rank-c > li .spot-rank-c--service dd img {
      width: 100%;
      height: auto; }
    #spot-rank-a > li .spot-rank-a--service dd:last-child,
    #spot-rank-s > li .spot-rank-a--service dd:last-child, #spot-rank-b > li .spot-rank-b--service dd:last-child, #spot-rank-c > li .spot-rank-c--service dd:last-child {
      margin-right: 0; }

#spot-rank-a > li .spot-rank-a--detail a,
#spot-rank-s > li .spot-rank-a--detail a, #spot-rank-b > li .spot-rank-b--detail a, #spot-rank-c > li .spot-rank-c--detail a, #spot-rank-d > li .spot-rank-d--detail a {
  height: 60px;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #35AAC0;
  border-radius: 5px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  #spot-rank-a > li .spot-rank-a--detail a::after,
  #spot-rank-s > li .spot-rank-a--detail a::after, #spot-rank-b > li .spot-rank-b--detail a::after, #spot-rank-c > li .spot-rank-c--detail a::after, #spot-rank-d > li .spot-rank-d--detail a::after {
    content: "";
    display: inline-block;
    background: url(image/share/icon-arrow-right-wtr.svg) center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: 15px; }
    @media screen and (max-width: 1040px) {
      #spot-rank-a > li .spot-rank-a--detail a::after,
      #spot-rank-s > li .spot-rank-a--detail a::after, #spot-rank-b > li .spot-rank-b--detail a::after, #spot-rank-c > li .spot-rank-c--detail a::after, #spot-rank-d > li .spot-rank-d--detail a::after {
        width: 15px;
        height: 15px;
        margin-left: 5px; } }
    @media screen and (max-width: 600px) {
      #spot-rank-a > li .spot-rank-a--detail a::after,
      #spot-rank-s > li .spot-rank-a--detail a::after, #spot-rank-b > li .spot-rank-b--detail a::after, #spot-rank-c > li .spot-rank-c--detail a::after, #spot-rank-d > li .spot-rank-d--detail a::after {
        display: none; } }

#spot-rank-a > li .spot-rank-a--link a,
#spot-rank-s > li .spot-rank-a--link a, #spot-rank-b > li .spot-rank-b--link a, #spot-rank-c > li .spot-rank-c--link a, #spot-rank-d > li .spot-rank-d--link a {
  height: 60px;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  line-height: 25px;
  color: #35AAC0;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #35AAC0;
  border-radius: 5px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  #spot-rank-a > li .spot-rank-a--link a::after,
  #spot-rank-s > li .spot-rank-a--link a::after, #spot-rank-b > li .spot-rank-b--link a::after, #spot-rank-c > li .spot-rank-c--link a::after, #spot-rank-d > li .spot-rank-d--link a::after {
    content: "";
    display: inline-block;
    background: url(image/share/icon-blank.svg) center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: 15px; }
    @media screen and (max-width: 1040px) {
      #spot-rank-a > li .spot-rank-a--link a::after,
      #spot-rank-s > li .spot-rank-a--link a::after, #spot-rank-b > li .spot-rank-b--link a::after, #spot-rank-c > li .spot-rank-c--link a::after, #spot-rank-d > li .spot-rank-d--link a::after {
        width: 15px;
        height: 15px;
        margin-left: 5px; } }
    @media screen and (max-width: 600px) {
      #spot-rank-a > li .spot-rank-a--link a::after,
      #spot-rank-s > li .spot-rank-a--link a::after, #spot-rank-b > li .spot-rank-b--link a::after, #spot-rank-c > li .spot-rank-c--link a::after, #spot-rank-d > li .spot-rank-d--link a::after {
        display: none; } }

#spot-rank-a,
#spot-rank-s {
  margin: 0 0 90px;
  padding: 0; }
  #spot-rank-a > li,
  #spot-rank-s > li {
    margin: 0 0 80px;
    padding: 0; }
    #spot-rank-a > li::before,
    #spot-rank-s > li::before {
      display: none; }
    #spot-rank-a > li:last-child,
    #spot-rank-s > li:last-child {
      margin-bottom: 0; }
    #spot-rank-a > li .spot-rank-a--title,
    #spot-rank-s > li .spot-rank-a--title {
      position: relative;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.5;
      text-align: justify;
      text-justify: inter-ideograph;
      background-color: #F7F7EC;
      margin: 0 0 16px;
      padding: 17px 17px 17px 38px; }
      @media screen and (max-width: 600px) {
        #spot-rank-a > li .spot-rank-a--title,
        #spot-rank-s > li .spot-rank-a--title {
          font-size: 20px;
          padding: 10px 10px 10px 24px; } }
      #spot-rank-a > li .spot-rank-a--title::before,
      #spot-rank-s > li .spot-rank-a--title::before {
        position: absolute;
        display: block;
        content: "";
        width: 5px;
        top: 17px;
        bottom: 17px;
        left: 17px;
        background-color: #35AAC0; }
        @media screen and (max-width: 600px) {
          #spot-rank-a > li .spot-rank-a--title::before,
          #spot-rank-s > li .spot-rank-a--title::before {
            top: 10px;
            bottom: 10px;
            left: 10px; } }
    #spot-rank-a > li .spot-rank-a--img,
    #spot-rank-s > li .spot-rank-a--img {
      margin: 0 0 25px;
      display: flex;
      justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      #spot-rank-a > li .spot-rank-a--img1, #spot-rank-a > li .spot-rank-a--img2,
      #spot-rank-s > li .spot-rank-a--img1,
      #spot-rank-s > li .spot-rank-a--img2 {
        flex: 0 0 48%; }
        #spot-rank-a > li .spot-rank-a--img1 img, #spot-rank-a > li .spot-rank-a--img2 img,
        #spot-rank-s > li .spot-rank-a--img1 img,
        #spot-rank-s > li .spot-rank-a--img2 img {
          width: 100%;
          height: auto; } }
    #spot-rank-a > li .spot-rank-a--copy,
    #spot-rank-s > li .spot-rank-a--copy {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5;
      color: #35AAC0;
      margin: 0 0 15px; }
      @media screen and (max-width: 600px) {
        #spot-rank-a > li .spot-rank-a--copy,
        #spot-rank-s > li .spot-rank-a--copy {
          font-size: 18px; } }
    #spot-rank-a > li .spot-rank-a--detailarea,
    #spot-rank-s > li .spot-rank-a--detailarea {
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 1040px) {
        #spot-rank-a > li .spot-rank-a--detailarea,
        #spot-rank-s > li .spot-rank-a--detailarea {
          flex-wrap: wrap; } }
    @media screen and (max-width: 1040px) {
      #spot-rank-a > li .spot-rank-a--service,
      #spot-rank-s > li .spot-rank-a--service {
        margin-bottom: 17px; } }
    @media screen and (max-width: 600px) {
      #spot-rank-a > li .spot-rank-a--service,
      #spot-rank-s > li .spot-rank-a--service {
        flex-wrap: wrap;
        justify-content: center;
        height: auto; } }
    @media screen and (max-width: 600px) {
      #spot-rank-a > li .spot-rank-a--service dt,
      #spot-rank-s > li .spot-rank-a--service dt {
        flex: 0 0 100%;
        margin: 0 0 20px;
        border-right: none;
        border-bottom: 1px solid #707070; } }
    @media screen and (max-width: 600px) {
      #spot-rank-a > li .spot-rank-a--service dd,
      #spot-rank-s > li .spot-rank-a--service dd {
        margin-right: 10px;
        margin-bottom: 20px; } }
    #spot-rank-a > li .spot-rank-a--detail,
    #spot-rank-s > li .spot-rank-a--detail {
      margin: 0 20px 0 0; }
      @media screen and (max-width: 600px) {
        #spot-rank-a > li .spot-rank-a--detail,
        #spot-rank-s > li .spot-rank-a--detail {
          margin-right: 10px; } }
      #spot-rank-a > li .spot-rank-a--detail a,
      #spot-rank-s > li .spot-rank-a--detail a {
        padding: 0 20px; }
        @media screen and (max-width: 600px) {
          #spot-rank-a > li .spot-rank-a--detail a,
          #spot-rank-s > li .spot-rank-a--detail a {
            padding: 0 10px; } }
    #spot-rank-a > li .spot-rank-a--link a,
    #spot-rank-s > li .spot-rank-a--link a {
      padding: 0 20px; }
      @media screen and (max-width: 600px) {
        #spot-rank-a > li .spot-rank-a--link a,
        #spot-rank-s > li .spot-rank-a--link a {
          padding: 0 10px; } }

#spot-rank-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
  padding: 0; }
  #spot-rank-b > li {
    flex: 0 0 470px;
    margin: 0 0 70px;
    padding: 0; }
    @media screen and (max-width: 1040px) {
      #spot-rank-b > li {
        flex: 0 0 48%; } }
    @media screen and (max-width: 600px) {
      #spot-rank-b > li {
        flex: 0 0 100%; } }
    #spot-rank-b > li .spot-rank-b--title {
      position: relative;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5;
      text-align: justify;
      text-justify: inter-ideograph;
      background-color: #F7F7EC;
      margin: 0 0 15px;
      padding: 19px 16px 19px 36px; }
      @media screen and (max-width: 600px) {
        #spot-rank-b > li .spot-rank-b--title {
          font-size: 20px;
          padding: 10px 10px 10px 24px; } }
      #spot-rank-b > li .spot-rank-b--title::before {
        position: absolute;
        display: block;
        content: "";
        width: 5px;
        top: 15px;
        bottom: 15px;
        left: 16px;
        background-color: #35AAC0; }
        @media screen and (max-width: 600px) {
          #spot-rank-b > li .spot-rank-b--title::before {
            top: 10px;
            bottom: 10px;
            left: 10px; } }
    #spot-rank-b > li .spot-rank-b--img {
      margin: 0 0 17px; }
      #spot-rank-b > li .spot-rank-b--img img {
        width: 100%;
        height: auto; }
    #spot-rank-b > li .spot-rank-b--text {
      margin: 0 0 17px; }
    #spot-rank-b > li .spot-rank-b--service {
      margin: 0 0 17px; }
      @media screen and (max-width: 1040px) {
        #spot-rank-b > li .spot-rank-b--service {
          justify-content: center;
          flex-wrap: wrap;
          height: auto; } }
      @media screen and (max-width: 1040px) {
        #spot-rank-b > li .spot-rank-b--service dt {
          flex: 0 0 100%;
          margin-right: 0;
          margin-bottom: 20px;
          border-right: none;
          border-bottom: 1px solid #707070; } }
      @media screen and (max-width: 1040px) {
        #spot-rank-b > li .spot-rank-b--service dd {
          margin-right: 10px;
          margin-bottom: 20px; } }
    #spot-rank-b > li .spot-rank-b--detailarea {
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 1040px) {
        #spot-rank-b > li .spot-rank-b--detailarea {
          flex-wrap: wrap; } }
    #spot-rank-b > li .spot-rank-b--detail {
      margin: 0 20px 0 0; }
      @media screen and (max-width: 600px) {
        #spot-rank-b > li .spot-rank-b--detail {
          margin-right: 10px; } }
      #spot-rank-b > li .spot-rank-b--detail a {
        padding: 0 20px; }
        @media screen and (max-width: 600px) {
          #spot-rank-b > li .spot-rank-b--detail a {
            padding: 0 15px; } }
    #spot-rank-b > li .spot-rank-b--link a {
      padding: 0 20px; }
      @media screen and (max-width: 600px) {
        #spot-rank-b > li .spot-rank-b--link a {
          padding: 0 15px; } }

#spot-rank-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -40px 0 0;
  padding: 0; }
  @media screen and (max-width: 1040px) {
    #spot-rank-c {
      justify-content: space-between;
      margin-right: 0; } }
  @media screen and (max-width: 1040px) {
    #spot-rank-c::after {
      display: block;
      content: "";
      width: 30%; } }
  @media screen and (max-width: 600px) {
    #spot-rank-c::after {
      display: none; } }
  #spot-rank-c > li {
    flex: 0 0 220px;
    margin: 0 40px 70px 0;
    padding: 0; }
    @media screen and (max-width: 1040px) {
      #spot-rank-c > li {
        flex: 0 0 30%;
        margin-right: 0; } }
    @media screen and (max-width: 600px) {
      #spot-rank-c > li {
        flex: 0 0 48%; } }
    #spot-rank-c > li .spot-rank-c--title {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.235;
      text-align: justify;
      text-justify: inter-ideograph;
      background-color: #F7F7EC;
      margin: 0 0 15px;
      padding: 23px 12px 23px 27px; }
      @media screen and (max-width: 600px) {
        #spot-rank-c > li .spot-rank-c--title {
          font-size: 16px;
          padding: 10px 10px 10px 24px; } }
      #spot-rank-c > li .spot-rank-c--title::before {
        position: absolute;
        display: block;
        content: "";
        width: 5px;
        top: 12px;
        bottom: 12px;
        left: 12px;
        background-color: #35AAC0; }
        @media screen and (max-width: 600px) {
          #spot-rank-c > li .spot-rank-c--title::before {
            top: 10px;
            bottom: 10px;
            left: 10px; } }
    #spot-rank-c > li .spot-rank-c--category a,
    #spot-rank-c > li .spot-rank-c--category .spot-genre {
      padding: 3px 5px; }
    #spot-rank-c > li .spot-rank-c--img {
      margin: 0 0 20px; }
      #spot-rank-c > li .spot-rank-c--img img {
        width: 100%;
        height: auto; }
    #spot-rank-c > li .spot-rank-c--detail {
      display: inline-block;
      margin: 0 20px 0 0; }
      @media screen and (max-width: 600px) {
        #spot-rank-c > li .spot-rank-c--detail {
          margin-right: 10px; } }
      #spot-rank-c > li .spot-rank-c--detail a {
        padding: 0 10px; }
        @media screen and (max-width: 600px) {
          #spot-rank-c > li .spot-rank-c--detail a {
            font-size: 14px;
            padding: 0 15px; } }
        @media screen and (max-width: 600px) {
          #spot-rank-c > li .spot-rank-c--detail a::after {
            width: 20px;
            height: 20px;
            margin-left: 10px; } }
    #spot-rank-c > li .spot-rank-c--link {
      margin: 0 0 13px;
      display: inline-block; }
      #spot-rank-c > li .spot-rank-c--link a {
        padding: 0 10px; }
        @media screen and (max-width: 600px) {
          #spot-rank-c > li .spot-rank-c--link a {
            font-size: 14px;
            padding: 0 15px; } }
        @media screen and (max-width: 600px) {
          #spot-rank-c > li .spot-rank-c--link a::after {
            width: 20px;
            height: 20px;
            margin-left: 10px; } }
    #spot-rank-c > li .spot-rank-c--service {
      padding: 11px 0;
      flex-wrap: wrap;
      justify-content: center;
      height: 80px; }
      #spot-rank-c > li .spot-rank-c--service dt {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.429;
        flex: 0 0 100%;
        height: auto;
        border-right: none;
        margin: 0 0 6px; }
      #spot-rank-c > li .spot-rank-c--service dd {
        flex: 0 0 32px;
        height: 32px;
        margin: 0 6px 0 0; }
        @media screen and (max-width: 1040px) {
          #spot-rank-c > li .spot-rank-c--service dd {
            flex: 0 0 18%;
            max-width: 32px;
            height: auto;
            margin-right: 1%; } }
        #spot-rank-c > li .spot-rank-c--service dd:last-child {
          margin-right: 0; }

#spot-rank-d {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -40px -50px 0;
  padding: 0; }
  @media screen and (max-width: 1040px) {
    #spot-rank-d {
      justify-content: space-between;
      margin-right: 0; } }
  @media screen and (max-width: 1040px) {
    #spot-rank-d::after {
      display: block;
      content: "";
      width: 30%; } }
  @media screen and (max-width: 600px) {
    #spot-rank-d::after {
      display: none; } }
  #spot-rank-d > li {
    flex: 0 0 220px;
    margin: 0 40px 50px 0;
    padding: 0; }
    @media screen and (max-width: 1040px) {
      #spot-rank-d > li {
        flex: 0 0 30%;
        margin-right: 0; } }
    @media screen and (max-width: 600px) {
      #spot-rank-d > li {
        flex: 0 0 48%; } }
    #spot-rank-d > li .spot-rank-d--title {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.235;
      text-align: justify;
      text-justify: inter-ideograph;
      background-color: #F7F7EC;
      margin: 0 0 20px;
      padding: 12px 12px 12px 27px; }
      @media screen and (max-width: 600px) {
        #spot-rank-d > li .spot-rank-d--title {
          font-size: 16px;
          padding: 10px 10px 10px 24px; } }
      #spot-rank-d > li .spot-rank-d--title::before {
        position: absolute;
        display: block;
        content: "";
        width: 5px;
        top: 12px;
        bottom: 12px;
        left: 12px;
        background-color: #35AAC0; }
        @media screen and (max-width: 600px) {
          #spot-rank-d > li .spot-rank-d--title::before {
            top: 10px;
            bottom: 10px;
            left: 10px; } }
    #spot-rank-d > li .spot-rank-d--detail {
      display: inline-block;
      margin: 0 20px 0 0; }
      @media screen and (max-width: 600px) {
        #spot-rank-d > li .spot-rank-d--detail {
          margin-right: 10px; } }
      #spot-rank-d > li .spot-rank-d--detail a {
        padding: 0 10px; }
        @media screen and (max-width: 600px) {
          #spot-rank-d > li .spot-rank-d--detail a {
            font-size: 14px;
            padding: 0 15px; } }
        @media screen and (max-width: 600px) {
          #spot-rank-d > li .spot-rank-d--detail a::after {
            width: 20px;
            height: 20px;
            margin-left: 10px; } }
    #spot-rank-d > li .spot-rank-d--link {
      margin: 0;
      display: inline-block; }
      #spot-rank-d > li .spot-rank-d--link a {
        padding: 0 10px; }
        @media screen and (max-width: 600px) {
          #spot-rank-d > li .spot-rank-d--link a {
            font-size: 14px;
            padding: 0 15px; } }
        @media screen and (max-width: 600px) {
          #spot-rank-d > li .spot-rank-d--link a::after {
            width: 20px;
            height: 20px;
            margin-left: 10px; } }

#sightseeing-detail .spot--title::before {
  background: url(image/share/icon-sightseeing.svg) center center no-repeat;
  border: 2px solid #7ac943; }
  @media screen and (max-width: 600px) {
    #sightseeing-detail .spot--title::before {
      background-size: 58% auto;
      border-width: 1px; } }

#play-detail .spot--title::before {
  background: url(image/share/icon-play.svg) center center no-repeat;
  border: 2px solid #fb763b; }
  @media screen and (max-width: 600px) {
    #play-detail .spot--title::before {
      background-size: 58% auto;
      border-width: 1px; } }

#eat-detail .spot--title::before {
  background: url(image/share/icon-eat.svg) center center no-repeat;
  border: 2px solid #0071bc; }
  @media screen and (max-width: 600px) {
    #eat-detail .spot--title::before {
      background-size: 58% auto;
      border-width: 1px; } }

#stay-detail .spot--title::before {
  background: url(image/share/icon-stay.svg) center center no-repeat;
  border: 2px solid #C68D63; }
  @media screen and (max-width: 600px) {
    #stay-detail .spot--title::before {
      background-size: 58% auto;
      border-width: 1px; } }

#buy-detail .spot--title::before {
  background: url(image/share/icon-buy.svg) center center no-repeat;
  border: 2px solid #99c; }
  @media screen and (max-width: 600px) {
    #buy-detail .spot--title::before {
      background-size: 58% auto;
      border-width: 1px; } }

#sightseeing-detail #mainScroll,
#play-detail #mainScroll,
#eat-detail #mainScroll,
#stay-detail #mainScroll,
#buy-detail #mainScroll {
  padding-top: 50px; }
#sightseeing-detail .spot--title,
#play-detail .spot--title,
#eat-detail .spot--title,
#stay-detail .spot--title,
#buy-detail .spot--title {
  position: relative;
  border: none;
  padding: 16px 0 0 90px;
  margin: 0 0 16px; }
  @media screen and (max-width: 600px) {
    #sightseeing-detail .spot--title,
    #play-detail .spot--title,
    #eat-detail .spot--title,
    #stay-detail .spot--title,
    #buy-detail .spot--title {
      font-size: 22px;
      padding: 2px 0 0 45px; } }
  #sightseeing-detail .spot--title::before,
  #play-detail .spot--title::before,
  #eat-detail .spot--title::before,
  #stay-detail .spot--title::before,
  #buy-detail .spot--title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    @media screen and (max-width: 600px) {
      #sightseeing-detail .spot--title::before,
      #play-detail .spot--title::before,
      #eat-detail .spot--title::before,
      #stay-detail .spot--title::before,
      #buy-detail .spot--title::before {
        width: 36px;
        height: 36px; } }
#sightseeing-detail .spot--category,
#play-detail .spot--category,
#eat-detail .spot--category,
#stay-detail .spot--category,
#buy-detail .spot--category {
  margin: 0 0 40px;
  padding: 0 0 0 90px; }
  @media screen and (max-width: 600px) {
    #sightseeing-detail .spot--category,
    #play-detail .spot--category,
    #eat-detail .spot--category,
    #stay-detail .spot--category,
    #buy-detail .spot--category {
      padding-left: 45px; } }
#sightseeing-detail .spot--copy,
#play-detail .spot--copy,
#eat-detail .spot--copy,
#stay-detail .spot--copy,
#buy-detail .spot--copy {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #35AAC0;
  margin: 0 0 25px; }
  @media screen and (max-width: 600px) {
    #sightseeing-detail .spot--copy,
    #play-detail .spot--copy,
    #eat-detail .spot--copy,
    #stay-detail .spot--copy,
    #buy-detail .spot--copy {
      font-size: 20px; } }
#sightseeing-detail .spot--text,
#play-detail .spot--text,
#eat-detail .spot--text,
#stay-detail .spot--text,
#buy-detail .spot--text {
  font-size: 16px;
  line-height: 1.625;
  margin: 0 0 60px; }

#spot--slide__outer {
  margin: 0 0 110px; }
#spot--slide .spot--slide--in:hover {
  cursor: pointer; }
#spot--slide .spot--slide--in img {
  width: 100%;
  height: auto; }

#spot--thumbnail .spot--thumbnail--in img {
  width: 100%;
  height: auto; }

#spot-detail,
#spot-service {
  text-align: center; }
  #spot-detail .spot-detail--service-list,
  #spot-service .spot-detail--service-list {
    margin: 0 auto;
    padding: 16px 20px;
    border: 2px solid #35AAC0;
    display: flex;
    justify-content: center; }
    #spot-detail .spot-detail--service-list__outer,
    #spot-service .spot-detail--service-list__outer {
      display: inline-block; }
    @media screen and (max-width: 600px) {
      #spot-detail .spot-detail--service-list,
      #spot-service .spot-detail--service-list {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 10px 0; } }
    #spot-detail .spot-detail--service-list > li,
    #spot-service .spot-detail--service-list > li {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin: 0 35px 0 0;
      padding: 0; }
      @media screen and (max-width: 1040px) {
        #spot-detail .spot-detail--service-list > li,
        #spot-service .spot-detail--service-list > li {
          flex-flow: column;
          margin-right: 20px; } }
      @media screen and (max-width: 600px) {
        #spot-detail .spot-detail--service-list > li,
        #spot-service .spot-detail--service-list > li {
          flex: 0 0 48%;
          flex-flow: row;
          justify-content: flex-start;
          margin-right: 0;
          margin-bottom: 10px;
          font-size: 14px; } }
      #spot-detail .spot-detail--service-list > li img,
      #spot-service .spot-detail--service-list > li img {
        margin: 0 10px 0 0; }
        @media screen and (max-width: 1040px) {
          #spot-detail .spot-detail--service-list > li img,
          #spot-service .spot-detail--service-list > li img {
            margin: 0 0 10px; } }
        @media screen and (max-width: 600px) {
          #spot-detail .spot-detail--service-list > li img,
          #spot-service .spot-detail--service-list > li img {
            flex: 0 0 30px;
            margin: 0 10px 0 0;
            width: 30px; } }
      #spot-detail .spot-detail--service-list > li:last-child,
      #spot-service .spot-detail--service-list > li:last-child {
        margin-right: 0; }
      #spot-detail .spot-detail--service-list > li::before,
      #spot-service .spot-detail--service-list > li::before {
        display: none; }
  #spot-detail .spot--tabikura,
  #spot-service .spot--tabikura {
    margin: 60px auto 0; }
    #spot-detail .spot--tabikura a,
    #spot-service .spot--tabikura a {
      display: block;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      text-decoration: none;
      color: #fff;
      width: 500px;
      height: 80px;
      background-color: #F58B31;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      box-shadow: 4px 4px #E6E4E4; }
      #spot-detail .spot--tabikura a:hover,
      #spot-service .spot--tabikura a:hover {
        opacity: 0.8; }
      #spot-detail .spot--tabikura a img,
      #spot-service .spot--tabikura a img {
        margin: 0 15px 0 0; }

#spot--tbl {
  margin: 0 auto; }
  #spot--tbl__outer {
    width: 100%;
    margin: 50px auto 75px; }
    @media screen and (max-width: 600px) {
      #spot--tbl__outer {
        overflow-x: scroll; } }
  #spot--tbl th {
    width: 300px; }
    @media screen and (max-width: 1040px) {
      #spot--tbl th {
        width: 30%; } }
    @media screen and (max-width: 600px) {
      #spot--tbl th {
        min-width: 160px; } }
  #spot--tbl td {
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 600px) {
      #spot--tbl td {
        min-width: 300px; } }
    #spot--tbl td dl {
      margin: 0; }
      #spot--tbl td dl dt {
        font-weight: normal;
        margin: 0;
        padding: 0; }
      #spot--tbl td dl dd {
        margin: 0;
        padding: 0 0 0 1em; }
    #spot--tbl td dl + dl {
      margin-top: 25px; }

#spot--sns {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  #spot--sns > li {
    flex: 0 0 32%;
    margin: 0;
    padding: 0; }
    #spot--sns > li::before {
      display: none; }
    #spot--sns > li a,
    #spot--sns > li span {
      display: block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      color: #000;
      text-decoration: none;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      border: 2px solid #35AAC0; }
      @media screen and (max-width: 600px) {
        #spot--sns > li a,
        #spot--sns > li span {
          font-size: 12px;
          height: 40px; } }
      #spot--sns > li a img,
      #spot--sns > li span img {
        margin-right: 15px; }
        @media screen and (max-width: 600px) {
          #spot--sns > li a img,
          #spot--sns > li span img {
            width: 20px;
            height: 20px;
            margin-right: 5px; } }
    #spot--sns > li.spot--sns--none span {
      border: 2px solid #9F9999;
      color: #9F9999; }

#green .green--section {
  position: relative;
  margin: 0 0 0 48px;
  padding: 60px 60px 60px 65px;
  border-left-style: solid;
  border-left-width: 5px; }
  @media screen and (max-width: 600px) {
    #green .green--section {
      margin-left: 24px;
      padding: 30px 30px 30px 35px; } }
  #green .green--section:first-of-type {
    margin-top: 80px; }
#green .green--h2 {
  position: absolute;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  width: 100px;
  height: 100px;
  top: -50px;
  left: -50px;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 600px) {
    #green .green--h2 {
      font-size: 20px;
      width: 50px;
      height: 50px;
      top: -26px;
      left: -26px; } }
  #green .green--h2::before {
    display: none; }
#green .green--winterlink {
  text-align: center;
  margin: 115px auto 0; }
#green .green--list {
  margin: 0 0 40px;
  padding: 0; }
  #green .green--list > li {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: left;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #green .green--list > li {
        font-size: 16px; } }
    #green .green--list > li::before {
      display: none; }
    #green .green--list > li .green--list--link__outer {
      margin: 0 0 0 13px; }
      #green .green--list > li .green--list--link__outer .green--list--link {
        font-size: 16px;
        line-height: 1;
        min-width: inherit;
        padding: 10px 33px; }
        @media screen and (max-width: 600px) {
          #green .green--list > li .green--list--link__outer .green--list--link {
            font-size: 12px;
            padding: 10px 20px; } }
        #green .green--list > li .green--list--link__outer .green--list--link::after {
          width: 18px;
          height: 18px;
          margin-top: -1px; }
#green .green--img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #green .green--img {
      flex-wrap: wrap;
      justify-content: center; } }
  #green .green--img > li {
    flex: 0 0 26.6%;
    margin: 0 10% 0 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #green .green--img > li {
        flex: 0 0 100%;
        max-width: 200px;
        margin-right: 0;
        margin-bottom: 30px; } }
    #green .green--img > li:last-child {
      margin-right: 0; }
    #green .green--img > li::before {
      display: none; }
    #green .green--img > li > figure {
      margin: 0;
      padding: 0; }
      #green .green--img > li > figure a {
        text-decoration: none; }
      #green .green--img > li > figure img {
        width: 100%;
        height: auto; }
      #green .green--img > li > figure figcaption {
        font-size: 12px;
        line-height: 1.5;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 9px 0 0; }

#access-map {
  margin: 0 0 45px; }
  #access-map__inner .access-map--map iframe {
    width: 100%;
    height: 470px; }

#access-nav {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    #access-nav {
      flex-wrap: wrap; } }
  #access-nav > li {
    flex: 0 0 49%;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #access-nav > li {
        flex: 0 0 100%;
        margin-bottom: 20px; }
        #access-nav > li:last-child {
          margin-bottom: 0; } }
    #access-nav > li::before {
      display: none; }
    #access-nav > li a {
      position: relative;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      text-decoration: none;
      height: 60px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      background-color: #35AAC0; }
      @media screen and (max-width: 1040px) {
        #access-nav > li a {
          font-size: 16px; } }
      #access-nav > li a::after {
        display: inline-block;
        content: "";
        background: url(image/share/icon-arrow-bottom-wtr.svg) center center no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        margin-left: 7px; }

#access-car {
  margin: 0;
  padding: 40px 30px 75px;
  background-color: #F7F7EC; }
  @media screen and (max-width: 600px) {
    #access-car {
      margin: 0 -20px;
      padding: 40px 20px 75px; } }
  #access-car__inner {
    text-align: center; }
    #access-car__inner .access-car--title {
      display: inline-block;
      text-align: center;
      background-color: transparent;
      margin: 0 0 42px;
      padding: 0 0 8px;
      border-bottom: 2px solid #000; }
      #access-car__inner .access-car--title::before {
        display: none; }
    #access-car__inner .access-car--copy {
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      background-color: #817654;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin: 0 0 30px;
      padding: 19px 0;
      -webkit-border-radius: 35px;
      border-radius: 35px; }
      @media screen and (max-width: 1040px) {
        #access-car__inner .access-car--copy {
          font-size: 18px;
          height: auto; } }
      @media screen and (max-width: 600px) {
        #access-car__inner .access-car--copy {
          font-size: 14px;
          line-height: 1.5;
          padding: 10px 20px; } }
      #access-car__inner .access-car--copy::before {
        display: inline-block;
        content: "";
        background: url(image/access/icon-car.svg) center center no-repeat;
        background-size: contain;
        width: 37px;
        height: 30px;
        margin-right: 10px; }
    #access-car__inner .access-car--text {
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0 0 30px; }
    #access-car__inner .access-car--map {
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        #access-car__inner .access-car--map {
          margin-bottom: 20px; } }
      #access-car__inner .access-car--map img {
        width: 100%;
        height: auto; }
    #access-car__inner .access-car--fromlist {
      margin: 40px auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      @media screen and (max-width: 600px) {
        #access-car__inner .access-car--fromlist {
          margin-top: 20px; } }
      #access-car__inner .access-car--fromlist dt {
        flex: 0 0 100%;
        margin: 0 0 27px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center; }
        @media screen and (max-width: 600px) {
          #access-car__inner .access-car--fromlist dt {
            margin-bottom: 20px; } }
      #access-car__inner .access-car--fromlist dd {
        flex: 0 0 200px;
        height: 60px;
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        background-color: #fff;
        border: 1px solid #817654;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        box-sizing: border-box; }
        @media screen and (max-width: 600px) {
          #access-car__inner .access-car--fromlist dd {
            flex: 0 0 48%;
            height: auto;
            font-size: 14px;
            padding: 10px 0;
            margin-bottom: 10px; } }
        #access-car__inner .access-car--fromlist dd .access-car--fromlist--time {
          font-size: 12px;
          line-height: 1.5;
          margin-left: 5px;
          color: #9F9999; }
    #access-car__inner .access-car--mappdf {
      margin: 0 0 60px; }
      #access-car__inner .access-car--mappdf dt {
        margin: 0 0 32px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center; }
      #access-car__inner .access-car--mappdf dd a {
        font-weight: bold;
        color: #817654;
        text-decoration: none;
        width: 300px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        background-color: #fff;
        border: 1px solid #817654;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 0 auto; }
        @media screen and (max-width: 600px) {
          #access-car__inner .access-car--mappdf dd a {
            width: 80%;
            height: 40px; } }
        #access-car__inner .access-car--mappdf dd a span {
          font-size: 13px;
          line-height: 1;
          color: #fff;
          height: 21px;
          background-color: #817654;
          padding: 0 15px;
          margin: 0 0 0 8px;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center; }
    #access-car__inner #access-nav-from {
      margin: 0 auto;
      padding: 0;
      width: 900px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1040px) {
        #access-car__inner #access-nav-from {
          width: auto; } }
      #access-car__inner #access-nav-from > li {
        flex: 0 0 298px;
        border-right: 2px solid #fff;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        text-decoration: none;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        background-color: #DBD4BB;
        height: 60px;
        cursor: pointer;
        transition: all 300ms ease-out; }
        @media screen and (max-width: 1040px) {
          #access-car__inner #access-nav-from > li {
            flex: 0 0 33%;
            box-sizing: border-box; } }
        @media screen and (max-width: 600px) {
          #access-car__inner #access-nav-from > li {
            font-size: 14px; } }
        #access-car__inner #access-nav-from > li span {
          width: 100%;
          text-align: center;
          display: block;
          font-size: 14px; }
          @media screen and (max-width: 600px) {
            #access-car__inner #access-nav-from > li span {
              font-size: 12px; } }
        #access-car__inner #access-nav-from > li::before {
          display: none; }
        #access-car__inner #access-nav-from > li:last-child {
          flex: 0 0 300px;
          border-right: none; }
          @media screen and (max-width: 1040px) {
            #access-car__inner #access-nav-from > li:last-child {
              flex: 0 0 34%; } }
        #access-car__inner #access-nav-from > li.active, #access-car__inner #access-nav-from > li:hover {
          background-color: #817654;
          opacity: 1; }
    #access-car__inner .access-car-from {
      display: none;
      width: 900px;
      margin: 0 auto;
      padding: 60px 0 70px;
      background-color: #fff;
      border: 2px solid #817654;
      box-sizing: border-box; }
      @media screen and (max-width: 1040px) {
        #access-car__inner .access-car-from {
          width: auto; } }
      #access-car__inner .access-car-from.active {
        display: block; }
      #access-car__inner .access-car-from .access-car-area--img {
        margin: 0 auto; }
        #access-car__inner .access-car-from .access-car-area--img img {
          max-width: 700px;
          width: 90%;
          height: auto; }
      #access-car__inner .access-car-from .access-car-area--route {
        display: inline-block;
        margin: 50px 0 0; }
        @media screen and (max-width: 600px) {
          #access-car__inner .access-car-from .access-car-area--route {
            margin: 50px auto 0;
            width: 80%; } }
        #access-car__inner .access-car-from .access-car-area--route a {
          text-decoration: none;
          color: #817654;
          height: 60px;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          border: 1px solid #817654;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background-color: #fff;
          padding: 0 20px; }
          @media screen and (max-width: 600px) {
            #access-car__inner .access-car-from .access-car-area--route a {
              height: auto;
              padding: 10px 20px;
              box-sizing: border-box; } }
          #access-car__inner .access-car-from .access-car-area--route a::after {
            display: inline-block;
            content: "";
            background: url(image/share/icon-blank.svg) center center no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
            margin-left: 5px; }

#access-interchange .access-interchange--h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 50px;
  padding: 0;
  border: none; }
#access-interchange .access-interchange--box {
  width: 862px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media screen and (max-width: 1040px) {
    #access-interchange .access-interchange--box {
      width: auto; } }
  @media screen and (max-width: 600px) {
    #access-interchange .access-interchange--box {
      display: block; } }
  #access-interchange .access-interchange--box:last-child {
    margin-bottom: 0; }
  #access-interchange .access-interchange--box--r {
    flex: 0 0 416px; }
    @media screen and (max-width: 1040px) {
      #access-interchange .access-interchange--box--r {
        flex: 0 0 48%; } }
    @media screen and (max-width: 600px) {
      #access-interchange .access-interchange--box--r {
        flex: none;
        margin: 0 auto 30px; } }
    #access-interchange .access-interchange--box--r dl {
      margin: 0;
      padding: 0; }
      #access-interchange .access-interchange--box--r dl .access-interchange--title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 50px;
        margin: 0 0 21px;
        padding: 0; }
        @media screen and (max-width: 1040px) {
          #access-interchange .access-interchange--box--r dl .access-interchange--title {
            font-size: 15px; } }
      #access-interchange .access-interchange--box--r dl .access-interchange--text {
        margin: 0 0 25px;
        padding: 0; }
      #access-interchange .access-interchange--box--r dl .access-interchange--img {
        margin: 0;
        padding: 0; }
        #access-interchange .access-interchange--box--r dl .access-interchange--img figure {
          margin: 0;
          padding: 0; }
          #access-interchange .access-interchange--box--r dl .access-interchange--img figure img {
            width: 100%;
            height: auto; }
          #access-interchange .access-interchange--box--r dl .access-interchange--img figure figcaption {
            font-size: 1em;
            margin: 8px 0 0;
            text-align: justify;
            text-justify: inter-ideograph; }
      #access-interchange .access-interchange--box--r dl .access-yamabiko--title {
        background-color: #19623C; }
      #access-interchange .access-interchange--box--r dl .access-kokudou--title {
        background-color: #951010; }
  #access-interchange .access-interchange--box--l {
    flex: 0 0 420px; }
    #access-interchange .access-interchange--box--l img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 1040px) {
      #access-interchange .access-interchange--box--l {
        flex: 0 0 48%; } }

#access-transport {
  margin: 0;
  padding: 40px 30px 60px;
  background-color: #F7F7EC; }
  @media screen and (max-width: 600px) {
    #access-transport {
      margin: 0 -20px;
      padding: 40px 20px 60px; } }
  #access-transport__inner {
    text-align: center; }
    #access-transport__inner .access-transport--title {
      display: inline-block;
      text-align: center;
      background-color: transparent;
      margin: 0 0 42px;
      padding: 0 0 8px;
      border-bottom: 2px solid #000; }
      #access-transport__inner .access-transport--title::before {
        display: none; }
    #access-transport__inner .access-transport--copy {
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      height: 70px;
      background-color: #817654;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin: 0 0 30px;
      -webkit-border-radius: 35px;
      border-radius: 35px; }
      #access-transport__inner .access-transport--copy::before {
        display: inline-block;
        content: "";
        background: url(image/access/icon-car.svg) center center no-repeat;
        background-size: contain;
        width: 37px;
        height: 30px;
        margin-right: 10px; }

#access-bus,
#access-train {
  width: 835px;
  margin: 0 auto 65px; }
  @media screen and (max-width: 1040px) {
    #access-bus,
    #access-train {
      width: auto; } }
  #access-bus .access-bus--title,
  #access-bus .access-train--title,
  #access-train .access-bus--title,
  #access-train .access-train--title {
    line-height: 1;
    text-align: center;
    margin: 0 0 37px;
    padding: 0;
    border: none;
    height: 70px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-color: #817654;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
  #access-bus .access-bus--route img,
  #access-bus .access-train--route img,
  #access-train .access-bus--route img,
  #access-train .access-train--route img {
    width: 100%;
    height: auto; }
  #access-bus .access-bus--shuttlelist,
  #access-bus .access-train--shuttlelist,
  #access-train .access-bus--shuttlelist,
  #access-train .access-train--shuttlelist {
    position: relative;
    margin: 48px 0 0;
    padding: 25px 20px 20px;
    background-color: #fff;
    border: 2px solid #817654;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 600px) {
      #access-bus .access-bus--shuttlelist,
      #access-bus .access-train--shuttlelist,
      #access-train .access-bus--shuttlelist,
      #access-train .access-train--shuttlelist {
        display: block; } }
    #access-bus .access-bus--shuttlelist::before,
    #access-bus .access-train--shuttlelist::before,
    #access-train .access-bus--shuttlelist::before,
    #access-train .access-train--shuttlelist::before {
      position: absolute;
      display: block;
      content: "";
      width: 2px;
      height: 50px;
      background-color: #817654;
      top: -50px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    #access-bus .access-bus--shuttlelist dt,
    #access-bus .access-train--shuttlelist dt,
    #access-train .access-bus--shuttlelist dt,
    #access-train .access-train--shuttlelist dt {
      flex: 0 0 100%;
      margin: 0 0 19px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #access-bus .access-bus--shuttlelist dt,
        #access-bus .access-train--shuttlelist dt,
        #access-train .access-bus--shuttlelist dt,
        #access-train .access-train--shuttlelist dt {
          flex: none; } }
    #access-bus .access-bus--shuttlelist dd,
    #access-bus .access-train--shuttlelist dd,
    #access-train .access-bus--shuttlelist dd,
    #access-train .access-train--shuttlelist dd {
      margin: 0 20px 0 0; }
      @media screen and (max-width: 1040px) {
        #access-bus .access-bus--shuttlelist dd,
        #access-bus .access-train--shuttlelist dd,
        #access-train .access-bus--shuttlelist dd,
        #access-train .access-train--shuttlelist dd {
          margin-bottom: 10px; } }
      @media screen and (max-width: 600px) {
        #access-bus .access-bus--shuttlelist dd,
        #access-bus .access-train--shuttlelist dd,
        #access-train .access-bus--shuttlelist dd,
        #access-train .access-train--shuttlelist dd {
          font-size: 12px;
          margin-right: 0; } }
      #access-bus .access-bus--shuttlelist dd:last-child,
      #access-bus .access-train--shuttlelist dd:last-child,
      #access-train .access-bus--shuttlelist dd:last-child,
      #access-train .access-train--shuttlelist dd:last-child {
        margin-right: 0; }
      #access-bus .access-bus--shuttlelist dd a,
      #access-bus .access-train--shuttlelist dd a,
      #access-train .access-bus--shuttlelist dd a,
      #access-train .access-train--shuttlelist dd a {
        font-weight: bold;
        color: #817654;
        text-decoration: none;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0 20px;
        border: 1px solid #817654;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        @media screen and (max-width: 600px) {
          #access-bus .access-bus--shuttlelist dd a,
          #access-bus .access-train--shuttlelist dd a,
          #access-train .access-bus--shuttlelist dd a,
          #access-train .access-train--shuttlelist dd a {
            height: auto;
            padding: 10px; } }
        #access-bus .access-bus--shuttlelist dd a::after,
        #access-bus .access-train--shuttlelist dd a::after,
        #access-train .access-bus--shuttlelist dd a::after,
        #access-train .access-train--shuttlelist dd a::after {
          display: inline-block;
          content: "";
          background: url(image/share/icon-blank.svg) center center no-repeat;
          background-size: contain;
          width: 20px;
          height: 20px; }

#access-bus {
  width: auto; }
  #access-bus #access-nav-bus-from {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      #access-bus #access-nav-bus-from {
        width: auto; } }
    #access-bus #access-nav-bus-from > li {
      flex: 0 0 449px;
      border-right: 2px solid #fff;
      margin: 0;
      padding: 0;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      text-decoration: none;
      color: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      background-color: #DBD4BB;
      height: 60px;
      cursor: pointer;
      transition: all 300ms ease-out; }
      @media screen and (max-width: 1040px) {
        #access-bus #access-nav-bus-from > li {
          flex: 0 0 50%;
          box-sizing: border-box; } }
      @media screen and (max-width: 600px) {
        #access-bus #access-nav-bus-from > li {
          font-size: 14px; } }
      #access-bus #access-nav-bus-from > li span {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 14px; }
        @media screen and (max-width: 600px) {
          #access-bus #access-nav-bus-from > li span {
            font-size: 12px; } }
      #access-bus #access-nav-bus-from > li::before {
        display: none; }
      #access-bus #access-nav-bus-from > li:last-child {
        border-right: none; }
        @media screen and (max-width: 1040px) {
          #access-bus #access-nav-bus-from > li:last-child {
            flex: 0 0 50%; } }
      #access-bus #access-nav-bus-from > li.active, #access-bus #access-nav-bus-from > li:hover {
        background-color: #817654;
        opacity: 1; }
  #access-bus .access-bus-from {
    display: none;
    width: 900px;
    margin: 0 auto;
    padding: 60px 0 70px;
    background-color: #fff;
    border: 2px solid #817654;
    box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      #access-bus .access-bus-from {
        width: auto; } }
    #access-bus .access-bus-from.active {
      display: block; }
    #access-bus .access-bus-from .access-bus--img {
      margin: 0 auto; }
      #access-bus .access-bus-from .access-bus--img img {
        max-width: 700px;
        width: 90%;
        height: auto; }

#access-train {
  margin-bottom: 0; }

#access-link,
#access-transport-link {
  margin: 0;
  padding: 50px 30px;
  background-color: #E5E1D3; }
  #access-link__inner .access-link--list,
  #access-transport-link__inner .access-link--list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #access-link__inner .access-link--list,
      #access-transport-link__inner .access-link--list {
        display: block; } }
    #access-link__inner .access-link--list:last-child,
    #access-transport-link__inner .access-link--list:last-child {
      margin-bottom: -15px; }
    #access-link__inner .access-link--list dt,
    #access-transport-link__inner .access-link--list dt {
      flex: 0 0 100%;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 600px) {
        #access-link__inner .access-link--list dt,
        #access-transport-link__inner .access-link--list dt {
          flex: none; } }
    #access-link__inner .access-link--list dd, #access-link__inner .access-link--list li,
    #access-transport-link__inner .access-link--list dd,
    #access-transport-link__inner .access-link--list li {
      margin: 0 20px 20px 0;
      padding: 0; }
      @media screen and (max-width: 600px) {
        #access-link__inner .access-link--list dd, #access-link__inner .access-link--list li,
        #access-transport-link__inner .access-link--list dd,
        #access-transport-link__inner .access-link--list li {
          font-size: 12px;
          margin-right: 0;
          margin-bottom: 10px; } }
      #access-link__inner .access-link--list dd::before, #access-link__inner .access-link--list li::before,
      #access-transport-link__inner .access-link--list dd::before,
      #access-transport-link__inner .access-link--list li::before {
        display: none; }
      #access-link__inner .access-link--list dd a, #access-link__inner .access-link--list li a,
      #access-transport-link__inner .access-link--list dd a,
      #access-transport-link__inner .access-link--list li a {
        font-weight: bold;
        color: #817654;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0 20px;
        height: 60px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #817654;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        @media screen and (max-width: 600px) {
          #access-link__inner .access-link--list dd a, #access-link__inner .access-link--list li a,
          #access-transport-link__inner .access-link--list dd a,
          #access-transport-link__inner .access-link--list li a {
            height: auto;
            padding: 10px; } }
        #access-link__inner .access-link--list dd a::after, #access-link__inner .access-link--list li a::after,
        #access-transport-link__inner .access-link--list dd a::after,
        #access-transport-link__inner .access-link--list li a::after {
          display: inline-block;
          content: "";
          background: url(image/share/icon-blank.svg) center center no-repeat;
          background-size: contain;
          width: 20px;
          height: 20px;
          margin-left: 5px; }

#access-transport-link {
  margin: 30px -30px 30px -30px; }
  @media screen and (max-width: 1040px) {
    #access-transport-link {
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (max-width: 600px) {
    #access-transport-link {
      margin-left: 0;
      margin-right: 0; } }

#ski-resort .skiresort-list--link {
  margin: 90px auto;
  text-align: center; }
  @media screen and (max-width: 600px) {
    #ski-resort .skiresort-list--link {
      margin: 50px auto; } }
  #ski-resort .skiresort-list--link a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.45;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #274F9A;
    margin: 0 auto;
    height: 80px;
    width: 500px;
    -webkit-border-radius: 40px;
    border-radius: 40px; }
    @media screen and (max-width: 600px) {
      #ski-resort .skiresort-list--link a {
        font-size: 14px;
        width: 100%;
        height: 60px; } }
    #ski-resort .skiresort-list--link a::before {
      content: "";
      display: inline-block;
      width: 60px;
      height: 60px;
      background: url(image/skiresort/icon-takasumountains.svg) center center no-repeat;
      background-size: contain;
      margin: 0 10px 0 0; }
      @media screen and (max-width: 600px) {
        #ski-resort .skiresort-list--link a::before {
          width: 40px;
          height: 40px; } }

#skiresort-weather__inner .skiresort-weather--today dt, #skiresort-weather__inner .skiresort-weather--tomorrow dt, #skiresort-weather__inner .skiresort-weather--today dd, #skiresort-weather__inner .skiresort-weather--tomorrow dd {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5; }

#skiresort-weather {
  margin: 0 0 60px;
  border: 2px solid #35AAC0; }
  #skiresort-weather__inner {
    display: flex;
    flex-wrap: nowrap;
    /* 行数 */
    justify-content: center;
    padding: 19px 0; }
    @media screen and (max-width: 1040px) {
      #skiresort-weather__inner {
        flex-wrap: wrap; } }
    @media screen and (max-width: 600px) {
      #skiresort-weather__inner {
        display: block; } }
    #skiresort-weather__inner .skiresort-weather--today, #skiresort-weather__inner .skiresort-weather--tomorrow {
      margin: 0;
      padding: 0 25px 0 0;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 600px) {
        #skiresort-weather__inner .skiresort-weather--today, #skiresort-weather__inner .skiresort-weather--tomorrow {
          flex-wrap: wrap;
          padding: 0 10px;
          margin-bottom: 20px; } }
      #skiresort-weather__inner .skiresort-weather--today dt, #skiresort-weather__inner .skiresort-weather--tomorrow dt {
        margin: 0 25px 0 0;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #skiresort-weather__inner .skiresort-weather--today dt, #skiresort-weather__inner .skiresort-weather--tomorrow dt {
            flex: 0 0 100%;
            margin-right: 0;
            text-align: center; } }
      #skiresort-weather__inner .skiresort-weather--today dd, #skiresort-weather__inner .skiresort-weather--tomorrow dd {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
        #skiresort-weather__inner .skiresort-weather--today dd img, #skiresort-weather__inner .skiresort-weather--tomorrow dd img {
          margin: 0 0 0 6px; }
    #skiresort-weather__inner .skiresort-weather--today {
      border-right: 1px solid #707070; }
      @media screen and (max-width: 1040px) {
        #skiresort-weather__inner .skiresort-weather--today {
          border: none; } }
    #skiresort-weather__inner .skiresort-weather--tomorrow {
      padding: 0 40px; }
      @media screen and (max-width: 600px) {
        #skiresort-weather__inner .skiresort-weather--tomorrow {
          padding: 0 10px; } }
    #skiresort-weather__inner .skiresort-weather--update {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }

@media screen and (max-width: 600px) {
  #skiresort-tbl__outer {
    overflow-x: scroll;
    width: 100%; } }
@media screen and (max-width: 600px) {
  #skiresort-tbl th {
    white-space: nowrap; } }
@media screen and (max-width: 600px) {
  #skiresort-tbl td {
    white-space: nowrap; } }
#skiresort-tbl td a {
  text-decoration: none;
  color: #000; }
  #skiresort-tbl td a:hover {
    text-decoration: underline; }
#skiresort-tbl + .skiresort-table--note {
  font-size: 14px;
  line-height: 1.429;
  margin: 20px 0 0;
  text-align: right; }

#skiresort-bannerlink-list {
  display: flex;
  flex-wrap: wrap;
  /* 行数 */
  justify-content: space-around;
  margin: 90px 0; }
  @media screen and (max-width: 600px) {
    #skiresort-bannerlink-list {
      margin: 45px auto; } }
  #skiresort-bannerlink-list > li {
    flex: 0 0 650px;
    height: 140px;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 300ms ease-out;
    background-color: #35AAC0;
    display: flex; }
    @media screen and (max-width: 1040px) {
      #skiresort-bannerlink-list > li {
        flex: 0 0 90%;
        max-width: 650px;
        height: auto; } }
    @media screen and (max-width: 600px) {
      #skiresort-bannerlink-list > li {
        flex: 0 0 100%;
        display: block;
        margin: 0 auto 20px; } }
    #skiresort-bannerlink-list > li:hover {
      opacity: 0.8; }
    #skiresort-bannerlink-list > li::before {
      display: none; }
    #skiresort-bannerlink-list > li .skiresort-bannerlink-list--img {
      flex: 0 0 250px; }
      @media screen and (max-width: 1040px) {
        #skiresort-bannerlink-list > li .skiresort-bannerlink-list--img {
          flex: 0 0 40%; } }
      @media screen and (max-width: 600px) {
        #skiresort-bannerlink-list > li .skiresort-bannerlink-list--img {
          flex: none; } }
      #skiresort-bannerlink-list > li .skiresort-bannerlink-list--img img {
        width: 100%;
        height: auto; }
    #skiresort-bannerlink-list > li .skiresort-bannerlink-list--text {
      flex: 0 0 400px;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.471;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 1040px) {
        #skiresort-bannerlink-list > li .skiresort-bannerlink-list--text {
          flex: 0 0 60%;
          font-size: 16px; } }
      @media screen and (max-width: 600px) {
        #skiresort-bannerlink-list > li .skiresort-bannerlink-list--text {
          flex: none;
          font-size: 12px;
          padding: 10px;
          box-sizing: border-box; } }
      #skiresort-bannerlink-list > li .skiresort-bannerlink-list--text::after {
        content: "";
        display: inline-block;
        background: url(image/share/icon-arrow-right-wtr.svg) center center no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        margin: 0 0 0 11px; }
        @media screen and (max-width: 600px) {
          #skiresort-bannerlink-list > li .skiresort-bannerlink-list--text::after {
            width: 18px;
            height: 18px; } }
    #skiresort-bannerlink-list > li a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

#skiresort-link-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    #skiresort-link-list {
      display: block; } }
  #skiresort-link-list > li {
    flex: 0 0 320px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 1040px) {
      #skiresort-link-list > li {
        flex: 0 0 32%; } }
    @media screen and (max-width: 600px) {
      #skiresort-link-list > li {
        flex: none;
        margin: 0 auto 10px; } }
    #skiresort-link-list > li::before {
      display: none; }
    #skiresort-link-list > li a {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      text-decoration: none;
      color: #000;
      position: relative;
      width: 100%;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      border: 2px solid #35AAC0;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        #skiresort-link-list > li a {
          height: auto;
          padding: 10px; } }
      #skiresort-link-list > li a::before {
        content: "";
        display: inline-block;
        margin: 0 10px 0 0;
        width: 55px;
        height: 55px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #35AAC0;
        background-position: center center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 600px) {
          #skiresort-link-list > li a::before {
            width: 30px;
            height: 30px; } }
    #skiresort-link-list > li.skiresort-link-list--hotspring a::before {
      background-image: url(image/skiresort/icon-hotspring.svg);
      background-size: contain; }
    #skiresort-link-list > li.skiresort-link-list--gourmet a::before {
      background-image: url(image/skiresort/icon-gourmet.svg);
      background-size: contain; }
    #skiresort-link-list > li.skiresort-link-list--souvenir a::before {
      background-image: url(image/skiresort/icon-souvenir.svg);
      background-size: contain; }

#skiresort-tourism__inner .skiresort-tourism--title {
  margin: 0 0 70px; }

@media screen and (max-width: 600px) {
  #skiresort-tourism--tbl__outer {
    width: 100%;
    overflow-x: scroll; } }
@media screen and (max-width: 600px) {
  #skiresort-tourism--tbl th {
    white-space: nowrap; } }
#skiresort-tourism--tbl td {
  text-align: justify;
  text-justify: inter-ideograph; }
  @media screen and (max-width: 600px) {
    #skiresort-tourism--tbl td {
      white-space: nowrap; } }
  #skiresort-tourism--tbl td a {
    text-decoration: none;
    color: #000; }
    #skiresort-tourism--tbl td a:hover {
      text-decoration: underline; }

#skiresort-detail .skiresortdetail--title {
  margin: 0 0 60px; }
#skiresort-detail .skiresortdetail--mainimg {
  margin: 0 0 80px; }
  #skiresort-detail .skiresortdetail--mainimg img {
    width: 100%;
    height: auto; }

#skiresortdetail-table {
  margin: 0 0 80px; }
  @media screen and (max-width: 600px) {
    #skiresortdetail-table__outer {
      width: 100%;
      overflow-x: scroll; } }
  #skiresortdetail-table th {
    width: 30%; }
    @media screen and (max-width: 600px) {
      #skiresortdetail-table th {
        width: auto;
        white-space: nowrap; } }
  #skiresortdetail-table td {
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 600px) {
      #skiresortdetail-table td {
        min-width: 300px; } }

#tm_area {
  padding: 5px 30px 5px; }
  #tm_area__inner {
    width: 964px;
    margin: 0 auto; }
    #tm_area__inner .tm--h1--area {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin: 0 0 7px; }
    #tm_area__inner .tm--title {
      flex: 0 0 350px;
      height: 50px; }
    #tm_area__inner .tm--note {
      font-size: 11px;
      letter-spacing: 1.545;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 12px 0 0; }
      #tm_area__inner .tm--note span {
        margin: 0 2em 0 0; }
        #tm_area__inner .tm--note span:last-child {
          margin-right: 0; }

#tm-weather__inner .tm-weather--today > dt, #tm-weather__inner .tm-weather--tomorrow > dt, #tm-weather__inner .tm-weather--today > dd.tm-weather--today--am, #tm-weather__inner .tm-weather--today > dd.tm-weather--tomorrow--am, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--today--am, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--tomorrow--am, #tm-weather__inner .tm-weather--today > dd.tm-weather--today--pm, #tm-weather__inner .tm-weather--today > dd.tm-weather--tomorrow--pm, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--today--pm, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--tomorrow--pm {
  font-size: 13px;
  line-height: 1.462;
  font-weight: bold; }

#tm-weather__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center; }
  #tm-weather__inner .tm-weather--today, #tm-weather__inner .tm-weather--tomorrow {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0; }
    #tm-weather__inner .tm-weather--today > dt, #tm-weather__inner .tm-weather--tomorrow > dt {
      margin: 0 12px 0 0;
      padding: 0; }
    #tm-weather__inner .tm-weather--today > dd, #tm-weather__inner .tm-weather--tomorrow > dd {
      margin: 0;
      padding: 0; }
      #tm-weather__inner .tm-weather--today > dd.tm-weather--today--am, #tm-weather__inner .tm-weather--today > dd.tm-weather--tomorrow--am, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--today--am, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--tomorrow--am {
        display: flex;
        align-items: center;
        align-content: center;
        margin: 0 5px 0 0; }
        #tm-weather__inner .tm-weather--today > dd.tm-weather--today--am img, #tm-weather__inner .tm-weather--today > dd.tm-weather--tomorrow--am img, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--today--am img, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--tomorrow--am img {
          width: 25px;
          height: auto;
          margin: 0 0 0 2px; }
      #tm-weather__inner .tm-weather--today > dd.tm-weather--today--pm, #tm-weather__inner .tm-weather--today > dd.tm-weather--tomorrow--pm, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--today--pm, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--tomorrow--pm {
        display: flex;
        align-items: center;
        align-content: center; }
        #tm-weather__inner .tm-weather--today > dd.tm-weather--today--pm img, #tm-weather__inner .tm-weather--today > dd.tm-weather--tomorrow--pm img, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--today--pm img, #tm-weather__inner .tm-weather--tomorrow > dd.tm-weather--tomorrow--pm img {
          width: 25px;
          height: auto;
          margin: 0 0 0 2px; }
  #tm-weather__inner .tm-weather--today {
    margin: 0 32px 0 0; }
    #tm-weather__inner .tm-weather--today::after {
      display: block;
      content: "";
      position: absolute;
      right: -15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 1px;
      height: 20px;
      background-color: #9F9999; }
  #tm-weather__inner .tm-weather--tomorrow {
    margin: 0 28px 0 0; }
  #tm-weather__inner .tm-weather--update {
    font-size: 10px;
    line-height: 1.5; }

#tw-tbl {
  border: 1px solid #000; }
  #tw-tbl tr:last-child th, #tw-tbl tr:last-child td {
    border-bottom: none; }
  #tw-tbl th {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-color: #35AAC0;
    border: 1px solid #000;
    padding: 8px 10px; }
    #tw-tbl th:last-child {
      border: none; }
    #tw-tbl th.tw--th--name {
      width: 225px; }
    #tw-tbl th.tw--th--snowfall {
      width: 100px; }
    #tw-tbl th.tw--th--glissement {
      width: 100px; }
    #tw-tbl th.tw--th--time {
      width: 120px; }
    #tw-tbl th.tw--th--lift {
      width: 182px; }
    #tw-tbl th.tw--th--staff {
      width: 234px; }
    #tw-tbl th.tw--td--name {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5;
      color: #000;
      background-color: #E4F2F5; }
      #tw-tbl th.tw--td--name .tw--date {
        font-size: 10px;
        line-height: 1.2;
        font-weight: normal;
        margin: 10px 0 0; }
  #tw-tbl td {
    border: 1px solid #000;
    background-color: #F7F7EC;
    padding: 5px 10px; }
    #tw-tbl td:last-child {
      border-right: none; }
    #tw-tbl td.tw--td--snowfall, #tw-tbl td.tw--td--glissement, #tw-tbl td.tw--td--time {
      font-size: 14px;
      line-height: 1.429; }
    #tw-tbl td.tw--td--lift {
      font-size: 12px;
      line-height: 1.5;
      text-align: left; }
    #tw-tbl td.tw--td--staff {
      font-size: 10px;
      line-height: 1.5;
      text-align: justify;
      text-justify: inter-ideograph;
      padding: 5px 20px; }

#recruit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -50px;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #recruit-list {
      display: block;
      margin-bottom: 0; } }
  #recruit-list > li {
    flex: 0 0 470px;
    margin: 0 0 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      #recruit-list > li {
        flex: 0 0 48%;
        justify-content: space-around; } }
    @media screen and (max-width: 600px) {
      #recruit-list > li {
        flex: none; } }
    #recruit-list > li::before {
      display: none; }
    #recruit-list > li .recruit-list--name {
      flex: 0 0 100%;
      max-width: 100%;
      position: relative;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5;
      background-color: #F7F7EC;
      margin: 0 0 20px;
      padding: 18px 18px 18px 36px;
      box-sizing: border-box; }
      #recruit-list > li .recruit-list--name::before {
        content: "";
        position: absolute;
        display: block;
        top: 15px;
        left: 16px;
        bottom: 15px;
        width: 5px;
        background-color: #35AAC0; }
    #recruit-list > li .recruit-list--img {
      flex: 0 0 100%;
      margin: 0 0 20px; }
      #recruit-list > li .recruit-list--img img {
        width: 100%;
        height: auto; }
    #recruit-list > li .recruit-list--url, #recruit-list > li .recruit-list--home {
      flex: 0 0 220px; }
      @media screen and (max-width: 1040px) {
        #recruit-list > li .recruit-list--url, #recruit-list > li .recruit-list--home {
          flex: 0 0 48%;
          min-width: 180px;
          margin: 0 0 20px; } }
      @media screen and (max-width: 600px) {
        #recruit-list > li .recruit-list--url, #recruit-list > li .recruit-list--home {
          flex: 0 0 48%;
          min-width: inherit;
          margin-bottom: 0; } }
      #recruit-list > li .recruit-list--url a, #recruit-list > li .recruit-list--home a {
        display: flex;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        align-content: center;
        position: relative;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.5;
        padding: 17px 10px;
        color: #35AAC0;
        background-color: #fff;
        border: 1px solid #35AAC0;
        border-radius: 5px;
        box-sizing: border-box; }
        @media screen and (max-width: 600px) {
          #recruit-list > li .recruit-list--url a, #recruit-list > li .recruit-list--home a {
            font-size: 12px;
            padding: 10px; } }
        #recruit-list > li .recruit-list--url a::after, #recruit-list > li .recruit-list--home a::after {
          content: "";
          display: inline-block;
          background: url(image/share/icon-blank.svg) center center no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px;
          vertical-align: middle;
          margin-left: 10px; }

#contact .contact-pryvacy--area {
  width: 100%;
  height: 400px;
  padding: 20px;
  border: 1px solid #9F9999;
  overflow-y: scroll;
  box-sizing: border-box; }

@media screen and (max-width: 600px) {
  #contact-tbl,
  #contact-pryvacy-tbl {
    display: block;
    border: none; } }
@media screen and (max-width: 600px) {
  #contact-tbl tbody,
  #contact-pryvacy-tbl tbody {
    display: block; } }
@media screen and (max-width: 600px) {
  #contact-tbl tr,
  #contact-pryvacy-tbl tr {
    display: block; } }
#contact-tbl th,
#contact-pryvacy-tbl th {
  position: relative;
  width: 250px;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph; }
  @media screen and (max-width: 600px) {
    #contact-tbl th,
    #contact-pryvacy-tbl th {
      display: block;
      width: auto; } }
  #contact-tbl th .contact-must,
  #contact-pryvacy-tbl th .contact-must {
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    background-color: #FF0707;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
#contact-tbl td,
#contact-pryvacy-tbl td {
  text-align: justify;
  text-justify: inter-ideograph; }
  @media screen and (max-width: 600px) {
    #contact-tbl td,
    #contact-pryvacy-tbl td {
      display: block; } }
  #contact-tbl td .contact--note,
  #contact-pryvacy-tbl td .contact--note {
    font-size: 12px;
    color: #9F9999;
    margin: 0 0 0 20px; }
  #contact-tbl td input[type="text"],
  #contact-tbl td input[type="email"],
  #contact-tbl td input[type="tel"],
  #contact-tbl td select,
  #contact-pryvacy-tbl td input[type="text"],
  #contact-pryvacy-tbl td input[type="email"],
  #contact-pryvacy-tbl td input[type="tel"],
  #contact-pryvacy-tbl td select {
    padding: 10px;
    box-sizing: border-box; }

#contact-name,
#contact-kana,
#contact-zipcode,
#contact-tel,
#contact-phone,
#contact-email {
  width: 300px; }
  @media screen and (max-width: 600px) {
    #contact-name,
    #contact-kana,
    #contact-zipcode,
    #contact-tel,
    #contact-phone,
    #contact-email {
      width: 100%; } }

#contact-pref {
  width: 150px; }

#contact-address,
#contact-comment {
  width: 100%; }

#contact-pryvacy-tbl {
  margin: 60px 0; }
  #contact-pryvacy-tbl th {
    width: 300px; }
    @media screen and (max-width: 600px) {
      #contact-pryvacy-tbl th {
        width: auto; } }

.contact-submit-area #contact-submit {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  width: 260px;
  margin: 50px auto 0;
  padding: 12px 20px;
  background-color: #fff;
  border: 2px solid #1D1D1D;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all 300ms ease-out; }
  .contact-submit-area #contact-submit::-webkit-search-decoration {
    display: none; }
  .contact-submit-area #contact-submit::focus {
    outline-offset: -2px; }
  .contact-submit-area #contact-submit:hover {
    cursor: pointer;
    background-color: #1D1D1D;
    color: #fff; }
  .contact-submit-area #contact-submit:disabled {
    background-color: #fff;
    color: #9F9999; }
  .contact-submit-area #contact-submit:disabled:hover {
    cursor: not-allowed;
    background-color: #fff;
    color: #9F9999; }

#mainScroll.hirugano-mainScroll {
  padding-top: 0; }

header#hirugano-header__outer {
  margin: 0 0 40px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  height: auto; }

#hirugano-header {
  padding: 20px 0; }
  @media screen and (max-width: 1040px) {
    #hirugano-header {
      padding: 30px 0; } }
  #hirugano-header__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 1040px) {
      #hirugano-header__inner {
        width: auto;
        padding: 0 20px;
        display: block; } }

#hirugano-identity-area {
  flex: 0 0 230px; }
  @media screen and (max-width: 1040px) {
    #hirugano-identity-area {
      flex: none;
      width: 230px;
      margin: 0 auto 30px; } }

#hirugano-nav-global {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1040px) {
    #hirugano-nav-global {
      justify-content: center; } }
  #hirugano-nav-global > li {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 40px; }
    @media screen and (max-width: 1040px) {
      #hirugano-nav-global > li {
        margin: 0 1.5em; } }
    @media screen and (max-width: 600px) {
      #hirugano-nav-global > li {
        margin: 0 0.75em; } }
    @media screen and (max-width: 374px) {
      #hirugano-nav-global > li {
        margin: 0 0.5em; } }
    #hirugano-nav-global > li a {
      color: #000;
      text-decoration: none; }

#hirugano--slide {
  width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box; }
  #hirugano--slide__outer {
    margin: 0 0 25px; }
  @media screen and (max-width: 1040px) {
    #hirugano--slide {
      width: auto;
      padding: 0 20px; } }
  #hirugano--slide .hirugano--slide--in {
    width: 100%;
    height: auto; }
    #hirugano--slide .hirugano--slide--in video,
    #hirugano--slide .hirugano--slide--in img {
      width: 100%;
      height: auto; }

#hirugano-news,
#top-onenews {
  margin: 0 0 50px; }
  #hirugano-news__inner,
  #top-onenews__inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    transition: all 300ms ease-out; }
    @media screen and (max-width: 1040px) {
      #hirugano-news__inner,
      #top-onenews__inner {
        width: auto;
        padding: 0 20px; } }
    #hirugano-news__inner:hover,
    #top-onenews__inner:hover {
      opacity: 0.8; }
    #hirugano-news__inner .hirugano-news--text,
    #hirugano-news__inner .top-onenews--text,
    #top-onenews__inner .hirugano-news--text,
    #top-onenews__inner .top-onenews--text {
      color: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      background: #ED4040;
      margin: 0;
      padding: 0; }
      #hirugano-news__inner .hirugano-news--text > dt,
      #hirugano-news__inner .top-onenews--text > dt,
      #top-onenews__inner .hirugano-news--text > dt,
      #top-onenews__inner .top-onenews--text > dt {
        flex: 0 0 100px;
        max-width: 100px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0;
        line-height: 1.429;
        margin: 0;
        padding: 15px 0 15px 30px;
        box-sizing: border-box;
        background: url("image/hirugano/icon-news.svg") 15px center no-repeat; }
      #hirugano-news__inner .hirugano-news--text > dd,
      #hirugano-news__inner .top-onenews--text > dd,
      #top-onenews__inner .hirugano-news--text > dd,
      #top-onenews__inner .top-onenews--text > dd {
        flex: 1 1 100%;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.429;
        margin: 0;
        padding: 15px 15px 15px 0; }
    #hirugano-news__inner .hirugano-news--link,
    #hirugano-news__inner .top-onenews--link,
    #top-onenews__inner .hirugano-news--link,
    #top-onenews__inner .top-onenews--link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#top-onenews__inner {
  padding: 0; }
  @media screen and (max-width: 1040px) {
    #top-onenews__inner {
      padding: 0 20px; } }

#hirugano-about {
  margin: 50px 0 35px; }
  @media screen and (max-width: 600px) {
    #hirugano-about {
      padding-bottom: 100px; } }
  #hirugano-about__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      #hirugano-about__inner {
        width: auto;
        padding: 0 20px; } }
    #hirugano-about__inner img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 600px) {
        #hirugano-about__inner img.pc-img {
          display: none; } }
      #hirugano-about__inner img.sp-img {
        display: none; }
        @media screen and (max-width: 600px) {
          #hirugano-about__inner img.sp-img {
            display: block; } }

#hirugano-banner {
  margin: 35px 0 80px; }
  #hirugano-banner__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      #hirugano-banner__inner {
        width: auto;
        padding: 0 20px; } }

#hirugano-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -45px;
  padding: 0; }
  #hirugano-banner-list > li {
    flex: 0 0 420px;
    position: relative;
    margin: 0 0 45px;
    padding: 0;
    transition: all 300ms ease-out; }
    @media screen and (max-width: 1040px) {
      #hirugano-banner-list > li {
        flex: 0 0 47%; } }
    @media screen and (max-width: 600px) {
      #hirugano-banner-list > li {
        flex: 0 0 100%; } }
    #hirugano-banner-list > li:hover {
      opacity: 0.8; }
    #hirugano-banner-list > li .hirugano-banner-list--img img {
      width: 100%;
      height: auto; }
    #hirugano-banner-list > li .hirugano-banner-list--link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#hirugano-map {
  margin: 80px 0 170px; }
  #hirugano-map__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      #hirugano-map__inner {
        width: auto;
        padding: 0 20px;
        display: block; } }
    #hirugano-map__inner #hirugano-map--facebook {
      flex: 0 0 320px; }
      @media screen and (max-width: 1040px) {
        #hirugano-map__inner #hirugano-map--facebook {
          flex: none;
          width: 320px;
          margin: 0 auto 30px; } }
      @media screen and (max-width: 600px) {
        #hirugano-map__inner #hirugano-map--facebook {
          max-width: 320px;
          width: auto; } }
      #hirugano-map__inner #hirugano-map--facebook iframe {
        width: 100%; }
    #hirugano-map__inner #hirugano-map--map {
      flex: 0 0 535px; }
      @media screen and (max-width: 1040px) {
        #hirugano-map__inner #hirugano-map--map {
          flex: none;
          max-width: 535px;
          margin: 0 auto; } }
      #hirugano-map__inner #hirugano-map--map a img {
        width: 100%;
        height: auto; }

.hirugano-mainScroll figcaption {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph; }
.hirugano-mainScroll .wp-block-image .alignleft {
  margin-right: 40px; }
  @media screen and (max-width: 600px) {
    .hirugano-mainScroll .wp-block-image .alignleft {
      margin-right: 0; } }
.hirugano-mainScroll .wp-block-image .alignright {
  margin-left: 40px; }
  @media screen and (max-width: 600px) {
    .hirugano-mainScroll .wp-block-image .alignright {
      margin-left: 0; } }
@media (min-width: 782px) {
  .hirugano-mainScroll .wp-block-column:not(:first-child).ml-80 {
    margin-left: 80px; } }
@media (min-width: 600px) and (max-width: 781px) {
  .hirugano-mainScroll .wp-block-column:nth-child(2n).ml-80 {
    margin-left: 32px; } }
@media screen and (max-width: 600px) {
  .hirugano-mainScroll .wp-block-column img {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

.main-wpcontent ul.slick-dots {
  bottom: auto; }
  .main-wpcontent ul.slick-dots > li {
    padding: 0; }
    .main-wpcontent ul.slick-dots > li::before {
      display: none; }

/*==============================================
◆70：WordPress専用
==============================================*/
.main-wpcontent {
  text-align: justify;
  font-size: 16px; }

/* クラシック用 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

img .size-full,
img .size-large,
img .header-image,
img .wp-post-image, .gallery img {
  max-width: 100% !important;
  height: auto !important; }
img .size-full,
img .size-large,
img .header-image,
img .wp-post-image, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  width: auto\9; }
[id*="gallery-"] img {
  border: none !important; }

.alignleft {
  float: left;
  max-width: 100%;
  margin-right: 25px;
  margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .alignleft {
      float: none;
      margin-right: 0; } }

.alignright {
  float: right;
  max-width: 100%;
  margin-left: 25px;
  margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .alignright {
      float: none;
      margin-left: 0; } }

.aligncenter {
  display: block;
  max-width: 100%; }
  .aligncenter margin {
    left: auto;
    right: auto;
    bottom: 1em; }
  @media screen and (max-width: 600px) {
    .aligncenter {
      display: block;
      max-width: 100%; }
      .aligncenter margin {
        left: auto;
        right: auto;
        bottom: 1em; } }

.alignnone {
  max-width: 100%;
  height: auto;
  margin: 0 40px 1em 0; }
  @media screen and (max-width: 600px) {
    .alignnone {
      max-width: 100%;
      height: auto;
      margin: 0 40px 1em 0; } }

sup, sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

embed,
iframe,
object,
video {
  max-width: 100%; }

.caption-center {
  text-align: center; }

.wp-caption {
  max-width: 100% !important;
  padding: 4px;
  border: 1px solid #666666;
  box-sizing: border-box; }

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  text-align: left;
  font-size: 0.75em;
  font-style: normal;
  color: #000;
  margin-top: 14px;
  margin-bottom: 14px; }

.gallery-caption {
  margin: 0;
  padding: 0 10px; }

dl.gallery-item {
  margin: 0;
  padding: 3px;
  box-sizing: border-box; }

/* WP5以降 用 */
/* wp-includes/css/dlist/block-library/style.css 参照 変更の部分だけ抜き出し。 */
.has-small-font-size {
  font-size: 10px; }

.has-medium-font-size {
  font-size: 14px; }

.has-large-font-size {
  font-size: 20px; }

.has-huge-font-size, .has-larger-font-size {
  font-size: 24px; }

.wp-block-media-text {
  margin-top: 100px; }
  .wp-block-media-text h2, .wp-block-media-text h3, .wp-block-media-text h4, .wp-block-media-text h5 {
    margin-top: 0; }

.wp-block-image img {
  height: auto; }
.wp-block-image.radius-none img {
  border-radius: 0; }
.wp-block-image figure.alignright {
  margin-top: 0; }
.wp-block-image figure.alignleft {
  margin-top: 0; }
@media screen and (max-width: 600px) {
  .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright, .wp-block-image.is-resized {
    margin-left: 0;
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box; }

/* ブルクオート 装飾変更しても良いかと citeは、引用先 */
.wp-block-code {
  max-width: 100%;
  overflow-x: scroll; }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 20px 0 30px;
  padding: 25px; }

.wp-block-video figcaption {
  text-align: center; }

.wp-block-pullquote {
  border: 1px solid #999;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 25px; }

.wp-block-pullquote blockquote {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0; }

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: inherit; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-separator.is-style-dots {
  border-bottom-style: dotted; }
  .wp-block-separator.is-style-dots::before {
    display: none; }

.wp-block-button__link {
  font-size: 1em;
  border-radius: 0;
  display: inline-block;
  padding: 1em 3.5em;
  font-weight: bold; }
  .main-wpcontent .wp-block-button__link {
    text-decoration: none; }
  .wp-block-button .wp-block-button__link:hover {
    opacity: 0.8; }
  .wp-block-button__link.has-background {
    color: #fff; }
  .is-style-outline .wp-block-button__link {
    border: 2px solid #0065cb;
    color: #0065cb; }
    .is-style-outline .wp-block-button__link:hover {
      opacity: 0.8; }

.wp-block-button:last-child,
.is-style-outline:last-child {
  margin-bottom: 0; }
@media screen and (max-width: 600px) {
  .wp-block-button.has-text-align-left,
  .is-style-outline.has-text-align-left {
    text-align: center; } }
@media screen and (max-width: 600px) {
  .wp-block-button.has-text-align-right,
  .is-style-outline.has-text-align-right {
    text-align: center; } }

.wp-block-columns {
  margin-top: 80px;
  margin-bottom: 80px; }

.wp-block-column {
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .wp-block-column {
      margin-bottom: 30px; } }
  @media screen and (max-width: 600px) {
    .wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
      margin-bottom: 20px; } }
  .wp-block-column > :first-child {
    margin-top: 0; }
  .wp-block-column > :last-child {
    margin-bottom: 0; }

.wp-block-group__inner-container figure:last-child {
  margin-bottom: 0; }

.wp-block-quote cite {
  font-size: 14px; }

.wp-block-group.has-background {
  padding: 2em 1em; }

ul.blocks-gallery-grid > li {
  padding: 0;
  max-height: 224px; }
  ul.blocks-gallery-grid > li::before {
    display: none; }

.wp-block-table.is-style-stripes td {
  border-left-color: #9F9999;
  border-right-color: #9F9999;
  background-color: transparent; }
.wp-block-table.is-style-stripes th {
  border-left-color: #fff;
  border-right-color: #fff; }
.wp-block-table figcaption {
  font-size: 16px;
  margin-top: 10px; }

.wp-block-audio audio {
  min-width: 300px; }
  @media screen and (max-width: 600px) {
    .wp-block-audio audio {
      min-width: inherit; } }

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin-top: 10px;
  margin-bottom: 60px; }

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  color: #000;
  padding: 0;
  background: none;
  bottom: auto; }

.has-drop-cap::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 4em;
  line-height: .68;
  font-weight: 100;
  margin: 0 .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

.main-wpcontent .wp-block-button__link,
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #fff; }

.wp-block-button__link {
  position: relative;
  font-size: 1em;
  line-height: 25px;
  color: #fff;
  background-color: #35AAC0;
  border-radius: 5px;
  padding: 1.1875em 3.5em;
  font-weight: bold;
  min-width: 220px;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .wp-block-button__link {
      padding: 1.1875em 2em; } }
  @media screen and (max-width: 374px) {
    .wp-block-button__link {
      padding: 1em; } }

.wp-block-button__link::after {
  content: "";
  display: inline-block;
  background: url(image/share/icon-arrow-right-wtr.svg) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 10px; }

.wp-block-button__link[target="_blank"] {
  color: #35AAC0;
  background-color: #fff;
  border: 1px solid #35AAC0; }

.wp-block-button__link[target="_blank"]::after {
  background: url(image/share/icon-blank.svg) center center no-repeat;
  background-size: contain; }

.wp-block-cover,
.wp-block-cover-image {
  box-sizing: border-box; }

/* 背景色 */
/* 文字色 */
/* プラグイン */
.wp_pagenavi_out {
  margin: 75px 0 0;
  text-align: center; }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  font-size: 10px;
  line-height: 37px;
  text-decoration: none;
  color: #000;
  height: 37px;
  padding: 0 14px;
  margin: 2px;
  border: none;
  background: none; }
.wp-pagenavi .previouspostslink_out,
.wp-pagenavi .nextpostslink_out {
  display: inline-block;
  background: none;
  height: auto;
  padding: 0;
  margin: 0; }
.wp-pagenavi .previouspostslink,
.wp-pagenavi .previouspostslink_out a {
  -webkit-border-radius: 18px 0 0 18px;
  border-radius: 18px 0 0 18px; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .nextpostslink_out a {
  -webkit-border-radius: 0 18px 18px 0;
  border-radius: 0 18px 18px 0; }
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background: #35AAC0;
  color: #fff; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .blocks-gallery-grid .blocks-gallery-image figure {
    overflow: hidden; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .blocks-gallery-grid .blocks-gallery-item figure {
    overflow: hidden; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .wp-block-gallery .blocks-gallery-image figure {
    overflow: hidden; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .wp-block-gallery .blocks-gallery-item figure {
    overflow: hidden; } }
.wp-block-preformatted {
  max-width: 100%;
  overflow-x: scroll; }

/*
.ai1ec-single-event {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255,255,255,1)!important;
}
*/
@media screen and (max-width: 600px) {
  .fb_iframe_widget > span {
    max-width: 100%; } }

@media screen and (max-width: 600px) {
  iframe.instagram-media {
    min-width: inherit !important; } }

/* CSS Document */
/*==============================================
◆90：プリント用
==============================================*/
@media print {
  @page {
    margin: 12.7mm 9.7mm;
    page-break-before: always; }
  body {
    background-image: none;
    max-width: 1400px;
    -webkit-print-color-adjust: exact; }

  #header, footer {
    position: relative; }

  #mobile, #sidr {
    display: none; }

  a:link:after,
  a:visited:after {
    /*
    content: " (" attr(href) ") ";
    font-size: 90%;
    */ }

  #back-to-top,
  #side-menu,
  #sidr {
    display: none; }

  #map-root img,
  #map_canvas img {
    max-width: none !important;
    zoom: 1; }

  #section-map {
    page-break-before: always; }

  #map-root {
    display: inline-block;
    width: 100%; }

  .map-section {
    page-break-after: always; }

  #mainScroll,
  #top-slide {
    margin-top: 0; }

  @supports (-ms-ime-align: auto) {
    /*
        .h1-area .h1-area-inner {
          width: 100%;
          padding: 1.5em;
          flex-direction: column-reverse;
        }
        .h1-area .h1-area-inner > .h1-img-area {
          flex: 0 0 auto;
          width: 100%;
          margin-right: 0;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-text-area {
          flex: 0 0 auto;
          width: 100%;
          margin-bottom: 0;
          padding: 2em;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-img-area img {
          width: 100%;
          height: auto;
        }
        .main-wpcontent .wp-block-button__link {
          color: $c_off_black;
    //      border: 1px solid $c_tertiary;
        }
        #nav-global li.nav-global-recruit a {
          background: none;
          display: inline;
          padding: inherit;
          color: $c_off_black;
        }
        #top #main-area section .top-type1 .top-type1-img {
          flex: 0 0 68%;
          max-width: 68%;
        }
    */ } }

/*# sourceMappingURL=style.css.map */
