  *{
  box-sizing:border-box;
}

body{
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  margin: 0 auto;
  /*color: #555;*/
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.container p{
  font-size: 14px;
  line-height: 160%;
}

footer{
  text-align: center;
}
footer p{
  font-size: 14px;
}

header{
  background-color: white;
  position:fixed;
  z-index: 2;
  height: 60px;
  width: 100%;
}

.header-left{
  float: left;
  padding-top: 17px;
  padding-left: 25px;
  height: 60px;
}

.header-left img{
  width: 100px;
}

.header-right{
  float: right;
  margin-right: 25px;
  height: 60px;
}

.slideToggle{
  float: left;
  height: 60px;
  cursor : pointer;
}

.header-right p{
  display: inline-block;
  color: black;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 12px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 20px;
  margin: 0 auto;
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
}

/*タブレット・スマホ用ナビゲーションアイコン*/
.menu-icon {
  display:none;
  float: right;
  color: #555;
  font-size: 25px;
  height: 60px;
  padding: 16px 20px;
}

#menu-icon{
  float: right;
}
/*ここまで*/


/*タブレット・スマホ用ナビゲーション*/
#header-right-responsive{
  position: relative;
  z-index: 3;
  clear: right;
  display: none;
  background-color: rgba(255,255,255,0.8);
  height: 100vh;
}

#header-right-responsive ul{
  padding: 0;
  text-align: center;
}

#header-right-responsive li{
}

#header-right-responsive p{
  display:none;
  display: block;
  color: #555;
  font-family: sans-serif;
  text-decoration: none;
  transition: all 0.5s;
  width: 100%;
  margin: 0 auto;
  cursor : pointer;
  padding-bottom: 20px;
}



#header-right-responsive p:hover{
  text-decoration:underline;
}
.slideToggle-responsive{
  cursor : pointer;
  font-weight: 600;
}

.slideToggle-responsive p{
  padding: 30px;
  font-size: 20px;
}

.navi-responsive{
  overflow: auto;
  clear: both;
  z-index: 3;
  display: none;
  width: 100%;
  text-align: center;
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
}

.navi-responsive p:hover {
  text-decoration:underline;
}

.navi-responsive p{
  color: #555;
  border:none;
  transition: all 0.5s;
  font-size: 15px;
  margin: 0 auto;
  padding: 0px;
  padding-bottom: 5px;
}
.navi-responsive a{
  text-decoration: none;
}
/*ここまで*/

.navi{
  overflow: auto;
  clear: both;
  z-index: 3;
  display: none;
  width: 100%;
  background-color: white;
  text-align: center;
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
}

.navi h3{
  font-size: 40px;
  border-bottom: solid;
  border-width: 2px;
  border-color: #A9A9A9;
  margin: 0 auto;
  padding-top: 30px;
  margin-left: 40px;
  margin-right:40px;
}

.navi p:hover {
  text-decoration:underline;
}

.navi p{
  float: left;
  color: #555;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cover{
  position: relative;
  z-index: 2;
  height: 100vh;
  background-color: white;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  width:10000px;
}

.logo{
  display: table-cell;
  width:10000px;
  text-align: center;
  margin: 0 auto;
}

.logo p{
  font-size: 18px;
}
.logo img{
  /*width: 150px;*/
  width: 280px;
}

.icon{
  overflow: auto;
}

/*.icon a{
  color: #555;
  position: absolute;
  width: 60px;
  font-size: 40px;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
}*/

.icon img{
  /*color: #555;*/
  position: absolute;
  width: 40px;
  /*font-size: 40px;*/
  text-align: center;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
}

