@charset "UTF-8";




/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　浜ぶら

–––––––––––––––––––––––––––––––––––––––––––––––––– */


#mainvis img{ width: 100%; height: auto;}


#sec1{ 
    background: #ff9933;
    color: #FFF;
padding-bottom: 5%;}

.colum{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #eecead;
    padding-bottom: 5%;
    padding-top: 5%;
}



.colum .tit{
    
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
margin-bottom: 1.5%;}

.colum .tit dt{
    font-size: 40px;
       display: inline-block;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background: url(../img/logo.png) no-repeat 15% 50%;
    line-height: 100%;
    font-family: din-2014, sans-serif;
	font-weight: 700;
    padding: 1% 2% 1% 20%;
}

.colum .tit dd{
    font-size: 16px;
    width: auto;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #FFF;
    padding: 0 2%;
    border-radius: 7px;
}


/*動画*/
.vtr {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 20px;
}

.vtr iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*フォトリスト*/
.photolist{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.photolist li{ 
    width: 23.5%;
    list-style: none;
    margin-bottom: 2%;
}




.photolist li .photo img{ width: 100%; height: auto;}

.photolist li .cap{ color: #FFF; margin-top: 3px; font-size: 11px;}


.photolist li.emp{
	    height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;}


























