@charset "utf-8";


:root {
    --color-main: #0b2d4e;

--color-header: #131921;
--color-white: #ffffff;
--color-shadow: #aaaaaa;
--color-gray: #888888;
--color-light-gray: #efefef;
--color-main-background: #eef0f3;
--color-bread-list: #818181;
--color-title: #22222;
--color-key-blue: #1785ff;
--color-border-gray: #e3e7ea;
--color-light-blue: #dcf0fa;

--color-table-header: #f9f9f9;
--color-table-border: #e8e8e8;

--color-pagenator-border: #d4d4d4;
--color-pagenator-text: #222222;
}

* {
    box-sizing: border-box;
    white-space: nowrap;
}

/*  フォント設定    */
@font-face {
    font-family: 'utsukushiregular';
    src: url('../font/UtsukushiFONT.woff') format('woff');
}

/*  全体設定    */
html {
    text-rendering: optimizeLegibility;
    font-size: 10px;
    height: 100%;

    /*  font-family: 'utsukushiregular';    */
    font-family: sans-serif;
}

/*  ドキュメント設定 */
body {
    word-break: break-all;
    margin: 0px;
    padding: 0px;

    font-size: 1.8rem;
    line-height: 2.8rem;
    
    height: 100%;
}

a {
    color: var(--color-main);
}

.ta_kai_regular {
    /* font-family: "ta-kai-regular", sans-serif; */
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    background-color: var(--color-main);
    color: var(--color-white);
    z-index: 1000;
}

header .logo {
    float: left;
    width: 142px;
    height: 73px;
    color: #000000;
    text-align: center;
    padding: 0px 0 0 0;
    margin: -10px 0 0 0;
    background-image: url( "../image/pc_header.svg" );
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

header .sp_menu {
    display: none;
}

header form {
    position: relative;
    width: 1071px;
    height: 73px;
    margin: 10px auto 0 auto;
}

header form .label {
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 125px;
    height: 35px;
    padding: 0px 5px 0 0;
    margin: 1px 5px 0 0;
    text-align: right;
    border-right: solid 1px #ffffff;
}

header form .input {
    float: left;
    width: 130px;
}

header form .input input {
    width: 130px;
    height: 37px;
    margin: 0px;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #000000;
    padding: 10px 0 0 0;
}

header form .input select {
    width: 130px;
    height: 37px;
    margin: 0px;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #000000;
    vertical-align: middle;
    padding: 10px 0 0 0;
}

header form .submit {
    float: left;
    text-align: center;
    margin: 0 0 0 112px;
    background-color: var(--color-light-blue);
}

header form .submit input {
    font-size: 12px;
    width: 175px;
    height: 37px;
    color: var( --color-white );
    border: solid 1px var( --color-white );
    background-color: var( --color-main );
    cursor: pointer;
}

header form .submit input:active {
    color: var(--color-light-blue);
    background-color: var(--color-main);
}

header .order {
    position: relative;
    float: right;
    width: 190px;
    margin: 0px 20px 0 0px;
    padding: 13px 0px 0 40px;
    font-size: 14px;
    line-height: 16px;
    background-image: url( "../image/tel.png" );
    background-size: 24px 24px;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    text-align: center;
}

header a {
    color: var(--color-white);
    text-decoration: none;
}

/*
@media (max-width:1465px) {
    header .logo {
        width: 190px;
        height: 98px;
    }
    
    header form {
        width: 800px;
    }
    
    header form .label {
        font-size: 12px;
        width: 80px;
        padding: 8px 5px 0 0;
    }

    header form .label.short {
        width: 50px;
    }
    
    header form .input {
        float: left;
        width: 100px;
    }
    
    header form .input input {
        width: 100px;
        height: 48px;
        margin: 0px;
        font-size: 12px;
        padding: 10px 0 0 0;
    }
    
    header form .input select {
        width: 100px;
        height: 48px;
        margin: 0px;
        font-size: 12px;
        padding: 10px 0 0 0;
    }
    
    header form .submit {
        float: left;
        text-align: center;
        margin: 0 0 0 50px;
    }
    
    header form .submit input {
        font-size: 14px;
        width: 100px;
    }
}

@media (max-width:1080px) {
    header .logo {
        width: 190px;
        height: 98px;
    }
    
    header form {
        width: 800px;
    }
    
    header form .label {
        font-size: 12px;
        width: 80px;
        padding: 8px 5px 0 0;
    }

    header form .label.short {
        font-size: 12px;
        width: 50px;
        padding: 13px 5px 0 0;
    }
    
    header form .input {
        float: left;
        width: 50px;
    }
    
    header form .input input {
        width: 50px;
        height: 48px;
        margin: 0px;
        font-size: 12px;
        padding: 10px 0 0 0;
    }
    
    header form .input select {
        width: 50px;
        height: 48px;
        margin: 0px;
        font-size: 12px;
        padding: 10px 0 0 0;
    }
    
    header form .submit {
        float: left;
        text-align: center;
        margin: 0 0 0 20px;
    }
    
    header form .submit input {
        font-size: 12px;
        width: 60px;
    }
}
*/

.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 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 750px;
    background-color: #dddddd;
    overflow: hidden;
}

