div.kouyounavi_wrap{
	width: 100%;
}
div.sakura_wrap{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
ul.kouyounavi{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    padding-top: 1.5rem;
	padding-left: 0;
	margin-top: 0!important;
	background-color: #78694F;
}
ul.kouyounavi li{
	list-style-type: none;
	text-align: center;
	margin-top: 0;
	padding: 5px 15px 4px 15px;
	border-radius: 16px;
	background-color: #78694F;
	margin-bottom: 1.5rem;
}
ul.kouyounavi li a{
	color: #ffffff;
	display: block;
}
ul.kouyounavi li.active {
	background-color: #ffffff;
}
ul.kouyounavi li.active a{
	color: #78694F;
	display: block;
}
h2.h2_2015{
    border-bottom: 3px solid #f1432c;
    padding-bottom: 1rem;
}
h3.spotname{
    border-left: solid 5px #f1432c;
    padding-left: 1rem;
}
.dl_kouyou{
  border-bottom: solid 1px #cccccc;
  margin-top: 0;
}
.dl_kouyou div{
  display: flex;
  align-items: center;
}
.dl_kouyou div.migoro dd{
  margin-top: 10px;
}
.dl_kouyou div.lightup dt{
  margin-left: 10px;
}
.dl_kouyou div.lightup dd{
  margin-left: 22px;
}
.ul_kouyou{
  list-style-type: none;
  padding-left: 0;
}
.spot_dscr{
  border-bottom: solid 1px #cccccc;
}
h4.near_spot{
  padding-bottom: 0;
}
.sakura_spot2015_wrap{
    border-bottom: solid 1px  rgb(255, 179, 199);
    padding-bottom: 1rem;
}
.sakura_spot2015_wrap h3 span.area {
    display: inline-block;
    text-align: center;
    vertical-align: 4px;
    font-size: 12px;
    margin-left: 0;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    background: rgba(200,200,200,0.7);
    text-indent: 0;
    text-shadow: none;
}
.sakura_spot2015_wrap h3 span.migoro {
    display: inline-block;
    text-align: center;
    vertical-align: 4px;
    font-size: 12px;
    margin-left: -3px;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    background: rgba(255,204,204,0.7);
    text-indent: 0;
    text-shadow: none;
}
.sakura_spot2015_wrap h3 span.rank {
    display: inline-block;
    text-align: center;
    vertical-align: 4px;
    font-size: 12px;
    margin-left: 0;
    padding: 2px 2px 1px 2px;
    line-height: 16px;
    background: rgba(255,255,255,1);
    text-indent: 0;
    border: solid 2px #ee688b;
    border-radius: 2px;
    color: #ee688b;
    margin-right: 2px;
    text-indent: 0;
}
h4{
    font-size: 2rem;
    margin: 2rem 0 2rem;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 1rem;
}
.kdpush_wrap > div{
    display: flex;
}
.kdpush_wrap > div img{
    display: block;
    max-width: 100%;
    height: auto;
    align-self: flex-start;
    margin-top: 2rem;
    margin-left: 20px;
}
h5.kd_push_name{
    font-size: 1.8rem
}
h5.kd_push_name span{
    display: inline-block;
}
h5.kd_push_name span a{
    padding: 5px 10px 4px 10px;
    box-sizing: border-box;
    border: solid 1px #1E99D5;
    border-radius: 4px;
    margin-left: 1rem;
    font-size: 1.4rem;
}
p.gotospot{
    margin-bottom: 0!important;
}
p.gotospot a{
    padding: 5px 10px 4px 10px;
    box-sizing: border-box;
    border: solid 1px #1E99D5;
    border-radius: 4px;
}
.ul_sakurascroll{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: fixed;
    bottom: 30px;
    left: auto;
    background: rgba(255,255,255,0.85);
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 2px #ee688b;
    width : 100%;
    max-width: 800px;
    margin: 0!important;
    padding-left: 0;
}
.ul_sakurascroll {
    opacity: 0;
    transition: all .5s ease;
  }
.ul_sakurascroll.show {
    opacity: 1;
    transform: none;
  }
.ul_sakurascroll li{
    list-style-type: none;
}
/* お家でお花見 */
.movie_wrap{
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #dddddd;
}
.movie_wrap > .movie_dscr > h3{
    margin-top: 0;
}
.movie_wrap iframe{
    margin-left: 20px;
}
.to_movielist{
    text-align: right;
}
/* 散策コース */
.plan_head_dscr{
    display: flex;
}
.plan_head_dscr > .plan_head_text {
    margin-top: 0;
}
.plan_head_dscr > img {
    max-width: 100%;
    height: auto;
    margin-left: 20px;
    align-self: flex-start;
}
.plan_title{
    border-left:solid 5px #ee688b;
    padding-left: 5px;
}
.plan_title_dscr{
    font-size: 1.2rem;
    padding: 4px 10px 2px 10px;
    color: #ffffff;
    background-color: #2aa2ffcc;
    display: inline-block;
}
.plan_wrap{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #dddddd;
}
.plan_flex{
    display: flex;
}
.plan_flex > img{
    margin-left: 20px;
    align-self: flex-start;
}
.plan_flex > iframe{
    margin-left: 20px;
}
.plan_dscr p{
    margin-top: 0;
}
.gotoplan p {
    text-align: right;
}
.gotoplan p a {
    display: inline-block;
    padding: 0 10px 0 10px;
    border: solid 1px #1E99D5;
    border-radius: 4px;;
}
/* 桜マップ */
.sakura_map iframe{
    min-height: 800px;
}
/* 見ごろ表 */
.migoro_data2015_new table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    border-spacing: 0;
}
.migoro_data2015_new table .n_spot {
    width: 205px;
    font-size: 14px;
    border-right: solid 5px #ffffff;
    text-align: left;
}
.migoro_data2015_new table th,
.migoro_data2015_new table td {
    padding: 3px 0;
    border-bottom: 1px dotted #CCC;
}
.migoro_data2015_new table .n_spot a {
    width: 93%;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: 4px 4px 2px 4px;
}
.migoro_data2015_new table .n_spot a span {
    font-size: 11px;
}
.migoro_data2015_new table .season {
    position: relative;
    background-color: #ffd3a1;
    padding: 5px;
    border-right: solid 5px #ffffff;
    font-size: 11px;
    line-height:2rem;
    width: 30%;
}
.migoro_data2015_new table .lightup {
    padding: 5px;
    font-size: 11px;
    background-color: #eeeeee;
    border-right: solid 5px #ffffff;
    line-height:2rem;
}
.migoro_data2015_new table .lightup img{
    margin-right: 5px;
}
.h5_migoro{
  font-size: 1.4rem;
  line-height: 14px;
  padding: 3px 5px 2px 5px;
  background-color: #e83929;
  color: #FFFFFF;
  font-weight: normal;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 600px) {
    #content .section {
    margin: 2rem auto 4rem;
    padding: 0;
    }
    h1{
        font-size: 2.4rem!important;
    }
    #content .singleContent .cont_header{
        margin: 2rem auto 3rem;
    }
    h2{
        font-size: 1.8rem;
        margin: 2.5rem 0 1.5rem;
    }
    h3{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h4{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h5.kd_push_name{
        font-size: 1.6rem
    }
    h5.kd_push_name span a{
        font-size: 1.2rem
    }
    .dl_kouyou dt,.dl_kouyou dd{
      font-size: 14px;
    }
    .ul_kouyou li{
      font-size: 14px;
    }
    #content p {
    font-size: 1.4rem!important;
    }
    div.column h3 {
    margin-bottom: 0!important;
    }
    /* 紅葉マップ */
    .kouyou_map iframe{
        min-height: 600px;
    }
    /* 見ごろ表 */
    .migoro_data2015_new table .n_spot {
        width: 100%;
        display: block;
        font-size: 14px;
        border-right: solid 5px #ffffff;
        margin-top: 0;
    }
    .migoro_data2015_new table .season {
        width: 100%;
        display: block;
        position: relative;
        background-color: #ffd3a1;
        padding: 5px;
        border-right: solid 5px #ffffff;
        font-size: 11px;
    }
    .migoro_data2015_new table .lightup {
        width: 100%;
        display: block;
        font-size: 11px;
        background-color: #eeeeee;
        border-right: solid 5px #ffffff;
        min-height: 31px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 400px){    
    .kdpush_wrap > div{
        display: block;
    }
    .kdpush_wrap > div img{
        margin-left: 0!important;
    }
    h5.kd_push_name span{
        display: block;
        margin-left: 0!important;
        margin-top: 10px;
    }    
    h5.kd_push_name span a{
        margin-left: 0!important;
    }
    .sakura_map iframe{
        min-height: 400px;
    }
}
#content .event-list-item {
    border-right: 1px solid #ccc;
    width: calc(100% - 28px);
    border-top: 1px solid #ccc;
    margin: 0;
    position: relative;
    transition: all 500ms 0s ease;
    border-left: solid 1px #ccc;
    padding-bottom: 10px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#content .event-list-item a {
    display: block;
}
#content .event-list-item a .event_flex {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
    background-color: #fff;
    color: #000;
}
#content .event-list-item .dscr{
    margin: 0 20px 0 20px;
    font-size: 14px;
}
#content .event-list-item .dscr p{
    font-size: 14px;
    line-height: 1.4;
}
#content .singleContent .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-top: none;
    margin-bottom: 0;
    font-size: 1.4rem;
    padding: 0 20px 0 20px;
}
#content .singleContent .detail dl dt {
    background: #fff;
    width: 20%;
    padding: 10px 0 5px 0;
    margin: 0;
    box-sizing: border-box;
    border-top: none;
    border-bottom: dotted 1px #ccc;
    line-height: 1.2;
    font-size: 1.4rem;
}
#content .singleContent .detail dl dd {
    padding: 10px 0 5px 0;
    margin: 0;
    border-left: none;
    border-top: none;
    width: 80%;
    background: #fff;
    box-sizing: border-box;
    line-height: 1.2;
    border-bottom: dotted 1px #ccc;
}
#content .singleContent .detail dl dt:last-of-type,
#content .singleContent .detail dl dd:last-of-type{
    border-bottom: none;
}
#content .event-list-item:last-child {
    border-bottom: 1px solid #ccc;
}
#content .section-w {
    max-width: 100%;
    margin: 3rem 0 5rem 0;
    padding: 0;
}