.top-wrapper{
  min-height: 50px;
  height: auto !important;
  height: 650px;
  background-image: url(index-top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*text-align: center;*/
  padding-left: 15%;
  padding-right: 15%;
}

/*.flex-container{
  display: flex;
  justify-content: center;
  align-items: center;
}*/

.top-wrapper img{
  width: 100%;
}

.top-wrapper img:hover{
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity:0.6;
  zoom:1;
}

.top-wrapper img:hover{
  transform:scale(1.2,1.2);
   transition:1s all;
}

.top-img{
  width: 20%;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 140px;
}

.middle-img{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 140px;
/*  margin-left: 60px;
  margin-right: 60px;*/
  /*text-align: center;*/
  /*
  margin: 0 auto;*/
   /*margin-bottom: 160px;*/
}

.bottom-img{
  width: 30%;
  margin: 0 auto;
  padding-bottom: 140px;
/*  margin-left: 60px;
  margin-right: 60px;*/
  /*text-align: center;*/
  /*
  margin: 0 auto;*/
   /*margin-bottom: 160px;*/
}

.copy{
  text-align: center;
  /*width: 60%;*/
  /*padding-top: 160px;*/

}

.top-wrapper h2{
  padding-top: 160px;
  margin: 0 auto;
  /*padding-top: 160px;*/
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  /*width: 60%;*/
/*  left: 50%;
  right: 50%;*/
}


/*.top-wrapper h3{
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}*/

.top-wrapper p{
  width: 60%;
  padding-top: 10px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.center-p{
  text-align: center;
  /*margin-bottom: 100px;*/
  margin-bottom: 200px;
}

table{
  /*color: #5A4143;*/
  flex: auto;
  width: 100%;
  margin-right: 10px;
  border-collapse: collapse;
}
th{
  text-align: left;
  /*border-bottom: solid 1px;*/
}
td{
  text-align: left;
  /*border-bottom: solid 1px;*/
}

th,td{
  font-size: 14px;
  padding: 10px;
  line-height: 160%;
}

.middle-wrapper{
  /*text-align: center;*/
  display: table;
  width: 100%;
/*  padding-top: 170px;*/
  padding-top: 150px;
/*  120pxに戻す*/
  padding-bottom: 170px;
  padding-left: 15%;
  padding-right: 15%;
}

/*.middle-wrapper img{
  width: 100%;
  text-align: center;
}*/

.middle-wrapper h2{
  text-align: center;
  padding-bottom: 20px;
}

.middle-wrapper a{
  text-decoration: none;
  color: #006600;
}

.middle-wrapper a:hover {
  /*color: #245fbb;*/
  text-decoration:underline;
}

.menu{
  text-align: center;
}

.menu img{
  width: 30%;
  margin:0 auto;
}


/*@keyframes album {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}

@-webkit-keyframes album {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}*/

/*.site-map{
  background-color: white;
  width: 100%;
  overflow: auto;
  height: auto;
  padding-top: 30px;
  padding-left: 15%;
  padding-right: 15%;
  margin: 0 auto;
}

.site-map h2{
  text-align: center;
}

.site-map h3{
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
  /*text-align: center;*/
}

.site-map ul{
  float: left;
  list-style: none;
  width: 25%;
  padding-right: 40px;
}

.site-map a{
  color: #555;
  text-decoration: none;
}

.site-map a:hover{
  text-decoration: underline;
}*/

footer{
  background-color: white;
  overflow: auto;
  font-family: sans-serif;
  text-align: center;
  height: 60px;
  width: 100%;
}

@media all and (min-width: 1441px) {

}



@media all and (max-width: 1440px) {
  .top-wrapper h3{
    text-align: left;
  }

/*  .site-map{
    padding-right: 30px;
    padding-left: 30px;
  }*/
}


@media all and (max-width: 900px) {
  .top-wrapper{
    padding-left: 5%;
    padding-right: 5%;
  }
  .middle-wrapper{
    padding-left: 5%;
    padding-right: 5%;
  }

  h1{
    font-size: 18px;
  }

  h2{
    font-size: 16px;
  }

  h3{
    font-size: 14px;
  }

  .container p{
    font-size: 14px;
  }
  footer p{
    font-size: 14px;
  }

/*  .site-map ul{
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .map-left{
    float: left;
    width: 50%;
  }

  .map-right{
    width: 50%;
    float: left;
  }*/
}

@media all and (max-width: 600px) {
  .header-right a{
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .middle-wrapper{
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-img{
    width: 40%;
  }

  .middle-img{
    width: 65%;
  }

  .bottom-img{
    width: 50%;
  }

/*  .menu{
    display: none;
  }*/

}

@media all and (max-width: 500px) {
  header{
    min-width: 250px;
  }

  .header-right{
    display:none;
  }

  .menu-icon{
    display:block;
  }

  .top-wrapper h2{
    padding-top: 120px;
    /*width: 80%;*/
    padding-right: 10%;
    padding-left: 10%;
  }

  .top-wrapper h3{
    width: 80%;
  }

  .top-wrapper p{
    width: 80%;
  }

/*  .site-map h3{
    text-align: center;
  }

  .site-map li{
    text-align: center;
  }

  .map-left{
    float: none;
    width: 100%;
  }

  .map-right{
    width: 100%;
    float: none;
  }*/
}

@media all and (min-width: 1300px) {
  body{
    width: 1300px;
  }

/*  body{
    background-color: #dcdcdc;
  }
  .container{
    background-color:white;
  }*/
}