@charset "UTF-8";

html {
    scroll-behavior: smooth
}

html:root {
    background-color: #ebfffd
}

body {
    -webkit-font-smoothing: antialiased
}

img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}




@media screen and (max-width:830px) {
    .pc {
        display: none !important
    }
}

@media screen and (min-width:830px) {
    .sp {
        display: none !important
    }
}

a,
abbr,
address,
article,
aside,
blockquote,
canvas,
caption,
cite,
code,
dd,
details,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend,
li,
p,
pre,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    word-wrap: break-word;
    color: #33272c;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    list-style-type: none
}

#areaHeader {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

#areaHeader .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width:915px) {
    #areaHeader {
        position: relative;
        margin-top: 5px
    }

    #areaHeader:before {
        display: block;
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #00a8b0;
        content: ""
    }

    #areaHeader .inner {
        max-width: 915px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width:830px) {
    #areaHeader .logo-ch img {
        width: 100%;
        max-width: 150px;
        height: auto
    }
}

#areaTop {
    max-width: 915px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 10px
}

#areaTop>:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (min-width:830px) {
    #areaTop {
        padding: 20px 0
    }
}

.readText {
    font-size: 13px;
    text-align: center
}

.readText>* {
    display: inline-block;
    text-align: left
}

@media screen and (min-width:830px) {
    .readText {
        font-size: 14px;
        text-align: center
    }

    .readText span {
        display: inline-block;
        text-align: left
    }
}

.prevPankuzu {
    position: relative;
    padding-left: 67px
}

.buttonPrev {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 57px;
    transform: translateY(-50%)
}

.buttonPrev>* {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 5px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    line-height: 1em
}

.buttonPrev>:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #00a8b0;
    vertical-align: middle;
    content: ""
}

.buttonPrev>:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 11px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: ''
}

.buttonPrev .text {
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle
}

.panKuzuList {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    font-size: 0px;
    white-space: nowrap
}

.panKuzuList::-webkit-scrollbar {
    display: block;
    height: 6px
}

.panKuzuList::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 168, 176, 0)), color-stop(50%, rgba(0, 168, 176, 0)), color-stop(51%, rgba(0, 168, 176, 0)));
    background: linear-gradient(to bottom, rgba(0, 168, 176, 0) 0, rgba(0, 168, 176, 0) 50%, rgba(0, 168, 176, 0) 51%)
}

.panKuzuList::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 168, 176, 0)), color-stop(50%, rgba(0, 168, 176, 0)), color-stop(51%, #00a8b0));
    background: linear-gradient(to bottom, rgba(0, 168, 176, 0) 0, rgba(0, 168, 176, 0) 50%, #00a8b0 51%)
}

.panKuzuList__item {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle
}

.panKuzuList__item>* {
    font-size: 12px
}

.panKuzuList__item a {
    color: #00a8b0;
    font-weight: 600;
    text-decoration: underline
}

.panKuzuList__item:not(:last-child) {
    padding-right: 30px
}

.panKuzuList__item:not(:last-child):after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border: .3em solid transparent;
    border-right: none;
    border-left: .45em solid #00a8b0;
    content: ''
}

.close_msg {
    max-width: 990px;
    padding: 8px 0;
    border: 1px solid #00a8b0;
    border-radius: 4px;
    background-color: #fff;
    color: #00a8b0;
    font-size: 15px;
    font-weight: 600;
    text-align: center
}

@media screen and (min-width:999px) {
    .close_msg {
        margin-right: auto;
        margin-left: auto
    }
}

#areaContent {
    padding: 15px 10px
}

@media screen and (min-width:830px) {
    #areaContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 915px;
        margin-right: auto;
        margin-left: auto;
        padding: 0
    }

    #areaContent #areaMain {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden
    }

    #areaContent #areaSub {
        width: 320px;
        margin-left: 25px
    }
}

#areaMain>:not(:last-child),
#areaSub>:not(:last-child) {
    margin-bottom: 30px
}

#areaMain {
    padding-bottom: 10px
}

/* .block>:not(:last-child) {
    margin-bottom: 15px
} */

/* @media screen and (max-width:830px) {
    .block>[class*=title] {
        margin-bottom: 10px
    }
} */

