@charset "UTF-8";
@media only screen and (max-width: 739px)
{

/* ===================================================================== */
/* header.home01 */
/* --------------------------------------------------------------------- */
    header .mgs_logo .copy
    {
        display: none;
    }

    header .mgs_menu
    {
        display: none;

    }
    #g-nav li a
    {
        text-transform: none;
    }

    header.home01 .mgs-header-copy .title
    {
        color: #fff;
        font-weight: bold;
        font-size: 1.8em;
        padding: 10px 10px 0 10px;
        text-align: center;
    }

    header .mgs_logo h1 a {
        display: block;
        color: #333;
        background: url(./img/logo.png) no-repeat;
        background-size: contain;
        width: 190px;
        height: 45px;
    }

    header .mgs_logo h1 img{width: 186px; height:auto;}
    header .openbtn1
    {
        display: block;
    }
    header.home01 .mgs-pagetitle .pagetitle {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    header.home01 .mgs-pagetitle .pagetitle .subtitle {
        color: #ddd;
        font-size: 1.3em;
    }
    header.home01 .mgs-pagetitle .pagetitle h2 {
        color: #fff;
        font-size: 47px;
        line-height: 1.1;
        margin-bottom: 0.5em;
        font-weight: bold;
    }

    header.home01 .mgs-pagetitle .count_box .data01,
    header.home01 .mgs-pagetitle .count_box .data02
    {
        margin:0 10px;
        width:40%;
        background: rgb(222 213 192 / 0.3);
        padding: 10px;
        text-align: center;
    }
    
    header.home01 .mgs-pagetitle .count_box .block01
    {
        font-size:0.8em;
        color:#fff;
        background: rgb(69 23 34 / 60%);
        padding: 10px;
        margin-bottom: 1.8em;
    }
    header.home01 .mgs-pagetitle .count_box .count
    {
        line-height: 0;
        font-size:2em;
        font-weight:bold;
        color:#fff;
        margin-bottom: 0.5em;
    }
    header.home01 .mgs-pagetitle .count_box .block02
    {
        text-align:right;
        font-size:1em;
        color:#fff;
    }


/* ===================================================================== */
/* header.page02 */
/* --------------------------------------------------------------------- */

    header.page02 .mgs-pagetitle
    {
        width:100%;
        padding:6em 0;
    }
    header.page02 .mgs-pagetitle .pagetitle
    {
        width:50%;
        margin: 0 auto;
        text-align: center;
    }
    header.page02 .mgs-pagetitle .pagetitle .subtitle
    {
        color:#ddd;
        font-size:0.9em;
    }
    header.page02 .mgs-pagetitle .pagetitle h2
    {
        color:#fff;
        font-size:25px;
    }
    header.page02 .mgs-pagetitle .pagetitle .text
    {
        padding-top:1.5em;
        color:#fff;
        text-align: center;
    }









}