<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html {
    scroll-behavior: smooth;
}

html:root {
    background-color: #fff7fc;
}

body {
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 830px) {
    position: relative;
    overflow-x: hidden;
}

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

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

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

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

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Header
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#areaHeader {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 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: #f47295;
        content: "";
    }

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

/*====================================================================================
ヘッダー下
====================================================================================*/
#areaTop {
    max-width: 915px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 10px;
}

#areaTop&gt;*:not(:last-child) {
    margin-bottom: 15px;
}

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

/*------------------------------------------
リードテキスト
------------------------------------------*/
.readText {
    font-size: 13px;
    text-align: center;
}

.readText&gt;* {
    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&gt;* {
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 5px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    line-height: 1em;
}

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

.buttonPrev&gt;*: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(244, 114, 149, 0)), color-stop(50%, rgba(244, 114, 149, 0)), color-stop(51%, rgba(244, 114, 149, 0)));
    background: linear-gradient(to bottom, rgba(244, 114, 149, 0) 0%, rgba(244, 114, 149, 0) 50%, rgba(244, 114, 149, 0) 51%);
}

.panKuzuList::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 114, 149, 0)), color-stop(50%, rgba(244, 114, 149, 0)), color-stop(51%, #f47295));
    background: linear-gradient(to bottom, rgba(244, 114, 149, 0) 0%, rgba(244, 114, 149, 0) 50%, #f47295 51%);
}

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

.panKuzuList__item&gt;* {
    font-size: 12px;
}

.panKuzuList__item a {
    color: #f47295;
    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: 0.3em solid transparent;
    border-right: none;
    border-left: 0.45em solid #f47295;
    content: '';
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ コンテンツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
クローズメッセージ
====================================================================================*/
.close_msg {
    max-width: 990px;
    padding: 8px 0;
    border: 1px solid #f47295;
    border-radius: 4px;
    background-color: #fff;
    color: #f47295;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

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

/*====================================================================================
エリア
====================================================================================*/
/*------------------------------------------
コンテント
------------------------------------------*/
#areaContent {
    padding: 8px 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;
    }
}

/*------------------------------------------
メインエリア &amp; サブエリア共通
------------------------------------------*/
#areaMain&gt;*:not(:last-child),
#areaSub&gt;*[class="block"]:not(:last-child) {
    margin-bottom: 30px;
}

/*------------------------------------------
メインエリア
------------------------------------------*/
#areaMain {
    padding-bottom: 30px;
}

/*------------------------------------------
サブエリア
------------------------------------------*/
.ad&gt;* {
    margin-bottom: 30px;
}

/*====================================================================================
ブロック
====================================================================================*/
.block&gt;*:not(:last-child) {
    margin-bottom: 15px;
}

@media screen and (max-width: 830px) {
    .block&gt;*[class*="title"] {
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }
}

/*------------------------------------------
カード
------------------------------------------*/
.card,
.cardSp {
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

.card&gt;*:not(:last-child),
.cardSp&gt;*: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
------------------------------------------*/
.box&gt;*:not(:last-child) {
    margin-bottom: 10px;

}

/*------------------------------------------
ボーダーブロック
------------------------------------------*/
.borderBlock {
    padding: 10px;
    border: 1px solid #f47295;
    border-radius: 6px;
    background-color: #fff;
}

.borderBlock&gt;*:not(:last-child) {
    margin-bottom: 15px;
}

/*------------------------------------------
カラム
------------------------------------------*/
.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.column&gt;*:not(:last-child) {
    margin-right: 15px;
}

/*====================================================================================
TITLE &amp; TEXT
====================================================================================*/
.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: normal;
    line-height: 1.15em;
}

.title01 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (min-width: 830px) {
    .title01 {
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        border-bottom: 3px solid #f47295;
    }
}

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

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

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

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

.title05 {
    color: #f22a60;
    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 #f47295;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
}

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

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

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

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

.areaName,
.areaName&gt;* {
    color: #f47295;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
}

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

