@charset "utf-8";
/* CSS Document */




/*ネットから*/

details[open] .open {
  display: none ;
}

details:not([open]) .close {
  display: none ;
}
	
/* Chrome、Safari以外 三角を消す */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/



#LayoutDiv2 {           /*1の角丸版*/
  display: block;
  float: left;
  clear: both;
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color:#FFF;
}


.Wrapper1 {     /*LayoutDiv1の内側*/
  z-index: 100;
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}



.back-picture1 {
  background-attachment: fixed;
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  background-image: url(images/Photo01.jpg);
}




.day {
  color: #000000;
  font-weight: bold;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-top-color: #000000;
  border-bottom-color: #787878;
  cursor: pointer;
  width: 100%;
  display: block;
}

.oomidashi {
  color: #2D3C84;
  font-weight: bold;
  font-size: 17px;
  list-style-type: none;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-midashi {
  color: #000000;
  font-weight: bold;
  list-style-type: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}


.news {
  font-size: 14px;
  line-height: 28px;
  list-style-type: none;
  color: #3A3A3A;
}


.news-photo {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 400px;
  min-width: 200px;
  list-style-type: none;
}

.kiji-cap {
  font-family: "新ゴ B", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  line-height: 20px;
  color: #000;
}
