/*Basic-------------------------------------------------------------------------*/
html{font-size:62.5%; height: 100%; scroll-behavior: smooth;}
body{font-size: 16.5px; margin: 0px; padding: 0px; height: 100%; font-weight: 400; font-family: 'Kosugi Maru', sans-serif; font-family: 'Open Sans', sans-serif;  -webkit-font-smoothing: subpixel-antialiased; box-sizing: border-box;}

.wf-notosansjapanese ,h1,h2,h3{font-family: 'Kosugi Maru', sans-serif;}
.clear{clear:both;}
.Foot_space{padding-bottom: 60px;}
img {max-width: 100%; height:auto; border-style:none;}
a{
    text-decoration: none;
    color:#00008b;
}
.logerP{
    text-align: left;
    background: red;
    color: #fff;
    border-radius: 10px;
    font-size: 85%;
}
h2{
    margin: 0.5em;
    padding: 0 0 0 1em;
}
P{
    margin: 0;
    padding: 4px 1em;
}
.P_Day{
    font-family: 'Open Sans', sans-serif;
}
.pred{
    color:red;
}
i{position: relative; z-index: 1!important;}
/*///////////////////////////////////////////////////
FREAM
///////////////////////////////////////////////////*/
.head_fream{
    position: fixed;
    width:100%;
    top: 0px;
    left: 0px;
    background: #036eb8;
    height:80px;
    z-index: 100;
}
.head_line{
    width:1200px;
    display: table;
    margin: 0 auto;
    background: #036eb8;
}
.main_fream{
    width:1200px;
    margin: 90px auto 100px;
    padding-bottom: 100px;
    font-family: 'Kosugi Maru', sans-serif;
}
@media only screen and (max-width: 959px) {
    .head_line{
        display: table;
        width:100%;
        margin: 0 auto;
    }
    .main_fream{
        width:100%;
        margin: 90px auto 100px;
        padding-bottom: 100px;
        font-family: 'Kosugi Maru', sans-serif;
    }
}
.head_logo{
    display: table-cell;
    width:90%;
    background: #036eb8;
}
.head_logo img{
    width: auto;
    height:74px;
}
.hamburger-menu{
    display: table-cell;
    width:10%;
    background: #036eb8;
    text-align: right;
}
.p_sya{
    font-weight: 600;
    margin: 0 auto;
    padding: 6px 2px 0 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #036eb8;
    color:#fff;
}
.Gp_Er{
    width:90%;
    margin: 0 auto;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    background: red; color: #fff;
    font-size: 120%;
    border-radius: 10px;
}
.Gp_Me{
    width:90%;
    margin: 10px auto 50px;
    box-sizing: border-box;
    text-align: center;
}
.gpstap{
    padding: 3px 5px;
    margin: 0 2px;
    background:#036eb8;
    color: #fff;
    border-radius: 3px;
}
.gpstap a{
    color: #fff;
}
/*///////////////////////////////////////////////////
CONTENTS
///////////////////////////////////////////////////*/
.contents_full{
    float:left;
    width:100%;
    box-sizing: border-box;
}
.contents_fream{
    width:100%;
    margin: 5px auto;
    display:table;
    box-sizing: border-box;
}
.contents_fream_head{
    width:96%;
    margin: 5px auto;
    display:table;
    box-sizing: border-box;
}
.contents_10{
    display: table-cell;
    width:10%;
    box-sizing: border-box;
}
.contents_20{
    display: table-cell;
    width:20%;
    box-sizing: border-box;
}
.contents_25{
    display: table-cell;
    width:25%;
    box-sizing: border-box;
}
.contents_30{
    display: table-cell;
    width:30%;
    box-sizing: border-box;
}
.contents_40{
    display: table-cell;
    width:40%;
}
.contents_50{
    box-sizing: border-box;
    width:50%;
    display: table-cell;
}
.contents_60{
    display: table-cell;
    width:60%;
    box-sizing: border-box;
}
.contents_70{
    display: table-cell;
    width:70%;
    box-sizing: border-box;
}
.contents_100{
    display: table-cell;
    width:100%;
    box-sizing: border-box;
}
.pad_10{
    padding: 10px;
}
.pad_02{
    padding: 2px;
}
.pad_05{
    padding: 5px;
}
.tx_right{
    text-align: right;
}
.tx_left{
    text-align: left;
}
.tx_center{
    text-align: center;
}
.vt_top{
    vertical-align: top;
}
.hig_20{
    height:20px;
    font-family: 'Open Sans', sans-serif;
}
.hig_30{
    height:30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}
