@charset "utf-8";

/*----------------     スマホ   -------------------------*/
@media only screen and (max-width:767px) {
    * {
        margin: 0px;
        padding: 0px;
        -webkit-text-size-adjust: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    body {
        overflow: hidden
    }

    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
    }

    .spnone,
    #groba {
        display: none !important;
    }

    .innner {
        width: 99%;
    }

    .innner .area {
        position: relative;
        top: 0;
        left: 0px;
        z-index: 99999999999999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*#fix {
		position: fixed;
		display: block !important;
		z-index: 99999999999999 !important;
		top: 0px !important;
		left: 0px !important;
	}*/
    .area ul {
        position: relative;
        left: -3px;
        top: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .area ul li {
        width: 10%;
        margin-right: -6px;
    }

    .area ul li a {
        text-indent: -99999999px;
    }

    .area ul li #takasaki:hover,
    .area ul li #fujioka:hover,
    .area ul li #tomioka:hover,
    .area ul li #annaka:hover,
    .area ul li #kanra:hover,
    .area ul li #kanna:hover,
    .area ul li #shimonita:hover,
    .area ul li #ueno:hover,
    .area ul li #shinto:hover,
    .area ul li #nanmoku:hover {
        background-color: transparent;
    }

    header .innner nav {
        display: none
    }

    #mainheader .innner .down.pcnone {
        width: 48px;
        height: 48px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .down.pcnone a img {
        width: 48px;
        height: 48px;
        animation: squash 3s ease-in-out infinite;
        margin-top: 10px;
    }

    header .innner .logo {
        width: 50% !important;
        margin-top: 10px;
        margin-bottom: -20px;
    }

    /* @keyframes squash {
 0% {
transform: scale(1) translate(0, 0);
}
 50% {
transform: scale(1.2) translate(0, 0);
}
 100% {
transform: scale(1) translate(0, 0);
}
}*/
    .contantwrap {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
        margin-top: 0px;
        z-index: 1;
        margin-bottom: -40px;
    }

    /*-----------------left space --------------------*/
    section .contantwrap .left-area {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0px;
    }

    .left-area header h2,
    .left-area .area_news h2 {
        color: #000000;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 2px;
        margin-top: 20px;
        width: 45%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .left-area header span {
        letter-spacing: 2px;
        margin-left: 15%;
        width: 36%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px
    }

    .contantwrap .left-area article ul li {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 100% !important;
        display: block;
        margin-bottom: 20px;
    }

    .fullpage-area article.ex ul li {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 450px;
        display: block;
        margin-bottom: 20px;
    }

    .fullpage-area article.ex ul li .cat_area {
        top: 270px;
    }

    article.ex ul li .jissikikan {
        top: 310px;
    }

    .contantwrap .left-area .top_areas ul li,
    .fullpage-area .top_areas ul li {
        margin-top: 0;
        margin-right: -5%;
        margin-left: -7%;
        width: 113%;
        height: 180px;
        display: block;
        margin-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
    }

    .contantwrap .left-area article ul li:last-child,
    .fullpage-area article ul li:last-child {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .contantwrap .left-area .top_areas ul li:last-child,
    .fullpage-area .top_areas ul li:last-child {
        margin-right: -5%;
        margin-left: -7%;
        width: 113%;
        height: 180px;
        margin-bottom: 0px;
        border-bottom: 1px solid #717071;
    }

    .contantwrap .left-area .top_area:nth-child(even),
    .fullpage-area .top_area:nth-child(even) {
        margin-right: -5%;
        margin-left: -7%;
        width: 113%;
        height: 180px;
        margin-bottom: 0px;
        border-top: 0px;
        border-bottom: 0px;
    }

    /*----------------right space----------------*/
    section .contantwrap .right-area {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .right-area aside .fb-page {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .contantwrap .right-area header {
        display: block;
        width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .contantwrap .right-area aside {
        display: block;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .right-area aside .fb-page {
        display: block !important;
        width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .right-area aside .bunner {
        width: 70%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /*---------------------footer -------------------------*/

    #pagetop {
        margin-bottom: -2px;
    }

    .tooterinner {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .tooterinner .left {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        margin-top: 40px;
        margin-right: 30px;
    }

    .tooterinner .left a img {
        width: 60%;
        height: auto;
        transition: 0.5s;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tooterinner .left a img:hover {
        opacity: 0.7
    }

    .tooterinner .right {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        margin-top: 40px;
        position: relative;
        color: #fff
    }

    .tooterinner .right h4:before {
        content: '';
        border-top: 5px solid #fff;
        width: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .tooterinner .right h4:after {
        content: 'CONTACT US';
        position: absolute;
        font-size: 10px;
        top: 25px;
        left: 0;
        bottom: 0;
        font-weight: normal
    }

    .tooterinner .right h4 {
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        letter-spacing: 2px;
        margin-top: 0px;
    }

    .tooterinner nav {
        width: 90%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .tooterinner nav ul li {
        width: 49%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #fff;
    }

    .tooterinner nav ul li:last-child {
        border-right: 0px;
    }

    .tooterinner nav ul li:first-child {
        padding-left: 30px;
        margin-left: -20px;
    }

    .tooterinner nav ul li a {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .tooterinner small {
        display: block;
        text-align: center;
        color: #FFFFFF;
        font-style: italic;
        font-weight: normal;
        font-size: 11px;
    }

    .tooterinner .right .adds span {
        font-size: 16px;
    }

    .tooterinner .right .adds p {
        font-size: 12px;
        line-height: 25px;
        color: #fff;
    }

    #pageswrap .logo {
        width: 80%;
        height: auto;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .contantwrap .full-area header {
        display: block;
        position: relative;
        border-bottom: 1px solid #717071;
    }

    .full-area .top_nav {
        line-height: 25px;
        letter-spacing: 2px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .full-area .top_nav span {
        color: #000000;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 2px;
        margin-top: 0px;
        width: auto;
        height: auto;
        display: block;
        vertical-align: top;
        margin-bottom: 0px;
    }

    .full-area header h2 {
        color: #000000;
        font-size: 15px;
        line-height: 25px;
    }

    .full-area header h2:before {
        top: -20px;
    }

    .full-area .top_nav span {
        font-size: 12px;
        line-height: 25px;
    }

    .search_link {
        display: block;
        vertical-align: top;
        width: 98%;
        margin-left: auto;
        margin-right: auto
    }

    header .search_link .search-form {
        width: 100%;
        height: auto;
        position: static;
        top: 0;
        right: 0;
        margin: 0 auto 20px auto
    }

    header form input[type=submit] {
        width: 10%;
        display: inline-block;
        vertical-align: top;
        background-color: #717071 !important;
        background: url(images/icon/surch_03.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40% auto;
        height: 35px;
        text-indent: -99999;
    }

    .search_link ul.ex {
        display: block;
        width: 100%;
        text-align: left;
        position: static;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 20px
    }

    .search_link ul {
        display: block;
        width: 100%;
        padding-top: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        text-align: right;
    }

    .search_link ul li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: auto;
        padding-right: 5px;
        padding-left: 5px;
    }

    .search_link ul li:first-child {
        border-right: 1px solid #717071;
    }

    .search_link ul li a {
        color: #717071;
        font-size: 11px;
    }

    .contantwrap .full-area header {
        padding-bottom: 20px;
    }

    .post .titlepic .left {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        position: static;
    }

    .post .titlepic .right {
        margin-left: 0px;
        width: 100%;
        height: auto;
        display: block;
    }

    .titlepic .left .title_takasaki {
        display: block;
        margin-top: 20px;
        position: relative;
        height: 20%;
    }

    .fitbpxs img {
        width: 100%;
        height: auto;
        display: block;
        margin-right: 0px;
        margin-top: 15px;
    }

    .fitbpxs img:first-child {
        margin-top: 30px;
    }

    .shingle .post-textarea .exleft,
    .shingle .post-textarea .exright {
        width: 100%;
        display: block;
        vertical-align: top
    }

    .shingle .post-textarea .exleft img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .shingle .post-textarea .exright table {
        width: 100%;
        text-align: left;
        display: block;
        margin: 20px auto 20px auto
    }

    .shingle .post-textarea .exmap iframe {
        width: 100%;
        height: 300px
    }

    /*----------------event------------------*/

    .post .nomal h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .post table caption {
        height: 40px;
        width: 100%;
        line-height: 40px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    article .post table {
        width: 100%;
        height: auto;
        display: block;
        border-collapse: separate;
        border-spacing: 0px 0px;
    }

    .gud table tbady {
        position: relative
    }

    .gud tbody tr th,
    .sta tbody tr th {
        font-size: 11px;
        padding-top: 15px;
        padding-right: 3px;
        padding-bottom: 10px;
        padding-left: 3px;
    }

    .gud tbody tr td {
        font-size: 11px;
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .sta tbody tr td {
        font-size: 11px;
        padding-top: 10px;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 70px;
        line-height: 15px
    }

    .sta tbody tr th:first-child {
        width: 26%;
    }

    .sta tbody tr td:first-child {
        padding-right: 5px !important;
    }

    .sta tbody tr th:nth-child(2) {
        width: 30%;
    }

    /*.sta tbody tr th:nth-of-type(3) {
        width: 44%;
    }*/

    

    /*#stath {
        width: 45%;
    }*/

    .panf tbody tr th:first-child {
        width: 40%;
    }

    .panf tbody tr th:last-child {
        width: 59%;
    }

    .sta .none {
        display: none
    }

    table caption .left a,
    table caption .right a {
        font-size: 0px;
    }

    table caption .left {
        background-position: 10px 10px;
        background-size: 20px auto;
        padding-left: 0px;
    }

    table caption .right {
        background-position: 90% 10px;
        background-size: 20px auto;
        padding-right: 10px;
    }

    .post .nomal span {
        font-size: 14px;
    }

    .gud tr td a {
        display: block;
        width: auto;
        line-height: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .gud tr td span {
        display: block;
        width: auto;
        line-height: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .post .nomal p {
        font-size: 14px;
        line-height: 20px;
    }

    .titlepic .left .title h3,
    .titlepic .shingle .title h3 {
        line-height: 25px;
        font-size: 18px;
        letter-spacing: 2px;
        padding-top: 20px;
    }

    .titlepic .shingle .title time {
        display: block;
        text-align: right;
        bottom: -40px;
        position: relative
    }

    .titlepic .left .title span {
        display: block;
        padding-top: 30px;
        margin-left: -10px;
    }

    .titlepic .left ul {
        display: block;
        margin-top: 20px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .titlepic .left ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
        display: block;
    }

    .titlepic .left ul li:before {
        content: '>';
    }

    .titlepic .left ul li a {
        font-size: 13px;
        margin-left: 5px;
        color: #000;
        width: auto !important;
        background-image: url(images/icon/link_03.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 10px auto;
    }

    .titlepic .left .title img {
        display: block !important;
        margin-top: 20px;
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: static;
        margin-bottom: 30px;
    }

    .titlepic .left .title {
        height: auto;
    }

    tr td .in_table {
        padding: 0px;
        margin-top: -10px;
        margin-right: -0px;
        margin-left: 0px;
        margin-bottom: -10px;
        border-collapse: separate;
        border-spacing: 0px;
        width: 100% !important;
        height: auto;
    }

    .in_table tbody tr th {
        font-weight: normal;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        padding-top: 10px;
        padding-right: 0px !important;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: normal;
        margin-bottom: -15px;
        white-space: normal !important;
        width: 200px !important;
        display: block !important;
        clear: both !important;
        float: none !important;
    }

    .in_table tbody tr td {
        width: 100% !important;
        display: block !important;
        clear: both !important;
        float: none !important;
        padding-right: 0px !important;
    }

    .search_link {
        display: block;
        vertical-align: top;
        width: 100%;
        position: static;
        height: auto
    }

    .dotted {
        height: auto;
        display: block;
        width: 100% !important;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .panf .DL {
        position: static;
        width: 100% !important;
        height: auto;
        line-height: 30px;
        margin-top: 5px;
        display: block !important;
    }

    .panf tbody tr td {
        position: relative;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .shingle .post-textarea img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .titlepic .shingle .pagenav {
        margin-top: 100px;
    }

    .pagenav ul .prev {
        left: 0px;
        top: -30px;
    }

    .pagenav ul .next {
        right: 0px;
        top: -30px;
    }

    .pagenav ul .center {
        margin-left: auto;
        margin-right: auto;
        width: 150px;
        height: auto;
    }

    .post .wp-pagenavi a {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        color: #403D3C;
    }

    .post .post-textarea iframe {
        height: 300px;
    }

    .post .post-textarea .line_box {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }

    .sta tr td span {
        display: block;
        text-align: right;
    }

    .modal-content {
        position: fixed;
        display: none;
        z-index: 9999999999;
        width: 90%;
        margin: 0;
        padding: 10px 20px;
        border: 2px solid #aaa;
        background: #fff;
    }

    #mappin {
        width: 100% !important;
    }

    #slider {
        height: 350px;

    }

    #slider img {
        height: 350px;
    }

    .cat_enent_area {
        padding-bottom: 50px;
    }

    .contantwrap .left-area article ul li a h3,
    .fullpage-area article ul li a h3,
    .contantwrap .full-area article ul li a h3 {
        padding-bottom: 30px;
    }

    .contantwrap .left-area article ul li,
    .fullpage-area article ul li {
        height: 100% !important;
    }

    article.ex ul li .jissikikan {
        padding: 20px 0;
        position: static;
        top: 0;
    }

    .fullpage-area article.ex ul li .cat_area {
        position: static;
        margin: 0 15px;
    }
}

/*------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------     タブ縦    ---------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    * {
        margin: 0px;
        padding: 0px;
    }

    #slider {
        height: 350px;

    }

    .contantwrap .left-area article ul li {}

    .pcnone {
        display: none !important;
    }

    #mappin {
        width: 100% !important;
    }

    * {
        margin: 0px;
        padding: 0px;
        -webkit-text-size-adjust: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    body {
        overflow: hidden
    }

    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
    }

    .spnone,
    #groba {
        display: none !important;
    }

    .innner {
        width: 99%;
    }

    .innner .area {
        position: relative;
        top: 0;
        left: 0px;
        z-index: 99999999999999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*#fix {
		position: fixed;
		display: block !important;
		z-index: 99999999999999 !important;
		top: 0px !important;
		left: 0px !important;
	}*/
    .area ul {
        position: relative;
        left: -3px;
        top: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .area ul li {
        width: 10%;
        margin-right: -6px;
    }

    .area ul li a {
        text-indent: -99999999px;
    }

    .area ul li #takasaki:hover,
    .area ul li #fujioka:hover,
    .area ul li #tomioka:hover,
    .area ul li #annaka:hover,
    .area ul li #kanra:hover,
    .area ul li #kanna:hover,
    .area ul li #shimonita:hover,
    .area ul li #ueno:hover,
    .area ul li #shinto:hover,
    .area ul li #nanmoku:hover {
        background-color: transparent;
    }

    header .innner nav {
        display: none
    }

    #mainheader .innner .down.pcnone {
        width: 48px;
        height: 48px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .down.pcnone a img {
        width: 48px;
        height: 48px;
        animation: squash 3s ease-in-out infinite;
        margin-top: 10px;
    }

    header .innner .logo {
        width: 50% !important;
        margin-top: 10px;
        margin-bottom: -20px;
    }

    .contantwrap {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
        margin-top: 0px;
        z-index: 1;
        margin-bottom: -40px;
    }

    /*-----------------left space --------------------*/
    section .contantwrap .left-area {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0px;
    }

    .left-area header h2,
    .left-area .area_news h2 {
        color: #000000;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 2px;
        margin-top: 20px;
        width: 45%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .left-area header span {
        letter-spacing: 2px;
        margin-left: 15%;
        width: 36%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px
    }

    .contantwrap .left-area article ul li,
    .fullpage-area article ul li {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 340px;
        display: block;
        margin-bottom: 20px;
    }

    .fullpage-area article.ex ul li {
        margin-top: 0;
        margin-right: 8px;
        margin-left: 0px;
        margin-bottom: 14px;
        width: 23.5%;
        height: 350px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #717071;
        position: relative
    }

    .fullpage-area article.ex ul li .cat_area {
        width: 40%;
        height: 26px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 170px;
        left: 10px;
        transition: 0.7s
    }

    article.ex ul li .jissikikan {
        top: 220px;
    }

    .contantwrap .left-area .top_areas ul li,
    .fullpage-area .top_areas ul li {
        margin-top: 0;
        margin-right: -5%;
        margin-left: -7%;
        width: 113%;
        height: 180px;
        display: block;
        margin-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
    }

    .contantwrap .left-area article ul li:last-child,
    .fullpage-area article ul li:last-child {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .contantwrap .left-area .top_areas ul li:last-child,
    .fullpage-area .top_areas ul li:last-child {
        margin-right: -5%;
        margin-left: -7%;
        width: 113%;
        height: 180px;
        margin-bottom: 0px;
        border-bottom: 1px solid #717071;
    }

    .contantwrap .left-area .top_area:nth-child(even),
    .fullpage-area .top_area:nth-child(even) {
        margin-right: -5%;
        margin-left: -7%;
        width: 113%;
        height: 180px;
        margin-bottom: 0px;
        border-top: 0px;
        border-bottom: 0px;
    }

    /*----------------right space----------------*/
    section .contantwrap .right-area {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .right-area aside .fb-page {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .contantwrap .right-area header {
        display: block;
        width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .contantwrap .right-area aside {
        display: block;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .right-area aside .fb-page {
        display: block !important;
        width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .right-area aside .bunner {
        width: 70%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /*---------------------footer -------------------------*/

    #pagetop {
        margin-bottom: -2px;
    }

    .tooterinner {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .tooterinner .left {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        margin-top: 40px;
        margin-right: 30px;
    }

    .tooterinner .left a img {
        width: 60%;
        height: auto;
        transition: 0.5s;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tooterinner .left a img:hover {
        opacity: 0.7
    }

    .tooterinner .right {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        margin-top: 40px;
        position: relative;
        color: #fff
    }

    .tooterinner .right h4:before {
        content: '';
        border-top: 5px solid #fff;
        width: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .tooterinner .right h4:after {
        content: 'CONTACT US';
        position: absolute;
        font-size: 10px;
        top: 25px;
        left: 0;
        bottom: 0;
        font-weight: normal
    }

    .tooterinner .right h4 {
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        letter-spacing: 2px;
        margin-top: 0px;
    }

    .tooterinner nav {
        width: 90%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .tooterinner nav ul li {
        width: 49%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #fff;
    }

    .tooterinner nav ul li:last-child {
        border-right: 0px;
    }

    .tooterinner nav ul li:first-child {
        padding-left: 30px;
        margin-left: -20px;
    }

    .tooterinner nav ul li a {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .tooterinner small {
        display: block;
        text-align: center;
        color: #FFFFFF;
        font-style: italic;
        font-weight: normal;
        font-size: 11px;
    }

    .tooterinner .right .adds span {
        font-size: 16px;
    }

    .tooterinner .right .adds p {
        font-size: 12px;
        line-height: 25px;
        color: #fff;
    }

    #pageswrap .logo {
        width: 80%;
        height: auto;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .contantwrap .full-area header {
        display: block;
        position: relative;
        border-bottom: 1px solid #717071;
    }

    .full-area .top_nav {
        line-height: 25px;
        letter-spacing: 2px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .full-area .top_nav span {
        color: #000000;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 2px;
        margin-top: 0px;
        width: auto;
        height: auto;
        display: block;
        vertical-align: top;
        margin-bottom: 0px;
    }

    .full-area header h2 {
        color: #000000;
        font-size: 15px;
        line-height: 25px;
    }

    .full-area header h2:before {
        top: -20px;
    }

    .full-area .top_nav span {
        font-size: 12px;
        line-height: 25px;
    }

    .search_link {
        display: block;
        vertical-align: top;
        width: 98%;
        margin-left: auto;
        margin-right: auto
    }

    header .search_link .search-form {
        width: 70%;
        height: auto;
        position: static;
        top: 0;
        right: 0;
        margin: 0 auto
    }

    .search_link ul.ex {
        display: block;
        width: 100%;
        text-align: left;
        position: static;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 20px
    }

    .search_link ul {
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        text-align: right
    }

    .search_link ul li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .search_link ul li:first-child {
        border-right: 1px solid #717071;
    }

    .search_link ul li a {
        color: #717071;
        font-size: 11px;
    }

    .contantwrap .full-area header {
        padding-bottom: 20px;
    }

    .post .titlepic .left {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        position: static;
    }

    .post .titlepic .right {
        margin-left: 0px;
        width: 100%;
        height: auto;
        display: block;
    }

    .titlepic .left .title_takasaki {
        display: block;
        margin-top: 20px;
        position: relative;
        height: 20%;
    }

    .fitbpxs img {
        width: 100%;
        height: auto;
        display: block;
        margin-right: 0px;
        margin-top: 15px;
    }

    .fitbpxs img:first-child {
        margin-top: 30px;
    }

    .shingle .post-textarea .exleft,
    .shingle .post-textarea .exright {
        width: 100%;
        display: block;
        vertical-align: top
    }

    .shingle .post-textarea .exleft img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .shingle .post-textarea .exright table {
        width: 100%;
        text-align: left;
        display: block;
        margin: 20px auto 20px auto
    }

    .shingle .post-textarea .exmap iframe {
        width: 100%;
        height: 300px
    }

    /*----------------event------------------*/

    .post .nomal h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .post table caption {
        height: 40px;
        width: 100%;
        line-height: 40px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    article .post table {
        width: 100%;
        height: auto;
        display: block;
        border-collapse: separate;
        border-spacing: 0px 0px;
    }

    .gud table tbady {
        position: relative
    }

    .gud tbody tr th,
    .sta tbody tr th {
        font-size: 11px;
        padding-top: 15px;
        padding-right: 3px;
        padding-bottom: 10px;
        padding-left: 3px;
    }

    .gud tbody tr td {
        font-size: 11px;
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .sta tbody tr td {
        font-size: 11px;
        padding-top: 10px;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 70px;
        line-height: 15px
    }

    .sta tbody tr th:first-child {
        width: 26%;
    }

    .sta tbody tr td:first-child {
        padding-right: 5px !important;
    }

    .sta tbody tr th:nth-child(2) {
        width: 30%;
    }

    .sta tbody tr th:nth-of-type(3) {
        width: 44%;
    }

    

    /*#stath {
        width: 45%;
    }*/

    .panf tbody tr th:first-child {
        width: 40%;
    }

    .panf tbody tr th:last-child {
        width: 59%;
    }

    /*.sta .none {
        display: none
    }*/

    table caption .left a,
    table caption .right a {
        font-size: 0px;
    }

    table caption .left {
        background-position: 10px 10px;
        background-size: 20px auto;
        padding-left: 0px;
    }

    table caption .right {
        background-position: 90% 10px;
        background-size: 20px auto;
        padding-right: 10px;
    }

    .post .nomal span {
        font-size: 14px;
    }

    .gud tr td a {
        display: block;
        width: auto;
        line-height: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .gud tr td span {
        display: block;
        width: auto;
        line-height: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .post .nomal p {
        font-size: 14px;
        line-height: 20px;
    }

    .titlepic .left .title h3,
    .titlepic .shingle .title h3 {
        line-height: 25px;
        font-size: 18px;
        letter-spacing: 2px;
        padding-top: 20px;
    }

    .titlepic .shingle .title time {
        display: block;
        text-align: right;
        bottom: -40px;
        position: relative
    }

    .titlepic .left .title span {
        display: block;
        padding-top: 30px;
        margin-left: -10px;
    }

    .titlepic .left ul {
        display: block;
        margin-top: 20px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .titlepic .left ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
        display: block;
    }

    .titlepic .left ul li:before {
        content: '>';
    }

    .titlepic .left ul li a {
        font-size: 13px;
        margin-left: 5px;
        color: #000;
        width: auto !important;
        background-image: url(images/icon/link_03.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 10px auto;
    }

    .titlepic .left .title img {
        display: block !important;
        margin-top: 20px;
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: static;
        margin-bottom: 30px;
    }

    .titlepic .left .title {
        height: auto;
    }

    tr td .in_table {
        padding: 0px;
        margin-top: -10px;
        margin-right: -0px;
        margin-left: 0px;
        margin-bottom: -10px;
        border-collapse: separate;
        border-spacing: 0px;
        width: 100% !important;
        height: auto;
    }

    .in_table tbody tr th {
        font-weight: normal;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        padding-top: 10px;
        padding-right: 0px !important;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: normal;
        margin-bottom: -15px;
        white-space: normal !important;
        width: 200px !important;
        display: block !important;
        clear: both !important;
        float: none !important;
    }

    .in_table tbody tr td {
        width: 100% !important;
        display: block !important;
        clear: both !important;
        float: none !important;
        padding-right: 0px !important;
    }

    .search_link {
        display: block;
        vertical-align: top;
        width: 100%;
        position: static;
        height: auto
    }

    .dotted {
        height: auto;
        display: block;
        width: 100% !important;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .panf .DL {
        position: static;
        width: 100% !important;
        height: auto;
        line-height: 30px;
        margin-top: 5px;
        display: block !important;
    }

    .panf tbody tr td {
        position: relative;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .shingle .post-textarea img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .titlepic .shingle .pagenav {
        margin-top: 100px;
    }

    .pagenav ul .prev {
        left: 0px;
        top: -30px;
    }

    .pagenav ul .next {
        right: 0px;
        top: -30px;
    }

    .pagenav ul .center {
        margin-left: auto;
        margin-right: auto;
        width: 150px;
        height: auto;
    }

    .post .wp-pagenavi a {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        color: #403D3C;
    }

    .post .post-textarea iframe {
        height: 300px;
    }

    .post .post-textarea .line_box {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }

    .sta tr td span {
        display: block;
        text-align: right;
    }

    .modal-content {
        position: fixed;
        display: none;
        z-index: 9999999999;
        width: 90%;
        margin: 0;
        padding: 10px 20px;
        border: 2px solid #aaa;
        background: #fff;
    }

    #mappin {
        width: 100% !important;
    }

    #slider {
        height: 100%;
        width: 100%;


    }

}


@media only screen and (max-width:767px) {
.sta tbody tr td:last-child {
        width: 90%;
        display: block;
        position: absolute;
        left: 5%;
        /*padding-top: 19%;*/
		padding-top:100px;
        border: 0px;
    }
}
/*------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------     miniPC    ------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width:1024px) {
    * {
        margin: 0px;
        padding: 0px;
    }

    .contantwrap .left-area article ul li,
    .fullpage-area article ul li {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 600px;
        display: block;
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------     miniPC2   ----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

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

/*------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------     miniPC2   ----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

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

/*------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------     miniPC2   ----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:1348px) {}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------     PC    -------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width:1025px) {
    * {
        margin: 0px;
        padding: 0px;
    }

    .pcnone {
        display: none !important;
    }
}