@charset "UTF-8";
/* CSS Document */

.box-intro {
    min-height: 170px;
    margin: 10px 0 20px
}
/* カレンダー*/
.gc_wrapper {
    max-width: 800px;
    min-width: 300px;
    margin: 2.0833% auto;
}
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
.big-container {
    display: none;
}
.small-container {
    padding-bottom: 200%;   /* 高さ */
}
}

@media (min-width: 600px) {
.small-container {
    display: none;
}
}
.new-tag {
    background: #DF0002;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: -62px;
    float: left
}
.dayori-tag {
    background-image: url(../img/back-pepar.jpg);
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: -62px;
    float: left
}
.dayori-box {
    border: #DDA300 thin solid;
    border-radius: 10px;
    padding: 20px 30px 10px;
}
.news-box {
    border: #DF0002 thin solid;
    border-radius: 10px;
    padding: 20px 30px;
}
.back-gray {
    background: #F5F5F5;
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
}
/* 吹き出し本体 */
.balloon {
    position: relative;
    padding: 10px;
    background-color: #DF0002;
    color: #ffffff;
    border-radius: 10px;
    width: 80%;
    margin: 20px auto 0;
}
/* 色付きの半円 */
.balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 20px;
    top: -15px;
    border-left: 20px solid #DF0002;
    border-top: 20px solid #DF0002;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
/* 白い半円 */
.balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 35px;
    top: -20px;
    border-left: 20px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