/*====================================================================================
テキスト
====================================================================================*/
a:hover,
button:hover {
    cursor: pointer;
}

/*------------------------------------------
色付き
------------------------------------------*/
.color {
    color: #f47295;
}

/*------------------------------------------
色付き
------------------------------------------*/
.caution {
    color: #e06161;
}

/*------------------------------------------
注意書き
------------------------------------------*/
.notice {
    font-size: 13px;
}

/*------------------------------------------
中央
------------------------------------------*/
.center {
    text-align: center;
}

/*------------------------------------------
右寄せ
------------------------------------------*/
.right {
    text-align: right;
}

/*------------------------------------------
ボールド
------------------------------------------*/
.bold {
    font-weight: 600;
}

/*------------------------------------------
エラー文
------------------------------------------*/
.emsg {
    color: #ff0000;
}

/*------------------------------------------
太文字
------------------------------------------*/
.strong {
    font-weight: 600;
}

/*------------------------------------------
大きな文字
------------------------------------------*/
.big {
    font-size: 120%;
}

/*------------------------------------------
テキストリンク
------------------------------------------*/
.textLink {
    text-align: right;
}

.textLink&gt;* {
    position: relative;
    padding-right: 20px;
    color: #f22a60;
    font-weight: 600;
    text-decoration: underline;
}

.textLink&gt;*: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: #f47295;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    content: "&gt;";
}

/*------------------------------------------
テキスト右つき
------------------------------------------*/
.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&gt;*:not(:last-child) {
    display: block;
    margin-bottom: 10px;
}

.notification img {
    width: 100%;
}

/*====================================================================================
margin
====================================================================================*/
.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 .prev,
.dateSwitch .next {
    display: inline-block;
    position: relative;
    width: 1.2em;
    height: 1.2em;
    border-radius: 100px;
    background-color: #f47295;
    vertical-align: middle;
}

.dateSwitch .prev:before,
.dateSwitch .next: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 .prev:hover,
.dateSwitch .next:hover {
    cursor: pointer;
}

.dateSwitch .prev.last,
.dateSwitch .next.last {
    opacity: 0.5;
}

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

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

/*====================================================================================
button
====================================================================================*/
.buttonList {
    font-size: 0;
    text-align: center;
}

.buttonList&gt;.button {
    display: inline-block;
}

.buttonList&gt;.button&gt;* {
    font-size: 16px !important;
}

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

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

    .buttonList&gt;.button&gt;* {
        width: 100% !important;
    }

    .buttonList&gt;.button:not(:last-child) {
        margin-right: 0.5%;
    }
}

/*------------------------------------------
通常ボタン
------------------------------------------*/
.button {
    display: block;
    width: 100%;
}

.button:hover {
    cursor: pointer;
}

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

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

.button.noArrow&gt;*:after {
    display: none;
}

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

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

.button.type02&gt;*:after {
    display: none;
}

.button.color02&gt;* {
    background-color: #f47295;
}

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

/*------------------------------------------
右つきボタン
------------------------------------------*/
.buttonRight {
    display: block;
    text-align: right;
}

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

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

