@charset "UTF-8";
/*----■ 基本の色  ■-----*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  z-index: 0;
  font-family: ヒラギノ角ゴ ProN W3;
  background-color: #F8F5E4;
  background: linear-gradient(180deg, #582b09 250px, #f1eaca 0%, #f1eaca);
}

a img {
  opacity: 1;
  border: 3px solid #fff;
}

a:hover img {
  opacity: 1;
  border: 3px solid #0044ff;
}

header {
  margin-top: 0;
  background: #0E79AC;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .artist_ttl {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
header .artist_ttl .ttl-img {
  width: 30%;
  max-width: 100px;
  vertical-align: middle;
}
header .artist_ttl h1 {
  display: inline-block;
  color: #fff;
}

.room_ttl {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 40px auto;
  border-radius: 50%;
  background-color: #0E79AC;
}
.room_ttl::before {
  content: "|";
  width: calc(100% + 20px);
  height: calc(100% + 20px); /* 外側の線になる要素の高さを指定する */
  border: 3px solid #0E79AC; /* 外側の線になる一本線の枠線をひく*/
  border-radius: 50%;
  position: absolute; /* 外側の線の位置を自由に動かせるようにする */
  top: -10px; /* 外側の線の位置を、内側の線から上に3pxずらす */
  left: -10px; /* 外側の線の位置を、内*/
}
.room_ttl h1 {
  padding-top: 35px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 0px #fff;
}
.room_ttl h1 span {
  display: block;
  font-size: 4rem;
  letter-spacing: 0em;
}
.room_ttl h1 span span {
  display: inline-block;
  padding: 0px 0.2em;
}

.目次 {
  display: inline-block;
  max-width: 32rem;
  margin: 2em auto 0em auto;
}
.目次 dl {
  margin-bottom: 0.2em;
  border: 1px solid #b8b8b8;
  box-shadow: 3px 3px 0px 0px #a5a5a5;
  border-radius: 10px;
}
.目次 dl dt {
  padding: 0.1em 0.5em;
  font-size: 2rem;
}
.目次 dl dd {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  text-indent: 1em;
}

/* ページ　index */
.image_list .ひと言 {
  max-width: 600px;
  width: 90%;
  margin: auto;
}
.image_list .ひと言 p {
  line-height: 1.6;
}
.image_list .ひと言 #使い方 {
  width: 70%;
  margin: 0rem auto 3rem;
}
.image_list .ひと言 #使い方 .挨拶 {
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
  line-height: 1.5em;
}
.image_list .ひと言 #使い方 h3 {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 2rem;
}
.image_list .ひと言 #使い方 li {
  text-align: left;
  width: 100%;
  text-indent: -6em;
  padding-left: 6em;
}
.image_list .artist_list {
  text-align: center;
}
.image_list .artist_list li {
  display: inline-block;
  max-width: 240px;
  width: 30%;
}
.image_list .artist_list li h3 {
  margin-bottom: 5px;
  line-height: 1;
}
.image_list .artist_list li img {
  width: 80%;
  height: 100px;
}

/* 「ほとばしる絵筆」 （「画家の部屋」別館） */
.large_image_list {
  text-align: center;
}
.large_image_list .room_ttl {
  margin-top: 2em;
  background-color: #aa1818;
}
.large_image_list .room_ttl::before {
  border-color: #aa1818;
}
.large_image_list .list {
  width: 90%;
  margin: auto;
  text-align: center;
}
.large_image_list .list li {
  display: inline-block;
  width: 120px;
  margin: 0px 5px;
  padding: 0px;
  vertical-align: top;
}
.large_image_list .list li a img {
  width: 100%;
}
.large_image_list .list li a .large_paint2-1 {
  font-size: 1.4rem;
  text-align: center;
}

.large-img-baner {
  max-width: 500px;
  margin: 2em auto;
  line-height: 1.2;
  border: 1px solid #49bf7b;
  padding: 15px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}
.large-img-baner img {
  width: 110px;
  vertical-align: top;
  float: left;
  margin-right: 15px;
}
.large-img-baner p {
  font-weight: bold;
  font-size: 1.6rem;
  color: #0672d0;
}
.large-img-baner p.sub1 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
}

/* .artist_ttl{width: 60%; min-width: 320px; margin:20px auto ;}
.artist_ttl img{width: 100%;} */
.thumb {
  display: inline-block;
  width: 170px;
  overflow: hidden;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  text-align: center;
}
.thumb img {
  width: 100%;
  height: 150px;
}

.written {
  line-height: 1.5em;
  padding: 10px;
}

.bold {
  font-weight: bold;
}

.next1 {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 200px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.artist_list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.5rem;
  padding-top: 10px;
  margin: 2px 2px 15px 2px;
  background-color: #f8fdfe;
  min-height: 170px;
  border: 1px solid #6fa1d3;
  border-right: 3px solid #6fa1d3;
  border-bottom: 3px solid #6fa1d3;
}
.artist_list li h3 {
  margin: 0px 0;
  line-height: 1;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
}
.artist_list li p {
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
}
.artist_list li img {
  width: 160px;
  height: 100px;
}

.thumb {
  display: inline-block;
  width: 170px;
  margin: 10px 5px 0 5px;
  overflow: hidden;
  vertical-align: top;
}

/* 画家各人の説明文 */
#ttl_box {
  margin: 30px auto 20px auto;
}
#ttl_box #artist_title {
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}
#ttl_box #age {
  text-align: center;
  margin-bottom: 10px;
}
#ttl_box #portrait_s {
  margin-right: 15px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}
#ttl_box #exp_div {
  position: relative;
  text-align: left;
  line-height: 1.8;
  width: auto;
  padding: 0 20px 0 50px;
}
#ttl_box #exp_div .back_honkan {
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #1545a0;
  color: #fff;
}
#ttl_box #exp_div p.exp {
  line-height: 1.4;
}
#ttl_box #exp_div #ttl_box {
  margin: 30px auto 20px auto;
}
#ttl_box #exp_div #artist_title {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-align: center;
  color: #0443a0;
}
#ttl_box #exp_div #portrait_s {
  margin-right: 15px;
  margin-top: 20px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}
#ttl_box #exp_div #age {
  text-align: center;
  margin-bottom: 10px;
}
#ttl_box #exp_div #exp {
  text-align: left;
  line-height: 1.4em;
  width: auto;
  padding: 0 20px 0 50px;
}
#ttl_box a.List_of_Works, #ttl_box a.Wikipedia, #ttl_box a.WikiArt, #ttl_box a.Arts_Culture, #ttl_box a.etc, #ttl_box .wikidata {
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
  font-size: 1.4rem;
}
#ttl_box a.List_of_Works {
  background-color: dodgerblue;
  color: #fff;
}
#ttl_box a.Wikipedia {
  background-color: #069116;
  color: #fff;
}
#ttl_box a.WikiArt {
  background-color: #0286c1;
  color: #fff;
}
#ttl_box a.Arts_Culture {
  background-color: #c13502;
  color: #fff;
}
#ttl_box a.wikidata {
  background-color: #910491;
  color: #fff;
}
#ttl_box .etc::before {
  content: "・";
  color: red;
}
#ttl_box a.etc {
  background: #eee;
  color: #333;
}

.thumb {
  font-size: 1.4rem;
  line-height: 1.2;
}
.thumb img {
  margin-bottom: 5px;
  width: 100%;
  height: 150px;
}
.thumb .day {
  color: #004493;
  text-shadow: 0.3px 0.3px 0px #00478e;
}

.written {
  line-height: 1.5em;
  padding: 10px;
}

.bold {
  font-weight: bold;
}

.next1 {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 200px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}