﻿@charset "utf-8";

/* ================================================================= 
 header
================================================================= */


/* ================================================================= 
sidemenu
================================================================= */


/* ================================================================= 
 contents
================================================================= */
.page-title-wrap {
    padding: 16% 0 13% !important;
}
.page-title {
    text-shadow: 0 0 7px #000;
}
.page-title .wrapper {
    display: inline-block;
    margin-top: 30px;
    padding-top: 0;
}
.page-title .wrapper:before {
    content: "";
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: block;
    width: 220px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff; 
}
.page-title .sche {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    font-family: 'Sriracha', cursive;
}

/* ================================================================= 
 section
================================================================= */
.doyou span{
    display: block;
    background-color: rgb(63, 124, 223)!important;
    width: 100%;
    text-align: center;
}
.nichiyou span{
    display: block;
    width: 100%;
    background: rgb(204, 45, 45)!important;
    text-align: center;
}
.syukujitsu span{
    display: block;
    width: 100%;
    background: rgb(204, 45, 45)!important;
    text-align: center;
}

/* ================================================================= 
 footer
================================================================= */


/* ================================================================= 
 header
================================================================= */




@media only screen and (max-width: 835px) {

/* ================================================================= 
 header
================================================================= */

/* ================================================================= 
sidemenu
================================================================= */

/* ================================================================= 
 contents
================================================================= */
.page-title-wrap {
    padding: 15% 0 !important;
}

/* ================================================================= 
 section
================================================================= */

/* ================================================================= 
 footer
================================================================= */

}




@media only screen and (max-width: 640px) {

/* ================================================================= 
 header
================================================================= */


/* ================================================================= 
sidemenu
================================================================= */


/* ================================================================= 
 contents
================================================================= */
.page-title .sche {
    padding: 10px 20px;
}

/* ================================================================= 
 section
================================================================= */

/* ================================================================= 
 footer
================================================================= */



}