﻿
/* hanami2018 */

#gmenu {
    background-color: #262626;
    margin: 0 auto;
}
#main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    color: #333;
}
#main-head {
    width: 1010px;
    margin: 16px auto;
    margin-bottom: -58px;
    padding-top: 6px;
}

.hana-tbl {
    display: block;
    margin: 80px;
    width: 850px;
    padding: 0 0 1px 0;
}
.hana-tblbox {
    padding-bottom: 0;
    vertical-align: top;
    overflow: hidden;
    display: table;
    margin-bottom: 60px;
}
.hana-tblbox div{
    margin:10px 20px;
}
.hana-tblbox section{
	float:left;
    display:table-cell;
}
.hana-tblbox:nth-child(2n) section{
	float:right;
}
.hana-tblbox article{
	float:right;
	width:450px;
	height:400px;
	background:#ffe8f2;
	display:table;
}
.hana-tblbox article div{
	display:table-cell;
	vertical-align: middle;
}
#col-main .hana-tblbox h4 {
    border-bottom: 2px solid #ffb0d0;
    background: none;
    padding: 0 0 12px 0;
    font-size: 130%;
    font-weight: normal;
    margin: 20px 50px;
}
.hana-tblbox p{
    margin:10px 50px;
    line-height:200%;
    font-size:120%;
}
#col-main {
    width: 100%;
    float: none;
}
.hana-top{
    background:url('../images/fun/hanami2018/hanami_top.jpg') center center no-repeat;
	height:640px;
	background-size:cover;
	min-width: 1010px;
}
.hana-txt {
    width: 1010px;
    margin: 70px auto 16px;
    background: #ffffff;
    padding-bottom: 1px;
}
.hana-lead{
	height: 540px;
	width:1010px;
    background:url('../images/fun/hanami2018/hanami_img01.jpg') center center no-repeat;
    display:block;
    position:relative;
    overflow: hidden;
}
.hana-lead:before {
    content: '';
    display: block;
    width: 440px;
    height: 440px;
    background: rgba(253,214,230,0.9);
    transform: rotate(45deg);
    position: absolute;
    top: 50px;
    left: 30px;
}

.hana-leadtxt{
	position: absolute;
    top: 32%;
    left:80px;
}
#col-main .hana-leadtxt h4 {
    border: none;
    background: none;
    width: 400px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 150%;
    line-height: 150%;
    color: #000000;
}
#col-main .hana-leadtxt p {
    width: 380px;
    line-height: 200%;
    font-size: 120%;
    color: #000000;
}

.hana-tblbox-last {
    overflow: hidden;
    margin: 50px 0 0;
    display: flex;
}
.hana-tblbox-last .otherevent {
    margin: 0 30px 0 0;
    padding: 40px;
    background-color: #f0f0f0;
    font-size: 13px;
    line-height: 160%;
    width: 350px;
    float: left;
}
.hana-tblbox-last .otherevent p:first-child{
	font-size:110%;
	line-height:180%;
}


#col-main .hana-tblbox-last .otherevent a {
    background-color: #890412;
    border-radius: 8px;
    padding: 8px 20px;
    max-width: 240px;
    margin: 20px auto 0;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 200%;
    font-size: 120%;
    font-weight: bold;
    display: block;
}
#col-main .hana-tblbox-last .otherevent a:hover {
	opacity:0.7;
}
.hana-tblbox-last .pastevent {
    margin: 0;
    padding: 40px;
    background-color: #f7e3d6;
    font-size: 110%;
    line-height: 140%;
    float: right;
    width: 350px;
}
#col-main .hana-tblbox-last .pastevent h5 {
    margin: 0 0 12px 0;
    color: #000000;
    font-weight: normal;
    line-height: 150%;
}
#col-main .hana-tblbox-last .pastevent ul li {
    margin: 0 0 0 24px;
    line-height:180%;
}

/* hanami slider */

.wrapper {
	width: 1010px;
	margin: 40px auto;
}
.slide_box {
    background-color: white;
    width: 1010px;
    margin: 15px auto 15px auto;
    padding: 10px 0;
    box-shadow: none;
    position: relative;
}

.list_carousel {
    background-color: #FFF;
    margin: 0 40px 0px 45px;
    width: 930px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #eee;
    border: 0;
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 10px 0 10px 10px;
    display: block;
    float: left;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
    top: 0;
    left: 0;
    position: absolute;
    width: 36px;
    height: 160px;
    background:#505050 url('../images/fun/hanami2018/prevbtn.png') center center no-repeat;
}
.next {
    top:0;
    right:0;
    position:absolute;
    width: 36px;
    height: 160px;
    background:#505050 url('../images/fun/hanami2018/nextbtn.png') center center no-repeat;
}
.pager {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 24px;
}
.pager a {
    height: 16px;
    width: 16px;
    line-height: 16px;
    background: #aaaaaa;
    margin: 26px 8px 0 8px;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 0;
    border-radius: 16px;
}
.pager a.selected {
	text-decoration: underline;
    background: #666666;
}

