body {
  font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;
  margin: 0;
  border: none;
  /* background-image: url(../img/img1.JPG);
  background-blend-mode:lighten;
  background-size: cover;
  background-attachment: fixed; */
  background-color: #F5F7F7;
}

h1 {
  font-size: 25px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.header-top {
  background-color: #002E5D;
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}


header {
  /* position: fixed; */
}

#header-logo {
  padding: 8px 10px 0px 0px;
  float: left;
  width: 250px;
  margin-left: 10px;
}

#header-logo :hover {
  opacity: 0.9;
}

#header-logo-sp {
  display: none;
}

.header-right {
  float: right;
  height: 50px;
  font-size: 14px;
  padding-top: 13px;
  font-weight: bold;
  color: white;
  text-align: right;
  margin-right: 10px;
}

.header-right h1 {
  font-size: 14px;
  margin: 0;
}

.header-menu, .header-menu1000 {
  background-color: black;
  height: 40px;
  text-align: center;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 10;bo
}

.header-menu1000 {
  display: none;
}

.menu {
    display: flex;
    height: 40px;
    margin: 0 auto;
    width: 1000px;
}

#menu-color {
  color: orange;
}

.menu > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.menu li {
    list-style: none;
    position: relative;
}
.menu li a {
    background: black;
    /* border-right: 1px solid #800000;
    border-left: 1px solid #333333; */
    color: #fff;
    display: block;
    height: 40px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    line-height: 40px;
}

