@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-size:10px;
    line-height:1em;
    color:#1a1a1a;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* font */
.font-lato {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    letter-spacing:0.2em;
}
.font-lato-light {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    letter-spacing:0.2em;
}
.font-lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight:700;
    letter-spacing:0.2em;
}
.ls-o {
    letter-spacing: 0;
}

/* icon */
.material-icons {
    font-size:inherit;
    line-height:inherit;
    color:inherit;
    vertical-align:top;
}

/* img */
img {
    line-height:0;
    vertical-align:top;
}
.img-full {
    width: 100%;
}

/* a */
a:hover,a:focus,a:visited {
    color:inherit;
    text-decoration:inherit;
}

/* text */
small {
    font-size: 1rem;
    line-height: 1.4em;
}
@media (min-width: 768px) {
    small {
        font-size: 1.2rem;
        line-height: 1.4em;
    }
}
/*p:last-child {
        margin-bottom:0;
}
*/


/* ul,ol,dl */

/* h */
h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

/* background-color */
.bg-white { background-color: #fff !important;}
.bg-gray { background-color: #eceff1 !important;}
.bg-blue { background-color: #00bcd4 !important;}
.bg-green { background-color: #8bc34a !important;}
.bg-yellow { background-color: #ffc107 !important;}
.bg-darkgray { background-color: #607d8b !important;}


/* margin */
.mb-0 { margin-bottom:0;}
.mb-xsmall { margin-bottom:5px !important;}
.mb-small { margin-bottom:12px !important;}
.mb-midium { margin-bottom:20px !important;}
.mb-large { margin-bottom:40px !important;}
.mb-xlarge { margin-bottom:60px !important;}
@media (min-width: 768px) {
    .mb-xsmall { margin-bottom:5px !important;}
    .mb-small { margin-bottom:15px !important;}
    .mb-midium { margin-bottom:40px !important;}
    .mb-large { margin-bottom:60px !important;}
    .mb-xlarge { margin-bottom:80px !important;}
}

/* padding-top */
.pt-0 { padding-top:0 !important;}
.pt-xsmall { padding-top:5px !important;}
.pt-small { padding-top:12px !important;}
.pt-midium { padding-top:20px !important;}
.pt-large { padding-top:40px !important;}
.pt-xlarge { padding-top:60px !important;}
@media (min-width: 768px) {
    .pt-xsmall { padding-top:5px !important;}
    .pt-small { padding-top:15px !important;}
    .pt-midium { padding-top:40px !important;}
    .pt-large { padding-top:60px !important;}
    .pt-xlarge { padding-top:80px !important;}
}

/* padding-bottom */
.pb-0 { padding-bottom:0 !important;}
.pb-xsmall { padding-bottom:5px !important;}
.pb-small { padding-bottom:12px !important;}
.pb-midium { padding-bottom:20px !important;}
.pb-large { padding-bottom:40px !important;}
.pb-xlarge { padding-bottom:60px !important;}
@media (min-width: 768px) {
    .pb-xsmall { padding-bottom:5px !important;}
    .pb-small { padding-bottom:15px !important;}
    .pb-midium { padding-bottom:40px !important;}
    .pb-large { padding-bottom:60px !important;}
    .pb-xlarge { padding-bottom:80px !important;}
}

/* font-size */
.fs-xsmall {font-size:1rem;}
.fs-small { font-size:1.2rem;}
.fs-midium { font-size:1.4rem;}
.fs-large { font-size:1.6rem;}
.fs-xlarge { font-size:2rem;}
.fs-title { font-size:2.4rem;}
@media (min-width: 768px) {
    .fs-xsmall { font-size:1.2rem;}
    .fs-small { font-size:1.4rem;}
    .fs-midium { font-size:1.6rem;}
    .fs-large { font-size:2rem;}
    .fs-xlarge { font-size:2.4rem;}
    .fs-title { font-size:3.2rem;}
}

/* line-height */
.lh-xsmall { line-height: 1em;}
.lh-small { line-height: 1.4em;}
.lh-midium { line-height: 1.6em;}
.lh-large { line-height: 2em;}
.lh-xlarge { line-height: 2em;}

/* color */
.fc-black { color: #1a1a1a !important;}
.fc-white { color: #fff !important;}
.fc-blue { color: #00bcd4 !important;}
.fc-green { color: #8bc34a !important;}
.fc-yellow { color: #ffc107 !important;}
.fc-gray { color: #607d8b !important;}

/* font-weight */
.fw-bold { font-weight: bold;}
.fw-normal { font-weight: normal;}

/* inner */
.inner-small {
    padding: 20px 0 20px;
}
.inner-midium {
    padding: 40px 0 20px;
}
.inner-large {
    padding: 60px 0 20px;
}
@media (min-width: 768px) {
    .inner-small {
        padding: 40px 0 20px;
    }
    .inner-midium {
        padding: 60px 0 20px;
    }
    .inner-large {
        padding: 80px 0 20px;
    }
}

/* button */
.button-view-all {
    width: 100%;
    max-width: 470px;
    display: inline-block;
    font-family: 'Lato', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight:700;
    letter-spacing:0.2em;
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 0.8em;
    color: #fff !important;
    border-radius: 3px;
    background-color: #607d8b;
}
.button-view-all.ls-0 {
    letter-spacing: 0;
}
.button-view-all.fs-small {
    font-size: 1.2rem;
    line-height: 1.6em;
}
.button-view-all.bg-white {
    color: #1a1a1a !important;
}
.button-view-all.hover {
    opacity: 0.7;
}
@media (min-width: 768px) {
    .button-view-all {
        font-size: 1.6rem;
        padding: 0.55em;
        /*line-height: 2.5em;*/
    }
    .button-view-all.fs-small {
        font-size: 1.6rem;
        line-height: 1.4em;
    }
}

/* bootstrap 調整
-----------------------------------------------------------------*/
/*.container {
  padding-right: 10px;
  padding-left: 10px;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}
*/
@media (min-width: 768px) {
    .container {
        width: 96%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

}
@media (min-width: 992px) {
    .container {
        width: 96%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/* header
---------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.97);
}

/* logo */
.header-logo {
    float: left;
}
.header-logo a {
    display: block;
    /*padding: 16px 10px;*/
    padding: 16px 10px 5px 10px;    /* add 2017.02.15 お天気情報表示のため追記　AWS KURA */
    color: #1a1a1a;
}
.header-logo a.hover {
    opacity: 0.7;
}
.logo-mark {
    display: block;
    float: left;
}
.logo-mark img {
    display: block;
    width: auto;
    height: 32px;
}
.logo-text {
    float: left;
    margin-left: 5px;
}
.logo-text span {
    display: block;
}
.logo-text .logo-text-1 {
    margin-bottom: 6px;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: bold;
}
.logo-text .logo-text-2 {
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-size: 1.6em;
    line-height: 1em;
    letter-spacing: 0.2em;
}

/* nav-btn */
.nav-btn {
    float: right;
    margin-right: 5px;
}
.nav-btn a {
    display: block;
    padding: 15px 5px;
    color: #1a1a1a;
    text-align: center;
}
.nav-btn a.hover {
    opacity: 0.7;
}
.nav-btn a i {
    font-size: 2.4rem;
    line-height: 1em;
}
.nav-btn a span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1em;
}

/* global-nav */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.global-nav-main {
    padding-top: 64px;
}
.global-nav-main ul,
.global-nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.global-nav-main ul li,
.global-nav-sub ul li {
    margin: 0 10px;
    border-top: 1px solid #eceff1;
}
.global-nav-sub ul li:last-child {
    border-bottom: 1px solid #eceff1;
}
.global-nav-main ul li a,
.global-nav-sub ul li a {
    display: block;
    color: #1a1a1a;
    padding: 0.8em 0;
    font-size: 1.6rem;
    line-height: 1.4em;
}
.global-nav-main ul li a.hover,
.global-nav-sub ul li a.hover {
    background-color: #f5f5f5;
}


/* breadcrumb */
.breadcrumb-wrap {
    padding-top: 64px;
}
.breadcrumb-inner {
    background-color: #263238;
}
.breadcrumbs {
    padding: 0.7em;
    font-size: 1rem;
    line-height: 1.6em;
    color: #fff;
}
.breadcrumbs a {
    color: #fff;
    text-decoration: underline;
}
.breadcrumbs a.hover {
    color: #0088cc;
    text-decoration: none;
}
/*
.breadcrumb-list {
        list-style: none;
        margin: 0;
        padding: 0.7em 0;
        font-size: 1em;
        line-height: 1.6em;
}
.breadcrumb-list li {
        float: left;
        color: #fff;
        position: relative;
        margin-right: 20px;
}
.breadcrumb-list li:after {
        position: absolute;
        top: 0;
        right:-15px;
        font-family: 'Material Icons';
        content: "\e409";
        color:#fff;
        font-size: 1em;
        line-height: 1.6em;
}
.breadcrumb-list li:last-child:after {
        content:none;
}
.breadcrumb-list li a {
        color: #fff;
        text-decoration: underline;
}
.breadcrumb-list li a.hover {
        text-decoration: none;
}
*/

@media (min-width: 768px) {

    .header {
        padding: 0 30px;
    }

    /* logo */
    .header-logo a {
        display: block;
        /*		padding: 32px 0px;*/
        padding: 32px 0px 10px 0px; /* add 2017.02.15 お天気情報表示のため追記　AWS KURA */
    }
    .logo-mark img {
        height: 64px;
    }
    .logo-text {
        margin-left: 10px;
        margin-top: 10px;
    }
    .logo-text .logo-text-1 {
        margin-bottom: 6px;
        font-size: 1.2em;
    }
    .logo-text .logo-text-2 {
        font-size: 2.6em;
    }

    /* nav-btn */
    .nav-btn {
        margin-top: 32px;
    }
    .nav-btn.close-nav {
        margin-right: 30px;
    }
    .nav-btn.lang-btn {
        margin-right: 20px;
    }
    .nav-btn a {
        padding: 0px;
    }
    .nav-btn a i {
        font-size: 4rem;
    }
    .nav-btn a span {
        margin-top: 6px;
        font-size: 1.2rem;
    }

    /* global-nav */
    .global-nav-main {
        padding-top: 128px;
    }

    /* breadcrumb */
    .breadcrumb-wrap {
        padding-top: 128px;
    }
    .breadcrumbs {
        font-size: 1.2rem;
    }	
    /*
          .breadcrumb-list {
                  font-size: 1.2em;
          }
          .breadcrumb-list li {
                  margin-right: 25px;
          }
          .breadcrumb-list li:after {
                  right:-20px;
                  font-size: 1.2em;
          }
    */
}
@media (min-width: 992px) {

    /* nav-btn */
    .open-nav,
    .close-nav {
        display: none;
    }
    .nav-btn {
        float: right;
        margin-top: 0;
    }
    .nav-btn.close-nav {
        margin-right: 0;
    }
    .nav-btn.lang-btn {
        margin-right: 0;
    }
    .nav-btn a {
        display: inline;
        padding:0;
    }
    .nav-btn a i {
        font-size: 2.4rem;
        vertical-align: middle;
    }
    .nav-btn a span {
        display: inline;
        font-size: 1.6rem;
        vertical-align: middle;
    }
    .lang-btn {
        position: absolute;
        top: 28px;
        right: 30px;
    }

    /* global-nav */
    #collapse-global-nav {
        display: block !important;
        float: left;
    }
    .overlay {
        position: static;
        top: auto;
        left: auto;
        z-index: 0;
        width: auto;
        height: auto;
        background-color: transparent;
        overflow-y:visible;
    }
    .global-nav-main {
        position: absolute;
        top: 64px;
        right: 30px;
        padding-top: 0px;
    }
    .global-nav-sub {
        position: absolute;
        top: 32px;
        right: 30px;
        /*right: 140px;*/
    }
    .global-nav-main ul,
    .global-nav-sub ul {
        text-align: right;
    }
    .global-nav-main ul li,
    .global-nav-sub ul li {
        margin: 0;
        border-top: none;
        display: inline-block;
    }
    .global-nav-sub ul li {
        margin-right: 15px;
    }
    .global-nav-sub ul li:last-child {
        border-bottom: none;
        margin-right: 0;
    }
    .global-nav-main ul li a {
        display: block;
        padding: 0 10px;
        font-size: 1.6rem;
        line-height: 2em;
        color: #fff;
        border-radius: 3px;
    }
    .global-nav-main ul li a i {
        font-size: 2.4rem;
    }
    .global-nav-main ul li.nav-item-feature a { background-color: #00bcd4;}
    .global-nav-main ul li.nav-item-event a { background-color: #8bc34a;}
    .global-nav-main ul li.nav-item-spot a { background-color: #ffc107;}
    .global-nav-main ul li.nav-item-about a {	background-color: #607d8b;}
    .global-nav-sub ul li a {
        padding: 0;
        font-size: 1.2rem;
        line-height: 1em;
    }
    .global-nav-main ul li a.hover,
    .global-nav-sub ul li a.hover {
        opacity: 0.7;
    }
    .global-nav-sub ul li a.hover {
        background-color: transparent;
    }

}
@media (min-width: 1200px) {
}


/* footer
---------------------------------------------------------------------*/
/* sub-page-nav */
.sub-page-nav  {
    padding: 30px 0;
    background-color: #eceff1;	
}
.sub-page-nav .sub-page-nav-item {
    margin-bottom: 15px;
}
.sub-page-nav .sub-page-nav-item:last-child {
    margin-bottom: 0;
}
.sub-page-nav .sub-page-nav-item a {
    display: block;
    padding: 1.2em 10px;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #607d8b;
    border-radius: 3px;
}
.sub-page-nav a.hover {
    opacity: 0.7;
}

/* footer */
.footer {
    padding: 30px 10px;
    text-align: center; 
    background-color: #263238;
}

/* footer-nav */
.footer-nav {
    margin-bottom: 20px
}
.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav ul li {
    display: inline-block;
    border-left: 1px solid #fff;
    margin: 0 0 10px 0;
}
.footer-nav ul li a {
    padding: 0 10px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1em;
}
.footer-nav ul li a.hover {
    text-decoration: underline;
}

/* footer-logo */
.footer-logo {
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}
.footer-logo a {
    color: #fff;
}
.footer-logo a.hover {
    opacity: 0.7;
}

/* copyright */
.copyright {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #fff;
}

@media (min-width: 768px) {
    /* sub-page-nav */
    .sub-page-nav  {
        padding: 40px 0;
    }
    .sub-page-nav .sub-page-nav-item {
        margin-bottom: 0;
    }
    .sub-page-nav .sub-page-nav-item a {
        font-size: 1.6em;
    }

    /* footer */
    .footer {
        padding: 40px 30px;
    }

    /* footer-nav */
    .footer-nav ul li {
        margin: 0 0 20px 0;
    }
    .footer-nav ul li a {
        padding: 0 20px;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1em;
    }
    .footer-nav ul li a.hover {
        text-decoration: underline;
    }

    /* copyright */
    .copyright {
        font-size: 1.4em;
    }		
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


/* header-top
---------------------------------------------------------------------*/
.header.header-top {
    background-color: transparent;
    position: absolute;
}

.header,.header-top {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.header-top .header-logo a {
    color: #fff;
}
.logo-mark img.logo-wh {
    display: none;
}
.header-top .logo-mark img.logo-wh {
    display: block;
}
.header-top .logo-mark img.logo-bk {
    display: none;
}
.header-top .nav-btn a {
    color: #fff;
}
.header-top .nav-btn.close-nav a {
    color: #1a1a1a;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .header-top .global-nav-sub ul li a {
        color: #fff;
    }
    .header-top .global-nav-main ul li.nav-item-feature a { background-color: rgba(0,188,212,0.5);}
    .header-top .global-nav-main ul li.nav-item-event a { background-color: rgba(129,195,74,0.5);}
    .header-top .global-nav-main ul li.nav-item-spot a { background-color: rgba(255,193,7,0.5);}
    .header-top .global-nav-main ul li.nav-item-about a {	background-color: rgba(96,125,139,0.5);}

}
@media (min-width: 1200px) {
}

/* language
---------------------------------------------------------------------*/

/* plugin css rest */
#lang_sel_list {
    height: auto;
    position: static;
    z-index: auto;
    font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
#lang_sel_list.lang_sel_list_vertical {
    width: auto;
}
#lang_sel_list.lang_sel_list_vertical ul {
    /*visibility:hidden;position:absolute;*/
    height: auto;
    top: auto;
    left: auto;
    border-top: none;
}
#lang_sel_list.lang_sel_list_vertical li {
    width: auto;
    float: none;
}

/* language-nav */
.language-nav {
    padding-top: 64px;
}
.language-nav #lang_sel_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.language-nav #lang_sel_list ul li {
    margin: 0 15px !important;
    border-top: 1px solid #eceff1;
}
.language-nav #lang_sel_list ul li:last-child {
    border-bottom: 1px solid #eceff1;
}
.language-nav #lang_sel_list ul li a {
    display: block;
    color: #1a1a1a;
    padding: 0.8em 0 !important;
    font-size: 1.6rem;
    line-height: 1.4em;
    position: relative;
    border: none;
}
.language-nav #lang_sel_list ul li a.hover {
    color: #0088cc;
    background: #fff;
}
.language-nav #lang_sel_list ul li a.lang_sel_sel {
    color: #0088cc !important;
}
.language-nav #lang_sel_list ul li a.lang_sel_sel:before {
    position: absolute;
    right: 0;
    top: 0.8em;
    font-family: 'Material Icons';
    content: "\e5ca";
}
@media (min-width: 768px) {
    .language-nav {
        padding-top: 88px;
    }
    .language-nav #lang_sel_list ul li a {
        padding: 0.8em 0 !important;
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    #collapse-language-nav.overlay {
        position: absolute;
        top: 42px;
        right: 30px;
    }
    .language-nav {
        width: 240px;
        padding: 15px;
        background-color: #fff;
        border: 1px solid #607d8b;
        border-radius: 3px;
    }
    .language-nav #lang_sel_list ul li {
        margin: 0 !important;
    }
    .language-nav #lang_sel_list ul li:first-child {
        border-top: none;
    }
    .language-nav #lang_sel_list ul li:last-child {
        border-bottom: none;
    }
    .language-nav #lang_sel_list ul li a {
        font-size: 1.6rem;
    }

}
@media (min-width: 1400px) {
    #collapse-language-nav.overlay {
        position: absolute;
        top: 60px;
        right: 30px;
    }
}

/* example
---------------------------------------------------------------------*/
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}





