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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}

html {
    font-size: 62.5%;
}

.cx:after,
.header-nav:after,
.list-links__list:after,
ul.spot_labels:after,
.footer-sitemap__categories:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    min-width: 1062px;
    padding: 0;
    margin: 0;
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
    color: #333;
    background: #f7f6f2;
}

a {
    padding: 0;
    margin: 0;
    color: #06c;
    text-decoration: none;
    vertical-align: baseline;
}

a:hover {
    text-decoration: underline;
}

.hidden_h {
    display: none;
}

body .pcnone{display: none;}
body .spnone{display: block;}

.l-header {
    margin-bottom: 1px;
}

.l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1062px;
    margin: 0 auto 64px;
}

.l-content-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 742px;
    flex: 0 0 742px;
    width: 742px;
}

.l-content-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
}

.l-content-aside__item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eae9dc;
}

.l-content-aside__sub-item:not(:last-child) {
    margin-bottom: 16px;
}

.l-content-aside__banner:not(:last-child) {
    padding-bottom: 10px;
    line-height: 1;
}



.l-section__header,
.l-sub-section__header,
.l-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.l-sub-section {
    margin-bottom: 24px;
}

.l-sub-section__header {
    margin-bottom: 16px;
}

.head_attention {
    margin-bottom: 16px;
	color: #666;
	font-size: 12px;
}

.l-banner {
    text-align: center;
    margin-bottom: 24px;
}

.l-breadcrumbs {
    margin-bottom: 12px;
}

ol.breadcrumbs__list {
    text-overflow: clip;
    white-space: normal;
}

ol.breadcrumbs__list li {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
}

ol.breadcrumbs__list li::before {
    margin: 0 5px;
    content: '>';
}

ol.breadcrumbs__list li:nth-of-type(1)::before {
    content: none;
}

.breadcrumbs__home-icon {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

/*typhoon　earthquake*/
.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 12px 10px;
    color: #333;
    background: #fff;
	text-decoration: none;
}

.alert__title {
    margin-bottom: 2px;
    line-height: 1;
}

.alert__title-text {
    margin-right: 6px;
    font-weight: bold;
    color: #c33;
}

.alert__title-sub {
    color: #666;
}

.alert__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 46px;
    font-size: 1.2rem;
}

.alert__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    width: 58px;
    margin-right: 6px;
    overflow: hidden;
    background: #efefef;
}

.alert__image.is-ie {
    position: relative;
}

.alert__image-src {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: contain;
    object-fit: contain;
}

