.en {
  text-align: left;
}

.contents {
  width: 88%;
  margin: 0 auto;
}

.intro {
  padding: 0 5% 30px;
}
.intro .title {
  padding-left: 5%;
}
.intro .title h2 {
  color: #111;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
}
.intro .title .sub {
  color: #9b864c;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  margin-top: 20px;
}
.intro .title .text {
  font-size: 0.95rem;
  line-height: 1.4rem;
  color: #333;
  margin-top: 10px;
}

.theme figure {
  border-radius: 8px;
  overflow: hidden;
}
.theme h3 {
  font-size: 1.5rem;
  margin: 15px 0 5px;
  color: #111;
}
.theme h3 span {
  font-size: 0.95rem;
}
.theme .text {
  height: 65px;
  font-size: 0.95rem;
  line-height: 1.4rem;
  width: 95%;
  overflow: hidden;
  margin-bottom: 15px;
  color: #333;
}
.theme ul {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.theme li {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}

.top {
  padding: 50px 4% 0;
}
.top .intro {
  display: table;
  width: 100%;
}
.top .intro .info {
  display: table-cell;
  width: 75%;
  padding-top: 40px;
  padding-right: 50px;
  vertical-align: top;
}
.top .intro .map {
  display: table-cell;
  width: 25%;
  padding-right: 1%;
  vertical-align: top;
}
.top .theme ul {
  padding-left: 15%;
  padding-right: 5%;
}
.top .theme li {
  width: 33.3%;
  padding-left: 25px;
}
.top .theme li:nth-child(2) {
  padding-top: 30px;
}
.top .theme li:nth-child(3) {
  padding-top: 60px;
}

.tour-list {
  padding: 100px 0% 50px;
}
.tour-list .tour_box3 {
  padding: 0 6%;
}
.tour-list .tour_box3 li.list {
  padding: 0 15px;
}

.tour-style {
  padding: 80px 0% 50px;
}
.tour-style .theme ul {
  padding-left: 15%;
  padding-right: 5%;
}
.tour-style .theme li {
  width: 33.3%;
  padding-left: 25px;
}
.tour-style .theme li:nth-child(2) {
  padding-top: 30px;
}
.tour-style .theme li:nth-child(3) {
  padding-top: 60px;
}

.heritage {
  background-color: #f3fffd;
  padding: 70px 0 50px;
}
.heritage .list {
  display: block;
  width: 90%;
  padding: 0 0px 30px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #888;
}
.heritage .list::after {
  content: "";
  display: block;
  clear: both;
}
.heritage .list .info {
  display: block;
  width: 38%;
  float: right;
  padding-top: 20px;
}
.heritage .list .pic {
  display: table;
  width: 62%;
  padding-right: 25px;
}
.heritage .list .pic li {
  display: table-cell;
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}
.heritage .list .pic figure {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 2px 2px #ccc;
}
.heritage .list h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
  color: #111;
  font-weight: bold;
}
.heritage .list .text {
  font-size: 0.95rem;
  line-height: 1.35rem;
  color: #333;
}

