@charset "UTF-8";
@media screen and (min-width: 770px) {
  .list_bg {
    background-image: url("../img/laketown/bg_01.jpg");
    background-size: cover;
  }
  #lead_conts {
    margin-bottom: 54px;
    margin-top: -10px;
  }
  #lead_conts p {
    width: 800px;
    margin: 0 auto;
  }
  #summary_conts {
    margin-bottom: 64px;
  }
  #summary_conts .auto {
    width: 1102px;
  }
  #summary_conts h2 {
    margin-bottom: 52px;
  }
  #summary_conts .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 25px;
    position: relative;
    z-index: 9;
  }
  #summary_conts .box p {
    width: 741px;
    float: left;
    position: relative;
    z-index: -1;
  }
  #summary_conts .box p::before {
    content: "";
    width: 162px;
    height: 275px;
    position: absolute;
    top: -15px;
    left: -25px;
    background-image: url("../img/noborito/illust_set_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #summary_conts .box ul {
    width: 341px;
    float: right;
    position: relative;
  }
  #summary_conts .box ul li {
    margin-bottom: 24px;
    position: relative;
  }
  #summary_conts .box ul li:last-of-type {
    margin-bottom: 24px;
    position: relative;
    z-index: -1;
  }
  #summary_conts .box ul li::before {
    content: "";
    display: block;
    width: 434px;
    height: 330px;
    background-image: url("../img/noborito/illust_set_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -38px;
    right: -49px;
    z-index: 9;
  }
  #summary_conts .box ul li::after {
    content: "";
    display: block;
    width: 105px;
    height: 117px;
    background-image: url("../img/noborito/illust_03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -38px;
    right: -49px;
    z-index: 9;
    -webkit-animation: ShakeA 0.8s ease-in-out infinite alternate;
    animation-delay: -.8s;
  }
  #summary_conts .box ul li:last-of-type {
    margin-bottom: 0px;
  }
  #summary_conts .box ul li:last-of-type::before {
    content: "";
    display: block;
    width: 450px;
    height: 359px;
    background-image: url("../img/noborito/illust_set_03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -46px;
    left: -72px;
  }
  #summary_conts .box ul li:last-of-type::after {
    content: "";
    display: block;
    width: 97px;
    height: 98px;
    background-image: url("../img/noborito/illust_09.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -46px;
    left: -72px;
    z-index: 9;
    -webkit-animation: ShakeA 0.8s ease-in-out infinite alternate;
  }
  #summary_conts .detail {
    width: 100%;
    position: relative;
  }
  #summary_conts .detail table {
    background-color: #FDFCE2;
    border-radius: 15px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
    position: relative;
  }
  #summary_conts .detail .illust_list li:first-of-type {
    content: "";
    display: block;
    width: 1200px;
    position: absolute;
    top: 472px;
    left: -46px;
    pointer-events: none;
    z-index: 9;
  }
  #summary_conts .detail .illust_list li:first-of-type::before {
    content: "";
    display: block;
    width: 101px;
    height: 95px;
    background-image: url("../img/noborito/illust_15.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 145px;
    -webkit-animation: shakeB 1s ease-in-out infinite alternate;
    animation-delay: -.4s;
  }
  #summary_conts .detail .illust_list li:first-of-type::after {
    content: "";
    display: block;
    width: 82px;
    height: 75px;
    background-image: url("../img/noborito/illust_19.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 173px;
    right: 90px;
    -webkit-animation: ShakeA 0.8s ease-in-out infinite alternate;
  }
  #summary_conts .detail .illust_list li:last-of-type {
    content: "";
    display: block;
    width: 1200px;
    position: absolute;
    bottom: -30px;
    left: -40px;
    pointer-events: none;
    z-index: 9;
  }
  #summary_conts .detail .illust_list li:last-of-type::before {
    content: "";
    display: block;
    width: 101px;
    height: 95px;
    background-image: url("../img/noborito/illust_28.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 200px;
    right: 60px;
    -webkit-animation: shakeC 0.6s ease-in-out infinite alternate;
  }
  #summary_conts .detail .illust_list li:last-of-type::after {
    content: "";
    display: block;
    width: 82px;
    height: 75px;
    background-image: url("../img/noborito/illust_30.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 80px;
    left: 8px;
    -webkit-animation: shakeD 1.6s ease-in-out infinite alternate;
  }
  #summary_conts .detail table tr {
    border-bottom: 2px dotted #f3f2da;
  }
  #summary_conts .detail table tr:last-of-type {
    border: none;
  }
  #summary_conts .detail table th {
    padding: 26px 0px 24px 48px;
    color: #f3981e;
    font-weight: bold;
    line-height: 28px;
    vertical-align: top;
  }
  #summary_conts .detail table tr:first-child th {
    padding-top: 46px;
  }
  #summary_conts .detail table td {
    line-height: 24px;
    padding: 26px 0px 24px;
    vertical-align: top;
  }
  #summary_conts .detail table tr:first-child td {
    padding-top: 46px;
  }
  #summary_conts .detail table td p {
    width: 560px;
    height: 354px;
    margin-top: 16px;
  }
  #summary_conts .detail table td p iframe {
    width: 100%;
    height: 100%;
  }
  #summary_conts .detail table td a {
    display: inline;
    text-decoration: underline;
  }
  #summary_conts .detail table span {
    font-size: 25px;
  }
  #summary_conts .detail table .name {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  #summary_conts .detail table .time {
    font-size: 13px;
    margin-left: 34px;
    margin-top: -1px;
    display: block;
  }
  #summary_conts .detail .number {
    background-color: #F3981E;
    border-radius: 5px;
    float: left;
    clear: both;
  }
  #summary_conts .detail .number dl {
    width: 95px;
    float: left;
    text-align: center;
  }
  #summary_conts .detail .number dl dt {
    border-right: 1px solid #EC931B;
    color: #F5F5E6;
    padding: 18px 0 18px;
  }
  #summary_conts .detail .number dl dd {
    border-right: 1px solid #fafaf0;
    padding: 19px 0 17px;
    background-color: #fffdfa;
  }
  #summary_conts .detail .number dl:last-of-type dt, #summary_conts .detail .number dl:last-of-type dd {
    border: none;
  }
  #movie_conts {
    margin-bottom: 107px;
  }
  #movie_conts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #movie_conts ul li {
    width: 578px;
    margin-bottom: 40px;
  }
  #movie_conts ul li .movie {
    z-index: 999;
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    height: 328px;
    border: solid 6px #ee781e;
    border-radius: 80px 15px 15px 15px;
    overflow: hidden;
  }
  #movie_conts ul li .movie span {
    width: 104px;
    position: absolute;
    top: 113px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  #movie_conts ul li .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #movie_conts ul li .text {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  #detail_conts {
    margin-bottom: 75px;
  }
  #detail_conts .auto {
    text-align: center;
  }
  #detail_conts h2 {
    margin-bottom: 45px;
  }
  #detail_conts .map {
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
  }
  #detail_conts .map p {
    width: 322px;
    display: inline-block;
    margin: 0 18px;
  }
  #detail_conts .photo {
    width: 100%;
    float: left;
    clear: both;
  }
  #detail_conts .photo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #detail_conts .photo li {
    width: 568px;
    margin-bottom: 28px;
  }
  #detail_conts .photo li .img {
    margin-bottom: 22px;
    position: relative;
  }
  #detail_conts .photo li .img::before {
    content: "";
    display: block;
    width: 617px;
    height: 426px;
    background-image: url("../img/noborito/illust_set_06.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -7px;
    left: 0;
  }
  #detail_conts .photo li .img::after {
    content: "";
    display: block;
    width: 62px;
    height: 64px;
    background-image: url("../img/noborito/illust_31.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: shakeB 1s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(2) .img::before {
    width: 638px;
    height: 413px;
    background-image: url("../img/noborito/illust_set_07.png");
    top: 16px;
    left: auto;
    right: -29px;
  }
  #detail_conts .photo li:nth-of-type(2) .img::after {
    width: 98px;
    height: 81px;
    background-image: url("../img/noborito/illust_32.png");
    top: auto;
    bottom: -30px;
    left: 43px;
    -webkit-animation: horizontalA 1s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(3) .img::before {
    width: 604px;
    height: 342px;
    background-image: url("../img/noborito/illust_set_08.png");
    top: 94px;
    left: -14px;
  }
  #detail_conts .photo li:nth-of-type(3) .img::after {
    width: 95px;
    height: 87px;
    background-image: url("../img/noborito/illust_33.png");
    top: auto;
    bottom: 0;
    left: 0;
    animation: SwayA 1s ease-in-out infinite;
    transform-origin: left bottom;
  }
  #detail_conts .photo li:nth-of-type(4) .img::before {
    width: 605px;
    height: 475px;
    background-image: url("../img/noborito/illust_set_09.png");
    top: -36px;
    left: -42px;
  }
  #detail_conts .photo li:nth-of-type(4) .img::after {
    width: 205px;
    height: 93px;
    background-image: url("../img/noborito/illust_34.png");
    top: auto;
    bottom: -36px;
    left: -42px;
    -webkit-animation: shakeD 1.6s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(5) .img::before {
    width: 645px;
    height: 316px;
    background-image: url("../img/noborito/illust_set_10.png");
    top: 139px;
    left: -14px;
  }
  #detail_conts .photo li:nth-of-type(5) .img::after {
    width: 178px;
    height: 106px;
    background-image: url("../img/noborito/illust_35.png");
    top: auto;
    bottom: -53px;
    left: auto;
    right: -31px;
    -webkit-animation: horizontalA 1s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(6) .img::before {
    width: 605px;
    height: 475px;
    background-image: url("../img/noborito/illust_set_11.png?20210702");
    top: -17px;
    left: -34px;
  }
  #detail_conts .photo li:nth-of-type(6) .img::after {
    width: 61px;
    height: 66px;
    background-image: url("../img/noborito/illust_36.png");
    top: -17px;
    left: auto;
    right: -20px;
    -webkit-animation: shakeC 0.6s ease-in-out infinite alternate;
  }
  #detail_conts .photo li h3 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #detail_conts .photo li h3 span {
    background: linear-gradient(transparent 60%, #f5ec5c 60%);
  }
  #detail_conts .photo li .text {
    width: 530px;
    margin: 0 auto;
    text-align: left;
  }
  #schedule_conts {
    margin-bottom: 120px;
  }
  #schedule_conts h2 {
    margin-bottom: 35px;
  }
  #schedule_conts ul.tab li a {
    display: none;
  }
  #schedule_conts ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #schedule_conts ul li {
    width: 391px;
    position: relative;
  }
  #schedule_conts ul li.tabContents::before {
    content: "";
    display: block;
    width: 66px;
    height: 132px;
    background-image: url("../img/noborito/illust_38.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 22px;
    top: 594px;
    -webkit-animation: shakeB 1s ease-in-out infinite alternate;
  }
  #schedule_conts ul li h3 {
    width: 298px;
    margin: 0 auto 10px;
  }
  #schedule_conts ul li:nth-child(2) h3 {
    width: 318px;
  }
  #schedule_conts ul li:nth-child(3) h3 {
    width: 310px;
  }
  #blog_conts {}
  #blog_conts h2 {
    margin-bottom: 51px;
  }
  #blog_conts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #blog_conts ul li {
    width: 384px;
    background-color: #FDFCE2;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    margin-bottom: 3px;
  }
  #blog_conts ul li:empty {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #blog_conts ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #blog_conts ul li .img {
    margin-bottom: 20px;
  }
  #blog_conts ul li .img img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  #blog_conts ul li .text_area {
    padding: 0 27px;
  }
  #blog_conts ul li .text_area .box {
    margin-bottom: 2px;
  }
  #blog_conts ul li .text_area .box .category, #blog_conts ul li .text_area .box .place {
    color: #FFFFFF;
    min-width: 60px;
    padding: 5px 8px;
    margin-right: 4px;
    border-radius: 7px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  #blog_conts ul li .text_area .box .place {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .noborito {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .laketown {
    background-color: #df334f;
  }
  #blog_conts ul li .text_area .box .minami_nagareyama {
    background-color: #e96a1b;
  }
  #blog_conts ul li .text_area .box .koiwa {
    background-color: #bd35ac;
  }
  #blog_conts ul li .text_area .box .date {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
  }
  #blog_conts ul li .text_area h3 {
    line-height: 28px;
    font-size: 18px;
  }
}
@media screen and (max-width:769px) {
  .illust_list li {
    position: absolute;
  }
  .list_bg {
    background-image: url("../img/laketown/bg_01.jpg");
    background-size: cover;
  }
  #lead_conts {
    margin-bottom: 54px;
    margin-top: -10px;
  }
  #lead_conts p {
    width: 100%;
    margin: 0 auto;
  }
  #summary_conts {
    margin-bottom: 48px;
  }
  #summary_conts h2 {
    margin-bottom: 52px;
  }
  #summary_conts .box {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }
  #summary_conts .box .illust_list li:first-of-type {
    width: 16vw;
    top: 0;
    left: -2vw;
  }
  #summary_conts .box .illust_list li:nth-of-type(2) {
    width: 13vw;
    top: -6vw;
    right: -2vw;
    -webkit-animation: shakeB 1s ease-in-out infinite alternate;
  }
  #summary_conts .box .illust_list li:nth-of-type(3) {
    width: 8vw;
    top: 57vw;
    left: -2vw;
    -webkit-animation: shakeD 1.6s ease-in-out infinite alternate;
  }
  #summary_conts .box .illust_list li:nth-of-type(4) {
    width: 8vw;
    top: 24vw;
    right: -2vw;
  }
  #summary_conts .box .illust_list li:nth-of-type(5) {
    width: 5vw;
    top: 28vw;
    left: -2vw;
  }
  #summary_conts .box .illust_list li:nth-of-type(6) {
    width: 7vw;
    bottom: 27vw;
    right: -3vw;
  }
  #summary_conts .box .illust_list li:nth-of-type(7) {
    width: 23vw;
    bottom: 0;
    left: -2vw;
  }
  #summary_conts .box p {
    width: 100%;
    margin-bottom: 10px;
  }
  #summary_conts .box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #summary_conts .box ul li {
    width: 49%;
  }
  #summary_conts .box ul li:last-of-type {
    margin-bottom: 0px;
  }
  #summary_conts .detail {
    position: relative;
  }
  #summary_conts .detail .illust_list li:first-of-type {
    width: 7vw;
    top: 0;
    left: -2vw;
  }
  #summary_conts .detail .illust_list li:nth-of-type(2) {
    width: 12vw;
    top: -6vw;
    right: -2vw;
  }
  #summary_conts .detail .illust_list li:nth-of-type(3) {
    width: 13vw;
    top: 57vw;
    left: -2vw;
    animation: SwayA 1s ease-in-out infinite;
    transform-origin: left top;
  }
  #summary_conts .detail .illust_list li:nth-of-type(4) {
    width: 27vw;
    top: -8vw;
    left: 20vw;
    -webkit-animation: horizontalA 1.5s ease-in-out infinite alternate;
  }
  #summary_conts .detail .illust_list li:nth-of-type(5) {
    width: 17vw;
    bottom: -2vw;
    right: -2vw;
    animation: SwayA 1.5s ease-in-out infinite;
    transform-origin: right bottom;
  }
  #summary_conts .detail .illust_list li:nth-of-type(6) {
    width: 10vw;
    bottom: 17vw;
    right: -4vw;
  }
  #summary_conts .detail .illust_list li:nth-of-type(7) {
    width: 7vw;
    bottom: -2vw;
    right: 40%;
  }
  #summary_conts .detail .illust_list li:nth-of-type(8) {
    width: 9vw;
    bottom: 50vw;
    left: -4vw;
  }
  #summary_conts .detail .illust_list li:nth-of-type(9) {
    width: 8vw;
    bottom: 20vw;
    left: -3vw;
  }
  #summary_conts .detail .illust_list li:nth-of-type(10) {
    width: 14vw;
    bottom: -5vw;
    left: -2vw;
    -webkit-animation: shakeC 0.6s ease-in-out infinite alternate;
  }
  #summary_conts .detail table {
    width: 100%;
    display: block;
    background-color: #FDFCE2;
    padding: 6px 5% 8px;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
  }
  #summary_conts .detail tbody {
    width: 100%;
    display: block;
  }
  #summary_conts .detail table tr {
    width: 100%;
    display: block;
    padding: 24px 0 26px;
    border-bottom: 2px dotted #f3f2da;
    text-align: center;
  }
  #summary_conts .detail table tr:last-of-type {
    border: none;
  }
  #summary_conts .detail table th {
    width: 100%;
    display: block;
    color: #f3981e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
  }
  #summary_conts .detail table tr:nth-last-of-type(2) th {
    margin-bottom: 12px;
  }
  #summary_conts .detail table td {
    width: 100%;
    display: block;
    line-height: 1.6;
  }
  #summary_conts .detail table td p {
    height: 0;
    overflow: hidden;
    padding-bottom: 120.25%;
    position: relative;
    margin-top: 10px;
  }
  #summary_conts .detail table td p iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #summary_conts .detail table tr:last-of-type td {
    text-align: left;
    line-height: 1.8;
  }
  #summary_conts .detail table td a {
    display: inline;
    text-decoration: underline;
  }
  #summary_conts .detail table td .tel-link a {
    text-decoration: none;
  }
  #summary_conts .detail table span {
    font-size: 25px;
  }
  #summary_conts .detail table .name {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  #summary_conts .detail table .time {
    font-size: 13px;
    margin-left: 34px;
    margin-top: -1px;
    display: block;
  }
  #summary_conts .detail .number {
    background-color: #F3981E;
    border-radius: 5px;
    width: 100%;
  }
  #summary_conts .detail .number dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  #summary_conts .detail .number dl dt {
    width: 40%;
    border-bottom: 1px solid #EC931B;
    color: #F5F5E6;
    padding: 12px 0 12px;
  }
  #summary_conts .detail .number dl dd {
    width: 60%;
    border-bottom: 1px solid #fafaf0;
    padding: 12px 0 12px;
    background-color: #fffdfa;
  }
  #summary_conts .detail .number dl:last-of-type dt, #summary_conts .detail .number dl:last-of-type dd {
    border: none;
  }
  #movie_conts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #movie_conts ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  #movie_conts ul li .movie {
    z-index: 999;
    position: relative;
    margin-bottom: 12px;
    height: 0;
    padding-top: 61.25%;
    line-height: 0;
    border: solid 6px #ee781e;
    border-radius: 60px 8px 18px 8px;
    overflow: hidden;
  }
  #movie_conts ul li .movie span {
    width: 26%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-34%);
    z-index: 1;
  }
  #movie_conts ul li .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #movie_conts ul li .text {
    font-size: 1.6rem;
    letter-spacing: -.05em;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  #detail_conts {
    margin-bottom: 75px;
  }
  #detail_conts h2 {
    margin-bottom: 45px;
  }
  #detail_conts .map {
    width: 100%;
    clear: both;
    margin-bottom: 50px;
  }
  #detail_conts .map p {
    width: 100%;
    margin-bottom: 30px;
  }
  #detail_conts .map p img {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  #detail_conts .map p:last-of-type {
    margin-bottom: 0;
  }
  #detail_conts .photo {
    width: 100%;
    float: left;
    clear: both;
  }
  #detail_conts .photo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #detail_conts .photo li {
    width: 100%;
    margin-bottom: 24px;
  }
  #detail_conts .photo li .img {
    margin-bottom: 14px;
    position: relative;
  }
  #detail_conts .photo li .img::before {
    content: "";
    display: block;
    width: 100vw;
    height: 90vw;
    background-image: url("../img/noborito/illust_set_06.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -2vw;
  }
  #detail_conts .photo li .img::after {
    content: "";
    display: block;
    width: 12vw;
    height: 12vw;
    background-image: url("../img/noborito/illust_31.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: shakeB 1s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(2) .img::before {
    width: 100vw;
    height: 90vw;
    background-image: url("../img/noborito/illust_set_07.png");
    top: 4vw;
    left: auto;
    right: -4vw;
  }
  #detail_conts .photo li:nth-of-type(2) .img::after {
    width: 16vw;
    height: 14vw;
    background-image: url("../img/noborito/illust_32.png");
    top: auto;
    bottom: -10%;
    left: 10%;
    -webkit-animation: horizontalA 1s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(3) .img::before {
    width: 100vw;
    height: 90vw;
    background-image: url("../img/noborito/illust_set_08.png");
    top: 10vw;
    left: -4vw;
  }
  #detail_conts .photo li:nth-of-type(3) .img::after {
    width: 14vw;
    height: 14vw;
    background-image: url("../img/noborito/illust_33.png");
    top: auto;
    bottom: -2vw;
    left: 0;
    animation: SwayA 1s ease-in-out infinite;
    transform-origin: left bottom;
  }
  #detail_conts .photo li:nth-of-type(4) .img::before {
    width: 100vw;
    height: 90vw;
    background-image: url("../img/noborito/illust_set_09.png");
    top: -7vw;
    left: -4vw;
  }
  #detail_conts .photo li:nth-of-type(4) .img::after {
    width: 28vw;
    height: 14vw;
    background-image: url("../img/noborito/illust_34.png");
    top: auto;
    bottom: -5vw;
    left: 0;
    -webkit-animation: shakeD 1.6s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(5) .img::before {
    width: 100vw;
    height: 90vw;
    background-image: url("../img/noborito/illust_set_10.png");
    top: 20vw;
    left: -3vw;
  }
  #detail_conts .photo li:nth-of-type(5) .img::after {
    width: 22vw;
    height: 14vw;
    background-image: url("../img/noborito/illust_35.png");
    top: auto;
    bottom: -4vw;
    left: auto;
    right: -2vw;
    -webkit-animation: horizontalA 1s ease-in-out infinite alternate;
  }
  #detail_conts .photo li:nth-of-type(6) .img::before {
    width: 100vw;
    height: 90vw;
    background-image: url("../img/noborito/illust_set_11.png?20210702");
    top: -6vw;
    left: -4vw;
  }
  #detail_conts .photo li:nth-of-type(6) .img::after {
    width: 12vw;
    height: 12vw;
    background-image: url("../img/noborito/illust_36.png");
    top: -4vw;
    left: auto;
    right: -2vw;
    -webkit-animation: shakeC 0.6s ease-in-out infinite alternate;
  }
  #detail_conts .photo li h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #detail_conts .photo li h3 span {
    background: linear-gradient(transparent 60%, #f5ec5c 60%);
  }
  #detail_conts .photo li .text {
    width: 100%;
    margin: 0 auto;
  }
  #schedule_conts {
    margin-bottom: 60px;
  }
  #schedule_conts h2 {
    margin-bottom: 35px;
  }
  #schedule_conts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #schedule_conts ul.tab {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #schedule_conts ul.tab li {
    width: 40%;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
    margin: 0 auto;
  }
  #schedule_conts ul.tab li a {
    width: 100%;
    background-color: #70cad5;
    color: #fff;
    font-weight: bold;
    padding: 15px 0 15px;
  }
  #schedule_conts ul.tab li a .small {
    font-size: 1.4rem;
  }
  #schedule_conts ul li.tabContents {
    width: 100%;
    display: none;
    position: relative;
  }
  #schedule_conts ul li.tabContents::before {
    content: "";
    display: block;
    width: 17%;
    height: 13%;
    background-image: url("../img/noborito/illust_38.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 6%;
    top: 116vw;
    -webkit-animation: shakeB 1s ease-in-out infinite alternate;
  }
  #schedule_conts ul li.active {
    display: block;
  }
  #schedule_conts ul li h3 {
    width: 298px;
    margin: 0 auto 10px;
  }
  #schedule_conts ul li:nth-child(2) h3 {
    width: 318px;
  }
  #schedule_conts ul li:nth-child(3) h3 {
    width: 310px;
  }
  #blog_conts {}
  #blog_conts h2 {
    margin-bottom: 30px;
  }
  #blog_conts ul {
    width: 100%;
  }
  #blog_conts ul li {
    width: 100%;
    overflow: hidden;
    background-color: #FDFCE2;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #blog_conts ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #blog_conts ul li .img {
    margin-bottom: 16px;
  }
  #blog_conts ul li .text_area {
    padding: 0 5%;
  }
  #blog_conts ul li .text_area .box {
    margin-bottom: 2px;
  }
  #blog_conts ul li .text_area .box .category, #blog_conts ul li .text_area .box .place {
    color: #FFFFFF;
    min-width: 60px;
    padding: 5px 6px;
    margin-right: 4px;
    border-radius: 7px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  #blog_conts ul li .text_area .box .place {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .noborito {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .laketown {
    background-color: #df334f;
  }
  #blog_conts ul li .text_area .box .minami_nagareyama {
    background-color: #e96a1b;
  }
  #blog_conts ul li .text_area .box .koiwa {
    background-color: #bd35ac;
  }
  #blog_conts ul li .text_area .box .date {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
  }
  #blog_conts ul li .text_area h3 {
    line-height: 28px;
    font-size: 18px;
  }
}