.alert__image-src.is-vertical {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.alert__image-src.is-horizontal {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alerts {
    border: 1px solid #c33;
}

.alerts__item:not(:last-child) {
    border-bottom: 1px solid #c33;
}

a.button {
    position: relative;
    box-sizing: border-box;
    display: block;
    line-height: 1.5;
    color: #333;
    text-align: center;
    background: #fff;
	text-decoration: none;
}

.button__icon {
    position: absolute;
    top: 49%;
    bottom: 50%;
    left: 38px;
    margin: auto;
}



.button.button--secondary-mini {
    padding: 7px 10px;
    font-size: 1.2rem;
    border-radius: 17px;
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.32);
}

.button.button--secondary {
    padding: 9px 70px;
    font-size: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
}

.button.button--secondary .button__icon {
    left: 38px;
}

.button .button__head-icon {
    margin-right: 8px;
    vertical-align: middle;
}

.button.button--primary,
.button.button--primary-small-text {
    padding: 12px 10px 11px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #c33;
    border-radius: 22px;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
}

.button.button--primary.yellow{
	background: #ffeb3b;
	color: #333;
}

.button.button--primary.blue{
	background: #4496d3;
	color: #fff;
}

.button.button--primary .button__icon,
.button.button--primary-small-text .button__icon {
    right: 12px;
    left: auto;
}

.button.button--down {
    padding: 9px 70px;
    font-size: 1.5rem;
    border-radius: 30px;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
}

.button.button--down .button__icon {
    right: 21px;
    left: auto;
}

.button.button--search-hint {
    padding: 3px 6px 2px 26px;
    font-size: 1rem;
    border: 1px solid #e8e8e8;
    border-radius: 13px;
    font-size:12px;
}

.button.button--search-hint .button__icon {
    left: 8px;
}

.button.button--favorite {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 #d3d3d3;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 12px;
    padding: 4px 0;
    outline: none;
    text-align: center;
    width: 100%;
}
.button.button--favorite:hover {
    background: #fff;
    text-decoration: underline;
}
.button.button--favorite .fa {
    margin-right: .5em;
}
.button.button--favorite-on {
    color: #333;
}
.button.button--favorite-on .fa {
    color: #c33;
}
.button.button--favorite-off {
    color: #777;
}
.button.button--favorite-off .fa {
    color: #d3d3d3;
}

.card {
    width: 174px;
    min-height: 272px;
    overflow: hidden;
    color: #333;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
}

.card:hover {
    color: #333;
    text-decoration: none;
}

.card__image {
    position: relative;
    width: 174px;
    height: 174px;
    overflow: hidden;
    background: #efefef;
}

.card__image--default-txt,
.card__image--default-overlay{
    display: none;
}

.card__image--default .card__image--default-txt {
    position: absolute;
    left: 15px;
    top:42%;
    z-index: 2;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.card__image--default .card__image--default-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.card__image-src {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__rank-image {
    position: absolute;
    top: 8px;
    left: 8px;
}

.card__body {
    padding: 5px 8px 8px 8px;
}

.card__title {
    display: -webkit-box;
    min-height: 4.2rem;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card__sub:not(:last-child) {
    margin-bottom: 5px;
}

.card-sub {
    height: auto;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-sub.card-sub--with-icon {
    position: relative;
    padding: 3px 0 3px 16px;
}

.card-sub.card-sub--with-icon .card-sub__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cards__item:not(:last-child) {
    margin-right: 16px;
}

a.event-card {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 158px;
    padding: 12px;
    color: #333;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
	text-decoration: none;
}

.event-card.event-card--banner {
    overflow: hidden;
}

.event-card__banner {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #e8e8e8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.event-card__image {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 104px;
    height: 104px;
    overflow: hidden;
    background: #efefef;
}

.event-card__image-src {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: contain;
    object-fit: contain;
}

.event-card__body {
    position: relative;
    box-sizing: border-box;
    min-height: 92px;
    padding-right: 112px;
    padding-bottom: 30px;
    margin-bottom: 5px;
}

.event-card__status {
    position: absolute;
    bottom: 0;
    left: 0;
}

.event-card__title {
    display: -webkit-box;
    margin-bottom: 4px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}

.event-card__sub.event-card__sub--date {
    margin-bottom: 2px;
}

.event-card-sub {
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-card-sub__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.event-card-sub.event-card-sub--date {
    padding: 2px 112px 2px 18px;
}

.event-card-sub.event-card-sub--access {
    padding: 2px 112px 2px 18px;
}

.event-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
}

.event-cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
    max-width: 367px;
    margin-bottom: 8px;
}

.event-cards__item:nth-child(2n -1) {
    margin-right: 8px;
}

/*card_IE向け*/
.card__image-src.is-horizontal,
.event-card__image-src.is-vertical{
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card__image-src.is-vertical,
.event-card__image-src.is-horizontal {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*ページ内ページャー*/
.button.button--pager {
    padding: 6px 30px;
    border-radius: 22px;
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.32);
}

/*footer*/
.footer a{
    color: #333;
}

.footer__page-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
}

.footer__page-top a {
    display: block;
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 6px;
}

.footer-sitemap {
    padding: 48px 0;
    background: #f2f1ed;
}

.footer-sitemap__inner {
    width: 790px;/*750px*/
    margin: 0 auto;
}

.footer-sitemap__list:not(:last-child) {
    margin-bottom: 16px;
}

.footer-sitemap__list-title {
    width: 85px;
    font-weight: bold;
    color: #4b4b4b;
    display: inline-block;
}

.footer-sitemap__list-item {
    padding: 0 12px;
    font-size: 1.3rem;
    display: inline;
}

.footer-sitemap__list-item:not(:last-child) {
    border-right: 1px #c8c8c5 solid;
}

.footer-sitemap__link {
    color: #333;
}

.footer-sitemap__link.footer-sitemap__link--title {
    color: #4b4b4b;
}

.footer-company {
    padding: 32px 0;
    color: #666;
    background: #e6e5dc;
}

.footer-company__list {
    margin: 0 auto 24px;
    text-align: center;
}

.footer-company__item {
    padding: 0 12px;
    font-size: 1.2rem;
    line-height: 1;
    display: inline;
}

.footer-company__item:not(:last-child) {
    border-right: 1px #c8c8c5 solid;
}

.footer-company__copy {
    font-weight: bold;
    text-align: center;
}

.footer-company__switch-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.footer-switch-sp {
    font-weight: bold;
}

.footer-switch-sp__link {
    padding: 0 12px;
    margin-right: 12px;
    line-height: 1;
    border-right: 1px #c8c8c5 solid;
}

/*head*/
.head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
}

.head__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px;
}

.head h2{
    line-height: 1;
}

.head.head--sub {
    font-size: 1.8rem;
    line-height: 1;
}

.head.head--big {
    font-size: 2.2rem;
    line-height: 1;
}

.head.head--band {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    background: #de7b7b;
}

.header {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
}

.header__sub {
    position: fixed;
    top: -59px;
    left: 0;
    z-index: 3;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
}

.header-main {
    width: 1062px;
    padding: 13px 0 6px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main__banner {
    width: 728px;
    overflow: hidden;
}

.header-sub {
    width: 1062px;
    margin: 0 auto;
    display: table;
    padding: 8px 0;
}

.header-sub__search {
    width: 634px;
    display: table-cell;
    padding: 0 42px 0 10px;
}

a.header-login {
    box-sizing: border-box;
    width: 90px;
    padding: 16px 8px 8px;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
	text-decoration: none;
    display: inline-block;
}

.header-login__img {
    margin-bottom: 4px;
}

.header-login__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-login.header-login--sub {
    width: 200px;
    padding: 3px 14px 0 22px;
    border-radius: 22px;
    display: table-cell;
    vertical-align: middle;
}

.header-login.header-login--sub .header-login__img {
    width: 18px;
    height: 19px;
    margin-right: 8px;
    display: inline;
    vertical-align: middle;
}

.header-login.header-login--sub .header-login__text-wrapper {
    width: 136px;
    margin-bottom: 0;
    line-height: 1;
    display: inline;
    vertical-align: middle;
}

.header-login.header-login--sub .header-login__text {
    display: inline-block;
}

.header-login.header-login--sub .header-login__text:first-child{
    width:55px;
}

.header-login.header-login--sub .header-login__text:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header-logo {
    flex-grow: 1;
}

.header-logo a img{
    vertical-align: middle;
}

a.header-logo__link {
    color: #333;
	text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

.header-logo__link:first-child {
    padding-right: 8px;
}

.header-logo__img {
    width: 70px;
}

.header-logo__link-text {
    font-size: 16px;
    vertical-align: middle;
}

#gooad-long{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.header-logo__map-img {
    width: 28px;
}

.header-nav {
    width: 1062px;
    margin: 0 auto;
}

.header-nav-item {
    float:left;
}

.header-nav-item:not(:last-child) {
    padding-right: 4px;
}

a.header-nav-item__link {
    box-sizing: border-box;
    font-weight: bold;
    color: #333;
	text-decoration: none;
    padding: 7px 16px 11px 16px;
    display: block;
}

.header-nav-item.header-nav-item--current .header-nav-item__link,
.header-nav-item .header-nav-item__link:hover{
    color: #333;
    box-shadow: 0 -5px 0 0 #333 inset;
}

.history__header {
    position: relative;
    z-index: 0;
    margin-bottom: 12px;
}

.history__body {
    position: relative;
    z-index: 0;
}

.history-header {
    width:100%;
    display: table;
}

.history-header__title {
    font-size: 1.8rem;
    
    display: table-cell;
    vertical-align: middle;
}

.history-header__title-icon {
    margin-right: 8px;
    margin-top:2px;
    float: left;
}

.history-header__buttons{
    display: table-cell;
    width:125px;
}

.history-header__button {
    width: 58px;
    float:left;
}

.history-header__button:first-child {
    margin-right: 8px;
}

.history-tab {   
    display: table;
    width:100%;
    table-layout: fixed;
}

.history-tab__item {
    padding: 7px 0 9px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #f5e9e9;
    border-top: 4px solid #f5e9e9;
    color:#555;
    
    border-right: 1px solid #fff;
    display: table-cell;
}

.history-tab__item.select {
    position: relative;
    cursor: default;
    background: #fff;
    border-color: #de7b7b;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
    border-right: 0;
}

.history-tab__item.select::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 4px;
    content: "";
    background: #fff;
}

.history-tab__item.select:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100%) / 3);
    flex: 0 0 calc((100%) / 3);
}