.basic_info {
  padding: 70px 0 30px;
}
.basic_info .info_list ul.themes {
  display: table;
  width: 90%;
  margin: 10px auto 40px;
}
.basic_info .info_list li.themes {
  display: table-cell;
  vertical-align: top;
  width: 33.3%;
  padding: 0 15px;
  box-sizing: border-box;
}
.basic_info .info_list .title {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
}
.basic_info .info_list .title .icon {
  background-color: #0d36ff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -8px;
  left: -10px;
}
.basic_info .info_list .title h3 {
  display: block;
  background-color: #0d36ff;
  width: 100%;
  height: 32px;
  color: #fff;
  padding: 5px 0 0 55px;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.basic_info .info_list .box {
  padding-left: 10px;
}
.basic_info .info_list .box li {
  background-image: url(../../img/basic/list.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding-left: 22px;
  margin-bottom: 4px;
  min-height: 20px;
  font-size: 0.9rem;
  line-height: 1.45rem;
  background-position: 0 2px;
}
.basic_info .info_list span {
  color: #ff781d;
  font-size: 0.95rem;
  line-height: 1.3rem;
  margin-bottom: 5px;
}
.basic_info .info_list .text {
  counter-reset: #444;
  font-size: 0.95rem;
  line-height: 1.3rem;
  margin-bottom: 3px;
}

.todo {
  padding: 50px 0;
  background-color: #fffafc;
}
.todo .boxs {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 44%;
}
.todo .boxs section {
  position: absolute;
  overflow: hidden;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.todo .boxs .first {
  width: 42.5%;
  top: 0;
  left: 0;
  height: 65%;
}
.todo .boxs .second {
  width: 25%;
  top: 0%;
  right: 32%;
  height: 31.5%;
}
.todo .boxs .third {
  width: 25%;
  top: 33%;
  right: 32%;
  height: 31.5%;
}
.todo .boxs .forth {
  width: 31%;
  top: 0%;
  right: 0%;
  height: 48.5%;
}
.todo .boxs .fifth {
  width: 31%;
  top: 51%;
  right: 0%;
  height: 48.5%;
}
.todo .boxs .sixth {
  width: 22.5%;
  bottom: 0%;
  left: 0%;
  height: 32%;
}
.todo .boxs .seven {
  width: 22.5%;
  bottom: 0%;
  left: 23%;
  height: 32%;
}
.todo .boxs .eight {
  width: 22.5%;
  bottom: 0%;
  left: 46%;
  height: 32%;
}
.todo .wrap {
  position: relative;
}
.todo .wrap .caption {
  position: absolute;
  bottom: -28px;
  left: 4px;
  width: 240px;
  padding: 4px;
  display: table;
  background-color: rgba(255, 255, 255, 0.98);
  height: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
}
.todo .wrap .caption figure {
  display: table-cell;
  vertical-align: middle;
  width: 16%;
  display: none;
}
.todo .wrap .caption p {
  color: #111;
  font-weight: bold;
  font-size: 1.1rem;
  display: table-cell;
  vertical-align: middle;
  width: 84%;
  padding-left: 10px;
  box-sizing: border-box;
  display: none;
}
.todo .wrap:hover .caption {
  bottom: 0px;
  opacity: 1;
}
.todo .wrap:hover .caption figure {
  display: table-cell;
}
.todo .wrap:hover .caption p {
  display: table-cell;
}
.todo .first .wrap .caption {
  width: 300px;
}
.todo .first .wrap .caption figure {
  width: 13%;
}
.todo .first .wrap .caption p {
  width: 87%;
}

@media only screen and (max-width: 1080px) {
  body {
    padding-top: 0px;
  }
  .intro {
    padding: 0 0% 30px;
  }
  .intro .title {
    padding-left: 0%;
  }
  .intro .title h2 {
    font-size: 1.5rem;
  }
  .intro .title .sub {
    font-size: 1.1rem;
    margin-top: 15px;
  }
  .intro .title .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    color: #333;
  }
  .theme figure {
    border-radius: 8px;
    overflow: hidden;
  }
  .theme h3 {
    font-size: 1.3rem;
    margin: 15px 0 5px;
    color: #111;
  }
  .theme h3 span {
    font-size: 0.95rem;
  }
  .theme .text {
    height: 65px;
    font-size: 0.95rem;
    line-height: 1.4rem;
    width: 95%;
    overflow: hidden;
    margin-bottom: 15px;
    color: #333;
  }
  .theme ul {
    display: flex;
    width: 100%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .theme li {
    display: block;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    flex: 0 0 40%;
    padding: 0 0px 40px;
    height: auto;
  }
  .top {
    padding: 0px 5% 0;
  }
  .top .intro {
    display: block;
    width: 100%;
  }
  .top .intro .info {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }
  .top .intro .map {
    display: block;
    width: 35%;
    margin: 20px auto 0;
    padding-right: 0%;
  }
  .top .theme li {
    width: 40%;
    padding: 0 5px;
  }
  .tour-list {
    padding: 80px 6% 0px;
  }
  .tour-list .tour_box3 {
    padding: 0 0 0 3%;
  }
  .tour-list .tour_box3 li.list {
    padding: 0 10px;
  }
  .tour-style {
    padding: 80px 6% 50px;
  }
  .tour-style .theme ul {
    padding-left: 0%;
    padding-right: 0%;
  }
  .tour-style .theme li {
    width: 40%;
    padding: 0 5px;
  }
  .tour-style .theme li:nth-child(2) {
    padding-top: 0px;
  }
  .tour-style .theme li:nth-child(3) {
    padding-top: 0px;
  }
  .area {
    padding: 50px 6%;
  }
  .area .container {
    width: 100%;
    padding-top: 20px;
  }
  .area .main {
    width: 53%;
  }
  .area .sidebar {
    width: 47%;
  }
  .area .item_fixed {
    position: sticky;
    margin-bottom: 0;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    padding-right: 50px;
    padding-top: 80px;
  }
  .area ul {
    display: block;
    width: 100%;
  }
  .area li {
    display: block;
    width: 100%;
    padding: 0 0px 40px;
  }
  .area li h3 {
    font-size: 1.3rem;
    margin: 10px 0 5px;
    color: #111;
  }
  .area li .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 100%;
    overflow: visible;
    height: auto;
    margin-bottom: 10px;
  }
  .basic_info {
    padding: 60px 6% 30px;
  }
  .basic_info .info_list ul.themes {
    display: block;
    width: 100%;
    margin: 0px auto 0px;
  }
  .basic_info .info_list li.themes {
    display: block;
    width: 100%;
    padding: 0 0px 30px;
  }
  .basic_info .info_list .title {
    margin-bottom: 15px;
  }
  .basic_info .info_list .title h3 {
    font-size: 1.1rem;
  }
  .basic_info .info_list .box {
    padding-left: 30px;
  }
  .basic_info .info_list .box li {
    margin-bottom: 4px;
    min-height: 20px;
    font-size: 0.9rem;
    line-height: 1.45rem;
    background-position: 0 2px;
  }
  .basic_info .info_list span {
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
  }
  .basic_info .info_list .text {
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin-bottom: 3px;
  }
  .todo {
    padding: 50px 6% 80px;
  }
  .todo .boxs {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 100%;
  }
  .todo .boxs section {
    position: absolute;
    overflow: hidden;
    padding: 6px 3px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .todo .boxs .first {
    width: 62%;
    top: 0;
    left: 0;
    height: 45%;
  }
  .todo .boxs .second {
    width: 37%;
    top: 0%;
    right: 0%;
    height: 22%;
  }
  .todo .boxs .third {
    width: 37%;
    top: 23%;
    right: 0%;
    height: 22%;
  }
  .todo .boxs .forth {
    width: 50%;
    top: 45.5%;
    right: auto;
    left: 0%;
    height: 38%;
  }
  .todo .boxs .fifth {
    width: 50%;
    top: 45.5%;
    right: 0%;
    height: 38%;
  }
  .todo .boxs .sixth {
    width: 33%;
    bottom: auto;
    top: 84%;
    left: 0%;
    height: 32%;
  }
  .todo .boxs .seven {
    width: 33%;
    bottom: auto;
    top: 84%;
    left: 33.5%;
    height: 32%;
  }
  .todo .boxs .eight {
    width: 33%;
    bottom: auto;
    top: 84%;
    left: 67%;
    height: 32%;
  }
  .todo .wrap {
    position: relative;
  }
  .todo .wrap .caption {
    bottom: 0px;
    opacity: 1;
    left: 4px;
    width: 210px;
    height: auto;
  }
  .todo .wrap .caption figure {
    width: 13%;
    display: table-cell;
  }
  .todo .wrap .caption p {
    font-size: 1rem;
    width: 87%;
    padding-left: 10px;
    display: table-cell;
  }
  .todo .wrap:hover .caption {
    bottom: 0px;
    opacity: 1;
  }
  .todo .wrap:hover .caption figure {
    display: table-cell;
  }
  .todo .wrap:hover .caption p {
    display: table-cell;
  }
  .todo .first .wrap .caption {
    width: 280px;
  }
  .todo .first .wrap .caption figure {
    width: 11.5%;
  }
  .todo .first .wrap .caption p {
    width: 88.5%;
  }
  .todo .six .wrap .caption,
  .todo .seven .wrap .caption,
  .todo .eight .wrap .caption {
    width: 190px;
  }
  .todo .six .wrap .caption figure,
  .todo .seven .wrap .caption figure,
  .todo .eight .wrap .caption figure {
    width: 13%;
  }
  .todo .six .wrap .caption p,
  .todo .seven .wrap .caption p,
  .todo .eight .wrap .caption p {
    width: 87%;
  }
}
@media only screen and (max-width: 680px) {
  .intro {
    padding: 0 0% 20px;
  }
  .intro .title {
    padding-left: 0%;
  }
  .intro .title h2 {
    font-size: 1.35rem;
  }
  .intro .title .sub {
    font-size: 1.05rem;
    margin-top: 15px;
  }
  .intro .title .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    color: #333;
  }
  .theme figure {
    border-radius: 8px;
    overflow: hidden;
  }
  .theme h3 {
    font-size: 1.25rem;
    margin: 15px 0 5px;
    color: #111;
  }
  .theme h3 span {
    font-size: 0.95rem;
  }
  .theme .text {
    height: 90px;
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
    overflow: hidden;
    margin-bottom: 15px;
    color: #333;
  }
  .theme ul {
    margin-top: 0;
  }
  .theme li {
    flex: 0 0 70%;
    padding: 0 0px 30px;
  }
  .top {
    padding: 20px 5% 0;
  }
  .top .intro .map {
    width: 60%;
    margin: 20px auto 0;
  }
  .top .theme li {
    width: 40%;
    padding: 0 5px;
  }
  .tour-list {
    padding: 70px 5% 0px;
  }
  .tour-list .tour_box3 {
    padding: 0 0 0 8%;
  }
  .tour-list .tour_box3 li.list {
    padding: 0 5px;
  }
  .tour-style {
    padding: 80px 6% 50px;
  }
  .tour-style .theme ul {
    padding-left: 0%;
    padding-right: 0%;
  }
  .tour-style .theme li {
    width: 40%;
    padding: 0 5px;
  }
  .tour-style .theme li:nth-child(2) {
    padding-top: 0px;
  }
  .tour-style .theme li:nth-child(3) {
    padding-top: 0px;
  }
  .area {
    padding: 40px 6% 20px;
  }
  .area .container {
    width: 100%;
    padding-top: 20px;
    display: block;
  }
  .area .main {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .area .sidebar {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .area .item_fixed {
    position: relative;
    margin-bottom: 0;
    top: auto;
    left: auto;
    z-index: 1;
    height: auto;
    width: 100%;
    overflow: auto;
    padding-right: 0px;
    padding-top: 0px;
  }
  .area ul {
    display: block;
    width: 100%;
  }
  .area li {
    display: block;
    width: 100%;
    padding: 0 0px 30px;
  }
  .area li h3 {
    font-size: 1.3rem;
    margin: 10px 0 5px;
    color: #111;
  }
  .area li .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 100%;
    overflow: visible;
    height: auto;
    margin-bottom: 10px;
  }
  .basic_info {
    padding: 40px 6% 30px;
  }
  .basic_info .info_list ul.themes {
    display: block;
    width: 100%;
    margin: 0px auto 0px;
    padding-left: 5px;
  }
  .basic_info .info_list li.themes {
    display: block;
    width: 100%;
    padding: 0 0px 30px;
  }
  .basic_info .info_list .title {
    margin-bottom: 15px;
  }
  .basic_info .info_list .title h3 {
    font-size: 1.1rem;
  }
  .basic_info .info_list .box {
    padding-left: 0px;
  }
  .basic_info .info_list .box li {
    margin-bottom: 4px;
    min-height: 20px;
    font-size: 0.9rem;
    line-height: 1.3rem;
    background-position: 0 2px;
  }
  .basic_info .info_list span {
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
  }
  .basic_info .info_list .text {
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin-bottom: 3px;
  }
  .todo {
    padding: 40px 6% 20px;
  }
  .todo .boxs {
    display: flex;
    width: 100%;
    margin: 10px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-top: 0px;
  }
  .todo .boxs section {
    display: block;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    flex: 0 0 70%;
    padding: 0 0px 20px;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .todo .boxs .first {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo .boxs .second {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo .boxs .third {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo .boxs .forth {
    width: 100%;
    right: auto;
    left: auto;
    height: auto;
  }
  .todo .boxs .fifth {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo .boxs .sixth {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo .boxs .seven {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo .boxs .eight {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo .wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
  }
  .todo .wrap img {
    position: absolute;
    width: 160%;
    left: -30%;
  }
  .todo .wrap .caption {
    bottom: auto;
    top: 200px;
    opacity: 1;
    left: 0px;
    width: 90%;
    height: auto;
  }
  .todo .wrap .caption figure {
    width: 12%;
    display: table-cell;
  }
  .todo .wrap .caption figure img {
    width: 100%;
    position: relative;
    left: auto;
  }
  .todo .wrap .caption p {
    font-size: 0.95rem;
    width: 88%;
    padding-left: 10px;
    display: table-cell;
    height: 15px;
    overflow: hidden;
  }
  .todo .wrap:hover .caption {
    bottom: auto;
    top: 200px;
    opacity: 1;
  }
  .todo .wrap:hover .caption figure {
    display: table-cell;
  }
  .todo .wrap:hover .caption p {
    display: table-cell;
  }
  .todo .first .wrap .caption {
    width: 90%;
  }
  .todo .first .wrap .caption figure {
    width: 12%;
  }
  .todo .first .wrap .caption p {
    width: 88%;
  }
  .todo .six .wrap .caption,
  .todo .seven .wrap .caption,
  .todo .eight .wrap .caption {
    width: 90%;
  }
  .todo .six .wrap .caption figure,
  .todo .seven .wrap .caption figure,
  .todo .eight .wrap .caption figure {
    width: 12%;
  }
  .todo .six .wrap .caption p,
  .todo .seven .wrap .caption p,
  .todo .eight .wrap .caption p {
    width: 88%;
  }
}
@media only screen and (max-width: 390px) {
  .intro {
    padding: 0 0% 20px;
  }
  .intro .title {
    padding-left: 0%;
  }
  .intro .title h2 {
    font-size: 1.2rem;
  }
  .intro .title .sub {
    font-size: 1rem;
    margin-top: 10px;
  }
  .intro .title .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    color: #333;
  }
  .theme h3 {
    font-size: 1.3rem;
    margin: 15px 0 5px;
  }
  .theme h3 span {
    font-size: 0.95rem;
  }
  .theme .text {
    height: 100px;
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
    margin-bottom: 15px;
  }
  .theme li {
    flex: 0 0 75%;
    padding: 0 0px 30px;
  }
  .top {
    padding: 0px 4% 0;
  }
  .top .intro .map {
    width: 70%;
    margin: 20px auto 0;
  }
  .top .theme li {
    width: 40%;
    padding: 0 5px;
  }
  .tour-list {
    padding: 70px 4% 0px 6%;
  }
  .tour-list .tour_box3 {
    padding: 0 0 0 7.5%;
  }
  .tour-list .tour_box3 li.list {
    padding: 0 5px;
  }
  .tour-style {
    padding: 80px 6% 50px;
  }
  .tour-style .theme ul {
    padding-left: 0%;
    padding-right: 0%;
  }
  .tour-style .theme li {
    width: 40%;
    padding: 0 5px;
  }
  .tour-style .theme li:nth-child(2) {
    padding-top: 0px;
  }
  .tour-style .theme li:nth-child(3) {
    padding-top: 0px;
  }
  .area {
    padding: 40px 5% 20px;
  }
  .area li {
    display: block;
    width: 100%;
    padding: 0 0px 30px;
  }
  .area li h3 {
    font-size: 1.3rem;
    margin: 10px 0 5px;
  }
  .area li .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin-bottom: 10px;
  }
  .basic_info {
    padding: 40px 5% 30px;
  }
  .basic_info .info_list .title {
    margin-bottom: 15px;
  }
  .basic_info .info_list .title h3 {
    font-size: 1.05rem;
    padding-left: 50px;
  }
  .basic_info .info_list .box {
    padding-left: 0px;
  }
  .basic_info .info_list .box li {
    margin-bottom: 4px;
    min-height: 20px;
    font-size: 0.9rem;
    line-height: 1.3rem;
    background-position: 0 2px;
  }
  .basic_info .info_list span {
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
  }
  .basic_info .info_list .text {
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin-bottom: 3px;
  }
  .todo {
    padding: 40px 5% 20px;
  }
  .todo .boxs section {
    flex: 0 0 75%;
  }
  .todo .wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
  }
  .todo .wrap img {
    position: absolute;
    width: 160%;
    left: -30%;
  }
  .todo .wrap .caption {
    bottom: auto;
    top: 200px;
    opacity: 1;
    left: 0px;
    width: 95%;
    height: auto;
  }
  .todo .wrap .caption figure {
    width: 11%;
  }
  .todo .wrap .caption p {
    font-size: 1rem;
    width: 89%;
    padding-left: 10px;
  }
  .todo .wrap:hover .caption {
    bottom: auto;
    top: 200px;
    opacity: 1;
  }
  .todo .first .wrap .caption {
    width: 95%;
  }
  .todo .first .wrap .caption figure {
    width: 11%;
  }
  .todo .first .wrap .caption p {
    width: 89%;
  }
  .todo .six .wrap .caption,
  .todo .seven .wrap .caption,
  .todo .eight .wrap .caption {
    width: 95%;
  }
  .todo .six .wrap .caption figure,
  .todo .seven .wrap .caption figure,
  .todo .eight .wrap .caption figure {
    width: 11%;
  }
  .todo .six .wrap .caption p,
  .todo .seven .wrap .caption p,
  .todo .eight .wrap .caption p {
    width: 89%;
  }
}/*# sourceMappingURL=style.css.map */