.top_img_block{
    position: relative;
}
.top_img_block ul.slider{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
/*slick setting*/
.top_img_block .slick-dots{
    position: absolute;
    bottom: 10px;
}
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.9));
}
.slick-dots li.slick-active button:before {
    color: #777;
}
.top_img_block .slider li a{
    display: block;
    width: 100%;
    height: 635px;
    position: relative;
}

.top_img_block .slider .slide-arrow{
    display: block;
    height: 62px;
    position: absolute;
    z-index: 100;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.9));
    top: 270px;
    cursor: pointer;
    opacity: 0.5;
}
.top_img_block .slider .slide-arrow.prev-arrow{left: 20px;}
.top_img_block .slider .slide-arrow.next-arrow{right: 20px;}
.top_img_block .slider .slide-arrow:hover{
    opacity: 0.8;
}

.top_img_block .top_text_block{
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 270px;
}
.top_img_block .top_text_block.first_text{
    top: 220px;
}

.top_img_block .top_text_block .top_img_text{
    display: block;
    margin: 0 auto;
    height: 62px;
}
.top_img_block .top_text_block.first_text .top_img_text{
    height: 140px;
}
@media all and (max-width: 960px) and (min-width:769px){
    .top_img_block .top_text_block.first_text .top_img_text{
        height: 140px;
    }
}

.top_img_block .emergency_block{
    align-items: center;
    background: #fffc0b;
    border-radius: 5px;
    bottom: -50px;
    box-sizing: border-box;
    display: flex;
    height: 2em;
    justify-content: center;
    position: absolute;
    right: 15px;
    width: 18em;
}
.top_img_block .emergency_block_2{
    right: calc(18em + 30px);
}
.top_img_block .emergency_block a{
    color: #000;
    font-size: 12px;
}
.top_img_block .emergency_block a:hover{
    text-decoration: none;
}
.top_img_block .emergency_block_2 a{
    color: #f00;
    font-weight: bold;
}
.top_img_block .weather_forecasts {
    background: rgba(0,0,0,0.6);
    border: 1px solid #ccc;
    bottom: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    left: 20px;
    position: absolute;
}
.top_img_block .weather_forecasts:hover {
    background: rgba(0,0,0,1);
}
.top_img_block .weather_forecasts .label {
    background: rgba(255,255,255,0.8);
    color: #000;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.top_img_block .weather_forecasts .label_sp {
    display: none;
}
.top_img_block .weather_forecasts .label a {
    display: none;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    right: 10px;
}
.top_img_block .weather_forecasts .forecast-list {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    position: relative;
    transition: 0.5s;
}
.top_img_block .weather_forecasts .expand_disp {
    display: none;
}
.top_img_block .weather_forecasts.expanded .expand_disp {
    display: initial;
}
.top_img_block .weather_forecasts.expanded .label a {
    color: #0179ff;
    display: initial;
}
.top_img_block .weather_forecasts > * {
    /*padding: 10px 10px 10px 5px;*/
}
.top_img_block .weather_forecasts > div:first-of-type {
    padding: 5px 10px 5px 5px;
}
.top_img_block .weather_forecasts .icon {
    padding: 0 0 10px 10px;
    text-align: center;
}
.top_img_block .weather_forecasts .icon img {
    width: 80px;
}
.top_img_block .weather_forecasts .sp {
    display: none;
}
.top_img_block .weather_forecasts .btn_expand {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100px;
    padding: 0 10px 0 30px;
}
.top_img_block .weather_forecasts .btn_expand > div {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
}
.top_img_block .weather_forecasts.expanded .btn_expand > div {
    transform: rotate(-135deg);
}
.top_img_block .daily-events {
    background: rgba(0,0,0,0.6);
    border: 1px solid #ccc;
    bottom: 20px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 12px;
    right: 20px;
    position: absolute;
}
.top_img_block .daily-events:hover {
    background: rgba(0,0,0,1);
}
.top_img_block .daily-events > * {
    align-items: center;
    display: flex;
    font-size: 16px;
    padding: 20px;
    position: relative;
}
.top_img_block .daily-events .label {
    background: rgba(255,255,255,0.8);
    color: #000;
}
.top_img_block .daily-events .label img {
    margin-right: 10px;
}


.top_img_block .sns_icons {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 130px;
}
.top_img_block .sns_icons a:hover {
    opacity: 0.8;
}
.top_img_block .sns_icons img {
    height: 30px;
}
.top_img_block .newyear-holidays
{
    cursor: pointer;
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
}
.top_img_block .newyear-holidays:hover
{
    opacity: 0.9;
}
.top_img_block .newyear-holidays img:first-child
{
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}
.top_img_block .newyear-holidays .btnClose
{
    cursor: pointer;
    display: inline-block;
    height: 20px;
    right: -10px;
    position: absolute;
    top: -10px;
    width: 20px;
}





.main_text_block{
    font-size: 16px;
    text-align: center;
    margin: 80px 0;
}
.main_text_block .big{
    font-size: 28px;
    margin-bottom: 20px;
}






.topics_block{
    font-size: 0;
    margin-bottom: 50px;
}
.topics_block .one_block{
    display: inline-block;
    vertical-align: top;
    width: calc(100%/4);
}

