

@charset "utf-8";

/*---------------------------------------------
	全体
----------------------------------------------*/
body {
  font-size:  90%;
  color: #555555;
  background-color: #f6f6f6;
  width: 90%;
  margin: auto;
  font-family: sans-serif;
  overflow-wrap: anywhere;
  }

p.sitetitle {
font-size: 130%;
/*font-family: "リュウミン R-KL";*/

  }

p.title{
font-size: 100%;
}


.clrNm1{
  font-weight: 600;
}

.sil {
  float: right;
  width: 30%;
}

hr {
  display:none;
}
#formWrap{
color: #a9a9a9;
}


/*---------------------------------------------
	footer
----------------------------------------------*/
footer {
  clear: both;
  padding: 0 0 0 0;
  font-size: 70%;
  text-align: right;
}
footer p{
border-top: 1px solid #c0c0c0;
}

/*---------------------------------------------
	a
----------------------------------------------*/
a:link{
  color:#555555;
  text-decoration: none;
  }
a:hover{
  text-decoration: none;
  }
a:visited{
  color:#808080;
  text-decoration: none;
  }
	




span.new {
  color: #00bfff;
  font-size: 80%;
  padding: 0 0 0 10px;
  }

/*---------------------------------------------
	NAV
----------------------------------------------*/
nav ul {
  margin: 40px 0 0 0;
  padding: 0;
}
nav ul li{
  float: left;
  list-style: none;
  width: 48%;
  height: 20px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #c0c0c0;
  margin: 0 2% 0 0;
  padding: 20px 0 0 0;
}
nav ul li a {
  display: block;
}


section.index ul{
  margin: 0;
  padding: 0;
}
section.index ul li {
  float: left;
  list-style: none;
  width: 45%;
  min-height: 150px;
  border: 1px solid #c0c0c0;
  margin: 20px 20px 0 0;
  padding: 10px 0 0 10px;
}
section.index ul li a{
  display: block;
}


section.main ul{
  margin: 0;
  padding: 0;
}
section.main ul li{
  list-style: none;
  width: 100%;
  text-align: left;

  margin: 15px 2% 0 0;

}

/*---------------------------------------------
	main
----------------------------------------------*/
section.log {
  clear: both;
  padding: 50px 0 0 0;
} 

section#about {
  overflow: hidden;
  width: 100%;
  padding: 50px 0 0 0;
  border-bottom: 1px solid #c0c0c0;

    
}
section#about p{
  float: left;
}



section.main{
  clear: both;
  padding: 50px 0 0 0;
}
section.kuloitakino{
  padding: 5px 0 0 0;
  clear: both;
  width: 90%;
}
section.kuloitakino p{
   border-bottom: 1px solid #c0c0c0;
  padding: 50px 0 0 0;
}

section.kuloitakinohumotomade{
  padding: 5px 0 0 0;
  float: right;
  width: 100%;
}
section.kuloitakinohumotomade p{
clear: both;
  padding: 50px 0 0 0;
}

section.nikkimodoki{
  padding: 5px 0 0 0;
  clear: both;
}
section.nikkimodoki p{
   border-bottom: 1px solid #c0c0c0;
  padding: 50px 0 0 0;
}

.alignR{
  padding: 50px;
  color: #c0c0c0;
}

.clear {
  clear: both;
}
.bb{
display: block;
border-bottom: 1px solid #c0c0c0;
width: 109%;
margin: 0 0 60px 0;
}
.bb p a {
border-bottom: 1px solid #c0c0c0;
}

span.chuui a{
border-bottom: 1px solid #c0c0c0;
}
section.kuloitakino p.notpc{
border: none;
}
/*---------------------------------------------
	詩のnav
----------------------------------------------*/
div.kuloitakino_wrap{
}

div.kuloitakino_wrap nav.kulo_nav{

}
div.kuloitakino_wrap nav.kulo_nav p{
clear: both;
}
div.kuloitakino_wrap nav.kulo_nav ul{
}
div.kuloitakino_wrap nav.kulo_nav ul li{
}
div.kuloitakino_wrap nav.kulo_nav ul li a{

}




/*---------------------------------------------
	ハンバーガーメニュー
----------------------------------------------*/

.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 0;
  background-color: #808080;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 36px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
kulo_nav(ナビ)
=================================== */
.kulo_nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .kulo_nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

/*---------------------------------------------
	event
----------------------------------------------*/
img.hon{
width:50%;
height: auto;
}



