/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #FCE7D6;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  margin: 0 auto;
  height: auto;
}
.text1 {
  margin: 20px auto;
  text-align: center;
  font-size: 1.6rem;
}
.text2 {
  margin: 20px auto;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 2px #858585 dotted;
  padding: 10px;
}
.text-area {
  width: 64%;
  margin: 2em auto 23em;
}
.text3 {
  margin: 20px auto;
  text-align: left;
  font-size: 1.6rem;
}
.caution2 {
  width: 100%;
}
.caution2 table, td, th {
  border-collapse: collapse;
  border: 2px solid #844F3D;
  vertical-align: middle;
  font-size: 2.0rem;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.caution2 .table-text1 {
  background: #C98E59;
  color: #FFFFFF;
}
/*メイン画像
-------------------------------------*/
.mainimg img {
  width: 100%;
  height: auto;
}
.cation ul {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding: 0;
}
.cation li {
  list-style: none;
  font-size: 1.2rem;
  margin-left: 10px;
}
.cation a {
  display: block;
  padding: 10px;
  border-right: none;
  text-decoration: none;
  border-radius: 10px;
  color: #FFFFFF;
  background: #EC6C1F;
}
.cation a:hover {
  padding: 10px;
  border-right: none;
  text-decoration: none;
  color: #FFFFFF;
  background: #C94527;
}
.cont-title {
  width: 100%;
  background-color: #0192d3;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}
.subcont-title {
  width: 100%;
  background: #AF6E58;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  margin: 40px 0 0 0;
  padding: 10px;
}
.list1 ul {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding: 0;
}
.list1 li {
  width: 20%;
  max-height: 100%;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 10px;
}
.list1 a {
  display: block;
  padding: 10px;
  border-right: none;
  text-decoration: none;
  color: #FFFFFF;
  background: #A56D4E;
}
.list1 a:hover {
  padding: 10px;
  border-right: none;
  text-decoration: none;
  color: #FFFFFF;
  background: #844F3D;
}
.list2 ul {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding: 0;
}
.list2 li {
  width: 20%;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 10px;
}
.list2 a {
  display: block;
  padding: 10px;
  border-right: none;
  text-decoration: none;
  color: #FFFFFF;
  background: #C98E59;
}
.list2 a:hover {
  padding: 10px;
  border-right: none;
  text-decoration: none;
  color: #FFFFFF;
  background: #844F3D;
}
.subcont-erea {
  width: 80%;
  background: #FEF6EF;
  text-align: center;
  margin: 20px auto;
  padding: 20px;
  overflow: hidden;
}
.subcont-left {
  width: 47%;
  border-right: 1px #AF6E58 solid;
  padding: 10px;
  float: left;
}
.subcont-right {
  width: 47%;
  padding: 10px;
  float: right;
}
.sub-textarea {
  border-bottom: 1px #AF6E58 dotted;
  margin: 10px;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.sub-imagearea {
  width: 47%;
  float: left;
  margin: 0 20px 0 0;
}
.sub-textarea1 {
  width: 47%;
  text-align: left;
  float: left;
}
.booktext {
  width: 10%;
  margin: 0 5px 0 0;
  float: left;
}
.sub-textarea2 {
  width: 47%;
  border-bottom: 1px #0071BC solid;
  margin: 0 0 10px 0;
  float: left;
}
.sub-titlearea {
  width: 30%;
  background: #0071BC;
  color: #FFFFFF;
  margin: 0 5px 0 0;
  padding: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  float: left;
}

.sub-textarea3 {
  width: 60%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  float: left;
}
.sub-textarea4 {
  width: 47%;
  font-size: 1.4em;
  font-weight: bold;
  color: #0071BC;
  text-align: left;
  float: left;
}

.sub-textarea5 {
  width: 47%;
  font-size: 1.1em;
  font-weight: bold;
  color: #0071BC;
  text-align: left;
  float: left;
}
/*フッター
-------------------------------------*/
footer{
  text-align: center;
  width: 100%;
}
/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  color: #FFF;
  font-size: 1.0rem;
  padding: 2rem 0;
  background-color: #0192d3;
}
.copyright a {
  text-decoration: none;
  display: inline-block;
}
/*ページトップへ戻るボタン
-------------------------------------*/
#page_top {
  position: fixed;
  bottom: 60px;
  right: 20px;
}
#page_top a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}
@media (max-width: 600px) {
.text-area {
  width: 90%;
  margin: 5em auto 10em;
}
}