.topics_block .one_block .img_block{
    width: 100%;
    height: 150px;
    position: relative;
}
.topics_block .one_block .img_block .sankaku{
    color: #fffec5;
    position: absolute;
    bottom: -12px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    left: 0;
}
.topics_block .one_block.right_color .img_block .sankaku{color: #ffffe5;}

.topics_block .one_block .text_block{
    position: relative;
    font-size: 14px;
    background: #fffec5;
    padding: 8px 10px 0px 10px;
    height: 110px;
    overflow: hidden;
}
.topics_block .one_block.right_color .text_block{background: #ffffe5;}

.topics_block .one_block .text_block .genre{
    font-size: 13px;
    font-weight: bold;
}
.topics_block .one_block .text_block .genre.event{color: #0060ff}
.topics_block .one_block .text_block .genre.special{color: #198b0a}
.topics_block .one_block .text_block .genre.info{color: #b75818}

.topics_block .one_block .text_block .date{
    position: absolute;
    font-size: 13px;
    top:8px;
    right: 10px;
}

.topics_block .one_block .text_block .text{
    margin-top: 5px;
    text-decoration: underline;
}

.topics_block .one_block .text_block .hide_block{
    height: 3em;
    background: #fffec5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.topics_block .one_block.right_color .text_block .hide_block{
    background: #ffffe5;
}

.topics_block .one_block .view_more{
    position: absolute;
    right: 10px;
    bottom: 10px;
}






.today_pic_block{
    padding-top: 50px;
    background: #fcfeeb;
}
.today_pic_block .inner{
    padding-bottom: 150px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.today_pic_block .inner .center_text{
    position: relative;
    z-index: 2;
    text-align: center;
    color: #3b4e63;
    margin-bottom: 10px;
}

.today_pic_block .inner .fish{
    position: absolute;
    top: -50px;
    left: 20px;
    width: 410px;
    z-index: 1;
}

.today_pic_block .inner .fukidashi_block{
    position: relative;
    background: #f7efc9;
    border-radius: 15px;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 60px;
    box-sizing: border-box;
    font-size: 0;
}

.today_pic_block .inner .fukidashi_block .left_block{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.today_pic_block .inner .fukidashi_block .left_block .img_block{
    position: relative;
    height: 295px;
    width: 100%;
    filter: drop-shadow(6px 6px 4px rgba(0,0,0,0.5));
}
.today_pic_block .inner .fukidashi_block .left_block .bg-slider{
    background-position:center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.today_pic_block .inner .fukidashi_block .left_block .img_block img{
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 460px;
}

.today_pic_block .inner .fukidashi_block .left_block .more_img_block{
    text-align: center;
}
.today_pic_block .inner .fukidashi_block .left_block .more_img_block a{
    width: 16%;
    height: 45px;
    display: inline-block;
    margin: 30px 1.5% 0 1.5%;
    border: 2px #aaa solid;
    box-sizing: border-box;
}
.today_pic_block .inner .fukidashi_block .left_block .more_img_block a:nth-child(1){
    border: 2px #855757 solid;
}
.today_pic_block .inner .fukidashi_block .left_block .more_img_block a:hover{
    border: 2px #000 solid;
}

.today_pic_block .inner .fukidashi_block .text_block{
    position: relative;
    height: 315px;
    font-size: 16px;
    width: 44%;
    display: inline-block;
    vertical-align: top;
    margin-left: 6%;
}

.today_pic_block .inner .fukidashi_block .text_block .title{
    background: #fefff0;
    padding: 12px 0;
}
.today_pic_block .inner .fukidashi_block .text_block .title img{
    display: block;
    width: 170px;
    margin: 0 auto;
}

.today_pic_block .inner .fukidashi_block .text_block .line{
    width: 100%;
    height: 2px;
    background: #fefff0;
    margin-top: 3px;
    margin-bottom: 15px;
}

.today_pic_block .inner .fukidashi_block .text_block .text{
    position: relative;
    line-height: 1.8em;
    max-height: 7em;
    overflow: hidden;
}
.today_pic_block .inner .fukidashi_block .text_block .text .text_more{
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 1.2em;
    text-align: right;
    background: #f7efc9;
}

.today_pic_block .inner .fukidashi_block .text_block .date{
    position: absolute;
    bottom: 100px;
    right: 0;
}

.today_pic_block .inner .fukidashi_block .sankaku{
    position: absolute;
    bottom: -20px;
    right: 160px;
    display: block;
    width: 50px;
}

.today_pic_block .inner .man{
    display: block;
    position: absolute;
    bottom: 35px;
    left: 54%;
    height: 130px;
}

.today_pic_block .inner .more_block{
    position: absolute;
    width: 100%;
    bottom: 80px;
}
.today_pic_block .inner .more_block .view_more{
    display: block;
    margin: 0 auto;
}









.report_block
{
    background: #ebf1ef;
    padding: 50px 0;
    text-align: center;
}
.report_block .more_block
{
    margin: 30px auto 0;
    text-align: center;
}
.report_block .more_block .view_more
{
/*    display: block;*/
}







.diary_block{
    padding: 50px 0;
    background: #dafefb;
}

.diary_block .diary_title{
    font-size: 19px;
    text-align: center;
    margin-bottom: 15px;
}

.diary_block .diary_text{
    position: relative;
    font-size: 16px;
    width: 800px;
    margin: 0 auto;
    line-height: 38px;
    height: 200px;
    overflow: hidden;
    /*background: #aaa;*/
    padding-top: 7px;
}
.diary_block .diary_text .line {
    position: absolute;
    width: 800px;
    left: 0;
}
.diary_block .diary_text img.line_1{top: 2px;}
.diary_block .diary_text img.line_2{top: 42px;}
.diary_block .diary_text img.line_3{top: 81px;}
.diary_block .diary_text img.line_4{top: 118px;}
.diary_block .diary_text img.line_5{top: 156px;}
.diary_block .diary_text img.line_6{top: 195px;}

.diary_block .diary_text .end_text{
    position: absolute;
    width: 1em;
    right: 0;
    bottom: 14px;
    line-height: 32px;
    background: #dafefb;
}

.diary_block .diary_text img.fish_1{
    position: absolute;
    left: -100px;
    top: 30px;
}
.diary_block .diary_text img.fish_2{
    position: absolute;
    right: -100px;
    top: 150px;
}

.diary_block .view_more{
    display: block;
    margin: 30px auto 0 auto;
}







.insta_block{
    position: relative;
    padding: 50px 0;
}
.insta_block > div {
    display: flex;
    position: relative;
}
.insta_block a {
    box-sizing: border-box;
    display: flex;
    height: 160px;
    overflow: hidden;
    position: relative;
    width: calc(100% / 7);
}
.insta_block a.logo {
    align-items: center;
    background: #fff;
    background-image: none;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.insta_block a img {
    height: auto;
    object-fit: cover;
    transition: transform 1s ease;
    width: 100%;
}
.insta_block a:hover img{
    transform: scale(1.2);
}
.insta_block a .date {
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    position: absolute;
    text-decoration: none;
    transform: translateX(-50%);
}
.insta_block a:nth-child(n+9) {
    display: none;
}





.other_content_block{
    background: #d9edf6;
    font-size: 0;
    padding: 30px 0;
}
.other_content_block .one_block{
    position: relative;
    font-size: 17px;
    display: inline-block;
    width: 320px;
    height: 240px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.other_content_block .one_block.center{
    margin: 0 20px;
}
.other_content_block .one_block:hover{
    opacity: 0.8;
    transition: all 0.3s ease-out;
}
.other_content_block .one_block.come_soon_block:hover{
    opacity: 1;
    cursor: inherit;
}

.other_content_block .one_block > img{
    width: 80px;
    display: block;
    margin: 40px auto 20px auto;
}

.other_content_block .one_block .img_block{
    width: 80px;
    display: block;
    margin: 40px auto 20px auto;
    position: relative;
}
.other_content_block .one_block .img_block .stop{
    width: 100%;
    display: block;
}
.other_content_block .one_block .img_block .move{
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.other_content_block .one_block .img_block #move_1a{
    animation:move_id7a 0.8s linear infinite normal;
}
.other_content_block .one_block .img_block #move_1b{
    animation:move_id7b 0.8s linear infinite normal;
}

.other_content_block .one_block .img_block #move_2a{
    animation:move_id7a 0.5s linear infinite normal;
}
.other_content_block .one_block .img_block #move_2b{
    animation:move_id7b 0.5s linear infinite normal;
}

.other_content_block .one_block .img_block #move_3a{
    animation:move_id7a 1.2s linear infinite normal;
}
.other_content_block .one_block .img_block #move_3b{
    animation:move_id7b 1.2s linear infinite normal;
}

.other_content_block .one_block .img_block #move_4a{
    animation:move_id4a 2s linear infinite normal;
}
.other_content_block .one_block .img_block #move_4b{
    animation:move_id4b 2s linear infinite normal;
}
@keyframes move_id4a{
  0%{ opacity:1;}
  25%{ opacity:0;}
  50%{ opacity:0;}
  75%{ opacity:1;}
  100%{ opacity:1;}
}
@keyframes move_id4b{
  0%{ opacity:0;}
  25%{ opacity:1;}
  50%{ opacity:1;}
  75%{ opacity:0;}
  100%{ opacity:0;}
}

.other_content_block .one_block .img_block #move_5a{
    animation:move_id5a 2.5s linear infinite normal;
}
@keyframes move_id5a{
  0%{ opacity:0;}
  20%{ opacity:0;}
  30%{ opacity:0.5;}
  40%{ opacity:1;}
  95%{ opacity:1;}
  100%{ opacity:0;}
}
.other_content_block .one_block .img_block #move_5b{
    /*display: none;*/
    animation:move_id5b 2.5s linear infinite normal;
}
@keyframes move_id5b{
  0%{ opacity:0;}
  40%{ opacity:0;}
  50%{ opacity:0.5;}
  60%{ opacity:1;}
  95%{ opacity:1;}
  100%{ opacity:0;}
}
.other_content_block .one_block .img_block #move_5c{
    /*display: none;*/
    animation:move_id5c 2.5s linear infinite normal;
}
@keyframes move_id5c{
  0%{ opacity:0;}
  60%{ opacity:0;}
  70%{ opacity:0.5;}
  80%{ opacity:1;}
  95%{ opacity:1;}
  100%{ opacity:0;}
}