.card,
.cardSp {
    overflow: hidden;
    background-color: #fff;
}

.card>:not(:last-child),
.cardSp>:not(:last-child) {
    margin-bottom: 15px
}

.card+.notice,
.cardSp+.notice {
    margin-top: 10px
}

@media screen and (min-width:830px) {
    .cardSp {
        -webkit-box-shadow: none;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none
    }
}

.box>:not(:last-child) {
    margin-bottom: 10px
}

.borderBlock {
    padding: 10px;
    border: 1px solid #00a8b0;
    border-radius: 6px;
    background-color: #fff
}

.borderBlock>:not(:last-child) {
    margin-bottom: 15px
}

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

.column>:not(:last-child) {
    margin-right: 15px
}

.titleAreaColumn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ruby {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15em
}

.title01 {
    color: #FFFFFF;
    text-shadow: #00a8b0 0.1em 0.1em 0.3em;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.subtitle {
    margin-bottom: 10px;
    text-align: center;
}

.title02 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media screen and (min-width:830px) {
    .title02 {
        margin-bottom: 10px;
        border-bottom: 3px solid #00a8b0;
        font-size: 20px;
        line-height: 1.45em
    }
}

.title03 {
    font-size: 16px;
    font-weight: 600
}

.title04 {
    color: #00a8b0;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.title05 {
    color: #007f70;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35em;
    text-align: center
}

.title06 {
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.title07 {
    padding-left: 10px;
    border-left: 3px solid #00a8b0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em
}

.title08 {
    padding-left: 10px;
    border-left: 3px solid #00a8b0;
    font-weight: 600
}

.title09 {
    font-size: 20px;
    font-weight: 600
}

[class*=title].area {
    position: relative;
    padding: 5px 0;
    padding-right: 70px
}

.areaName {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 1px solid #00a8b0;
    border-radius: 4px;
    background-color: #fff
}

.areaName,
.areaName>* {
    color: #00a8b0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em
}

.areaName>* {
    display: block;
    padding: 6px 10px
}



a:hover,
button:hover {
    cursor: pointer
}

.color {
    color: #00a8b0
}

.caution {
    color: #e06161
}

.notice {
    font-size: 13px
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.bold {
    font-weight: 600
}

.emsg {
    color: red
}

.strong {
    font-weight: 600
}

.big {
    font-size: 120%
}

.textLink {
    text-align: right
}

.textLink>* {
    position: relative;
    padding-right: 20px;
    color: #007f70;
    font-weight: 600;
    text-decoration: underline
}

.textLink>:after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 100px;
    background-color: #00a8b0;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    content: ">"
}

.textRight {
    text-align: right
}

.banner {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto
}

.banner img {
    width: 100%
}

.notification {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto
}

.notification>:not(:last-child) {
    display: block;
    margin-bottom: 10px
}

.notification img {
    width: 100%
}

.negT {
    margin-top: -10px
}

.negB {
    margin-bottom: -10px
}

.negTB {
    margin-top: -10px;
    margin-bottom: -10px
}

@media screen and (max-width:830px) {
    .negSpT {
        margin-top: -10px
    }

    .negSpB {
        margin-bottom: -10px
    }

    .negSpTB {
        margin-top: -10px;
        margin-bottom: -10px
    }
}

@media screen and (min-width:830px) {
    .negPcT {
        margin-top: -10px
    }

    .negPcB {
        margin-bottom: -10px
    }

    .negPcTB {
        margin-top: -10px;
        margin-bottom: -10px
    }
}

.dateSwitch {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center
}

.dateSwitch .next,
.dateSwitch .prev {
    display: inline-block;
    position: relative;
    width: 1.2em;
    height: 1.2em;
    border-radius: 100px;
    background-color: #00a8b0;
    vertical-align: middle
}

.dateSwitch .next:before,
.dateSwitch .prev:before {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border: 3px solid transparent;
    content: ""
}

.dateSwitch .next:hover,
.dateSwitch .prev:hover {
    cursor: pointer
}

.dateSwitch .next.last,
.dateSwitch .prev.last {
    opacity: .5
}

.dateSwitch .prev:before {
    border-right: 5px solid #fff;
    border-left: 0
}

.dateSwitch .next:before {
    border-right: 0;
    border-left: 5px solid #fff
}

.buttonList {
    font-size: 0;
    text-align: center
}

.buttonList>.button {
    display: inline-block;
    width: auto
}

.buttonList>.button>* {
    font-size: 16px !important
}

.buttonList>.button:not(:last-child) {
    margin-right: 5px
}

@media screen and (max-width:374px) {
    .buttonList>.button {
        width: 49%
    }

    .buttonList>.button>* {
        width: 100% !important
    }

    .buttonList>.button:not(:last-child) {
        margin-right: .5%
    }
}

.button {
    display: block;
    width: 100%
}

.button:hover {
    cursor: pointer
}

.button>* {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 15px;
    border-radius: 8px;
    background-color: #00a8b0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em
}

.button>:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: .75em;
    height: .75em;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ""
}