.slideshow .slide {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 750px;
    z-index: 0;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
    
}

.slideshow .slide:first-child {
    left: 0px;
}

.slideshow .main_logo {
    position: absolute;
    opacity: 0;
    top: 0px;
    width: 100%;
    height: 180px;
    margin: 110px auto 0 auto;
    padding: 130px 0 0 0;
    text-align: center;
    background-image: url( "../image/pc_main_logo.svg" );
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 100;
}

.slideshow .location_finder {
    position: absolute;
    opacity: 0;
    top: 370px;
    width: 100%;
    z-index: 100;
}

.slideshow .location_finder_box {
    width: 900px;
    height: 135px;
    margin: 138px auto 0 auto;
    padding: 30px 0 0 0;
    border: solid 1px rgba( 255,255,255,0.8);
    background-color: rgba( 255,255,255,0.8);
}


.slideshow .location_finder h2 {
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    margin: 20px 0 50px 0;
}

.slideshow .location_finder form {
    width: 750px;
    margin: 0 auto 0 auto;
}

.slideshow .location_finder .label {
    width: 240px;
    font-size: 16px;
    text-align: left;
    padding: 0px 20px 0 0;
    line-height: 12px;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
}

.slideshow .location_finder .label label {
    display: block;
    width: 240px;
    height: auto;
    margin: 4px 0px 0px 0px;
    font-size: 14px;
}

.slideshow .location_finder .input {
    display: inline-block;
    width: 160px;
    height: 71px;
    font-size: 14px;
    line-height: 16px;
    padding: 2px 0px 0px 0px;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
}

.slideshow .location_finder .input input {
    width: 160px;
    height: 32px;
    margin: 0px;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #000000;
    padding: 5px;
}

.slideshow .location_finder .input select {
    width: 160px;
    height: 32px;
    margin: 0px;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #000000;
    padding: 5px 0 0 0;
}

.slideshow .location_finder .submit {
    display: inline-block;
    width: 200px;
    height: 71px;
    font-size: 14px;
    line-height: 16px;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
    overflow: hidden;
}

.slideshow .location_finder .submit input {
    font-size: 16px;
    width: 180px;
    height: 32px;
    background-color: var(--color-main);
    color: var(--color-white);
    border: none;
    cursor: pointer;
}

.slideshow .location_finder .submit input:active {
    background-color: var(--color-main);
    color: var(--color-light-blue);
}

.container {
    position: absolute;
    margin: 710px 0 340px 0;
    padding: 58px 0 140px 0;
    background-color: #eeeeee;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
}

