﻿.guide_title_div {
    background: rgba(255,255,255,1);
    }
@media screen and (min-width:641px){
.guide_title_div {
    position: relative;
    text-align: left;
    margin: 0px 20px 30px 20px;
    padding: 30px 0px 0px 20px;
    width: calc(100% - 60px);
    vertical-align: middle;
    background: rgba(255,255,255,1);
    border-bottom: 2px solid rgb(51,51,72);
    }
.guide_title_div::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    }
.guide_title_div > h1 {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 5px 10px;
    width: calc(100% - 20px);
    text-align: left;
    }
.main > .guide > .guide_title_div > h1::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 100%;
    }
.guide_title_div > h1 > span {
    position: relative;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(35,35,35);
    }
.guide_title_div > h1 > span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 100%;
    }
.guide_title_div > h1 > span > .name {
    font-size: 24px;
    }
.guide_title_div > h1 > span > .furigana {
    font-size: 16px;
    }
}
@media screen and (max-width:640px){
.guide_title_div {
    position: relative;
    text-align: right;
    margin: 0px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    width: calc(100% - 20px);
    vertical-align: middle;
    background: rgba(255,255,255,1);
    }
.guide_title_div.kotsu::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0px;
    height: calc(16px / 2 * tan(60deg));
    width: 16px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(150deg);
    }
.guide_title_div.kotsu::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 25px;
    height: calc(14px / 2 * tan(60deg));
    width: 14px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(150deg);
    }
.guide_title_div.chiiki::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0px;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    }
.guide_title_div.chiiki::after {
    content: "";
    position: absolute;
    top: 32px;
    right: 30px;
    border-radius: 7px;
    width: 12px;
    height: 12px;
    }
.guide_title_div.calendar::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    }
.guide_title_div > h1 {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 10px 0px;
    width: calc(100% - 0px);
    text-align: left;
    }
.main > .guide > .guide_title_div > h1::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 100%;
    }
.guide_title_div > h1 > span {
    position: relative;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(35,35,35);
    }
.guide_title_div > h1 > span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 100%;
    }
.guide_title_div > h1 > .name {
    font-size: 24px;
    }
.guide_title_div > h1 > .furigana {
    font-size: 16px;
    }
}