.button.noArrow>:after {
    display: none
}

.button.type02 {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.button.type02>* {
    min-width: 150px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    text-align: center
}

.button.type02>:after {
    display: none
}

.button.color02>* {
    background-color: #00a8b0
}

.button .center {
    text-align: center
}

.button .icon {
    margin-right: 5px
}

.button.yellow>* {
    background-color: #d8972e
}

.buttonRight {
    display: block;
    text-align: right
}

.buttonRight>* {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 15px;
    border-radius: 8px;
    background-color: #00a8b0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em
}

#buttonRight>* {
    color: #fff;
}

.buttonRight>:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: .75em;
    height: .75em;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ""
}

.buttonIcon {
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 168, 176, .25);
    position: relative;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 8px;
    background-color: #00a8b0;
    box-shadow: 0 2px 2px 1px rgba(0, 168, 176, .25)
}

.buttonIcon__link {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buttonIcon__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.buttonIcon__content * {
    color: #fff;
    line-height: 1em
}

.buttonIcon__content>:not(:last-child) {
    margin-bottom: 5px
}

.buttonIcon__icon {
    margin-right: 5px
}

.buttonIcon__icon img {
    max-width: 60px
}

.buttonIcon__title {
    font-size: 16px;
    font-weight: 600
}

.buttonIcon__text {
    font-size: 13px
}

.button[class*=big]>* {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 17px;
    text-align: center
}

.button.big01>* {
    background-color: #00a8b0
}

.button.big02>* {
    border: 1px solid #00a8b0;
    background-color: #fff;
    color: #00a8b0
}

.areaSearch>:not(:last-child) {
    margin-bottom: 15px
}

.searchCondition {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.searchCondition__item {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3)
}

.searchCondition__item:not(:last-child) {
    margin-right: 5px
}

.searchCondition__item>* {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-weight: 600;
    line-height: 1em
}

.searchCondition__link {
    position: relative
}

.searchCondition__link:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #00a8b0;
    border-bottom: 2px solid #00a8b0;
    content: ''
}

.condition,
.location {
    position: relative
}

.condition .icon,
.location .icon {
    margin-right: 5px;
    vertical-align: middle
}

.searchCondition__item.keywords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px
}

.searchCondition__item.keywords input {
    width: 100%;
    background-color: #eff2f2;
    font-size: 14px
}

.searchCondition__item.keywords>* {
    padding: 10px
}

.searchCondition__item.keywords .submit>* {
    padding: 0 5px 0 10px
}

.searchCondition__item.keywords .submit img {
    width: 22px
}

#areaSub .keywords label {
    padding: 0 0 0 5px
}

.location .icon {
    width: 16px
}

.condition .icon {
    width: 18px
}

.searchArea {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.searchArea__item {
    width: 33.33%;
    padding: 5px 2.5px
}

.searchArea__item>* {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    display: block;
    position: relative;
    padding: 15px 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    font-weight: 600;
    line-height: 1em
}

/* .searchArea .shikoku{
    margin-left: 7.7%;
} */

.searchArea .kyushu {
    margin-right: 7.7%;
}

.searchArea__item>:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #00a8b0;
    border-bottom: 2px solid #00a8b0;
    content: ''
}

.searchArea__item>:hover {
    cursor: pointer
}

.searchArea.type02 {
    display: table;
    width: 100%
}