.other_content_block .one_block .img_block #move_6{
    animation:move_id6 0.7s ease-in-out infinite alternate;
}
@keyframes move_id6{
  0%{ transform:rotateX(0);}
  100%{ transform:rotateX(360deg); }
}

.other_content_block .one_block .img_block #move_7a{
    animation:move_id7a 1s linear infinite normal;
}
@keyframes move_id7a{
  0%{ opacity:1;}
  1%{ opacity:0;}
  50%{ opacity:0;}
  51%{ opacity:1;}
  100%{ opacity:1;}
}
.other_content_block .one_block .img_block #move_7b{
    /*display: none;*/
    animation:move_id7b 1s linear infinite normal;
}
@keyframes move_id7b{
  0%{ opacity:0;}
  1%{ opacity:1;}
  50%{ opacity:1;}
  51%{ opacity:0;}
  100%{ opacity:0;}
}


.other_content_block .one_block > div{
    color: #fff;
    position: relative;
    text-align: center;
}
.other_content_block .one_block > div:nth-child(2):after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: -20px;
    content: '';
    display: block;
    height: 10px;
    left: calc(50% - 5px);
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}

.other_content_block .one_block .come_soon{
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 87px;
    left: 0;
    width: 100%;
    height: 65px;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    color: #178fe5;
    line-height: 70px;
}


/*.linear-gradient{
  background: linear-gradient(45deg, #d9edf6 50%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(315deg, #d9edf6 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 50px 50px;
  height: 50px;
}
.linear-gradient2{
  background: linear-gradient(135deg, #d9edf6 50%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(225deg, #d9edf6 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 50px 50px;
  height: 50px;
}*/
.linear-gradient{
  background: linear-gradient(45deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%),
    linear-gradient(315deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%);
  background-size: 50px 50px;
  height: 50px;
}
.linear-gradient2{
  background: linear-gradient(135deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%),
    linear-gradient(225deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%);
  background-size: 50px 50px;
  height: 50px;
}