.history-list {
    position: relative;
    z-index: 1;
    padding: 16px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.32);
}

.history-list>li {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(232, 232, 232, 0.8);
}

.history-list>li:not(:last-child) {
    margin-bottom: 16px;
}

.history-list>li:last-child {
    border-bottom: none;
}

.history-list>li>a {
    display: block;
    display: -webkit-box;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 1.5rem;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-decoration: none;
}

.history-list>li>.history_category_label {
    display: inline-block;
    padding: 1px 8px;
    margin-bottom: 6px;
    background: #f0f0f0;
    font-size:13px;
}

.history-list>li>.history_category_label:not(:last-child) {
    margin-right: 6px;
}

/*lable*/
ul.spot_labels li,
.label{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size:13px;
	padding: 1px 4px 0px 4px;
	box-sizing:border-box;
	border: 1px solid #666;
	background: #666;
	color:#fff;
}

ul.spot_labels li.link{
	padding: 0;
}

ul.spot_labels li.link a {
	padding: 3px 4px 2px 4px;
	display: block;
	color: #fff;
	text-decoration: none;
}

ul.spot_labels li.blue,
.label.label--blue{
    background: #3078bf;
	border: 1px solid #3078bf;
}

ul.spot_labels li.orange,
.label.label--orange{
    background: #cc6114;
	border: 1px solid #cc6114;
}