.searchArea.type02 .searchArea__column {
    display: table-row
}

.searchArea.type02 .searchArea__column>* {
    display: table-cell;
    padding: 8px 0
}

.searchArea.type02 .searchArea__column:nth-child(2n)>* {
    background-color: rgba(0, 168, 176, .15)
}

.searchArea.type02 .searchArea__columnTitle {
    padding-left: 10px;
    white-space: nowrap
}

.searchArea.type02 .searchArea__columnTitle .searchArea__item {
    border-right: 1px solid rgba(51, 39, 44, .5)
}

.searchArea.type02 .searchArea__columnTitle .searchArea__item>* {
    font-weight: 600
}

.searchArea.type02 .searchArea__columnTitle .searchArea__item>:after,
.searchArea.type02 .searchArea__columnTitle .searchArea__item>:before {
    -webkit-transform: none;
    display: inline-block;
    position: static;
    transform: none;
    border: none;
    text-decoration: none
}

.searchArea.type02 .searchArea__columnItem {
    padding-left: 10px;
    font-size: 0
}

.searchArea.type02 .searchArea__columnItem .searchArea__item {
    display: inline-block
}

.searchArea.type02 .searchArea__item {
    width: auto;
    padding: 0 7px
}

.searchArea.type02 .searchArea__item>* {
    -webkit-box-shadow: none;
    display: inline-block;
    padding: 5px 0;
    background-color: transparent;
    box-shadow: none;
    color: #007f70;
    text-decoration: underline
}

.searchArea.type02 .searchArea__item>:after {
    display: none
}

.searchArea.type02 dt.searchArea__columnTitle .searchArea__item {
    padding: 0;
    border-right: 0
}

.searchArea.type02 dt.searchArea__columnTitle .searchArea__item>* {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
    display: block;
    padding: 7px 10px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
    text-align: center;
    text-decoration: none
}

.searchArea.type02 dt.searchArea__columnTitle .searchArea__item>:after {
    display: none
}

.accessRankList>[class*="__item"]:not(:last-child),
.seasonInfoList>[class*="__item"]:not(:last-child),
.spotList>[class*="__item"]:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.accessRankList__mask,
.seasonInfoList__mask,
.spotList__mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px
}

.accessRankList__image,
.accessRankList__image img,
.seasonInfoList__image,
.seasonInfoList__image img,
.spotList__image,
.spotList__image img {
    -o-object-fit: cover;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.accessRankList__content,
.seasonInfoList__content,
.spotList__content {
    margin-left: 10px
}

.accessRankList [class*="__inner"],
.seasonInfoList [class*="__inner"],
.spotList [class*="__inner"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    padding: 10px 15px 10px 0
}

.accessRankList [class*="__inner"]:after,
.seasonInfoList [class*="__inner"]:after,
.spotList [class*="__inner"]:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #00a8b0;
    border-bottom: 2px solid #00a8b0;
    content: ''
}

.accessRankList [class*="__name"],
.seasonInfoList [class*="__name"],
.spotList [class*="__name"] {
    font-size: 16px;
    font-weight: 600
}

.accessRankList [class*="__info"],
.seasonInfoList [class*="__info"],
.spotList [class*="__info"] {
    font-size: 13px;
    line-height: 1em
}

.dotList {
    margin-left: 1em
}

.dotList .list__item {
    list-style-position: outside;
    list-style-type: disc
}

