html,body{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div {
    line-height: 1.7;
}
ul{
    margin: 0;
    padding: 0;
}
a:hover {
    color: yellow;
}
header {
    min-width: 778px;
}
.header{
    padding: 30px 20px;
    overflow: hidden;
    position: relative;
}

.next-btn-container{
    position: absolute;
    top: 20px;
    right: 30px;
}
.next-btn-container p {
    text-align: center;
    color: #035103;
}
.next-btn-container a + a {
    margin-left: 20px;
}
.next-btn-container img {
    width: auto;
}
.navi{
    padding: 20px 0;
    position: relative;
}
.navi > ul {
    padding: 0 20px;
}
.navi ul li{
    margin-right: 50px;
    float: left;
    list-style: none;
}
.nav-list{
    padding: 20px;
    overflow: hidden;
    position: absolute;
    top: 70px;
    z-index: 2;
    background: #fff;
    width: 100%;
    opacity: 0.9;
}

.nav-list li{
    margin-right: 20px;
    list-style: none;
    float: left;
}

.nav-list li a{
    color: #035103;
}


main{
    overflow: hidden;
    min-width: 778px;
}

.top-image-container{
    overflow: hidden;
    position: relative;
}

.top-image-label{
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
}

.container1{
    padding: 20px 0;
    text-align: center;
    background: #035103;
}

.container2{
    padding: 20px 0 40px;
}

.container2 p{
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #044892;
}
.container2 img {
    width: 100%;
}

.hide-container{
    display: none;
}

.inner-block{
    margin: 40px 0;
    line-height: 200%;
    font-weight: bold;
}

.b-line{
    width: 100%;
    margin: 5px 0;
    height: 5px;
    background: #035103;
}
.m-line{
    width: 100%;
    margin: 5px 0;
    height: 5px;
    background: #035103;
}
.m-bold-line{
    width: 100%;
    height: 80px;
    background: #035103;
    border-top: solid 3px #c9cacb;
    border-bottom: solid 3px #c9cacb;
}

.g-line{
    width: 100%;
    margin: 5px 0;
    height: 2px;
    background: #c9cacb;
}

.g-bold-line{
    width: 100%;
    margin: 5px 0;
    height: 30px;
    background: #c9cacb;
}

.title-contaienr{
    margin: 80px auto 0;
    text-align: center;
}
.title-contaienr img{
    margin-bottom: 20px;
}
.fit-image,.hover{
    width: 100%;
    height: auto;
}
.fit-image{ display:inline; }

.action-container{
    text-align: center;
}

.action-container div a{
    width: 260px;
    padding: 10px;
    margin: 20px auto;
    display: block;
}
.b-btn a{
    background: #044892;
    border: solid 3px #044892;
    color: #fff;
}
.g-btn a{
    background: #b1b1b2;
    border: solid 3px #b1b1b2;
    color: #fff;
}
.w-btn a{
    border: solid 3px #b1b1b2;
    color: #b1b1b2;
}

.notice-list-container{
    background: #c9cacb;
    margin: 0 0 10px;
}

.notice-list-container li{
    list-style: none;
}

.notice-list-container li a{
    padding: 10px 0 3px 0;
    display: block;
    color: #fff;
}

.business-container > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.business-container > div:first-child {
    background: #035103;
}

.business-container > div:last-child {
    padding: 20px 30px;
}

.business-image{
    text-align: center;
    color: #fff;
}

.i-staff-container a {
    display: block;
    position: relative;
}

.i-box-container{
    overflow: hidden;
}

.i-box{
    width: 363px;
    height: 350px;
    margin-top: 25px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
    float: left;
}
.i-box:hover .box-label{
    background: none;
}
.i-box:last-child{
    margin-right:0;
}
.box-label{
    padding: 10px 50px 10px 10px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background: rgba(4,72,146,0.8);
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9999;
}
.i-ghost{
    width: 100%;
    height: 100%;
    padding: 20px 50px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(4,72,146,0.8);
}

.i-ghost li{
    padding: 4px 0;
    margin-left: -150px;
    list-style: none;   
}

.i-ghost li a{
    color: #fff;
}


.block-title1{
    width: 260px;
    padding: 10px;
    margin: 20px auto;
    display: block;
    background: #044892;
    border: solid 3px #044892;
    color: #fff;
}


.container_label1{
    padding: 20px;
    margin: 30px 0;
    margin-left: -500px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #044892;
    font-size: 25px;
}

.ceo-container{
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
}

.ceo-l-container{
    /*width: 250px;*/
    margin-left: 30px;
}

.ceo_name{
    font-size: 30px;
    line-height: 1.2;
}

.ceo_name_buttom{
    margin-bottom: 30px;
}

.ceo_content{
    display: none;
}


.fadein-block{
    width: 30%;
    height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    background: #035103;
    color: #fff;
}

.top-left-block{
    width: 70%;
    height: 100%;
    /*position: absolute;*/
    top: 0;
    right: 0;
}

.top-image-ceo {
    display: table;
    width: 100%;
}

.top-image-ceo > div {
    display: table-cell;
}

.top-image-ceo .top-left-block {
    vertical-align: middle;
}

.row_notice {
    overflow: hidden;
    margin: 10px 0;
}

.row_staff {
    margin: 0 0 30px;
}

.row_staff img {
    width: 100%;
}
.row_staff .col-xs-4 {
    position: relative;
}
.row_staff .member-label {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    background: #077e07;
    color: #fff;
    font-size: 120%;
}

/*------schedule-----*/
.time-schedule-row{
    padding-bottom: 85px;
    overflow: hidden;
    position: relative;
}

.time-schedule-row:before,.time-schedule-row:after{
    content:"";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #044892;
    position: absolute;
}
.time-schedule-row:before{
    top: 115px;
    left: 15px;
}
.time-schedule-row:after{
    top: 150px;
    left: 15px;
}

.time-label{
    font-size: 35px;
    color: #044892;
}
.schedule-content{
    color: #b1b1b2;
}


/*-----table-----*/
.table1{
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 16px;
    font-size: 18px;
}

table1 tr{
    margin: 10px;
}

table1 td{
    padding: 10px 20px;
}
table1 td:first-child{
    padding-right: 120px;
    color:#035103;
    border-right: solid 2px #c9cacb;
}

.table2{
    margin: 0 auto;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 0 30px;
    font-size: 16px;
}

.table2 td:first-child{
    width: 300px;
}

.page-top{
    width: 100%;
    height: 25px;
    margin: 40px 0;
    background: #c9cacb; 
    position: relative;
    cursor: pointer;
}

.page-top:before{
    content: "";
    border: solid 15px transparent;
    border-bottom: solid 15px #fff;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -15px;
}
.schedule-head {
    font-weight: bold;
    font-size: 24px;
}
.table_schedule {
    margin: 5px 0;
    width: 100%;
}
.table_schedule th,
.table_schedule td {
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
}
.table_schedule th {
    border: 2px solid #035103;
    background: #035103;
    color: #fff;
    width: 40px;
}
.table_schedule td {
    border: 2px solid #035103;
}
.table_schedule tr:nth-child(2n) td {
    background: #eee;
}
.sat {
    color: #72bdff !important;
}
.sun {
    color: #ff9c01 !important;
}
.table-history td:first-child {
  width: 110px;
  vertical-align: top;
}

/*-----footer----*/
footer{
    min-width: 778px;
    padding: 30px;
    overflow: hidden;
    background: #035103;
    position: relative;
}

footer li{
    padding: 5px 40px 5px 0;
    list-style: none;
    color:#fff;
    font-weight: bold;
}
.footer-list-top{
    margin-bottom: 15px;
    border-bottom: solid 1px #fff;
}

footer li a{
    color:#fff;
}

.company_info{
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom: 15px;
    right: 100px;
}
.company_name{
    font-size: 20px;
}

/*------追加------*/
.col-xs-6 img{
    width: 100%;
    height: auto;
}
.semi-ttl{
    width: 80%;
    margin: 100px 10% 0 10%;
    font-size: 20px;
    text-align: center;
}
.entry-container {
    padding: 40px 0 0;
    text-align: center;
}
.entry-container p {
    font-size: 22px;
}
.entry-container img {
    width: 48%;
}
.entry-container a + a {
    margin-left: 15px;
}
/*------javascript補助------*/
.action2on{
    box-shadow: 5px 9px 12px #dcdcdc;
}

.n-1,.n-2,.n-3,.n-4,.n-5{
    display: none;
}
#map_canvas {
    width: 100%;
    height: 500px;
}
.map-window {
    overflow: hidden;
}
.map-window > div {
    float: left;
}
.map-window > div:last-child {
    margin: 10px;
}
.map-window p {
    margin: 0;
}