@media screen and (min-width:768px) and (max-width:1000px){
	/* body > div.head_bg{
		width:1000px;
		border-left: solid 500px #d5e9fc;
	    border-right: solid 500px #d5e9fc;
	    border-bottom: solid 470px #fff;
    } */
    #site-wrap {
        width: 1000px;
    }
}
@media screen and (max-width:767px) {
    html {
        font-size: 75%;
    }
	/* body > div.head_bg{
		width:100vw;
		height:47vw;
		border-left: solid 50vw #d5e9fc;
	    border-right: solid 50vw #d5e9fc;
	    border-bottom: solid 47vw #fff;
    } */
    body {
        background-color: #fff;
    }
    #site-wrap{
    	width:100%;
        min-width:100%;
        position: relative;
        left: 0;
        background-color: #fff;
        z-index: 0;
        transition: left 0.3s;
    }
    #site-wrap.open{
        left: -50%;
        transition: left 0.3s;
    }

	div.top {
		width: 90%;
        min-width: 10%;
        height: 450px;
        margin: 0 auto;
        padding-bottom: 50px;
        padding: 0 10%;
        background-size: auto 100%;
        background-position: center;
    }
    div.menu {
        width: 90%;
        padding: 0 5%;
        padding-top: 20px;
    }
    div.menu a {
        color: #fff;
    }
    .menulogo{
        width: 75%;
        height: 100%;
    }
    .menu .main-navi{
        position: fixed;
        width: 50%;
        top: 0;
        right: 0;
        z-index: -1;
        transition: z-index 0s;
    }
    .open .menu .main-navi{
        z-index: 0;
        transition:z-index 0s 0.3s;
    }
    .main-navi {
        height: 100%;
        background-color: #083968;
        box-sizing: border-box;
    }
    .main-navi ul {
        margin-top: 90px;
    }
    .main-navi li {
        display: block;
        color: #fff;
        font-family: 'Noto Serif JP';
        
    }
    div.menu li:first-child {
        border-top: #d5e9fc solid 1px;
    }
    div.menu li {
        display: block;
        border-bottom: #d5e9fc solid 1px;
        margin-left: 0;
        padding: 20px 20px;
    }
    div.menu li:nth-child(2):before,.menu li:nth-child(3):before,.menu li:nth-child(4):before {
        content: "";
        font-size: 0.5rem;
        margin-right: 0;
    }
    .mb_menu_btn {
        text-align: right;
        height: 75%;
    }
    .mb_menu_btn img {
        width: 50px;
        height: 100%;
    }

    .jigyoutitle {
        box-sizing: border-box;
        padding: 10%;
    }
    div.jigyoutitle {
        width: 100%;
    }

    .jigyoutitle section{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .jisseki {
        box-sizing: border-box;
        width: 100%;
        padding: 5%; 
    }
    div.jigyoutitle {
        margin-bottom: 0;
    }
    .jissekiflex div {
        width: 47%;
        margin-bottom: 30px;
    }
    .phNull {
        display: none;
    }
    div.info {
        max-width:100%;
        min-width: 100%;
        padding-bottom: 50px;
    }
    .infowrap {
        width: 100%;
    }
    .info table {
        width: 85%;
    }
    .info th,td {
        display: block;
        text-align: left;
    }
    .info th {
        border: 0;
        padding-bottom: 10px;
    }
    .info td {
        padding-top:10px;
    }
    .dialog{
        width: 70%;
        height: 80%;
        background-color: #FFF;
        position:absolute;
        top:0;
        bottom:0;
        left: 0;
        right: 0;
        margin:auto;
        padding: 5%;
        border-radius: 5px;
    }
    .dialog header p  {
        font-size: 1.5rem;
    }

    .telnumber a {
        color:#fff;
        text-decoration:underline;
    }
    .gmap {
        width: 90%;
        margin: 40px 5% ;
    }
    .gmap iframe {
        width: 100%;
    }
    div.cont {
        width: 90%;
    }
    .cont h3 {
        text-align: left;
        line-height: 130%;
    }
    .telnumber_default a {
        color:#083968;
        text-decoration:underline;
    }
    .form, .f_check, .f_retry {
        width: 90%;
    }
    .form table{
        width: 100%;
    }
    .form th,td  {
        display: block;
    }
    .form th {
        margin-bottom: 20px;
    }
    .f_def td, .f_check td, .f_retry td {
        width: 100%;
    }
    .f_submit p {
        text-align: center;
    }
    .txt_l {
        text-align: left;
        line-height: 150% !important
    }
    .f_def input, select {
        height: 3em;
    }
    .f_size_1, .f_size_2, .f_size_3, textarea, select {
        height: 3em;
    }
    .f_size_1 {
        width: 20%;
    }
    .f_size_2 {
        width: 100%;
    }
    .f_check {
        margin-top: 30px;
    }
    .f_check h2 {
        font-size: 150%;
        text-align: left;
        line-height: 150%;
        color: #333;
    }
    .f_check th {
        font-weight: bold;
        margin-top: 20px;
    }
    .head_inner, .content_inner{
        background-color: #fff;
    }
    .head_inner {
        background-size: 100% 40%;
    }
}

