@charset 'UTF-8';
/*@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_regular.woff) format('woff');
	font-weight: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_bold.woff) format('woff');
	font-weight: bold;
}*/
.header__menu-inner
{
    gap: 20px;
}

.add-search__trigger
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .add-search__trigger
    {
        display: block;

        cursor: pointer;
    }
}
.add-search__list-term
{
    display: flex;

    padding-top: 8px;

    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.add-search__list-term > li
{
    line-height: 1;

    display: flex;

    padding: 8px;

    border: solid 1px #eee;
    border-radius: 4px;
    background: #fff;

    flex-wrap: wrap;
    align-items: center;
}
.add-search__list-situation
{
    font-size: 13px;

    display: flex;

    padding: 8px 0;

    align-items: center;
    gap: 16px;
}
.add-search__list-situation > li
{
    line-height: 1.4;

    background: linear-gradient(transparent 60%, #ff6 60%);
}
.add-search__terms
{
    font-size: 14px;

    display: flex;

    flex-wrap: wrap;
    gap: 8px;
}
.add-search__terms-wrapper > p
{
    font-size: 16px;
    font-weight: bold;

    padding-bottom: 8px;
}
.add-search__terms li
{
    display: flex;

    padding: 4px 8px;

    border-radius: 4px;
    background: #eee;

    align-items: center;
}
.add-search__menu
{
    width: 928px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .add-search__menu
    {
        width: 100%;
    }
}
.add-search__menu-form
{
    display: flex;

    flex-wrap: wrap;
}
.add-search__menu fieldset
{
    width: 100%;
    margin-top: 24px;
    padding-bottom: 24px;

    border-bottom: solid 1px #dadada;
}
.add-search__menu fieldset:nth-child(2),
.add-search__menu fieldset:nth-child(3)
{
    width: 50%;
}
@media screen and (max-width: 768px)
{
    .add-search__menu fieldset
    {
        margin-top: 16px;
        padding-bottom: 16px;
    }
}
.add-search__menu fieldset > legend
{
    font-size: 14px;
    font-weight: bold;

    padding-bottom: 8px;
}
@media screen and (max-width: 768px)
{
    .add-search__menu fieldset > legend
    {
        font-size: 12px;
    }
}
.add-search__menu fieldset .item
{
    display: flex;

    flex-wrap: wrap;
    gap: 8px;
}
.add-search__menu fieldset .item label input
{
    display: none;
    /* デフォルトのinputは非表示にする */
}
.add-search__menu fieldset .item label span
{
    font-size: 13px;
    line-height: 1.4;

    display: inline-flex;

    padding: 8px 12px;

    cursor: pointer;

    color: #999;
    border: 1px solid #999;
    border-radius: 24px;

    align-items: center;
    justify-content: center;
}
.add-search__menu fieldset .item label span:hover
{
    opacity: .7;
}
.add-search__menu fieldset .item label input:checked + span
{
    color: #fff;
    /* 背景色を薄い赤に */
    border: 1px solid #666;
    /* 文字色を白に */
    background: #666;
    /* 淵の線を薄い赤に */
}
.add-search__menu-wrapper
{
    position: absolute;
    z-index: 3;
    top: 104px;

    display: none;

    width: 100%;
    padding-bottom: 40px;

    border-bottom: solid 1px rgba(0, 0, 0, .34);
    background: #f9f9f9;
}
@media screen and (max-width: 768px)
{
    .add-search__menu-wrapper
    {
        top: 60px;

        padding: 0 24px 40px 24px;
    }
}
.add-search__menu-link
{
    display: flex;

    align-items: center;
}
.add-search__menu-icon
{
    display: block;

    transition: .2s ease;
}
.add-search__menu-icon.on
{
    transform: rotate(180deg);
}
.add-search__btn-wrapper
{
    display: flex;

    padding-top: 24px;

    gap: 24px;
}
@media screen and (max-width: 768px)
{
    .add-search__btn-wrapper
    {
        padding-top: 4.6728971963vw;

        gap: 16px;
    }
}

.add-route__map
{
    padding-top: 40px;
}
.add-route__map > iframe
{
    width: 100%;

    border-radius: 8px;
}
.add-route__bloc
{
    padding-top: 16px;
}
.add-route__time
{
    font-size: 13px;
    font-weight: bold;
}
.add-route__name
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.add-route__desc
{
    font-size: 13px;
    line-height: 1.5;

    padding-top: 8px;

    color: #666;
}
@media screen and (max-width: 768px)
{
    .add-route__gallery
    {
        display: block !important;
    }
    .add-route__gallery .item
    {
        padding-bottom: 40px;
    }
    .add-route__gallery .item img
    {
        height: auto !important;
    }
}
.add-route__link
{
    padding-top: 8px;
}
.add-route__link > a
{
    position: relative;
}
.add-route__link > a:link
{
    padding-bottom: 2px;

    border-bottom: solid 1px #666;
}
.add-route__link > a::after
{
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;

    display: block;

    width: 12px;
    height: 12px;
    margin: auto 0;

    content: '';

    background: url(../img/common/icn_blank.svg) no-repeat;
}
