﻿@charset "utf-8";

/*トップページ１*/
@keyframes slide1 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*トップページ１*/
@keyframes slide2 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*トップページ１*/
@keyframes slide3 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide4 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
@keyframes slide5 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
/*トップページ１*/
#mainimg {
    clear: left;
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

/*設定*/
#slide1,
#slide2,
#slide3,
#slide4,
#slide5{
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}

/*トップページ１*/
#slide1 {
    -webkit-animation-name: slide1;
    animation-name: slide1;
    position: relative;
    width: 100%;
    height: auto;
}

/*トップページ１*/
#slide2 {
    -webkit-animation-name: slide2;
    animation-name: slide2;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

/*トップページ１*/
#slide3 {
    -webkit-animation-name: slide3;
    animation-name: slide3;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

/*トップページ１*/
#slide4 {
    -webkit-animation-name: slide4;
    animation-name: slide4;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}
#slide5 {
    -webkit-animation-name: slide4;
    animation-name: slide4;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}
* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: solid 0px #000000;
    word-wrap: break-word;
}

p {
    padding: 0px 15px 0px 15px;
}

a {
    color: #660033;
}

/*
h1{
    border-left:8px solid red;
    padding: 20px 10px 10px 10px;
    font-size:20px;
    color:red;
    background-color:cornsilk;
    margin: 0 0 10px 0;
}
*/
h1 {
    margin: 10px 5px 15px 1px;
    padding: 20px 10px 10px 10px;
    font-size: 23px;
    border-left: 8px solid darkred;
}

h2 {

    padding: 5px 10px 5px 0px;
    font-size: 18px;
    color: black;

    line-height: 30px;
}

h3 {
  border-bottom: solid 3px skyblue;
  position: relative;
  margin-bottom: 10px;    
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

h4 {
  position: relative;
  padding: 0.6em;
  margin-top: 15px;      
  margin-bottom: 15px;    
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}


body {
    margin: 0;
    font-family: メイリオ, sans-serif;
    font-size: 15px;
    line-height: 29px;
    border-top: solid 10px black;
    background-image: url(image/p0074_m.jpg);
}

#header-back {
    width: 100%;

}
#header {
    width: 90%;
    padding: 15px 10px 0px 10px;
    margin: 0 auto;
    color:black;
}

#header:after {
    content: "";
    clear: both;
    display: block;
}
/* pc用  */
.glovalnavi-back {
    width: 100%;
    background-color: black;
}
.glovalnavi {
    color:black;
    background-color: black;
    width: 1200px;
    padding: 0px;
    margin: 0 auto;
}

.glovalnavi:after {
    content: "";
    clear: both;
    display: block;
}

.glovalnavi a {
    text-decoration: none;
    color: white;
}



.glovalnavi ul,
.glovalnavi li {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    list-style: none;

}


#face-back {
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

#face-back:after {
    content: "";
    clear: both;
    display: block;
}
.face {
    width: 100%;
    height:100px;
    vertical-align: bottom;

    background-image: url(image/topbar.jpg);
    background-position: center;
    
    
    
}

.mainpage-back {
    width: 100%;
}


.mainpage {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.mainpage:after {
    content: "";
    clear: both;
    display: block;
}

.m-left {
    margin-top: 10px;
    background-color: #f7f8f3;
    padding-top: 40px;
    padding-left: 6%;
    padding-right:3%;
    width: 41%;
    float: left;
    color: black;
    line-height: 28px;
}


.m-right {
    margin-top: 10px;
    background-color: #f7f8f3;
    padding-top: 40px;
    padding-left: 3%;
    padding-right:6%;
    width: 41%;
    float: left;
    color: black;
    line-height: 28px;

}

.m-right:after {
    content: "";
    clear: both;
    display: block;
}

.m-main {
    margin-top: 5%;
    margin-bottom: 5%;
    margin: 0 auto;
    background-color: white;
    padding: 5%;
    width: 90%;
}
.m-main-s {
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
    padding: 5%;
    width: 90%;
}

#footer-back {
    width: 100%;
}
#footer {
    width: 90%;
    padding: 30px;
    margin: 5% auto;
    color: black;
}


#header-logo {
    font-size: 15px;
    width: 350px;
    margin-top: 0px;
    float: left;
}

#sub-title {
    font-size: 15px;
    width: 350px;
    margin: 20px 0 20px 0;
    float:left ;
}

.logo {
    width: 340px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.kakunin{
    margin:0px 5px;
    padding: 5px;
    color:black;
    text-align: center;
    width:200px;
    float:right;
}
.kakunin a{
    text-decoration-line: none;
}
#header-denwa {
    margin:15px 5px;
    padding: 5px;
    float: left;
    text-align: center;
    color:white;
}

#tel {
    margin: 5px 6px 0px 0px;
    font-size: 22px;
    line-height: 32px;
}

.glovalnavi-title {
    color:white;
    background-color: #003366;
    width: 1200px;
    padding: 10px;
    margin: 0 auto;
}


.m-submenu{
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
    background-color: #FFFFFF;
    padding: 30px;
    width: 1030px;
    min-height: 100px;
    font-size: 18px;
    line-height: 24px;

}
.main-contens {
    width:90%;
    margin:0 auto;
    background-color: beige;
    padding:15px;
}
.main-contens:after {
    content: "";
    clear: both;
    display: block;
}
.main-contens-w {
    width:90%;
    margin:0 auto;
    background-color: white;
    padding:15px;
}
.main-contens-w:after {
    content: "";
    clear: both;
    display: block;
}
.main-contens-detail {
    width:42%;
    margin:4%;
    float:left;
}