.border_f_g{
    border-top: 1px solid #4f5050;
    border-bottom: 1px solid #4f5050;
    border-left: 1px solid #4f5050;
    border-right: 1px solid #4f5050;
}
.border_f_g2{
    border-top: 1px solid #4f5050;
    border-bottom: 1px solid #4f5050;
    border-left: 0;
    border-right: 1px solid #4f5050;
}
/*///////////////////////////////////////////////////
TAB
///////////////////////////////////////////////////*/
.tab {
    position: relative;
    display: flex;
    flex-direction: row;
    text-align: center;
    background-color: #fff !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    list-style: none;
    border-bottom: 1px solid #ececec;
}
.tab:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33%;
    height: 2px;
    background-color: #036eb8;
    transition: all 0.6s ease;
}
.tab--1:after {
    left: 0;
}
.tab--2:after {
    left: 33%;
}
.tab--3:after {
    left: 66%;
}
.tab__item {
    flex: 1;
}
.tab__link {
    position: relative;
    display: block;
    text-decoration: none;
    color: #444;
    cursor: pointer;
}
.tab-body {
    overflow: hidden;
    position: relative;
    height: 75vw;
    box-sizing: border-box;
}
.tab-body__item {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vw;
    padding:30px 10px 0;
    box-sizing: border-box;
}
.tab-body__item.in {
    left: 0;
    transition: all 0.6s ease-out;
}
.tab-body__item.out {
    left: -100%;
}
.tab-body ul li, ol li{
    padding-bottom: 10px;
}
/*///////////////////////////////////////////////////
POP
///////////////////////////////////////////////////*/
.pop_windows{margin:0 auto; width:50%; padding:10px; background: #ffffff; box-sizing: border-box; font-size: 90%;}
.pop_fr{width:100%; box-sizing: border-box; display: table;}
.pop_left{width:10%; box-sizing: border-box; padding:4px 2px; display: table-cell; border: 1px solid #4f5050; background: #dcdcdc;}
.pop_right{width:20%; box-sizing: border-box; padding:4px 2px; display: table-cell; border: 1px solid #4f5050;}
.pop_rightG{width:60%; box-sizing: border-box; padding:4px 2px; display: table-cell; border: 1px solid #4f5050;}

/*///////////////////////////////////////////////////
Buttom
///////////////////////////////////////////////////*/
.bt_s{
    width:100%;
    height: 70px;
    font-size: 110%;
    background: #4fb3ce;
    color: #fff;
    border-top: 10px solid #61bbd3;
    border-right: 4px solid #4ba3bb;
    border-bottom: 4px solid #4ba3bb;
    border-left: 4px solid #61bbd3;
    cursor:pointer;
}
.bt_s:disabled{
    width:100%;
    height: 70px;
    font-size: 110%;
    background: #3d7584;
    color: #a7a3a1;
    border-top: 4px solid #487a87;
    border-right: 4px solid #3b6b79;
    border-bottom: 4px solid #3b6b79;
    border-left: 4px solid #487a87;
}
.bt_d{
    width:100%;
    height: 70px;
    font-size: 110%;
    background: #dae000;
    color: #fff;
    border-top: 10px solid #dee31a;
    border-right: 4px solid #c7cc02;
    border-bottom: 4px solid #c7cc02;
    border-left: 4px solid #dee31a;
    cursor:pointer;
}
.bt_d:disabled{
    width:100%;
    height: 70px;
    font-size: 110%;
    background: #919008;
    color: #a7a3a1;
    border-top: 4px solid #939218;
    border-right: 4px solid #85840a;
    border-bottom: 4px solid #85840a;
    border-left: 4px solid #939218;
}
.bt_m{
    width:100%;
    height: 70px;
    font-size: 110%;
    background: #f8d117;
    color: #fff;
    border-top: 10px solid #f9d62f;
    border-right: 4px solid #e2be17;
    border-bottom: 4px solid #e2be17;
    border-left: 4px solid #f9d62f;
    cursor:pointer;
}
.bt_m:disabled{
    width:100%;
    height: 70px;
    font-size: 110%;
    background: #a38716;
    color: #a7a3a1;
    border-top: 4px solid #a38a25;
    border-right: 4px solid #967c16;
    border-bottom: 4px solid #967c16;
    border-left: 4px solid #a38a25;
}
.bt_t{
     width:100%;
     height: 70px;
     font-size: 110%;
     background: #ee698c;
     color: #fff;
     border-top: 4px solid #f07898;
     border-right: 4px solid #d96180;
     border-bottom: 10px solid #d96180;
     border-left: 4px solid #f07898;
    cursor:pointer;
 }
.bt_t:disabled{
    width:100%;
    height: 70px;
    font-size: 110%;
    background: #9d495c;
    color: #a7a3a1;
    border-top: 4px solid #9e5264;
    border-bottom: 4px solid #904455;
    border-left: 4px solid #9e5264;
}

/*///////////////////////////////////////////////////
Background
///////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////
Color
///////////////////////////////////////////////////*/
.ft_color001{
    color:#fff;
}
.ft_color001 a{
    color:#fff;
}
/*///////////////////////////////////////////////////
MENU
///////////////////////////////////////////////////*/
.menu-btn {
    position: relative;
    top: -20px;
    right: 1px;
    display: flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #036eb8;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 13px;
}
.menu-btn span:after {
    top: 13px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;
    left: 100%;
    z-index: 80!important;;
    background-color: #3584bb;
    text-align: left;
    opacity: 0.8;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check {
    display: none;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
/*///////////////////////////////////////////////////
TABLE
///////////////////////////////////////////////////*/

    .calendar, table {
        box-sizing: border-box;
        width: 96%;
        margin: 0 auto;
    }

    .calendar, table, td {
        padding: 4px;
        text-align: right;
        border-collapse: collapse;
        border: 1px solid #333;
        font-family: 'Open Sans', sans-serif;
    }

    tr.cal_cont td {
        width: 10%;
        text-align: center;
        background: #ececec;
    }

    tr.calen_wa td {
        background: #fdf3f3;
    }

    tr.calen_wa P {
        margin: 0;
        padding: 0;
        font-size: 110%;
        font-weight: 600;
        color: #d44f50;
    }

    tr.calen_wa span {
        font-size: 80%;
        font-weight: 500;
    }

    tr.calen_wb P {
        margin: 0;
        padding: 0;
        font-size: 110%;
        font-weight: 600;
        color: #45c9e0;
    }

    tr.calen_wb span {
        font-size: 80%;
        font-weight: 500;
    }

    tr.calen_w P {
        margin: 0;
        padding: 0;
        font-size: 110%;
        font-weight: 600;
        color: #727171;
    }

    tr.calen_w span {
        font-size: 80%;
        font-weight: 500;
    }

    tr.calen_wb td {
        background: #f7fbff;
    }

    td.gps {
        padding: 10px 4px;
        font-family: 'Kosugi Maru', sans-serif;
        font-size: 90%;
    }

    td.nom {
        padding: 10px 4px;
        font-family: 'Open Sans', sans-serif;
        font-size: 90%;
    }
    .tdcenter{
        text-align: center;
    }
    td.gpsc {
        width: 30%;
        text-align: left !important;
        font-family: 'Kosugi Maru', sans-serif;
        font-size: 90%;
    }
    .ta_pc{
        display: block;
    }
    .ta_sp{
        display: none;
    }

@media only screen and (max-width: 959px) {
    .calendar_sp, table {
        box-sizing: border-box;
        width: 96%;
        margin: 0 auto;
    }

    .calendar_sp, table, td {
        padding: 4px;
        text-align: right;
        border-collapse: collapse;
        border: 1px solid #333;
        font-family: 'Open Sans', sans-serif;
    }

    tr.cal_cont td.nom {
        width: 16%;
        text-align: center;
        background: #ececec;
    }
    tr.cal_cont td.day_t {
        width: 24%;
        text-align: center;
    }

    tr.calen_wa td {
        background: #fdf3f3;
    }

    tr.calen_wa P {
        margin: 0;
        padding: 0;
        font-size: 110%;
        font-weight: 600;
        color: #d44f50;
    }

    tr.calen_wa span {
        font-size: 80%;
        font-weight: 500;
    }

    tr.calen_wb P {
        margin: 0;
        padding: 0;
        font-size: 110%;
        font-weight: 600;
        color: #45c9e0;
    }

    tr.calen_wb span {
        font-size: 80%;
        font-weight: 500;
    }

    tr.calen_w P {
        margin: 0;
        padding: 0;
        font-size: 110%;
        font-weight: 600;
        color: #727171;
    }

    tr.calen_w span {
        font-size: 80%;
        font-weight: 500;
    }

    tr.calen_wb td {
        background: #f7fbff;
    }
    td.gpsi {
        width: 12%;
        text-align: center!important;
    }
    td.nom {
        padding: 10px 4px;
        font-family: 'Open Sans', sans-serif;
        font-size: 90%;
    }
    .ta_sp{
        display: block;
    }
    .ta_pc{
        display: none;
    }
    .gpstap{
        width: 100px;
        padding: 3px 5px;
        margin: 4px auto;
        background:#036eb8;
        color: #fff;
        border-radius: 3px;
        display: block;
    }
    .gpstap a{
        color: #fff;
    }
}
/*///////////////////////////////////////////////////
LOGIN
///////////////////////////////////////////////////*/
/* Form Layout */
.form-wrapper {
    background: #f5f5f5;
    margin: 2em auto;
    padding: 0 1em 0.5em;
    max-width: 370px;
    font-family: 'Kosugi Maru', sans-serif;
}

h1 {
    text-align: center;
    padding: 0.5em 0;
    font-family: 'Open Sans', sans-serif;
}

form {
    padding: 0 1.5em;
}

.form-item {
    margin-bottom: 0.75em;
    width: 100%;
}

.form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    width: 100%;
}

.form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

.button-panel {
    margin: 2em 0 0;
    width: 100%;
}

.button-panel .button {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.button:hover {
    background: #ee3e52;
}
.button-panelO {
    margin: 2em 0 0;
    width: 100%;
}

.button-panelO .buttonO {
    background: #00a29a;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.buttonO:hover {
    background: #00a2c4;
}
.form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
}

.form-footer a {
    color: #8c8c8c;
    text-decoration: none;
    transition: border-color 0.3s;
}

.form-footer a:hover {
    border-bottom: 1px dotted #8c8c8c;
}
select {

    /* styling */
    background-color: white;
    border: thin solid #036eb8;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* arrows */

select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, #036eb8 50%),
            linear-gradient(135deg, #036eb8 50%, transparent 50%),
            linear-gradient(to right, skyblue, skyblue);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
}

select.classic:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, gray, gray);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}
.com_textarea{
    resize: none;
    overflow:hidden;
    width: 100%;
    height: 75px;
    padding: 10px;
    font-size: 105%;
}
.button_com {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 200px;
    margin: 10px auto;
    border-radius: 6px;
}

.button_com:hover {
    background: #ee3e52;
}
/*///////////////////////////////////////////////////
Footer
///////////////////////////////////////////////////*/
.Footer_line{
    position: fixed;
    width:100%;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    background: #036eb8;
    margin: 0 auto;
    height:60px;
    box-sizing: border-box;
    z-index: 999999;
    transform: rotate(0.03deg);
    font-family: 'Open Sans', sans-serif;
}
.Footer_fream{
    color: #fff;
    margin: 10px auto 0;
    width:100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 85%;
}