.container .main_contents {
    width: 1300px;
    height: auto;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

.main_contents .section {
    background-color: var(--color-main);
    color: var(--color-white);
    width: 1300px;
    height: auto;
    padding: 25px 25px 25px 25px;
    margin: 0px auto 109px auto;
    overflow: hidden;
}

.main_contents .section .section_title {
    display: inline-block;
    width: 300px;
    height: 250px;
    margin: 0 37px 10px 37px;
    padding: 100px 0 0 0;
    overflow: hidden;
    color: var(--color-white);
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: fixed;
}

.main_contents .section .section_center {
    display: block;
    width: 300px;
    height: 250px;
    margin: 0 auto 10px auto;
    padding: 0 0 0 0;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.main_contents .section .section_center.information {
    background-image: url( "../image/pc_information.svg" );
}

.main_contents .section .section_center.about {
    background-image: url( "../image/pc_about.svg" );
}

.main_contents .section .section_center.request {
    background-image: url( "../image/pc_request.svg" );
}

.main_contents .section .section_center.contact {
    background-image: url( "../image/pc_contact.svg" );
}


.main_contents .section .article {
    display: block;
    padding: 0px;
    width: 810px;
    height: auto;
    min-height: 250px;
    margin: 0px auto 0px auto;
    overflow: hidden;
    color: var(--color-white);
}

.main_contents .section .article .date {
    display: inline-block;
    width: 188px;
    height: 46px;
    margin: 0 22px 12px 0;
}

.main_contents .section .article .title {
    display: inline-block;
    width: 652px;
    height: 46px;
    margin: 0 0px 12px 0;
}

.main_contents .section a {
    color: var(--color-white);
}

.main_contents .section .article .description {
    display: inline-block;
    width: 848px;
    height: auto;
    min-height: auto;
    margin: 0 0px 12px 0;
    overflow: hidden;
    white-space: normal;
    background-color: transparent;
    color: var(--color-white);
    padding: 0px;
}

.main_contents .section .article .description.about {
    font-family: 'DFKai-SB', 'KaiTi', '楷体', 'STKaiti', 'NSimKai', 'KaiTi_GB2312', sans-serif;
    text-align: center;
    font-size: 0.85em;
    line-height: 2.5em;
    width: 100%;
}

.main_contents .section .article .description.about .large {
    font-size: 2em;
    margin: 50px 0 50px 0;
}

.main_contents .section .article .description.about .gray {
    background-color: var(--color-border-gray);
    padding: 50px 0px 50px 0;
    margin: 40px auto 40px auto;
}

.main_contents .section .article .description.about .gray img {
    width: 50%;
}


.main_contents .second_indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
    padding-right: 2.6em;
    white-space: normal;
    margin: 20px 0 0 0;
    height: auto;
}

.main_contents .second_indent2 {
    text-indent: -2.0em;
    padding-left: 2.0em;
    white-space: normal;
    margin: 20px 0 0 0;
    height: auto;
    overflow: hidden;
}


.main_contents .section .form {
    display: block;
    width: 810px;
    height: auto;
    margin: 47px auto 93px auto;
    overflow: hidden;
    white-space: normal;
}

.main_contents .section .form .item_name {
    display: inline-block;
    width: 200px;
    height: 50px;
    margin: 0 0 0px 0;
    overflow: hidden;
    white-space: normal;
    vertical-align: top;
}

.main_contents .section .form .item_value {
    display: inline-block;
    width: 600px;
    min-height: 50px;
    height: auto;
    margin: 0 0 0px 0;
    overflow: hidden;
    white-space: normal;
}

.main_contents .section .form .error {
    display: block;
    color: #aa0000;
    font-weight: bold;
    width: 800px;
    margin: 0 0 26px 0;
    padding: 0 0 0 210px;
    white-space: normal;
}

.main_contents .section .form .require {
    display: inline-block;
    color: #aa0000;
    font-weight: bold;
}

.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: 102px 0 0 0;
}

.main_contents .section .form .submit input[type=button] {
    font-size: 24px;
    width: 320px;
    height: 50px;
    background-color: var(--color-main);
    color: var(--color-white);
    border: none;
    margin: 0px auto 0px auto;
    cursor: pointer;
    border: solid 1px var(--color-white);
}

.main_contents .section .more {
    clear: both;
    margin: 0px auto 0px auto;
    text-align: right;
    padding: 0px;
}

.main_contents .banner_area {
    text-align: center;
}