/*子階層以降共通*/
.menu li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.menu li li a {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.menu li:hover > ul > li {
    height: 40px;
    overflow: visible;
}

/*aの背景色を指定*/
.menu li:hover a {/*親階層*/
    background: #757575;
}
.menu li li a {/*子階層*/
    background: #4C4C4C;
}
.menu li li:hover a {
    background: #4C4C4C;
}

/*リストに「▶︎」を付ける*/
.menu > li > ul:before{/*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 8px;
    position: absolute;
    top: 20px;
    transform: translateY(-40%);
}

.slider-wrapper {
  margin-top: 120px;
}

#sp-photo {
  display: none;
}

.yoyaku {
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
}

.information {
  text-align: center;
  padding-top: 50px;
}

#keisoku-menu {
  margin: 0 auto;
  width: 70%;
  padding: 50px 0 50px 0;
}

.twitter-wrapper {
  width: 100%;
  height: 900px;
  background-color: #ffffe0;
  padding-bottom: 50px;
  /* box-shadow: 0px 0px 20px black; */
}

.wrapper-information {
  display: flex;
  width: 1000px;
  margin: 0 auto;

}

.neage-wrapper {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.neage {
  height: 230px;
  margin: 0 auto;
  padding-top: 80px;
}

.neage p{
  display: inline;
  font-size: 20px;
  font-weight: bold;
}

.twitter-wrapper-wrapper {
  width: 500px;
  /* margin: 0 auto; */
  padding-top: 70px;
  /* box-shadow: 0px 0px 20px black; */
}

.wrapper-sns {
  width: 370px;
  padding: 100px 0px 0px 50px;
  text-align: center;
}

.wrapper-sns-btu {
  display: inline-block;
  width: 150px;
  margin: 0 auto;
}

.line-btu {
  background-color: #00B900;
  text-align: center;
  height: 40px;
  border-radius: 5px;
}

.wrapper-sns-btu :hover {
  opacity: 0.7;
}

.line-btu p {
  color: white;
  line-height: 40px;
}

.twitter-btu {
  background-color: #1DA1F2;
  text-align: center;
  height: 40px;
  border-radius: 5px;
}

.twitter-btu p {
  color: white;
  line-height: 40px;
}

.facebook-btu {
  background-color: #4267B2;
  text-align: center;
  height: 40px;
  border-radius: 5px;
}

.facebook-btu p {
  color: white;
  line-height: 40px;
}

.wrapper-sns p {
  font-size: 20px;
  font-weight: bold;
}

.wapper {
  margin-top: 200px;
  margin-bottom: 100px;
}

#wrapper {
  margin-top: 0;
}

.wapper h1 {
  width: 80%;
  margin: 0 auto;
  font-size: 35px;
  border-bottom: solid 2px black;
  /* background-color: orange; */
  color: #800000;
  padding-top: 70px;
}

.wapper h1 p {
  padding-top: 50px;
}

.wapper-message {
  background-color: #ffffe0;
  margin-top: 0px;
  padding-bottom: 80px;
  /* box-shadow: 0px 0px 20px black; */
  overflow: hidden;
}

.wapper-message-top {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
}

.wapper-message-top-img {
  /* float: left; */
  width: 450px;;
  padding: 0 20px;
}

.wapper-message-top-message {
  /* float: right; */
  width: 60%;
  padding: 0 20px;
}

.photo-wrapper {
  width: 95%;
  margin: 0 auto;;
  padding-bottom: 50px;
}

.wapper-message h1 {
  text-align: center;
  /* padding-top: 50px;
  padding-bottom: 10px; */
}

.wapper-message p {
  margin: 0 auto;
  font-size: 20px;
  max-width: 1000px;
  width: 95%;
  padding: 10px 0 10px 0;
}

.table-wrapper {
  padding-bottom: 50px;
}

.table {
  border: 1px solid gray;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
  margin-top: 50px;
  line-height: 40px;
  font-size: 25px;
  text-align: left;
}

.table th {
  border: 1px solid gray;
  /* width: 10px; */
}

.footer-menu {
  background-color: black;
  height: 120px;
  text-align: center;
}

.footer-menu li {
  background-color: black;
  height:20px;
  text-align: center;
}

.low-menu {
  margin: 0 150px;
  padding-top: 80px;
}

.low-menu li {
  display: table-cell;
  width: 150px;
  border-left: solid 1px gray;
}

.low-menu li a {
  color: #B5B5B5;
  font-size: 13px;
}

.copyright {
  color: #B5B5B5;
  font-size: 13px;
}

.ggmap {
  position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 10%;
right: 10%;
width: 80%;
height: 80%;
}




/*ヘッダーまわりはサイトに合わせて調整してください*/
.header-menu-sp {
  padding:10px;
  /* background: skyblue; */

}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  /* display: block; */
  width: 30px;
  height: 22px;
  vertical-align: middle;
  float: right;
  display: none;
  padding-right: 5px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #ff4400;
  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: 85%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

.content-sp {
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
}

.content-sp li {
  padding: 10px;
}

.content-sp a {
  color: black;
}

/*チェックが入ったらもろもろ表示*/
#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);
}

.icons {
  width: 250px;
  margin: 0 auto;
  height: 60px;
  padding-top: 20px;
}

.twitter-icon {

}

.facebook-icon-btn {
  color: #4267B2;
  font-size: 50px;
  float: left;
  padding: 6px 9px;
  background-color: white;
  border-radius: 5px;

}

.twitter-icon-btn {
  color: #1DA1F2;
  font-size: 50px;
  padding: 6px 9px;
  background-color: white;
  border-radius: 5px;
}

.line-icon-btn {
  color: #00B900;
  font-size: 50px;
  float: right;
  padding-right: 10px;
  padding: 6px 9px;
  background-color: white;
  border-radius: 5px;
}

/* コロナページ */

#korona-wrapper {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 20px;
}

.korona {
  max-width: 477px;
  background-color: #F6F6F4;
  text-align:center;
  display: table-cell;
}

.korona-img {
  padding-top: 10px;
}

.korona-btn {
  width: 50%;
  margin: 0 auto;
  padding-top: 50px;
}

.korona-btn h2 {
  text-align: center;
  background-color: red;
  line-height: 50px;
  border-radius: 25px;
  color: white;
  box-shadow: 0px 10px 5px 0px black;
}

.korona-btn h2:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

.korona-btn h2:hover {
  opacity: 60%;
}

.br {
  display: none;
}
.br-1000 {
  display: none;
}

.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}

/* ここまで */