/*------------------------------------------
アイコンつきボタン
------------------------------------------*/
.buttonIcon {
    -webkit-box-shadow: 0px 2px 2px 1px rgba(244, 114, 149, 0.25);
    position: relative;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 8px;
    background-color: #f47295;
    box-shadow: 0px 2px 2px 1px rgba(244, 114, 149, 0.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&gt;*: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"]&gt;* {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0px;
    border-radius: 10px;
    font-size: 17px;
    text-align: center;
}

.button.big01&gt;* {
    background-color: #f47295;
}

.button.big02&gt;* {
    border: 1px solid #f47295;
    background-color: #fff;
    color: #f47295;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 検索（FORM）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.areaSearch&gt;*: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: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

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

.searchCondition__item&gt;* {
    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 #f47295;
    border-bottom: 2px solid #f47295;
    content: '';
}

/*------------------------------------------
現在地&amp;条件検索
------------------------------------------*/
.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&gt;* {
    padding: 10px;
}

.searchCondition__item.keywords .submit&gt;* {
    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&gt;* {
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
    padding: 15px 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    line-height: 1em;
}

.searchArea__item&gt;*: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 #f47295;
    border-bottom: 2px solid #f47295;
/*    content: '';*/

}

.searchArea__item&gt;*:hover {
    cursor: pointer;
}

/*====================================================================================
タイプ02
====================================================================================*/
.searchArea.type02 {
    display: table;
    width: 100%;
}

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

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

.searchArea.type02 .searchArea__column:nth-child(even)&gt;* {
    background-color: rgba(244, 114, 149, 0.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, 0.5);
}

.searchArea.type02 .searchArea__columnTitle .searchArea__item&gt;* {
    font-weight: 600;
}

.searchArea.type02 .searchArea__columnTitle .searchArea__item&gt;*:before,
.searchArea.type02 .searchArea__columnTitle .searchArea__item&gt;*:after {
    -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&gt;* {
    -webkit-box-shadow: none;
    display: inline-block;
    padding: 5px 0px;
    background-color: transparent;
    box-shadow: none;
    color: #f22a60;
    text-decoration: underline;
}

.searchArea.type02 .searchArea__item&gt;*:after {
    display: none;
}

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

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

.searchArea.type02 dt.searchArea__columnTitle .searchArea__item&gt;*:after {
    display: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ リスト類
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.accessRankList&gt;*[class*="__item"]:not(:last-child),
.seasonInfoList&gt;*[class*="__item"]:not(:last-child),
.spotList&gt;*[class*="__item"]:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.accessRankList *[class*="__inner"],
.seasonInfoList *[class*="__inner"],
.spotList *[class*="__inner"] {
    position: relative;
    padding: 10px 15px 10px 0px;
}

.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 #f47295;
    border-bottom: 2px solid #f47295;
    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&gt;* {
    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: #f47295;
    content: "";
}

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

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

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

.accessRankList__item:nth-child(3) .accessRankList__icon:after {
    background-image: url("https://gvs.weathernews.jp/s/sakura/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:nth-child(1) .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__event,
.spotList__date {
    font-size: 13px;
}

.spotList.off {
    display: none;
}

.spotList.on {
    display: block;
}

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

.spotList__item.backStyle .spotList__inner {
    padding: 10px 0px 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&gt;* {
    z-index: 2;
    position: relative;
    font-size: 13px;
    opacity: 0.9;
}

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

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

.spotListInfo__content {
    color: #666666;
    font-weight: bold;
}

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

.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: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    width: calc(100% / 5);
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

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

.sidePhotoList__item:before {
    display: block;
    padding-top: 100%;
    content: "";
    /* 高さの比率 ÷ 幅の比率 × 100 【1:1=100%】【4:3=75%】【16:9=56.25%】 */
}

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

.sidePhotoList__inner:before,
.sidePhotoList__inner:after {
    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: 0px;
    border: 5px solid transparent;
    border-right: none;
    border-left-color: #f47295;
}

.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;
}

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

.topicsPickUp__title {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
}

/*====================================================================================
季節の情報
====================================================================================*/
.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;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ フォームパーツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.group:not(:last-child),
.formGroup:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(244, 114, 149, 0.3);
}

.group&gt;*:not(:last-child),
.formGroup&gt;*:not(:last-child) {
    margin-bottom: 15px;
}

/*====================================================================================
通常のinput=" text or select "
====================================================================================*/
.form-text,
.form-select {
    display: block;
    z-index: 2;
    position: relative;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #f47295;
    border-radius: 6px;
}

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

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

/*------------------------------------------
"slect"
------------------------------------------*/
.form-select:before,
.form-select:after {
    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: #f47295;
}

/*====================================================================================
条件選択（チェックボックス &amp; ラジオ）
====================================================================================*/
.statusRadio__input,
.statusCheckbox__input {
    display: none;
}

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

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

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

.statusRadio__input:checked+.statusRadio__label::after,
.statusCheckbox__input:checked+.statusRadio__label::after,
.statusRadio__input:checked+.statusCheckbox__label::after,
.statusCheckbox__input:checked+.statusCheckbox__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(244, 114, 149, 0.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(244, 114, 149, 0.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(even) {
        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(244, 114, 149, 0.1);
}

.statusChoice__item {
    width: 100%;
}

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

.statusChoice__label {
    -webkit-transition: 0.15s ease-in;
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 0;
    border-radius: 100px;
    background-color: rgba(244, 114, 149, 0.1);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    transition: 0.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(244, 114, 149, 0.1);
    border-bottom: none;
    content: '';
    opacity: 0;
}

.statusChoice__input {
    display: none;
}

.statusChoice__input:checked+.statusChoice__label {
    -webkit-transition: 0.15s ease-out;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    transition: 0.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&gt;* {
    width: 100%;
}

.statusChoiceArea&gt;*:not(:last-child) {
    margin-right: 10px;
}

/*====================================================================================
ON/OFFスイッチ
====================================================================================*/
.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: 0px 2px 4px 0px rgba(244, 114, 149, 0.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: 0px 2px 4px 0px rgba(244, 114, 149, 0.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: 0px 2px 4px 1px rgba(0, 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: #f47295;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    content: "";
}

/*====================================================================================
スイッチコンテンツ
====================================================================================*/
.switchContent__item {
    display: none;
}

.switchContent__item.act {
    display: block;
}

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

.photoArea .photoText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
}

.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:before,
.photoThumb .plus:after {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f47295;
    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;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Sub
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
トピックス
====================================================================================*/
.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 0px;
}

.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 #f47295;
    border-bottom: 2px solid #f47295;
    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;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Footer
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================

====================================================================================*/
#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: #f47295;
    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(244, 114, 149, 0.9);
}

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

.overlay.on {
    -webkit-animation: on 0.25s ease-in 0s forwards;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: on 0.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&gt;* {
    display: block;
    width: 180px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.overlayContent .button&gt;*:after {
    display: none;
}

.overlayContent .inner {
    overflow-y: scroll;
}

.overlayContent .inner&gt;*: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(244, 114, 149, 0)), color-stop(50%, rgba(244, 114, 149, 0)), color-stop(51%, rgba(244, 114, 149, 0.1)));
    background: linear-gradient(to right, rgba(244, 114, 149, 0) 0%, rgba(244, 114, 149, 0) 50%, rgba(244, 114, 149, 0.1) 51%);
}

.overlayContent ::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, right top, from(rgba(244, 114, 149, 0)), color-stop(50%, rgba(244, 114, 149, 0)), color-stop(51%, #f47295));
    background: linear-gradient(to right, rgba(244, 114, 149, 0) 0%, rgba(244, 114, 149, 0) 50%, #f47295 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%;
}

.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:before,
.closeButton:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #f47295;
    content: "";
}

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

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

/*====================================================================================
タグ
====================================================================================*/

.spotTag {
    overflow: hidden;
    margin-bottom: 10px
}

.spotTag p {
    float: left;
    color: #f47295;
    font-size: 12px;
    line-height: 1em;
    padding: 4px 10px;
    background: #fff3f3;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*====================================================================================
クローズ文言
====================================================================================*/
.close_msg {
    margin-top: 20px;
}

/*====================================================================================
過去の開花日・見頃日
====================================================================================*/
.sakuraState__bottom.pastyear .content p {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}

.sakuraState__bottom.pastyear .content span {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
    display: block;
}

@media screen and (min-width: 830px) {
    .sakuraState .sakuraState__middle.pastyear {
        width: 50%;
    }
}

.sakuraState {
    background: #fff;
    border: 2px solid #f47295
}

.sakuraState [class^=sakuraState__] {
    padding: 5px 10px;
}

@media screen and (min-width: 830px) {
    .sakuraState {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .sakuraState&gt;* {
        display: table-cell;
        vertical-align: middle;
    }

    .sakuraState .sakuraState__middle {
        width: 200px;
    }
}

.sakuraState__top {
    display: block;
    text-align: center;
    width: 100%;
}

.sakuraState__top&gt;* {
    display: inline-block;
    vertical-align: middle
}

.sakuraState__top figure {
    width: 65px;
}

.sakuraState__top figure img {
    width: 100%;
}

.sakuraState__top p {
    color: #f47295;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

.sakuraState__top p span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.sakuraState__top .small {
    display: block;
    color: rgba(0, 0, 0, .5);
    text-align: center;
}

@media screen and (min-width: 830px) {
    .sakuraState__top {
        width: auto;
    }
}

.sakuraState__middle {
    background: #f47295;
}

.sakuraState__middle p {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}

.sakuraState__middle p span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 140%;
}

@media screen and (min-width: 830px) {
    .sakuraState__middle {
        text-align: center;
    }

    .sakuraState__middle p {
        display: inline-block;
        text-align: left;
    }
}

.sakuraState__bottom .content {
    overflow: hidden;
    text-align: center;
}

.sakuraState__bottom .content p {
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

.sakuraState__bottom .content p:first-child {
    width: 7em;
}

.sakuraState__bottom .content:not(:last-child) {
    padding-bottom: 3px;
    border-bottom: 1px solid #f47295;
    margin-bottom: 3px;
}

@media screen and (min-width: 830px) {
    .sakuraState__bottom .content {
        text-align: left;
    }
}

.sakuraState-02 .sakuraState__top,
.sakuraState-03 .sakuraState__top,
.sakuraState-04 .sakuraState__top {
    border-bottom: 2px solid #f47295;
}

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

    .sakuraState-02 .sakuraState__top,
    .sakuraState-03 .sakuraState__top,
    .sakuraState-04 .sakuraState__top {
        border-bottom: none;
    }

    .sakuraState-02 .sakuraState__bottom,
    .sakuraState-03 .sakuraState__bottom,
    .sakuraState-04 .sakuraState__bottom {
        border-left: 2px solid #f47295;
    }

    .sakuraState-02 .sakuraState__top {
        position: relative;
    }

    .sakuraState-02 .sakuraState__bottom {
        border-left: 2px solid #f47295;
    }
}

.sakuraState {
    margin-bottom: 10px;
    border-collapse: collapse;
}

/*====================================================================================
Sticky PC Ad
====================================================================================*/

#sticky_pc {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    transform: translateY(100px);
    display: block;
    z-index: 10;
}

#sticky_pc.show {
    position: fixed;
    text-align: center;
    display: block;
    bottom: 0px;
    animation: slideIn 0.5s ease-out 1s 1 forwards;
    -webkit-animation: slideIn 0.5s ease-out 1s 1 forwards;
}

#sticky_pc.hide {
    opacity: 1;
    animation: slideOut 0.5s ease-out 0s 1 forwards;
    -webkit-animation: slideOut 0.5s ease-out 0s 1 forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideOut {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(100px);
        opacity: 0;
        display: none;
    }
}

/*====================================================================================
Tag
====================================================================================*/
.tagList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    gap: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.tagList__item {
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

/*====================================================================================
リポート
====================================================================================*/

.title01+.reportList {
    margin-top: -10px
}

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

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

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

.reportList__info {
    font-size: 13px;
    line-height: 1em
}

.reportList .number {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    padding: 3px 0;
    transform: translateY(-50%);
    border-radius: 3px;
    background-color: #4362a8;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    text-align: center
}

.reportList__thumb {
    position: relative;
    width: 107px;
    height: 81px;
    overflow: hidden;
    border-radius: 12px
}

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

.reportList__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.reportList__content .reportList__name {
    height: 2.85em;
    overflow: hidden
}

.reportListInfo {
    margin-top: 10px;
    text-align: right
}

.reportListInfo__item {
    font-size: 12px
}


/*====================================================================================
写真リンク
====================================================================================*/
.photoLinkList {
    grid-gap: 2%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr))
}

.photoLinkList__item {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.photoLinkList__item:after {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    content: ""
}

.photoLinkList__content {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px
}

.photoLinkList__content&gt;* {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    text-shadow: 0 0 10px #000;
    white-space: nowrap
}

.photoLinkList__title {
    font-size: 15px;
    font-weight: 700
}

.photoLinkList__info {
    font-size: 11px
}

.photoLinkList__info&gt;* {
    display: inline-block
}

.photoLinkList__info&gt;:after {
    content: "："
}

.photoLinkList__photo {
    position: relative;
    width: 100%;
    overflow: hidden
}

.photoLinkList__photo:before {
    display: block;
    padding-top: 75%;
    content: ""
}

.photoLinkList__photo&gt;* {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

/*====================================================================================
人気エリア
====================================================================================*/
.popularArea {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.popularArea__item {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.popularArea__image,
.popularArea__image img,
.popularArea__item {
    -o-object-fit: cover;
    width: 100%;
    height: 66px;
    object-fit: cover
}

.popularArea__image {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popularArea__image:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: ""
}

.popularArea__image img {
    width: 100%
}

.popularArea__content {
    -webkit-transform: translateY(-50%);
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.popularArea__content&gt;:not(:last-child) {
    margin-bottom: 5px
}

.popularArea__content * {
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 10px #000
}

.popularArea__title {
    font-size: 18px
}

@media screen and (min-width: 830px) {
    .popularArea__text {
        font-size: 11px
    }
}

@media screen and (max-width: 830px) {
    .popularArea__text {
        font-size: 14px
    }

    .popularArea__text .small {
        font-size: 10px
    }
}

/*====================================================================================
条件検索
====================================================================================*/
.searchBannerList {
    max-width: 355px;
    margin-right: auto;
    margin-left: auto
}

.searchBannerList__item {
    position: relative
}

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

.searchBannerList__content,
.searchBannerList__link {
    position: absolute
}

.searchBannerList__link {
    z-index: 2;
    width: 100%;
    height: 100%
}

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

.searchBannerList__content {
    -webkit-transform: translateY(-50%);
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

.searchBannerList__content * {
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 700;
    line-height: 1em
}

.searchBannerList__title {
    font-size: 22px;
    text-shadow: 0 0 10px #000
}

/* @media screen and (min-width: 830px) {
  .searchBannerList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
  }
} */

/* @media screen and (max-width: 830px) { */
.searchBannerList__group:not(:last-child) {
    margin-bottom: 10px
}

/* } */

#areaSub .searchBannerList {
    display: block
}

#areaSub .searchBannerList__group:not(:last-child) {
    margin-bottom: 10px
}

#areaSub .searchBannerList__group.short {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

#areaSub .searchBannerList__group.short .searchBannerList__item:not(:last-child) {
    margin-bottom: 0
}

.searchBannerList__item.long {
    width: 355px;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 8px;
}

.searchBannerList__item.long .searchBannerList__title {
    margin-bottom: 5px
}

@media screen and (max-width: 374px) {
    .searchBannerList__item.long {
        width: 300px;
        height: 55px;
        overflow: hidden;
        border-radius: 8px;
    }
}

/* @media screen and (min-width: 830px) { */
#areaSub .searchBannerList__item.long {
    width: 320px;
    height: 59px;
    overflow: hidden;
    border-radius: 8px;
}

/* } */

.searchBannerList__item.short {
    width: 173px;
    height: 65px;
    overflow: hidden;
    border-radius: 8px;
}

.searchBannerList__item.short .searchBannerList__content {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center
}

@media screen and (max-width: 374px) {
    .searchBannerList__item.short {
        width: 146px;
        height: 55px;
        overflow: hidden;
        border-radius: 8px;
    }
}

/* @media screen and (max-width: 830px) { */
.searchBannerList__group.short {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.searchBannerList__group.short .searchBannerList__item:not(:last-child) {
    margin-bottom: 0
}

/* }
 */
/* @media screen and (min-width: 830px) {
  #areaSub .searchBannerList__item.short {
    width: 156px;
    height: 59px
  }
} */

.searchBannerList__item.short:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
}

.searchBannerList__item.long:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
}
</pre></body></html>