.main_contents .banner_area .banner {
    display: inline-block;
    width: 320px;
    height: 100px;
    background-color: var(--color-white);
    margin: 0px 85px 109px 85px;
    padding: 20px 0 0 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.main_contents .banner_area .banner.banner1 {
    background-image: url("../image/banner1.svg");
}

.main_contents .banner_area .banner.banner2 {
    background-image: url("../image/banner2.svg");
}

.main_contents .banner_area .banner.banner3 {
    background-image: url("../image/banner3.svg");
}


.main_contents .banner_area .banner:first-child {
    margin: 0px 85px 109px 0px;
}

.main_contents .banner_area .banner:last-child {
    margin: 0px 0px 109px 85px;
}

.main_contents .image_list {
    width: 1537px;
    height: auto;
    overflow: hidden;
    margin: 0px 0 69px 0;
    /*
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    */
}

.main_contents .image_list .image {
    float: left;
    width: 433px;
    height: 433px;
    background-color: #ffffff;
    /*
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    */
    overflow: hidden;
    padding: 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_contents .image_list .image .background {
    position: relative;
    top: 433px;
    background-color: rgba( 0, 0, 0, 0.5 );
    width: 100%;
    height: 433px;
    __padding: 230px 0 0 0;
}

.main_contents .image_list .image .background .title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    line-height: 120%;
    font-weight: 800;
    margin: 0 0 0 0;
    width: 433px;
    height: 433px;
    word-break: break-word;
    white-space: normal;
}

.main_contents .image_list .image .background .title span {
    display: block;
    white-space: normal;
}

.main_contents .image_list .image .background .description {
    position: relative;
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    bottom: 5px;
    margin: 230px 0 0 5px;
}

.main_contents .pagenator {
    text-align: center;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 117px 0px;
}

.main_contents .pagenator .page {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    color: var(--color-main);
    border: solid 1px var(--color-main);
    __background-color: var(--color-light-blue);
    font-size: 12px;
    padding: 2px 0 0 0;
    text-decoration: none;
}

.main_contents .pagenator .page.active {
    color: #ffffff;
    background-color: var(--color-main);
}

.main_contents .preview h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    margin: 20px auto 10px auto;
    padding: 0px;
    text-align: center;
}

.main_contents .preview .catch_copy {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    color: var(--color-key-blue);
    margin: 20px 0 20px 0;
}

.main_contents .preview .place_description {
    border-top: solid 1px var(--color-main);
    padding: 40px 0 0 0;
    margin: 0 0 40px 0;
    text-align: center;
    white-space: normal;
}

.main_contents .preview p {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 12px 0px 22px 0px;
    padding: 0px;
}

.main_contents .test_preview {
    width: 600px;
    border: solid 1px #000000;
}