.accessRankList__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.accessRankList__icon {
    position: relative;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.accessRankList__icon>* {
    z-index: 1;
    position: relative
}

.accessRankList__icon img {
    -o-object-fit: cover;
    width: 24px;
    height: 24px;
    object-fit: cover
}

.accessRankList__icon:after {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    background-color: #00a8b0;
    content: ""
}

.accessRankList__item .accessRankList__icon:after {
    background-image: url("https://gvs.weathernews.jp/s/ajisai/img/icon_rank.svg")
}

.accessRankList__item:first-child .accessRankList__icon:after {
    background-image: url("https://gvs.weathernews.jp/s/ajisai/img/icon_rank_01.svg")
}

.accessRankList__item:nth-child(2) .accessRankList__icon:after {
    background-image: url("https://gvs.weathernews.jp/s/ajisai/img/icon_rank_02.svg")
}

.accessRankList__item:nth-child(3) .accessRankList__icon:after {
    background-image: url("https://gvs.weathernews.jp/s/ajisai/img/icon_rank_03.svg")
}

.accessRankList__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

.accessRankList__name {
    line-height: 1em
}

.accessRankList__info {
    margin-bottom: 5px
}

.accessRankList__item .accessRankList__thumb {
    position: relative
}

.accessRankList__item .accessRankList__thumb,
.accessRankList__item .accessRankList__thumb .accessRankList__image {
    width: 53px;
    height: 35px
}

.accessRankList .accessRankList__image {
    overflow: hidden;
    border-radius: 4px
}

.accessRankList .accessRankList__image img {
    -o-object-fit: cover;
    width: 53px;
    height: 35px;
    object-fit: cover
}

.accessRankList .accessRankList__icon {
    z-index: 2;
    position: absolute;
    top: -4px;
    left: -5px;
    color: #fff
}

.accessRankList .accessRankList__icon,
.accessRankList .accessRankList__icon:after {
    width: 22px;
    height: 22px
}

.accessRankList .accessRankList__icon span {
    display: block;
    height: 22px;
    padding-right: 3.08px;
    line-height: 16.94px
}

.accessRankList .accessRankList__icon:after {
    width: 22px;
    height: 22px;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 22px 22px
}

.accessRankList__item:first-child .accessRankList__thumb .accessRankList__icon,
.accessRankList__item:nth-child(2) .accessRankList__thumb .accessRankList__icon,
.accessRankList__item:nth-child(3) .accessRankList__thumb .accessRankList__icon {
    color: #33272c
}

.spotList__item {
    position: relative
}

.spotList__mask {
    display: block !important;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.spotList__inner {
    display: block
}

.spotList__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1em
}

.spotList__date,
.spotList__event {
    font-size: 13px
}

.spotList.off {
    display: none
}

.spotList.on {
    display: block
}

.spotList__item.backStyle .spotList__name {
    font-size: 14px;
    opacity: .9
}

.spotList__item.backStyle .spotList__inner {
    padding: 10px 0 10px 15px
}

.spotList__item.backStyle .spotList__inner:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    right: auto;
    left: 2px;
    transform: translateY(-50%) rotate(135deg)
}

.spotListInfo {
    font-size: 0
}

.spotListInfo__item {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle
}

.spotListInfo__item>* {
    z-index: 2;
    position: relative;
    font-size: 13px;
    opacity: .9
}

.spotListInfo__item a:hover {
    color: #00a8b0;
    text-decoration: underline;
    cursor: pointer
}

.spotListInfo__item:not(:last-child) {
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ccc
}

.spotListInfo__content {
    color: #666;
    font-weight: 700
}

.spotListInfo__title {
    margin-right: 5px;
    color: #00a8b0
}

.spotListInfo__icon {
    width: 12px;
    margin-right: 2px;
    vertical-align: baseline
}

.sidePhotoList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start
}

.sidePhotoList__item {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
    position: relative;
    width: calc(100% / 5);
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15)
}

.sidePhotoList__item:not(:last-child) {
    margin-right: 5px
}

.sidePhotoList__item:before {
    display: block;
    padding-top: 100%;
    content: ""
}

.sidePhotoList__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #fff
}

.sidePhotoList__inner:after,
.sidePhotoList__inner:before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    content: ""
}

.sidePhotoList__inner:before {
    -webkit-transform: rotate(45deg);
    right: -3px;
    bottom: -10px;
    transform: rotate(45deg);
    border: 15px solid transparent;
    border-right: none;
    border-left-color: #fff
}

.sidePhotoList__inner:after {
    right: 2px;
    bottom: 0;
    border: 5px solid transparent;
    border-right: none;
    border-left-color: #00a8b0
}

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

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

.topicsPickUp__thumb {
    position: relative;
    width: 150px;
    height: 112.5px;
    overflow: hidden;
    border-radius: 4px
}

.topicsPickUp__thumb img {
    -o-object-fit: cover;
    width: 150px;
    height: 112.5px;
    object-fit: cover
}

.topicsPickUp__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