.index_sns_block{
    font-size: 0;
    padding: 60px 0 50px 0;
    background: linear-gradient(180deg, #fff 0%, #fff 35%, #e9f1fe 35%, #e9f1fe 100%);
}
.index_sns_block .twitter_block,
.index_sns_block .facebook_block{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 460px;
    font-size: 16px;
}
.index_sns_block .twitter_block{margin-right: 40px;}
.index_sns_block .facebook_block{margin-left: 40px;}

.index_sns_block .title_fish{
    position: absolute;
    top: -25px;
    left: 58px;
}

.index_sns_block iframe{
    display: block;
    width: 100%;
    height:600px;
    box-sizing: border-box;
}




.youtube_block .w1000{
    padding: 70px 0 50px 0;
}
.youtube_block iframe.main_movie{
    display: block;
    width: 100%;
    height: 550px;
}
.youtube_block .list_block{
    border-top: 2px #668a87 solid;
    border-bottom: 2px #668a87 solid;
    padding: 3px 0;
    margin-top: 15px;
}
.youtube_block .list_block .list_block_inner{
    border-top: 1px #668a87 solid;
    border-bottom: 1px #668a87 solid;
    font-size: 0;
}
.youtube_block .list_block .list_block_inner .one{
    display: inline-block;
    width: calc(100%/4);
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    height: 255px;
    overflow: hidden;
    vertical-align: top;
}
.youtube_block .list_block .list_block_inner .one:nth-child(1){
    background: #f9fdfd;
}
.youtube_block .list_block .list_block_inner .one:nth-child(2),
.youtube_block .list_block .list_block_inner .one:nth-child(4){
    background: #cdeeeb;
}
.youtube_block .list_block .list_block_inner .one:nth-child(3){
    background: #e2f8f6;
}
.youtube_block .list_block .list_block_inner .one:nth-child(1) img{
    height: 225px;
    display: block;
    margin: 0 auto;
    transition: 0.4s;
}
.youtube_block .list_block .list_block_inner .one:nth-child(1) img:hover{
    opacity: 0.6;
    transition: 0.4s;
}
/*.youtube_block .list_block .list_block_inner .one iframe{
    display: block;
    width: 100%;
    height: 150px;
}*/
.youtube_block .list_block .list_block_inner .one a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.youtube_block .list_block .list_block_inner .one img.thumb{
    display: block;
    width: 100%;
}
.youtube_block .list_block .list_block_inner .one .title{
    color: #0d4147;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.youtube_block .list_block .list_block_inner .one img.btn{
    position: absolute;
    width: 22%;
    left: 39%;
    top: 65px;
}
.youtube_block .list_block .list_block_inner .one img.btn.on{
    display: none;
}
.youtube_block .list_block .list_block_inner .one a:hover > img.btn.on {
    display: block;
}





.activity_block{
    padding: 50px 0;
}
.activity_block .center_text{
    text-align: center;
    color: #3b4e63;
}

.activity_block .content_block{
    font-size: 0;
    margin: 35px 0;
}

.activity_block .content_block .one_block{
    position: relative;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    transition: all 0.3s ease-out;
}
.activity_block .content_block .one_block:nth-child(4){display: none;}
.activity_block .content_block .one_block.center{margin: 0 80px;}
.activity_block .content_block .one_block:hover{
    opacity: 0.8;
    transition: all 0.3s ease-out;
}

.activity_block .content_block .one_block .img_block{
    position: relative;
    z-index: 2;
    width: 262px;
    height: 200px;
}
.activity_block .content_block .one_block.center .img_block{margin-top: 70px;}

.activity_block .content_block .one_block .blue_block{
    position: absolute;
    z-index: 1;
    width: 262px;
    height: 200px;
    background: #42b9ef;
    top: 70px;
    right: 0;
}
.activity_block .content_block .one_block.center .blue_block{top: 0;}

.activity_block .content_block .one_block .blue_block .title_block{
    height: 100%;
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    
}

.activity_block .content_block .one_block .blue_block .title{
    position: absolute;
    width: 88%;
    padding-left: 3px;
    box-sizing: border-box;
    height: 70px;
    bottom: 0;
    display: table;
}
.activity_block .content_block .one_block.center .blue_block .title{top: 0;}
.activity_block .content_block .one_block .blue_block .title p{
    display: table-cell;
    vertical-align: middle;
}

.activity_block .content_block .one_block .blue_block span{
    position: absolute;
    right: 7px;
    bottom: 24px;
    font-size: 13px;
    border: 1px #fff solid;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 22px;
}
.activity_block .content_block .one_block.center .blue_block span{top: 24px;}

.activity_block .view_more{
    display: block;
    margin: 0 auto;
}







.pamphlet_block{
    background: #f1f2f4;
    padding: 50px 0 60px 0;
    font-size: 0;
}
.pamphlet_block .w1000{
    margin-top: 60px;
}
.pamphlet_block .one_block{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    font-size: 18px;
    text-decoration: none;
    background: #fdf48d;
    border: 3px #fff solid;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 100px;
    transition: all 0.3s ease-out;
}

.pamphlet_block .one_block .pamph_icon,
.pamphlet_block .one_block .title{
    display: inline-block;
    vertical-align: middle;
}
.pamphlet_block .one_block .pamph_icon{
    height: 90px;
}
.pamphlet_block .one_block .title{
    width: 61%;
    text-align: center;
    font-weight: bold;
    color: #3e3e3e;
}

.pamphlet_block .one_block .pamph_img{
    position: absolute;
    box-shadow: 0 0 8px #999;
    height: 200px;
    transform: rotate(15deg);
    top: -50px;
    right: 18px;
    transition: all 0.1s ease-out;
}


.pamphlet_block .one_block.pamph_2{
    margin-right: 0;
}

.pamphlet_block .one_block.pamph_2 .title{
    width: 50%;
}

.pamphlet_block .one_block.pamph_2 .pamph_img{
    height: 170px;
    top: -30px;
    right: -5px;
}

.pamphlet_block .one_block:hover{
    background: #fff;
    border: 3px #fff041 solid;
    transition: all 0.3s ease-out;
}

.pamphlet_block .one_block:hover > .pamph_img{
    transform: rotate(20deg);
    transition: all 0.1s ease-out;
}




.banner_block {
    margin: 50px auto 100px;
    max-width: 1000px;
    text-align: center;
}
.banner_block .banner_title {
    border-bottom: 1px solid #165da9;
}
.banner_block .banner_comment {
    color: #165da9;
    text-align: center;
}
.banner_block .banner_comment br {
    display: none;
}
.banner_block a:hover {
    opacity: 0.8;
}
.banner_block img {
/*    margin: 30px 0 0 0;*/
    max-width: 90%;
}

.banner_block .sustainable
{
    display: block;
    margin: 0 0 100px 0;
}
.banner_block .sustainable img
{
    width: 100%;
}




@media all and (max-width: 768px) {
            .top_img_block .weather_forecasts {
                bottom: 50px;
                font-size: 10px;
                left: auto;
                padding: 5px;
                right: 10px;
                top: initial;
            }
            .top_img_block .weather_forecasts .btn_expand,
            .top_img_block .weather_forecasts .label,
            .top_img_block .weather_forecasts .pc {
                display: none;
            }
            .top_img_block .weather_forecasts .label_sp,
            .top_img_block .weather_forecasts .sp {
                display: initial;
            }
            .top_img_block .weather_forecasts .icon {
                padding: 0;
            }
            .top_img_block .weather_forecasts .icon img {
                width: 60px;
            }
            .top_img_block .daily-events {
                bottom: 10px;
                font-size: 10px;
                height: 30px;
                right: 10px;
                width: calc(100% - 20px);
            }
            .top_img_block .daily-events > * {
                font-size: 12px;
                padding: 0 10px;
            }
            .top_img_block .daily-events .label img {
                margin-right: 10px;
            }
            
            
            
            
/*            .top_img_block{
                position: relative;
            }*/
/*            .top_img_block ul.slider{
                width: 100%;
                list-style: none;
                padding: 0;
                margin: 0;
            }*/
            /*slick setting*/
/*            .top_img_block .slick-dots{
                position: absolute;
                bottom: 10px;
            }*/
/*            .slick-dots li button:before {
                color: #fff;
                opacity: 1;
                filter: drop-shadow(0 0 5px rgba(0,0,0,0.9));
            }*/
/*            .slick-dots li.slick-active button:before {
                color: #777;
            }*/
            .top_img_block .slider li a{
/*                display: block;
                width: 100%;*/
                height: 130vw;
            }
            
            .top_img_block .slider .slide-arrow{
                /*display: block;*/
                height: 9vw;
                /*position: absolute;*/
                /*z-index: 100;*/
                /*filter: drop-shadow(0 0 5px rgba(0,0,0,0.9));*/
                top: 45vw;
                /*cursor: pointer;*/
                /*opacity: 0.5;*/
            }
            .top_img_block .slider .slide-arrow.prev-arrow{left: 5px;}
            .top_img_block .slider .slide-arrow.next-arrow{right: 5px;}

            .top_img_block .top_text_block{
                /*position: absolute;*/
                /*width: 100%;*/
                top: 60vw;
            }

            .top_img_block .top_text_block.first_text{
                top: 57vw;
            }

            .top_img_block .top_text_block .top_img_text{
/*                display: block;
                margin: 0 auto;*/
                height: 8vw;
            }
            .top_img_block .top_text_block.first_text .top_img_text{
                height: 16vw;
                filter: drop-shadow(0 0 4px rgba(0,0,0,0.8));
            }

            .top_img_block .emergency_block{
                bottom: -32px;
                font-size: 2.8vw;
                left: calc(50% - 13em);
                width: 26em;
            }
            .top_img_block .emergency_block_2{
                bottom: calc(-32px - 3em);
            }
            .top_img_block .emergency_block a{
                /*color: #000;*/
                /*font-size: 3.2vw;*/
            }
/*            .top_img_block .emergency_block a:hover{
                text-decoration: none;
            }*/
            .top_img_block .sns_icons {
                flex-direction: column;
                height: 105px;
                right: 15px;
                top: 15px;
                width: auto;
            }
            .top_img_block .sns_icons img {
                height: 25px;
            }


            .top_img_block .newyear-holidays
            {
                top: 10px;
                z-index: 900;
            }
            .top_img_block .newyear-holidays img:first-child
            {
                width: 50vw;
            }
            





            .main_text_block{
                font-size: 3.5vw;
                /*text-align: center;*/
                margin: 90px 0 50px;
            }
            .main_text_block .big{
                font-size: 5vw;
                /*margin-bottom: 20px;*/
            }






            .topics_block{
                /*font-size: 0;*/
                /*margin-bottom: 50px;*/
            }
            .topics_block .one_block{
                /*display: inline-block;*/
                /*vertical-align: top;*/
                width: calc(100%/2);
                margin-bottom: 10px;
            }

            .topics_block .one_block .img_block{
                position: relative;
                z-index: 1;
                /*width: 100%;*/
                height: 35vw;
            }
            .topics_block .one_block .img_block .sankaku{
/*                color: #fffec5;
                position: absolute;
                bottom: -12px;
                font-size: 20px;
                text-align: center;
                width: 100%;
                left: 0;*/
            }
            .topics_block .one_block.right_color .img_block .sankaku{color: #fffec5;}
            .topics_block .one_block.right_color_mobile .img_block .sankaku{color: #ffffe5;}

            .topics_block .one_block .text_block{
                /*position: relative;*/
                font-size: 3.5vw;
                /*background: #fffec5;*/
                /*padding: 8px 10px 0 10px;*/
                padding-bottom: 13vw;
                height: 15vw
            }
            .topics_block .one_block.right_color .text_block{background: #fffec5;}
            .topics_block .one_block.right_color_mobile .text_block{background: #ffffe5;}

            .topics_block .one_block .text_block .genre{
                font-size: 3.3vw;
                /*font-weight: bold;*/
            }
/*            .topics_block .one_block .text_block .genre.event{color: #0060ff}
            .topics_block .one_block .text_block .genre.special{color: #198b0a}
            .topics_block .one_block .text_block .genre.info{color: #b75818}*/

            .topics_block .one_block .text_block .date{
                /*position: absolute;*/
                font-size: 3.3vw;
                /*top:8px;*/
                /*right: 10px;*/
            }

/*            .topics_block .one_block .text_block .text{
                margin-top: 5px;
                text-decoration: underline;
            }*/

            .topics_block .one_block .text_block .hide_block{
                height: 3.2em;
/*                background: #fffec5;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;*/
            }
            .topics_block .one_block.right_color .text_block .hide_block{background: #fffec5;}
            .topics_block .one_block.right_color_mobile .text_block .hide_block{background: #ffffe5;}

/*            .topics_block .one_block .view_more{
                position: absolute;
                right: 10px;
                bottom: 10px;
            }*/





            .today_pic_block{
                padding-top: 50px;
                padding-bottom: 40px;
                /*background: #fcfeeb;*/
            }
            .today_pic_block .inner{
                padding-bottom: 10px;
                /*position: relative;*/
                width: 96%;
                /*margin: 0 auto;*/
            }
            
            .today_pic_block .inner .center_text{
                font-size: 3.5vw;
/*                position: relative;
                z-index: 2;
                text-align: center;
                color: #3b4e63;
                margin-bottom: 10px;*/
            }

            .today_pic_block .inner .fish{
                display: none;
            }

            .today_pic_block .inner .fukidashi_block{
                /*position: relative;*/
                /*background: #f7efc9;*/
                /*border-radius: 15px;*/
                width: 100%;
                /*margin: 0 auto;*/
                padding: 7% 5%;
                /*box-sizing: border-box;*/
                /*font-size: 0;*/
            }
            .today_pic_block .inner .fukidashi_block .left_block{
                width: 100%;
                display: block;
                /*vertical-align: top;*/
                margin-top: 10px;
            }
            .today_pic_block .inner .fukidashi_block .left_block .img_block{
                /*position: relative;*/
                height: 59vw;
                /*width: 100%;*/
                filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.5));
            }
            .today_pic_block .inner .fukidashi_block .left_block .img_block img{
                /*position: absolute;*/
                top: -2.5%;
                left: -2.5%;
                /*display: block;*/
                width: 105%;
            }
            
            .today_pic_block .inner .fukidashi_block .left_block .more_img_block{
                /*text-align: center;*/
            }
            .today_pic_block .inner .fukidashi_block .left_block .more_img_block a{
                /*width: 16%;*/
                height: 10vw;
                /*display: inline-block;*/
                margin: 20px 1.5% 0 1.5%;
                /*border: 2px #aaa solid;*/
                /*box-sizing: border-box;*/
            }

            .today_pic_block .inner .fukidashi_block .text_block{
                /*position: relative;*/
                height: inherit;
                font-size: 3.5vw;
                width: 100%;
                display: block;
                /*vertical-align: top;*/
                margin-left: 0;
                margin-top: 35px;
                padding-bottom: 10vw;
            }

            .today_pic_block .inner .fukidashi_block .text_block .title{
                /*background: #fefff0;*/
                padding: 10px 0;
            }
            .today_pic_block .inner .fukidashi_block .text_block .title img{
                /*display: block;*/
                width: 32vw;
                /*margin: 0 auto;*/
            }

            /*.today_pic_block .inner .fukidashi_block .text_block .line{
                width: 100%;
                height: 2px;
                background: #fefff0;
                margin-top: 3px;
                margin-bottom: 15px;
            }*/

            .today_pic_block .inner .fukidashi_block .text_block .text{
                line-height: 1.6em;
                max-height: 100%;
            }

            .today_pic_block .inner .fukidashi_block .text_block .date{
                position: absolute;
                bottom: 0;
                right: 0;
            }

            .today_pic_block .inner .fukidashi_block .sankaku{
                /*position: absolute;*/
                /*bottom: -20px;*/
                right: 100px;
                /*display: block;*/
                /*width: 50px;*/
            }

            .today_pic_block .inner .man{
                /*display: block;*/
                /*position: absolute;*/
                bottom: -16vw;
                right: 0;
                left: inherit;
                height: 20vw;
                transform: rotate( 16deg );
            }

            .today_pic_block .inner .more_block{
                position: relative;
                /*width: 100%;*/
                bottom: inherit;
                margin-top: 45px;
            }
            .today_pic_block .inner .more_block .view_more{
                /*display: block;*/
                margin-left: auto;
            }







            .diary_block{
/*                padding: 50px 0;
                background: #dafefb;*/
            }

            .diary_block .diary_title{
                font-size: 4vw;
/*                text-align: center;
                margin-bottom: 15px;*/
            }

            .diary_block .diary_text{
                /*position: relative;*/
                font-size: 3.5vw;
                width: 96%;
                margin: 0 auto;
                line-height: 38px;
                height: 190px;
            }
            .diary_block .diary_text .line {
                position: absolute;
                width: 100%;
                left: 0;
            }
            .diary_block .diary_text .end_text{
                /*position: absolute;*/
                /*width: 1em;*/
                right: 0em;
                bottom: 4px;
                /*line-height: 32px;*/
                /*background: #dafefb;*/
                padding-left: 0.4em;
            }
/*            .diary_block .diary_text img.line_1{top: -3px;}
            .diary_block .diary_text img.line_2{top: 35px;}
            .diary_block .diary_text img.line_3{top: 74px;}
            .diary_block .diary_text img.line_4{top: 111px;}
            .diary_block .diary_text img.line_5{top: 149px;}
            .diary_block .diary_text img.line_6{top: 188px;}*/
            .diary_block .diary_text img.line_7{top: 227px;}
            .diary_block .diary_text img.line_8{top: 266px;}

            .diary_block .diary_text img.fish_1{
                /*position: absolute;*/
                width: 50px;
                left: 10px;
                top: -130px
            }
            .diary_block .diary_text img.fish_2{
                position: absolute;
                width: 50px;
                right: 10px;
                top: inherit;
                bottom: -80px;
            }

            .diary_block .view_more{
                display: block;
                margin: 30px auto 0 auto;
                width: 35vw;
            }






            .insta_block > div {
                flex-wrap: wrap;
            }
            .insta_block a {
                height: 120px;
                width: calc(100% / 3);
            }
            .insta_block a:nth-child(n+8) {
                display: flex;
            }







            .other_content_block{
                /*background: #d9edf6;*/
                /*font-size: 0;*/
                /*padding: 30px 0;*/
            }
            .other_content_block .one_block{
                font-size: 3.5vw;
                width: 32%;
                height: 30vw;
                
            }
            .other_content_block .n4_block .one_block{
                /*font-size: 3.5vw;*/
                width: 23.5%;
                height: 32vw;
                margin-bottom: 2vw;
                vertical-align: top;
                /*line-height: 4.5vw;*/
            }
            .other_content_block .one_block.center{margin: 0 2%;}
            .other_content_block .n4_block .one_block:nth-child(2){margin: 0 2%;}
            .other_content_block .n4_block .one_block:nth-child(3){margin: 0 2% 0 0;}
            
/*            .other_content_block .one_block:hover{
                opacity: 0.8;
            }*/
            .other_content_block .one_block > img{
                /*display: block;*/
                width: 32%;
                margin: 2.5vw auto 1vw auto;
            }
            
            .other_content_block .one_block .img_block{
                width: 32%;
                /*display: block;*/
                margin: 2.5vw auto 1vw auto;
                /*position: relative;*/
            }
            .other_content_block .one_block .img_block .stop{
                /*width: 100%;*/
                /*display: block;*/
            }
            .other_content_block .one_block .img_block .move{
                /*width: 100%;*/
                /*display: block;*/
                /*position: absolute;*/
                /*top: 0;*/
                /*left: 0;*/
            }
            
            
            
            .other_content_block .one_block div{
                /*color: #fff;*/
                /*text-align: center;*/
            }
            .other_content_block .n4_block .one_block div span{
                line-height: 3.2em;
            }
            
            .other_content_block .one_block .come_soon{
                /*font-weight: bold;*/
                font-size: 4vw;
                /*position: absolute;*/
                top: 10vw;
                /*left: 0;*/
                /*width: 100%;*/
                height: 10vw;
                /*background: rgba(255, 255, 255, 0.9);*/
                /*pointer-events: none;*/
                /*color: #178fe5;*/
                line-height: 11vw;
            }

            .linear-gradient{
/*              background: linear-gradient(45deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%),
                linear-gradient(315deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%);
              background-size: 50px 50px;
              height: 50px;*/
            }
            .linear-gradient2{
/*              background: linear-gradient(135deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%),
                linear-gradient(225deg, #d9edf6 50%, rgba(217, 237, 246, 0) 52%);
              background-size: 50px 50px;
              height: 50px;*/
            }









            .index_sns_block{
                /*font-size: 0;*/
                /*padding: 60px 0 50px 0;*/
                background: none;
            }
            .index_sns_block .twitter_block,
            .index_sns_block .facebook_block{
                /*position: relative;*/
                display: block;
                /*vertical-align: top;*/
                width: 90%;
                margin: 0 5%;
                font-size: 3.5vw;
            }
            .index_sns_block .twitter_block{margin-right: 5%;}
            .index_sns_block .facebook_block{margin-left: 5%; margin-top: 50px;}

            .index_sns_block img.title_fish{
                width: 90%;
                /*position: absolute;*/
                /*top: -25px;*/
                left: 5%;
            }



            
            
.youtube_block .w1000{
    padding: 50px 0 60px 0;
}
.youtube_block iframe.main_movie{
    /*display: block;*/
    /*width: 100%;*/
    height: 65vw;
}
.youtube_block .list_block{
    /*border-top: 2px #668a87 solid;*/
    /*border-bottom: 2px #668a87 solid;*/
    /*padding: 3px 0;*/
    margin-top: 3.5vw;
}
.youtube_block .list_block .list_block_inner{
    /*border-top: 1px #668a87 solid;*/
    /*border-bottom: 1px #668a87 solid;*/
    /*font-size: 0;*/
}
.youtube_block .list_block .list_block_inner .one{
    /*display: inline-block;*/
    width: calc(100%/2);
    padding: 3.5vw;
    /*box-sizing: border-box;*/
    font-size: 3.5vw;
    height: 59vw;
    /*overflow: hidden;*/
    /*vertical-align: top;*/
}
.youtube_block .list_block .list_block_inner .one:nth-child(1){
    /*background: #f9fdfd;*/
    padding: 0;
}
.youtube_block .list_block .list_block_inner .one:nth-child(2),
.youtube_block .list_block .list_block_inner .one:nth-child(3){
    background: #cdeeeb;
}
.youtube_block .list_block .list_block_inner .one:nth-child(4){
    background: #e2f8f6;
}
.youtube_block .list_block .list_block_inner .one:nth-child(1) img{
    height: 49vw;
    margin-top: 5vw
    /*display: block;*/
    /*margin: 0 auto;*/
    /*transition: 0.4s;*/
}
/*.youtube_block .list_block .list_block_inner .one:nth-child(1) img:hover{
    opacity: 0.6;
    transition: 0.4s;
}*/
/*.youtube_block .list_block .list_block_inner .one iframe{
    display: block;
    width: 100%;
    height: 150px;
}*/
.youtube_block .list_block .list_block_inner .one a{
    /*display: inline-block;*/
    /*width: 100%;*/
    /*position: relative;*/
}
.youtube_block .list_block .list_block_inner .one img.thumb{
    /*display: block;*/
    /*width: 100%;*/
}
.youtube_block .list_block .list_block_inner .one .title{
    /*color: #0d4147;*/
    /*font-weight: bold;*/
    /*margin-top: 10px;*/
    /*text-align: center;*/
}
.youtube_block .list_block .list_block_inner .one img.btn{
    /*position: absolute;*/
    width: 26%;
    left: 37%;
    top: 12vw;
}
.youtube_block .list_block .list_block_inner .one img.btn.on{
    /*display: none;*/
}
/*.youtube_block .list_block .list_block_inner .one a:hover > img.btn.on {
    display: block;
}*/

            




            .activity_block{
                /*padding: 50px 0;*/
                background: #e9f1fe;
            }
            .activity_block .center_text{
                /*text-align: center;*/
                /*color: #3b4e63;*/
                font-size: 3.5vw;
            }

            .activity_block .content_block{
                /*font-size: 0;*/
                /*margin: 35px 0;*/
            }

            .activity_block .content_block .one_block{
                /*position: relative;*/
                font-size: 3.7vw;
                /*display: inline-block;*/
                /*vertical-align: top;*/
                width: 47%;
                margin-bottom: 10vh;
                filter: drop-shadow(0 0 2px #999);
            }
            .activity_block .content_block .one_block.center{margin: 0;}
            .activity_block .content_block .one_block:nth-child(4){display: inline-block;}
            
            .activity_block .content_block .one_block:nth-child(odd){
                margin-right: 6%;
            }
            
            .activity_block .content_block .one_block .img_block{
                /*position: relative;*/
                /*z-index: 2;*/
                width: 94%;
                height: 15vh;
            }
            .activity_block .content_block .one_block.center .img_block{margin-top: 0;}
            .activity_block .content_block .one_block:nth-child(even) > .img_block{
                margin-top: 7vh;
            }

            .activity_block .content_block .one_block .blue_block{
                /*position: absolute;*/
                /*z-index: 1;*/
                width: 94%;
                height: 15vh;
                /*background: #42b9ef;*/
                top: 7vh;
                /*right: 0;*/
            }
            .activity_block .content_block .one_block.center .blue_block{top: 0;}
            .activity_block .content_block .one_block:nth-child(even) > .blue_block{
                top: 0;
            }

            .activity_block .content_block .one_block .blue_block .title_block{
                /*height: 100%;*/
                /*width: 100%;*/
                /*position: relative;*/
                /*color: #fff;*/
                /*text-align: center;*/

            }

            .activity_block .content_block .one_block .blue_block .title{
                /*position: absolute;*/
                width: 88%;
                /*padding-left: 3px;*/
                /*box-sizing: border-box;*/
                height: 7vh;
                /*bottom: 0;*/
                /*display: table;*/
            }
            .activity_block .content_block .one_block.center .blue_block .title{top: 0;}
            .activity_block .content_block .one_block:nth-child(even) > .blue_block .title{
                top: 0;
            }
            .activity_block .content_block .one_block .blue_block .title p{
                /*display: table-cell;*/
                /*vertical-align: middle;*/
                font-size: 3.2vw;
            }

            .activity_block .content_block .one_block .blue_block span{
                /*position: absolute;*/
                right: 4px;
                bottom: 2.5vh;
                font-size: 2vw;
                /*border: 1px #fff solid;*/
                /*border-radius: 50%;*/
                height: 3.4vw;
                width: 3.4vw;
                line-height: 3.6vw;
            }
            .activity_block .content_block .one_block.center .blue_block span{top: 0;}
            .activity_block .content_block .one_block:nth-child(even) > .blue_block span{
                top: 2.5vh;
            }

            .activity_block .view_more{
                margin-top: -10vh;
            }







            .pamphlet_block{
                background: #fff;
                padding: 50px 0 20px 0;
                /*font-size: 0;*/
            }
            .pamphlet_block .w1000{
                margin-top: 0;
                width: 100%;
            }
            .pamphlet_block .one_block,
            .pamphlet_block .one_block.pamph_2
            {
                box-sizing: border-box;
                border: 3px #ccc solid;
                display: block;
                font-size: 3.5vw;
                margin: 10px auto;
                padding: 0;
                width: 90%;
            }

/*            .pamphlet_block .one_block .pamph_icon,
            .pamphlet_block .one_block .title{
                display: inline-block;
                vertical-align: middle;
            }*/
            .pamphlet_block .one_block .pamph_icon{
                height: 17vw;
            }
            .pamphlet_block .one_block .title{
                /*width: 61%;*/
                /*text-align: center;*/
                /*font-weight: bold;*/
                /*color: #3e3e3e;*/
            }

            .pamphlet_block .one_block .pamph_img{
                /*position: absolute;*/
                /*box-shadow: 0 0 8px #999;*/
                bottom: 0;
                height: 150%;
                /*transform: none;*/
                top: initial;
                right: 2vw;
            }


            .pamphlet_block .one_block.pamph_2 .pamph_img{
                height: 96%;
                /*transform: none;*/
                top: 2%;
                right: 2vw;
            }



            .banner_block {
                margin-bottom: 0;
            }
            .banner_block .banner_comment {
            }
            .banner_block .banner_comment br {
                display: initial;
            }
            .banner_block .sustainable
            {
                margin: 0 0 50px 0;
            }
            
            
            
            .header_mobile .open_time{
                display: flex;
            }
            
}