.main_contents .image_view {
    width: 1300px;
    padding: 20px 0 0 0;
    __background: linear-gradient(#000000,#333333);
}

.main_contents .image_view .left_button {
    position: absolute;
    top: 400px;
}

.main_contents .image_view .left_button a {
    font-size: 120px;
    color: #ffffff;
    text-shadow: 0px 0px 4px #000000;
    text-decoration: none;
}

.main_contents .image_view .right_button {
    position: absolute;
    top: 400px;
}

.main_contents .image_view .right_button a {
    font-size: 120px;
    color: #ffffff;
    text-shadow: 0px 0px 4px #000000;
    text-decoration: none;
}

.main_contents .preview .image_view .main_image {
    float: left;
    width: 900px;
    height: 562px;
    margin: 0 0px 0 0px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.main_contents .image_view .preview_list {
    float: right;
    width: 380px;
    height: 550px;
    margin: 20px 0 10px 0;
    overflow: hidden;
}

.main_contents .image_view .preview_list_inner {
    text-align: center;
    width: 380px;
    height: 550px;
}

.main_contents .image_view .preview_list .image {
    float: left;
    display: block;
    width: 120px;
    height: 67px;
    margin: 0px 5px 5px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main_contents .zoom_image {
    position: absolute;
    width: 120px;
    height: 67.5px;
    margin: 0 0px 0 0px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.main_contents .keyword_list {
    overflow: hidden;
    height: auto;
    text-align: center;
    margin: 50px 50px 60px 50px;
    padding: 0 0 0px 0;
}

.main_contents .keyword_list .keyword {
    display: inline-block;
    margin: 0px 14px 0px 0px;
}

.main_contents .keyword_list .keyword a {
    display: inline-block;
    background-color: #666666;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    padding: 2px 10px 2px 10px;
}

.main_contents .desc_title {
    float: left;
    width: 100px;
    font-weight: 800;
    font-size: 1.0em;
    margin: 0 0 0 10px;
    padding: 20px 0 20px 0;
    border-right: solid 10px var(--color-main);
}

.main_contents .view_contents {
    width: 1000px;
    margin: 0 auto 0 auto;
}

.main_contents .description {
    float: left;
    width: 800px;
    margin: 0px 0px 40px 0px;
    overflow: hidden;
    padding: 5px 0px 0 10px;
    __background-color: var(--color-white);
}

.main_contents .description .address {
    border-bottom: solid 1px var(--color-main);
    margin: 0 50px 0 0;
}

.main_contents .description .item_name {
    clear: both;
    float: left;
    width: 250px;
    font-size: 14px;
    margin: 0px 0px 5px 0;
    padding: 5px;
    white-space: normal;
}

.main_contents .description .item_value {
    float: left;
    width: 300px;
    font-size: 14px;
    margin: 0px 0px 5px 0;
    padding: 5px;
    white-space: normal;
}

.main_contents article {
    background-color: var(--color-white);
    margin: 0 200px 0 200px;
    padding: 50px;
    white-space: normal;
    min-height: 500px;
}

.main_contents article .date {
    text-align: right;
}

.main_contents .section .article .line .date,
.main_contents article .line .date {
    text-align: right;
    float: left;
    clear: both;
    width: 240px;
}

.main_contents article .line .title {
    text-align: left;
    float: left;
    width: 510px;
}

.main_contents article .line .title a {
    float: none;
}

.main_contents article .category_index a {
    float: right;
}

.main_contents .article .pagination {
    text-align: center;
}

.main_contents .map_area {
    clear: both;
    margin: 50px 100px 164px 100px;
    border: solid 1px #dddddd;
    height: 800px;
}

.main_contents .contact {
    clear: both;
    margin: 50px 0px 170px 0;
}

.main_contents .contact a {
    display: block;
    margin: 0 auto 0 auto;
    width: 320px;
    height: 50px;
    background-color: var(--color-main);
    color: var(--color-light-blue);
    text-align: center;
    text-decoration: none;
    padding: 13px 0 0 0;
}

.main_contents .page_contents {
    float: left;
    clear: both;
    margin: 0px 100px 0px 100px;
    padding: 50px 50px 50px 50px;
    min-height: 580px;
    width: 100%;
    background-color: var(--color-white);
    white-space: normal;
}


.entry-content p {
    white-space: normal;
    overflow: hidden;
}

footer {
    position: absolute;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: var(--color-main);
    bottom: -40px;
    margin: 0px 0px 0px 0px;
}

footer .footer_inner {
    width: 1300px;
    margin: 0px auto 0px auto;
    padding: 20px 0 34px 0;
}

footer .footer_inner .footer_logo_box {
    float: left;
    width: 140px;
}

footer .footer_inner .footer_logo {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 40px 0 0 0;
    background-image: url( "../image/pc_footer.svg" );
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

footer .footer_inner .footer_hirata_logo {
    width: 100px;
    height: 20px;
    text-align: center;
    padding: 0px 0 0 0;
    background-image: url( "../image/pc_footer_hirata_logo.svg" );
    background-repeat: no-repeat;
    background-size: unset;
    background-position: center middle;
    cursor: pointer;
}

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

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: 20px 0 10px 0;
    padding: 0 0 10px 0;
}

footer .footer_inner .corporate_logo {
    float: right;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 40px 0 0 0;
    cursor: pointer;
    background-image: url("../image/pc_company_logo.svg");
}

footer .footer_inner .footer_link a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    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;
}

.clear {
    clear: both;
}




