
@media (max-width:800px) {
    
    /*  全体設定    */
    html {
        font-size: 14px;
    }
    
    /*  ドキュメント設定 */
    body {
        font-size: 1.0rem;
        line-height: 1.8rem;
    }
    
    header {
        top: 0px;
        width: 100%;
        height: 46px;
    }
    
    header .logo {
        width: 95px;
        height: 46px;
        line-height: 1.0em;
        padding: 10px 0 0 0;
        margin: 0px 0 0 0;
    }

    header .sp_menu {
        display: block;
        float: right;
        margin: 5px 5px 5px 5px;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        background-image: url( "../image/sp_menu.png" );
        background-size: cover;
        background-repeat: no-repeat;
    }

    
    header form {
        position: static;
        clear: both;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 10px auto 0 auto;
        padding: 10px 0 10px 0;
        background-color: var(--color-main);
    }
    
    header form .label {
        clear: both;
        margin: 1px 5px 10px 0;
        width: 150px;
        height: 46px;
    }
    
    header form .input {
        margin: 0 0 10px 0;
    }
    
    
    header form .input input {
        width: 130px;
        height: 48px;
        margin: 0px;
        font-size: 14px;
        background-color: #ffffff;
        border: solid 1px #000000;
    }
    
    header form .input select {
        width: 130px;
        height: 48px;
        margin: 0px;
        font-size: 14px;
        background-color: #ffffff;
        border: solid 1px #000000;
    }
    
    header form .submit {
        float: left;
        text-align: center;
        margin: 0 0 0 112px;
    }
    
    header form .submit input {
        font-size: 16px;
        width: 175px;
        height: 50px;
    }
    
    header .order {
        display: none;
    }
    
    
    .menubar {
        position: fixed;
        display: none;
        top: 0px;
        width: 100%;
        height: 98px;
        overflow: hidden;
        background-color: var(--color-main);
        z-index: 5px;
    }
    
    .menubar ul {
        width: 100%;
        height: 98px;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }
    
    .menubar ul li {
        float: left;
        width: 300px;
        height: 98px;
    }
    
    .slideshow {
        top: 46px;
        width: 100%;
        height: 620px;
    }
    
    .slideshow .slide {
        height: 620px;
        background-size: 315%;
    }

    .slideshow .main_logo {
        width: 80%;
        height: 140px;
        margin: 50px 10% 0 10%;
        padding: 50px 0 0 0;
    }
    
    .slideshow .location_finder_box {
        margin: 0px;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 0 30px 0;
    }

    .slideshow .location_finder {
        top: 160px;
        width: 80%;
        margin: 30px 10% 0 10%;
        padding: 0 0 0px 0;
    }
    
    .slideshow .location_finder h2 {
        font-weight: normal;
        text-align: center;
        font-size: 18px;
        margin: 20px 0 30px 0;
    }

    .slideshow .location_finder form {
        width: 70%;
        margin: 0 auto 0 auto;
    }
        
    .slideshow .location_finder .label {
        display: block;
        float: none;
        width: auto;
        height: 24px;
        font-size: 14px;
        text-align: left;
        padding: 0px 20px 0 0;
        line-height: 24px;
        margin: 10px 0px 0px 0px;
        overflow: hidden;
    }
    
    .slideshow .location_finder .label label {
        display: block;
        float: none;
        clear: both;
        width: auto;
        height: 20px;
        margin: 0px 0px 0px 0px;
        font-size: 16px;
    }
    
    .slideshow .location_finder .input {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        padding: 2px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
        overflow: hidden;
    }
    
    .slideshow .location_finder .input input {
        width: 100%;
        height: 26px;
        margin: 0px;
        font-size: 24px;
        border: solid 1px #000000;
    }
    
    .slideshow .location_finder .input select {
        width: 100%;
        height: 26px;
        margin: 0px;
        font-size: 24px;
        border: solid 1px #000000;
    }
    
    .slideshow .location_finder .submit {
        display: block;
        float: left;
        text-align: center;
        margin: 20px 0 0 0;
        width: 100%;

    }
    
    .slideshow .location_finder .submit input {
        font-size: 18px;
        width: 180px;
        height: 30px;
        border: none;
    }
    
    
    .container {
        position: absolute;
        margin: 620px 0 0 0;
        padding: 38px 0 0px 0;
        background-color: #eeeeee;
        left: 0px;
        width: 100%;
        min-height: 500px;
        overflow: hidden;
    }
    
    .container .main_contents {
        width: 100%;
        height: auto;
        margin: 0px auto 0px auto;
        overflow: hidden;
    }
    
    .main_contents .section {
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 25px 25px 25px 25px;
        margin: 0px 10px 20px 10px;
        width: 90%;
    }
    
    .main_contents .section .section_title {
        display: block;
        width: 300px;
        height: 250px;
        margin: 0 auto 10px auto;
        padding: 100px 0 0 0;
        overflow: hidden;
        text-align: center;
    }


    .main_contents .section .section_title.information {
        margin-top: 0px;
    }
    
    .main_contents .section .section_title.about {
        margin-top: 0px;
    }
    
    .main_contents .section .section_title.request {
        margin-top: 0px;
    }
        
    
    .main_contents .section .section_center {
        display: block;
        float: none;
        clear: both;
        width: 300px;
        height: 250px;
        margin: 0 auto 10px auto;
        padding: 100px 0 0 0;
        overflow: hidden;
        text-align: center;
    }
    
    
    .main_contents .section .article {
        display: block;
        float: left;
        clear: both;
        padding: 0px;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 20px 0 0 0;
    }

    .main_contents .section .article .line {
        height: auto;
        overflow: hidden;
    }

    .main_contents .section .article .line .date, .main_contents article .line .date {
        text-align: left;
    }
    
    .main_contents .section .article .date {
        display: block;
        float: left;
        clear: both;
        width: auto;
        height: auto;
        margin: 0 0 12px 0;
    }
    
    .main_contents .section .article .title {
        display: block;
        float: left;
        clear: both;
        width: 100%;
        height: 50px;
        overflow: hidden;
        margin: 0 0 12px 0;
        white-space: normal;
    }
    
    .main_contents .section .article .description {
        display: block;
        width: auto;
        height: auto;
        margin: 0 0px 12px 0;
        overflow: hidden;
        white-space: normal;
    }
    
    .main_contents .section .form {
        display: block;
        float: none;
        clear: both;
        width: auto;
        height: auto;
        margin: 47px auto 93px auto;
        overflow: hidden;
        white-space: normal;
    }
    
    .main_contents .section .form .item_name {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        overflow: hidden;
        white-space: normal;
    }
    
    .main_contents .section .form .item_value {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        min-height: none;
        height: auto;
        margin: 0 0 16px 0;
        overflow: hidden;
        white-space: normal;
    }

    .main_contents .section .form .error {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    
    .main_contents .section .form .item_value input[type=text] {
        width: 100%;
        height: 48px;
        font-size: 24px;
    }
    
    .main_contents .section .form .item_value textarea {
        width: 100%;
        height: 300px;
        font-size: 24px;
    }
    
    .main_contents .section .form .submit {
        width: 100%;
        text-align: center;
        overflow: hidden;
        margin: 50px 0 0 0;
    }
    
    .main_contents .section .form .submit input[type=button] {
        font-size: 24px;
        width: 100%;
        height: 50px;
        margin: 0px auto 0px auto;
    }
    
    .main_contents .section .article .more {
        float: right;
    }
    
    .main_contents .banner_area {
        text-align: center;
    }
    
    .main_contents .banner_area .banner {
        display: block;
        clear: both;
        width: 320px;
        height: 100px;
        background-color: #dddddd;
        margin: 0px auto 20px auto;
        padding: 20px 0 0 0;
        text-align: center;
    }
    
    .main_contents .banner_area .banner:first-child {
        margin: 0px auto 20px auto;
    }
    
    .main_contents .banner_area .banner:last-child {
        margin: 0px auto 20px auto;
    }
    
    .main_contents .image_list {
        margin: 10px 0 0px 0;
        width: 390px;
    }
    
    .main_contents .image_list .image {
        width: 129px;
        height: 129px;
        padding: 129px 0 0 0;
    }

    .main_contents .image_list .image .background {
        width: 100%;
        height: 129px;
        padding: 50px 0 0 0;
    }
    
    .main_contents .image_list .image .background .title {
        font-size: 48px;
        font-weight: 800;
        margin: 0 0 0 0;
        font-size: 24px;
    }
    
    .main_contents .image_list .image .background .description {
        font-size: 8px;
        margin: 14px 0 0 5px;
        width: 110px;
        height: auto;
        line-height: 12px;
        white-space: normal;
    }
    
    
    .main_contents .pagenator {
        width: 100%;
        margin: 20px 0px 20px 0px;
    }
    
    .main_contents .pagenator .page {
        display: inline-block;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 12px;
        padding: 2px 0 0 0;
        text-decoration: none;
    }
    
    .main_contents .pagenator .page.active {
    }
    
    .main_contents .preview {
        padding: 20px 0 0 0;
    }

    .main_contents .preview h1 {
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
    }
    
    .main_contents .preview p {
        font-size: 14px;
        line-height: 14px;
        margin: 12px 0px 12px 0px;
    }
    
    .main_contents .preview .place_description {
        padding: 40px 10px 0 10px;
    }

    .main_contents .test_preview {
        width: 600px;
        border: solid 1px #000000;
    }
    
    .main_contents .image_view {
        width: 100%;
        padding: 0px 0 0 0;
        background: linear-gradient(#000000,#333333);
    }


    .main_contents .image_view .left_button {
        position: absolute;
        top: 180px;
        z-index: 10000;
    }
    
    .main_contents .image_view .left_button a {
        font-size: 48px;
        color: #ffffff;
        text-shadow: 0px 0px 4px #000000;
        text-decoration: none;
    }
    
    .main_contents .image_view .right_button {
        position: absolute;
        top: 180px;
        right: 0px;
        z-index: 10000;
    }
    
    .main_contents .image_view .right_button a {
        font-size: 48px;
        color: #ffffff;
        text-shadow: 0px 0px 4px #000000;
        text-decoration: none;
    }
    
    
    .main_contents .preview .image_view .main_image {
        width: 390px;
        height: 220px;
        margin: 0 0px 0 0px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .main_contents .image_view .preview_list {
        width: 100%;
        height: 110px;
        margin: 20px 0 10px 0;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    .main_contents .image_view .preview_list_inner {
        text-align: center;
        width: 1500px;
        height: 100px;
    }
    
    .main_contents .image_view .preview_list .image {
        display: inline-block;
        width: 120px;
        height: 67px;
        margin: 23px 0px 0px 0px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .main_contents .zoom_image {
        position: absolute;
        width: 120px;
        height: 67.5px;
        margin: 0 100px 0 100px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .main_contents .keyword_list {
        display: none;
        padding: 0px 4px 0px 4px;
    }
    
    .main_contents .keyword_list .keyword {
        background-color: #666666;
        border-radius: 3px;
        color: #ffffff;
        font-size: 12px;
        float: left;
        padding: 2px 10px 2px 10px;
        margin: 0px 14px 14px 0px;
    }
        
    .main_contents .desc_title {
        width: 100px;
        text-align: center;
        margin: 0 auto 0 auto;
        padding: 20px 0 20px 0;
        border-right: solid 10px var(--color-main);
    }

    .main_contents .description {
        margin: 10px 0px 0px 0px;
        padding: 0px 4px 0 4px;
        width: 340px;
    }
    
    .main_contents .description .item_name {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 5px 0;
    }
    
    .main_contents .description .item_value {
        float: left;
        width: 100%;
        font-size: 14px;
        margin: 0px 0px 10px 0;
    }

    .main_contents article {
        background-color: var(--color-white);
        margin: 0 5px 0 5px;
        padding: 10px;
        white-space: normal;
        min-height: 300px;
    
    }
        
    .main_contents .map_area {
        float: left;
        margin: 20px 0px 30px 0px;
        border: solid 1px #dddddd;
        background-color: #fefefefe;
        width: 390px;
        height: 390px;
    }
    
    .main_contents .contact {
        clear: both;
        margin: 0px 0px 50px 0;
    }
    
    .main_contents .contact a {
        display: block;
        margin: 0 auto 0 auto;
        width: 320px;
        height: 50px;
        text-align: center;
        text-decoration: none;
        padding: 13px 0 0 0;
    }
    
    
    footer {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        bottom: 0px;
        height: 600px;
    }
    
    footer .footer_inner {
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 34px 10px 34px 10px;
        white-space: normal;
    }

    footer .footer_inner .footer_logo_box {
        float: left;
        width: 140px;
    }
        
    footer .footer_inner .footer_logo {
        width: 140px;
        height: 140px;
        text-align: center;
        padding: 40px 0 0 0;
    }
    
    footer .footer_inner .corporate_logo {
        float: right;
        width: 160px;
        height: 160px;
        text-align: center;
        padding: 40px 0 0 0;
        right: 10px;
        bottom: 10px;
    }

    footer .footer_inner .footer_link {
        display: inline-block;
        width: 100%;
        margin: 0 0 30px 0;
    }

    footer .footer_inner .footer_link .site_name {
        font-size: 24px;
        font-weight: bold;
        color: var(--color-white);
        border-bottom: solid 1px var(--color-white);
        margin: 0px 0 10px 0;
        padding: 0 0 10px 0;
    }
        
    footer .footer_inner a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        line-height: 40px;
        margin: 0 42px 0px 0;
    }
    
    footer .footer_inner a.small {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        line-height: 40px;
        margin: 0px 33px 0 0;
    }
    
    footer .footer_inner .clear {
        clear: both;
    }
 
    .main_contents .section .article .description.about .gray img {
        width: 80%;
        height: auto;
    }
}