.seasonInfoList__item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.seasonInfoList__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.seasonInfoList__icon {
    position: relative;
    width: 24px;
    height: 24px
}

.seasonInfoList__icon img {
    -o-object-fit: cover;
    width: 24px;
    height: 24px;
    object-fit: cover
}

.seasonInfoList__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

.seasonInfoList__title {
    font-weight: 600;
    line-height: 1em
}

.seasonInfoList__text {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1em
}

.formGroup:not(:last-child),
.group:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 168, 176, .3)
}

.formGroup>:not(:last-child),
.group>:not(:last-child) {
    margin-bottom: 15px
}

.form-select,
.form-text {
    display: block;
    z-index: 2;
    position: relative;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #00a8b0;
    border-radius: 6px
}

.form-select:hover,
.form-text:hover {
    cursor: pointer
}

.form-select>*,
.form-text>* {
    width: 100%;
    padding: 5px
}

.form-select:after,
.form-select:before {
    display: block;
    content: ""
}

.form-select:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: block;
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ''
}

.form-select:after {
    -webkit-transform: translateY(-50%);
    z-index: -2;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    border-radius: 4px;
    background-color: #00a8b0
}

.statusCheckbox__input,
.statusRadio__input {
    display: none
}

.statusCheckbox__label,
.statusRadio__label {
    -webkit-transition: .15s ease-in;
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 0;
    border-radius: 4px;
    background-color: rgba(0, 168, 176, .25);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    transition: .15s ease-in
}

.statusCheckbox__label:hover,
.statusRadio__label:hover {
    cursor: pointer
}

.statusCheckbox__input:checked+.statusCheckbox__label,
.statusCheckbox__input:checked+.statusRadio__label,
.statusRadio__input:checked+.statusCheckbox__label,
.statusRadio__input:checked+.statusRadio__label {
    -webkit-transition: .15s ease-out;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    transition: .15s ease-out
}

.statusCheckbox__input:checked+.statusCheckbox__label::after,
.statusCheckbox__input:checked+.statusRadio__label::after,
.statusRadio__input:checked+.statusCheckbox__label::after,
.statusRadio__input:checked+.statusRadio__label::after {
    opacity: 1
}

.statusRadio__item:not(:last-child) {
    margin-bottom: 10px
}

.statusRadio .icon {
    width: 40px;
    margin-right: 10px
}

.statusRadio__label {
    padding: 15px 10px;
    border: 1px solid transparent
}

.statusRadio__input:checked+.statusRadio__label {
    border: 1px solid rgba(0, 168, 176, .3)
}

.statusCheckbox {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(0, 168, 176, .1)
}

.statusCheckbox__item {
    width: 50%;
    padding: 5px
}

@media screen and (max-width:830px) {
    .statusCheckbox__item:nth-child(odd) {
        padding-left: 0
    }

    .statusCheckbox__item:nth-child(2n) {
        padding-right: 0
    }
}

.statusCheckbox__label {
    padding: 15px 0;
    font-size: 14px;
    text-align: center
}

@media screen and (max-width:374px) {
    .statusCheckbox__label {
        font-size: 13px
    }
}

@media screen and (min-width:830px) {
    .statusCheckbox__item {
        width: 25%;
        padding: 5px
    }
}

.statusChoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 200px;
    background-color: rgba(0, 168, 176, .1)
}

.statusChoice__item {
    width: 100%
}

.statusChoice__item:not(:last-child) {
    margin-right: 5px
}

.statusChoice__label {
    -webkit-transition: .15s ease-in;
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 0;
    border-radius: 100px;
    background-color: rgba(0, 168, 176, .1);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    transition: .15s ease-in
}

.statusChoice__label:after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 12px solid rgba(0, 168, 176, .1);
    border-bottom: none;
    content: '';
    opacity: 0
}

.statusChoice__input {
    display: none
}

.statusChoice__input:checked+.statusChoice__label {
    -webkit-transition: .15s ease-out;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    transition: .15s ease-out
}

.statusChoice__input:checked+.statusChoice__label::after {
    opacity: 1
}

.statusChoiceArea {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.statusChoiceArea>* {
    width: 100%
}

.statusChoiceArea>:not(:last-child) {
    margin-right: 10px
}

.onoffswitch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    width: 68px
}

