/*.l-header
{
    position: relative;
    top: unset;
    z-index: 1 !important;
}*/
.c-breadcrumb
{
    z-index: 1 !important;
}

main > section
{
    margin: 0 auto 100px;
    max-width: 1000px;
}

main > section > h1
{
    border-left: 10px solid #00c3af;
    box-sizing: border-box;
    margin: 0 0 50px 0;
    line-height: 1;
    padding: 0 0 0 10px;
    position: relative;
}
main > section > h1::after
{
    background: #ccc;
    bottom: -10px;
    content: '';
    display: block;
    height: 1px;
    left: -10px;
    position: absolute;
    width: calc(100% + 10px);
}
main > section > h1:nth-of-type(n+2)
{
    margin: 100px 0 50px 0;
}

@media all and (max-width: 768px) {
                main > section
                {
                    max-width: 90%;
                }
}








/**
 * 左固定メニュー
 */
#fixed-left-menu
{
    box-sizing: border-box;
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 88888;
}
#fixed-left-menu::after
{
    display: none;
}
#fixed-left-menu a
{
    align-items: center;
    background: none;
    box-sizing: border-box;
    color: #000;
    display: flex;
    font-size: 16px;
    line-height: 1;
    /*margin-top: 20px;*/
    text-align: center;
    text-decoration: none;
}
#fixed-left-menu a:first-of-type
{
    margin-top: 0;
}
#fixed-left-menu a::before
{
    background: #ccc;
    content: '';
    display: block;
    height: 1px;
    margin-right: 5px;
    width: 30px;
}
#fixed-left-menu a:hover
{
    background: none;
    color: #00c3af;
}
@media all and (min-width: 1350px) {
                #fixed-left-menu.scrolled
                {
                    display: block;
                }
}




/**
 * 右固定メニュー
 */
#fixed-right-menu
{
    align-items: flex-end;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 88888;
}
#fixed-right-menu::after
{
    display: none;
}
#fixed-right-menu a
{
    background: rgba(0,0,0,0.7);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 140px;
}
#fixed-right-menu a:first-of-type
{
    margin-top: 0;
}
#fixed-right-menu a:hover
{
    background: rgba(0,0,0,1);
}
#fixed-right-menu img
{
    margin-bottom: 5px;
    opacity: 1;
    width: 30px;
}
#fixed-right-menu a span
{
    display: block;
}
#fixed-right-menu p
{
    display: none !important;
}

@media all and (max-width: 768px) {
                #fixed-right-menu
                {
                    bottom: 0;
                    top: unset;
                }
                #fixed-right-menu a
                {
                    font-size: 0;
                    transition: 0.5s;
                    width: 60px;
                }
                #fixed-right-menu img
                {
                    margin-bottom: 0;
                }
                #fixed-right-menu span
                {
                    display: none;
                }
                #fixed-right-menu a.opened
                {
                    font-size: 11px;
                    width: 110px;
                }
                #fixed-right-menu a.opened img
                {
                    margin-bottom: 5px;
                }
                #fixed-right-menu a.opened span
                {
                    display: block;
                }
}




/**
 * マナー
 */
.manners ul
{
    background: #eee;
    box-sizing: border-box;
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 40px;
}
.manners li
{
    margin: 0;
    padding: 0;
    text-align: center;
    width: calc((100% - 200px) / 6);
}
.manners li img
{
    width: 100% !important;
}







/**
 * その他
 */
.buttons
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 0;
}
.buttons a
{
    background: #ff0;
    border: 1px solid #000;
    border-radius: 10px;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    max-width: 40%;
    width: 320px;
}
.buttons a.back-to-home
{
    background: #ddd;
}
.buttons a:hover
{
    opacity: 0.6;
}
.buttons a:nth-of-type(n+2)
{
    margin-left: 40px;
}
.buttons a:visited
{
    color: #000 !important;
}
@media all and (max-width: 768px) {
                .buttons a
                {
                    max-width: unset;
                    width: 100%;
                }
                .buttons a:nth-of-type(n+2)
                {
                    margin-left: 0;
                    margin-top: 40px;
                }
}



.red
{
    color: #c00;
}
.bold
{
    font-weight: bold;
}