.pagetop {
	width:1010px;
    margin: 20px auto;
    text-align: right;
}

/* 花見会スマホ版 */

#content.hanami_sp{

}
#content.hanami_sp .textbox_content {
    margin: 0;
    overflow: hidden;
}
#content.hanami_sp .notice_title{
    display:none;
}
#content.hanami_sp .text {
    padding: 0;
}

#content.hanami_sp #content_centering {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#content.hanami_sp .textbox {
    background: none;
    border: none;
    margin: 0;
    -webkit-box-shadow: 0 2px 5px #777;
    -moz-box-shadow: 0 2px 5px #777;
    box-shadow: none;
}

#content.hanami_sp .hana-top {
    background: url(../images/fun/hanami2018/hanami_top_sp.jpg) center bottom no-repeat;
    height: 300px;
    height: 93.75vw;
    background-size: cover;
    width: 100%;
    width: 100vw;
    min-width: 0;
    min-height:300px;
}
#content.hanami_sp .wrapper {
    width: 100%;
    margin: 24px auto 40px;
}
#content.hanami_sp .slide_box {
    background-color: white;
    width: 100%;
    margin: 15px auto 15px auto;
    padding: 10px 0;
    box-shadow: none;
    position: relative;
}
#content.hanami_sp .list_carousel {
    background-color: #FFF;
    margin: 0 auto;
    width: 96%;
    text-align: center;
}
#content.hanami_sp .list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #ffffff;
    border: 0;
    width: 30%;
    height: auto;
    padding: 0;
    margin: 1%;
    display: block;
    float: none;
    display: inline-block;
}
#content.hanami_sp .hana-txt {
    width: 100%;
    margin: 40px auto 16px;
    background: #ffffff;
    padding-bottom: 1px;
}
#content.hanami_sp .hana-lead {
    height: 480px;
    width: 100%;
    background: url(../images/fun/hanami2018/hanami_img01.jpg) center center no-repeat;
    display: table;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
#content.hanami_sp .hana-lead:before {
    display:none;
}
#content.hanami_sp .hana-leadtxt {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 5%;
    background: rgba(253,214,230,0.9);
}
#content.hanami_sp h4 {
    font-size: 110%;
    background: none;
    padding: 0;
    margin: 8px 0;
    border: none;
}
#content.hanami_sp p {
    font-size: 110%;
    background: none;
    padding: 0;
    margin: 2px 0 8px 0;
    border: none;
    line-height: 160%;
}
#content.hanami_sp .hana-tbl {
    display: block;
    margin: 24px 5%;
    width: 90%;
    padding: 0 0 1px 0;
}
#content.hanami_sp .hana-tblbox {
    margin-bottom:0;
}
#content.hanami_sp .hana-tblbox section {
    float: none;
    display: block;
    width: 100%;
}
#content.hanami_sp .hana-tblbox section img{
    width:100%;
    height:auto;
    margin: 0;
}
#content.hanami_sp .hana-tblbox article {
    float: none;
    width: 100%;
    height: auto;
    background: #ffe8f2;
    display: block;
}
#content.hanami_sp .hana-tblbox h4 {
    border-bottom: 2px solid #ffb0d0;
    background: none;
    padding: 0 0 10px 0;
    font-size: 120%;
    font-weight: normal;
    margin: 24px 6% 12px;
}
#content.hanami_sp .hana-tblbox p {
    margin: 12px 6% 24px;
    font-size: 100%;
    line-height:180%;
}
#content.hanami_sp .hana-tblbox-last {
    overflow: hidden;
    margin: 12px 0 0;
    display: block;
}
#content.hanami_sp .hana-tblbox-last .otherevent {
    margin: 0 0 20px 0;
    padding: 24px;
    background-color: #f0f0f0;
    font-size: 13px;
    line-height: 160%;
    width: auto;
    float: none;
}
#content.hanami_sp .hana-tblbox-last .otherevent a {
    background-color: #890412;
    border-radius: 8px;
    padding: 8px 20px;
    max-width: 220px;
    margin: 20px auto 0;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 200%;
    font-size: 110%;
    font-weight: bold;
    display: block;
}
#content.hanami_sp .hana-tblbox-last .pastevent {
    margin: 0;
    padding: 24px;
    background-color: #f7e3d6;
    font-size: 110%;
    line-height: 140%;
    float: none;
    width: auto;
}
#content.hanami_sp .text h5 {
    color: #000000;
    font-size: 100%;
    margin: 0px 4px 12px;
    font-weight: normal;
}

.text ul.disc {
    line-height: 180%;
    margin: 8px 4px;
}