table#table-nb td{
    border:hidden;
    padding:5px 1px;
    }
table#table-nb th{
    border:hidden;
    padding:5px 1px;
    vertical-align: top;
    }

.dummy {
    clear: both;
    width: 100%;
}

.accent01 {
    font-size: 15px;
    font-weight: bold;
    color: brack;
    line-height: 24px;
}

.accent02 {
    color: red;
    font-size:20px;
}




.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 18%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;

}





.menu > li a {
    display: block;
    color:   white;
    text-align: center
}

.menu > li a:hover {
    color: white;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: black;
    -webkit-transition: all .5s;
    transition: all .5s;
    color:white;
}

.menu__second-level li {
    border-top: 1px solid #FFFFFF;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: black;
    color:white;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
    color:white;
}

.menu > li.menu__single_2 {
    position: relative;
    width:15%;
    color:white;
}



li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 100%;
    background: black;
    color:white;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single_2:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__single_2 ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 100%;
    background: black;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color:white;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}






#footer p {
    margin: 0px 10px;
    color: white;
}
.policy{
    float:right;
    text-decoration: ;
    font-size: 12px;
}

.gmap {
    width:90%;
    margin:0 auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mail {
    text-decoration: none;
    color: white;
}

/*  （スマホ用ナビ　変更しないでください）ここから　 */
#nav-drawer {
    position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    margin: 10px;
    position:absolute;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #cc0033;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

#nav-drawer {
    display: none;
}

.normal-list {
    margin-left: 40px;
    margin-right: 40px;
}

.img-left-bar {
    max-width: 215px;
    width: 100%;
}

.img-left-menu {
    max-width: 200px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: solid 8px #aaaaaa;
}

.img-100p {
    width: 100%;
}

.img-70p {
    width: 70%;
    float: left;   

}

.img-50 {
    width: 50px;
    float: left;
    text-align: center;
    margin-right: 25px;
    margin-left: 25px;
}
.img-100 {
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 25px;
    margin-left: 25px;
}



.fb-page {
    width: 100%;
    max-width: 500px;
}

table {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;

}
.table1{
    border-collapse: collapse;
    margin: 0px;
    margin-left:30px;
    padding: 0px;
    width: 80%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;    
    
}

table th,
table td {
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #AAAAAA;
    text-align: center;
    /*実線 1px 黒*/
}
.table-t {
    background-color: antiquewhite;

}
.table-t2 {
    margin-left: 20px;
    background-color: antiquewhite;
    width: 50%;
}

.disp {
    display: none;
}
.normal_table {
    margin-left:20px;
    margin-right:0px;
    width: auto !important;
    text-align: center;

}
.normal_table tr td{
      border-color: white;  
}
.normal li{
    margin-left: 30px;
}
.level2{
    margin-left:30px;
}

@media screen and (max-width:1140px) {
    #header {
        padding-top:20px;
        width: 100%;
        text-align: center;
    }

    #header-logo {
        width: 70%;
        margin: 0 auto;
        float: none;
        font-size: 15px;
        line-height: 17px;

    }

    .logo {
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        float:none;
    }

    #sub-title {
        font-size: 14px;
        width:100%;
        float:none;
        margin: 0 auto;
        display:block;
    }

    #header-denwa {
        font-size:13px;
        display: block;
        width: 180px;
        margin: 10px auto;
        float:none;
        
    }

    #nav-drawer {
        display:block;
        vertical-align: top;
    }

    .glovalnavi-back {
        display: none;
    }

    #header-back {
        display:inline-block;
        
    }
    
    .glovalnavi-back,
    .mainpage-back,
    #footer-back {
        width: 100%;
    }

    #header {
        width: 90%;
        padding: 1% 1% 1% 1%;
    }

    .glovalnavi {
        width: 90%;
        padding: 5%;

    }

    .gloavlnavi ul,
    li {
        width: 100%;
        float: none;
        padding: 0px;
        margin: 0px;
    }

    #face {
        width: 100%;
        margin: 0px;
        vertical-align: bottom;
    }

    #mainpage {
        width: 100%;
        padding: 0%;
        background-color: white;
    }
    .main-contens-detail{
        
        float:none;
        width:96%;
        margin:2%;
        
    }
    .m-left {
        padding:3%;
        width: 94%;
        float: none;
    }

    .m-right {
        margin: 0px;
        padding:3%;
        width: 94%;
        float: none;
        border: 0;
    }
    .m-main {
        padding: 3%;
        width: 94%;
        float: none;
    }
    .m-main-s {
        padding: 3%;
        width: 94%;
        float: none;
    }
    #footer {
        width: 94%;
        padding: 3%;
    }
    .goyoyaku,.kakunin{
        
        display: block;
        margin:10px auto;
        float:none;
    }
    .disp {
        display: block;
    }




}

@media screen and (max-width:480px) {

    .img-30p,
    .img-50p,
    .img-70p,
    .img-500 {
        width: 100%;
        margin: 0 auto;
    }

    .img-180 {
        margin: 5px;
        width: 75%;
        float: none;
    }

    .img-right {
        width: 50%;
        margin: 0 auto;
    }

    table {
        width: 100%;
    }
    #table-nb{
        border:hidden;
    }

    .img-left-menu {
        margin-left: 0px;
        padding-left: 2%;
        border-left: solid 8px #aaaaaa;
    }
    .table-t2 {
    margin-left: 15px;
    background-color: antiquewhite;
    width: 90%;
    }
}