ul.spot_labels li.blue.link a,
ul.spot_labels li.orange.link a{color: #fff;}

ul.spot_labels li.red-border,
.label.label--red-border{
    color: #c33;
	background: #fff;
    border: 1px solid #c33;
}
ul.spot_labels li.red-border.link a{color: #c33;}

ul.spot_labels li.gray,
.label.label--gray{
    color: #666;
    background: #f0f0f0;
	border: 1px solid #f0f0f0;
}
ul.spot_labels li.gray.link a{color: #666;}

ul.spot_labels li.gray-dark,
.label.label--gray-dark-font{
    color: #333;
    background: #f0f0f0;
	border: 1px solid #f0f0f0;
}
ul.spot_labels li.gray-dark.link a{color: #333;}

ul.spot_labels li.icon,
.label.icon{
    background: transparent;
    padding: 0;
    border: 0;
}

.label.icon img{
    vertical-align: middle;
    height: 20px;
    width:auto;
}

.list {
    border-top: 1px solid #eae9dc;
    border-bottom: 1px solid #eae9dc;
}

.list__header {
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 40px 12px 16px;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
}

.list__header-arrow {
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    width: 24px;
    height: 24px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.list__header-icon {
    margin-right: 8px;
}

.list__body {
    display: none;
    background: #fff;
}

.list__widget {
    padding: 16px;
}

.list.is-open .list__header-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list.is-open .list__body {
    display: block;
}

.list-links {
    padding: 16px;
}

.list-links__title {
    margin-bottom: 12px;
    font-weight: bold;
}

.list-links__list {
    margin-bottom: -12px;
    margin-left: -12px;
}

.list-links__list:not(:last-child) {
    margin-bottom: 18px;
}

.list-links__list-item {
    padding: 0 10px;
    margin-bottom: 12px;
    font-size: 1.5rem;
    line-height: 1;
    float: left;
}

.list-links__list-item:not(:last-child) {
    border-right: 1px rgba(102, 102, 102, 0.3) solid;
}

ul.list-links__list_oneline li a{
    padding: 10px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eae9dc;
    color: #06c;
    text-align: left;
    line-height: 1.3;
}

.lists__item:not(:last-child) {
    margin-bottom: 16px;
}

.lists__item.lists__item--hidden {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(51, 51, 51, 0.8);
}

.modal.is-open {
    display: block;
}

.modal__position {
    z-index: 3;
    padding: 74px 0;
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__input {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 44px;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: inherit;
    text-indent: 1em;
    border: 2px solid #06c;
    border-radius: 4px 0 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search__input::-webkit-input-placeholder,
.search__input::-moz-placeholder,
.search__input:-ms-input-placeholder,
.search__input::-ms-input-placeholder,
.search__input::placeholder{
    color: #999;
}

.search__submit {
    box-sizing: border-box;
    width: 87px;
    height: 44px;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    color: #fff;
    background: #06c;
    border-style: none;
    border-radius: 0 4px 4px 0;
}

.search.search--page .search__input,
.search.search--page .search__submit{
    height: 36px;
}

/*人気*/
a.tag {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
    color: #333;
    text-align: center;
    background: #ededed;
    border-radius: 3px;
	text-decoration: none;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tags.tags--trend .tags__title {
    width: 66px;
    height: 24px;
    font-weight: bold;
    line-height: 1;
    color: #666;
    display: table-cell;
}

.tags.tags--trend .tags__title-icon {
    margin-right: 4px;
    vertical-align: bottom;
}

.tags__list {
    width:536px;
    display: table-cell;
}

.tags__item {
    margin-bottom: 6px;
    float: left;
    margin-right: 6px;
}

.textlink {
    font-size: 1.5rem;
}

.warnings__title {
    padding: 12px 10px 10px 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #f44336;
}

.warnings__list-item:not(:first-child) {
    border-top: 1px solid #eee;
}

a.warning {
    padding: 5px 5px 0 5px;
    line-height: 1.2;
    color: #333;
    background: #fff;
	text-decoration: none;
    box-sizing: border-box;
    display: table;
    width:100%;
}

.warning__head {
    width: 75px;
    margin-right: 5px;
    display: table-cell;
    padding-bottom:5px;
}

.warning__body {
    display: table-cell;
}

.warning__label {
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    background: #ffeb3b;
}

.warning__label:not(:last-child) {
    margin-right: 3px;
}

.warning__label.warning__label--special-alert {
    color: #fff;
    background: #673ab7;
}

.warning__label.warning__label--alert {
    color: #fff;
    background: #f44336;
}

.warning__sub-text {
    display: inline-block;
    margin-bottom: 5px;
    color: #999;
}

.weather {
    background: #fff;
}

.weather__header {
    margin-bottom: 8px; 
    width:100%;
}

.weather__header-date{
    float:left;
}

.weather__header-time {
    font-size: 1.2rem;
    text-align: right;
}

.weather-icon {
    text-align: center;
}

.weather-icon__image {
    max-width: 100%;
}

.weather-icon__text {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.1;
}

.weather-warning {
    display: inline-block;
    padding: 5px;
    line-height: 1;
    color: #333;
    background: #ffeb3b;
    border-radius: 3px;
	text-decoration: none;
}

.weather-warning__icon {
    margin-right: 8px;
    vertical-align: bottom;
}

.weather-warning.weather-warning--special-alert {
    color: #fff;
    background: #673ab7;
}

.weather-warning.weather-warning--alert {
    color: #fff;
    background: #f44336;
}

.weather-temper {
    font-weight: bold;
}

.weather-temper__diff {
    font-size: 1.2rem;
}

.weather-temper.weather-temper--max {
    color: #f00;
}

.weather-temper.weather-temper--min {
    color: #06f;
}

.weather-temper.weather-temper--slash {
    padding: 0 2px 0 3px;
}

a.weather-detail {
    color: #333;
	text-decoration: none;
    display: table;
    width:100%;
}

.weather-detail__icon {
    width: 30%;
    padding-right: 8px;
    display: table-cell;
}

.weather-detail__data {
    width: 70%;
    display: table-cell;
    vertical-align: top;
}

.weather-table {
    width: 100%;
    font-size: 1rem;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #eee;
    text-align: center;
}

.weather-table__head {
    padding: 4px;
    font-weight: bold;
    background: #eee;
}

.weather-table__data {
    padding: 4px;
}

.weather-table__head:not(:last-child) ,
.weather-table__data:not(:last-child) {
    border-right: 1px solid #eee;
}

.weather-table__data.weather-table__data--current {
    background: #e1f5fe;
}

.emg_info {
	margin-bottom: 10px;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
	padding: 5px 8px;
	background: #fff;
	border:1px solid #333;
}

/*caution*/
.caution_cont {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.6;
  border: 1px solid #efefef;
  box-sizing: border-box;
  background: #fff;
}

/***hover***/
.l-content-aside__banner--hover-on:hover ,
.button.button--primary:hover,
.button.button--primary-small-text:hover,
.footer__page-top a:hover,
ul.spot_labels li.link a:hover{
    opacity: 0.75;
}

.alert:hover,
.button:hover,
.card:hover,
.event-card:hover,
.header-login:hover,
.list__header:hover {
    background: #f3f3f3;
}

.button.button--primary:hover{background: #c33;}

.info:hover {
    background: #f3f4dd;
}

.modal__close:hover {
    background: rgba(0, 0, 0, 0.06);
}

/*ads*/
#gooad-badge300_1,
#gooad-badge300_2,
#gooad-badge300_3,
#gooad-badge300_4,
#gooad-badge300_5,
#gooad-badge345_1,
#gooad-badge345_2,
#gooad-badge345_3{
    min-height: 250px;
}

#gooad-long_2,
#gooad-long_3,
#gooad-long_13{
    min-height: 90px;
}

#gooad-mbadge300_1,
#gooad-mbadge300_2,
#gooad-mbadge300_3,
#gooad-mbadge300_4,
#gooad-mbadge300_5,
#gooad-mbadge300_6{
    vertical-align: top;
}

/*お知らせ*/
.announce{
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(51,51,51,.32);
    line-height: 1.6;
    margin-bottom: 12px;
}

.announce h2{
    font-size: 16px;
    margin-bottom: 5px;
}