.onoffswitch.center {
    margin-right: auto;
    margin-left: auto
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 36px;
    cursor: pointer
}

.onoffswitch-inner {
    -webkit-transition: margin .3s ease-in 0s;
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin .3s ease-in 0s
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 50%;
    height: 30px;
    padding: 0;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

.onoffswitch-inner:before {
    padding-left: 8px;
    background-color: #60cba9;
    color: #fff;
    text-align: left;
    content: "ON"
}

.onoffswitch-inner:after {
    padding-right: 8px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
    content: "OFF"
}

.onoffswitch-switch {
    -webkit-transition: all .3s ease-in 0s;
    display: block;
    position: absolute;
    top: 0;
    right: 34px;
    bottom: 0;
    width: 20px;
    margin: 7px;
    border-radius: 36px;
    background: #fff;
    transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0
}

.swicthArea {
    padding-top: 10px
}

.switchTab {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 168, 176, .6);
    display: table;
    width: 100%;
    max-width: 510px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border: 1px solid #ececec;
    border-radius: 4px;
    border-spacing: 0;
    background-color: #f6f9fd;
    box-shadow: 0 2px 4px 0 rgba(0, 168, 176, .6);
    table-layout: fixed
}

.switchTab__item {
    display: table-cell;
    position: relative;
    padding: 8px 0;
    color: #606060;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-align: center
}

.switchTab__item:not(:last-child) {
    border-right: 1px solid #ececec
}

.switchTab__item.act {
    color: #fff
}

.switchTab__item.act span {
    z-index: 3;
    position: relative
}

.switchTab__item.act:after {
    -webkit-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .2);
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    height: 125%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #00a8b0;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .2);
    content: ""
}

.switchContent__item {
    display: none
}

.switchContent__item.act {
    display: block
}

.photoArea {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.photoArea>:not(:first-child) {
    margin-left: 15px
}

.photoArea .photoText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.photoThumbArea {
    margin-right: auto;
    margin-left: auto
}

.photoThumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.photoThumb:hover {
    cursor: pointer
}

.photoThumb .plus {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #fff
}

.photoThumb .plus:after,
.photoThumb .plus:before {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00a8b0;
    content: ""
}

.photoThumb .plus:before {
    width: 8px;
    height: 2px
}

.photoThumb .plus:after {
    width: 2px;
    height: 8px
}

.photoThumb,
.photoThumb img {
    -o-object-fit: cover;
    width: 120px;
    height: 90px;
    object-fit: cover
}

.topicsList__item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.topicsList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 15px 10px 0
}

.topicsList__inner:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #00a8b0;
    border-bottom: 2px solid #00a8b0;
    content: ''
}

.topicsList__thumb {
    position: relative;
    width: 90px;
    height: 67px;
    overflow: hidden;
    border-radius: 4px
}

.topicsList__thumb img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.topicsList__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

.topicsList__title {
    font-weight: 600
}

.topicsList__date {
    font-size: 12px
}

#areaFooter {
    display: block;
    padding-top: 40px
}

.underArea {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center
}

.underArea .readText {
    display: inline-block;
    text-align: left
}

.underArea .noticeText {
    display: inline-block;
    margin-left: 1em;
    font-size: 13px;
    text-align: left;
    text-indent: -1em
}

.copyList__item {
    padding: 15px 0;
    background-color: #fff;
    line-height: 1em;
    text-align: center
}

.copyList__item:not(:last-child) {
    margin-bottom: 1px
}

.copyList a {
    color: #00a8b0;
    font-weight: 600
}

.overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgba(0, 168, 176, .9)
}

.overlay.off {
    display: none;
    opacity: 0
}

.overlay.on {
    -webkit-animation: on .25s ease-in 0s forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: on .25s ease-in 0s forwards;
    opacity: 1
}

.overlayContent {
    position: relative;
    width: 100%;
    max-width: 355px;
    padding: 10px 10px 65px 10px;
    border-radius: 10px;
    background-color: #fff
}

.overlayContent .button {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-50%)
}

