@charset "utf-8";

.logo_title{
  margin: 5px 0 30px 20px;
}
/* page title */
h1.page_title{
  margin: -20px 0 0 0;
  padding: 35px 0 0 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  height: 70px;
  background: #000;
}
h3.sub_title{
    width: 100%;
    margin: 0;
    padding: 10px 0 7px 0;
    background: #636363;
    border-top: solid 1px red;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

/* jump menu */
.jump{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  /*  flex-basis: auto; */
    margin: 10px auto;
}
/* .jump > li {/*親階層のみ幅を25%にする
    width: 20%;
} */
.jump li {
    width: auto;
    margin: 10px 25px;
    font-size: 22px;
    line-height: 1.6;
    text-shadow: 1px 1px 3px #808080;
    text-align: center;
}
.jump li a{
}

/* area title */
h3.area{
  width: 87%;
  padding: 12px 0 10px 0;
  margin: 10px 0 0 7%;
  background: #000;
  color: #fff;
  font-size: 22px;
  text-align: center;
  border-top: solid 2px #543f32;
  border-bottom: solid 1px #543f32;
  box-shadow: 10px 10px 15px -10px;
}
h3.area a{
  color: #d3cbc6;
  text-decoration: none;
  text-shadow: 10px 10px 15px -10px;
}
h3.area a:hover{
  color: #543f32;
}
.column{
  display: flex;
  width: 90%;
  margin: 10px 0 0px 6%;
  padding: 0px 20px;
}
.item_frame{
  width: 50%;
  margin: 10px 10px;
  padding: 20px 10px 10px 40px;
  border-left: solid 1px red;
  border-top: solid 1px red;
}
.name{
  padding: 0px 10px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #808080;
}
.name a{
  color: #000;
}
.catch{
  padding: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: ;
  line-height: 1.6;
}
.thoughts{
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: ;
  line-height: 1.6;
}
.thoughts a{
  color: blue;
}

/* return */
.return{
  display: ;
  margin: 10px 0 0 3%;
}
/* ページトップへもどる　*/
p.return_to_top{
  margin: 0px;
  padding: 5px 15px;
  background-color: #d3cbc6;
  text-align: center;
}
p.return_to_top a{
  font-size: 17px;
  font-weight: bold;
}
/* Museumリンク集へもどる　*/
p.return_to_museumhtml{
  margin: 10px 0 0;
  padding: 5px 15px;
  background-color: #e4d2d8;
  text-align: center;
}
p.return_to_museumhtml a{
  font-size: 15px;
  font-weight: bold;
}

/* 関連映画などへリンク */
p.links02{
  margin: 0;
  color: red;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
p.links02 a{
  color: red;
  font-size: 14px;
  line-height: 1.5;
}


/* page bottom --- return to museum list　*/
h4.return_to_museumlist{
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: 0 0 5px 0;
  background: #d3cbc6;
  font-size: 18px;
  text-align: center;
  border-top: solid 1px red;
  border-bottom: solid 1px #543f32;
  box-shadow: 10px 10px 15px -10px;
}
