body {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  padding: 0;
  margin: 0 ;
  font-family: 'Noto Sans JP', sans-serif;
}
.header {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
}
h1 {
  margin: 0;
}
a {
  text-decoration: none;
}
.rogo {
  width: 20%;
  height: auto;
}
/* .navi {
  background: #f9f9f9;
  box-shadow: 0 2px 8px rgba(30,30,80,.3);
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  display: flex;
} */
.top {
  width: 100%;
}
.about {
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #f9f9f9;
}
.agra {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  
}
.icon {
  border-radius: 50%;
  max-width: 70%;
  height: auto;
  margin: 20px;
}
.profile {
  color: #1a1a1a;
}
.twitter {
  width: 1.5rem;
  height: 1.5rem;
  margin: 3px;
}
.twitter:hover {
  filter: brightness(70%);
}
.mail {
  width: 1.5rem;
  height: 1.5rem;
  margin: 3px;
}
.mail:hover {
  filter: brightness(70%);
}
ul {
  list-style-type: none;
}
li {
  padding: 5px;
}
#hanagata {
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #873042;
}
#ougigata {
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #bcb442;
}
#hishigata {
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #334570;
}
footer {
  width: 100%;
  height: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #1a1a1a;
  text-align: center;
  color: #f9f9f9;
}
.about h2 {
  width: 40%;
  height: auto;
  margin-left: 30%;
  margin-right: 30%;
  box-sizing: border-box;
  text-align: center;
  color: #1a1a1a;
  padding: 1rem 2rem;
  border: 6px double #1a1a1a;
}
main h2 {
  position: relative;
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  text-align: center;
  color: #f9f9f9;
}
main h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  box-sizing: border-box;
  background: #f9f9f9;
}
main p {
  text-align: center;
  color: #f9f9f9;
}
.hana {
  width: 8%;
  height: auto;
  margin-left: 46%;
  margin-right: 46%;
}
.ougi {
  width: 10%;
  height: auto;
  margin-left: 45%;
  margin-right: 45%;
}
.hishi {
  width: 10%;
  height: auto;
  margin-left: 45%;
  margin-right: 45%;
}
.slider{
  margin: 100px auto;
  padding: 0;
  width: 80%;
  opacity: 0;
  transition: 3s;
}
.slick-initialized {
  opacity: 1
}
.slider img {
  height: auto;
  width: 100%;
  border-radius: 10%;
  margin: 5px 0 5px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.slider img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70vw;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #f9f9f9;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  height: auto;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-content p {
  color: #1a1a1a;
}
.modal-content img {
  width: 100%;
  height: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
#nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
iframe {
  max-width: 100%;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 20px;
  display: flex;
  justify-content: center;
  background-color: #454e69;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 10px;
  background: #d9d8cf;
  display: block;
  content: '';
  cursor: pointer;
  margin-top: 15px;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 20%;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #f9f9f9;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
@media (max-width: 670px) {
  #nav-content {
    max-width: 40%;/*最大幅（お好みで調整を）*/
  }
}
/* #nav-content img {
  filter: brightness(70%);
}
#nav-content img:hover {
  filter: brightness(70%);
} */
.menu {
  padding: 20px;
  background-color: #f9f9f9;
  color: #1a1a1a;
  border-color: #454e69;
}
.menu:hover {
  filter: brightness(70%);
}

/*チェックがついたら表示させる*/
#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, 0.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
.modal-content h4 img {
  width:1.5rem;
  height: 1.5rem;
  margin:5px;
}
.modal-content h4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail p {
  text-align: left;
}
.profile h3 {
  display: flex;
  justify-content: baseline;
}
.profile p {
  display: flex;
  justify-content: baseline;
}
.btn{
  width: 70%;
  max-width: 340px;
  padding: 15px 10px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  background-color: #873042;
  text-decoration: none;
}
.btn:hover {
  filter:brightness(70%);
}
.tag{
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  color: #f9f9f9;
  background-color: #3771c8;
  text-decoration: none;
}