.overlayContent .button>* {
    display: block;
    width: 180px;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.overlayContent .button>:after {
    display: none
}

.overlayContent .inner {
    overflow-y: scroll
}

.overlayContent .inner>:not(:last-child) {
    margin-bottom: 20px
}

.overlayContent ::-webkit-scrollbar {
    width: 12px
}

.overlayContent ::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 168, 176, 0)), color-stop(50%, rgba(0, 168, 176, 0)), color-stop(51%, rgba(0, 168, 176, .1)));
    background: linear-gradient(to right, rgba(0, 168, 176, 0) 0, rgba(0, 168, 176, 0) 50%, rgba(0, 168, 176, .1) 51%)
}

.overlayContent ::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 168, 176, 0)), color-stop(50%, rgba(0, 168, 176, 0)), color-stop(51%, #00a8b0));
    background: linear-gradient(to right, rgba(0, 168, 176, 0) 0, rgba(0, 168, 176, 0) 50%, #00a8b0 51%)
}

@media screen and (min-width:830px) {
    .overlayContent .inner {
        max-width: 100vw;
        max-height: calc(500px - 80px)
    }
}

@-webkit-keyframes on {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes on {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.overlayContent.photoArea {
    max-width: 500px;
    height: auto;
    padding: 0
}

.overlayContent.photoArea img {
    width: 100%
}

.overlayContent.photoArea>* {
    margin: 0
}

.closeButton {
    z-index: 10;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff
}

.closeButton:hover {
    cursor: pointer
}

.closeButton:after,
.closeButton:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #00a8b0;
    content: ""
}

.closeButton:before {
    width: 60%;
    height: 3px
}

.closeButton:after {
    width: 3px;
    height: 60%
}


/* ランキング
------------------------------------------*/
.list_pt01.rank li {
    position: relative;
}

.list_pt01.rank li a {
    padding-left: 38px;
    padding-right: 20px;
}

.list_pt01.rank i {
    width: 26px;
    height: 24px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 3px;
    background-image: url("/ski/img/icon_star04.svg");
    background-size: 24px;
    background-position: center;
}

.list_pt01.rank i.rank_1 {
    line-height: 27px;
    background-image: url("/ski/img/icon_star01.svg");
    background-size: 26px 24px;
}

.list_pt01.rank i.rank_2 {
    line-height: 27px;
    background-image: url("/ski/img/icon_star02.svg");
    background-size: 26px 24px;
}

@media screen and (min-width: 700px) {
    body[data-col="1"] #main {
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        min-height: 450px;
    }
}

@media screen and (min-width: 700px) {
    #main {
        padding: 10px;
        width: 650px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
}

.txt-row2 {
    line-height: 1.4em;
    padding-top: 8px;
    min-height: 50px;
    font-size: 17px;
}



/*------------------------------------------
  リスト：01
  ------------------------------------------*/
.list_pt01 li {
    border-bottom: 1px solid #083997;
    position: relative;
}

.list_pt01 li>* {
    color: #000;
    display: block;
    font-weight: 600;
    line-height: 1em;
    padding: 18px 5px;
}

@media screen and (min-width: 700px) {

    #content #wrap {
        margin-top: 30px;
    }
}

ul.list_pt01.rank li.sgtk_bg a {
    color: #0c419a;
}

/* ------------------------
   * ボタン類
   ------------------------ */
.sgtk_bg {
    background-color: mistyrose;
}

.pink-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(#fff));
    color: #0c419a;
    border-radius: 4px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 220px;
}

.pink-btn a,
#sgtk_linkList a .linkList_tit {
    color: #0c419a !important;
}

.pink-btn>* {
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}

.pink-btn .txt-row2 {
    line-height: 1.4em;
    min-height: 60px;
    font-size: 17px;
}

.pink-btn a.txt-row::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url(//weather.smt.docomo.ne.jp/img/weather_arrow_b.png) no-repeat 0 0;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
}


.btn {
    text-align: center;
}

.btn>* {
    display: inline-block;
    min-width: 180px;
    height: 40px;
    color: #fff !important;
    font-weight: 600;
    line-height: 40px;
    padding: 0px 1em;
    background-color: #4362A8;
    border-radius: 4px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
    box-sizing: border-box;
    font-size: 16px;
}
