@charset "utf-8";

/* サブナビ 固有  */
nav.sub_nav{
  border-top: solid 1.5px #9933cc;
}
ul.sub_nav{
  border-left: solid 1.5px #9933cc;
  border-bottom: solid 1.5px #9933cc;
}


.featuring p{
  padding: 10px 20px 20px;
  font-size: 16px;
}

 /* 行ってみました！　*/
.ittemimashita{
  display: flex;
  justify-content: center;
}
.ittemimashita a img{
  width: 20%;
  margin: 10px 0 0 30%;
}
.ittemimashita p{
  width: 100%;
  margin: 0 0 0 -40px;
  padding: 10px 25px 10px 0px;
  font-size: 16px;
  color: ;
  font-weight: bold;
}
.ittemimashita p a{
  color: red;
}
.ittemimashita_small{
  display: flex;
  justify-content: center;
  margin: 0 0 0 30px;
}
.ittemimashita_small a img{
  width: 80%;
  margin: 10px;
}
.ittemimashita_small p{
  margin: 0 0 0;
  padding: 10px;
  font-size: 14px;
  color: ;
  font-weight: bold;
}


/* 目次リスト */
.area00{
  margin: 15px 0;
  padding: 15px 0;
  background-color: #663399;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: solid 1px red;
  box-shadow:
  0 1.9px 2.5px rgba(0, 0, 0, 0.057),
  0 5px 6.1px rgba(0, 0, 0, 0.076),
  0 10.1px 11.4px rgba(0, 0, 0, 0.086),
  0 19.2px 19.8px rgba(0, 0, 0, 0.092),
  0 38.4px 34.8px rgba(0, 0, 0, 0.1),
  0 101px 74px rgba(0, 0, 0, 0.13);
}
.area00 a{
  color: #fff;
}
ul.sub_index li{
  margin: 0 auto;
  padding: 5px 0 5px 40px;
  font-size: 16px;
  border-bottom: solid 0.7px #9933ff;
}

/*
ul.dropdown li{
  padding: 3px 50px;
  border-top: dotted 1px #000;
  line-height: 1.5;
}
 */

/* ページ先頭へもどる */
.returnto_top{
  padding: 7px 0;
  background-color: #f4f4ff;
  text-align: center;
  border-top: dotted 1.3px #000;
  border-bottom: solid 0px #000;
  font-size: 16px;
  font-weight: bold;
}

/* */
.area0{
  background-color: #000;
  padding: 8px 0;
  color: #fff;
}
.area0 a{
  color: #fff;
}
p.area{
  background-color: #000;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.img-link{
  width: 100%;
  margin: 0px;
}
.setsumei{
  width: 100%;
  margin: 0px;
}
h3.heading{
  margin: 0 0 15px 0;
  padding: 15px;
  background-color: #808080;
  border-bottom: solid 1px red;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  box-shadow:
  0 1.9px 2.5px rgba(0, 0, 0, 0.057),
  0 5px 6.1px rgba(0, 0, 0, 0.076),
  0 10.1px 11.4px rgba(0, 0, 0, 0.086),
  0 19.2px 19.8px rgba(0, 0, 0, 0.092),
  0 38.4px 34.8px rgba(0, 0, 0, 0.1),
  0 101px 74px rgba(0, 0, 0, 0.13);
}
h3.heading a{
  color: #fff;
}
p.address{
  margin: 0;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: bold;
}
p.contents{
  margin: 5px 0 0 0;
  padding: 15px;
  line-height: 1.6;
  font-size: 14px;
  color: #330066;
  background: #f4f4ff;
  text-align: left;
}
p.kanren{
  margin: 0px 0px;
  padding: 15px;
  line-height: 1.6;
  font-size: 14px;
  color: green;
  background: #eaffff;
  text-align: left;
}
p.kanren a{
  color: green;
  font-weight: bold;
}

/* "つづく"のリンク */
.yoko{
  display: flex;
}
/* くの字型矢印 */
.arrow{
  border-top: solid 3px #00cc33;
  border-right: solid 3px #00cc33;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  margin: 10px 7px 10px 10px;
  padding: 0;
}
p.tsuzuku{
  margin: 7px 0 0 0;
  font-size: 14px;
}


/*  映画紹介 */
p.links02{
  margin: 0px 0 10px 0;
  padding: 10px;
  line-height: 1.6;
  font-size: 14px;
  color: green;
  background-color: #eaffff;
  text-align: left;
}
p.links02 a{
  color: green;
  font-weight: bold;
}
