@charset "UTF-8";




/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　浜ぶら

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#content-wp{
    max-width: 1020px;
	margin: 0 auto 50px auto;
}

a{text-decoration: none;}

#mainvis img{ width: 100%; height: auto;}

#sec1{ 
    box-sizing:border-box;
    background: #f7f6df;
    padding-top: 1px;
    padding: 5%;
    padding-bottom: 5%;
}
.colum{
    box-sizing:border-box;
    margin: 0 auto;
    padding: 4%;
    background: #FFF;
    margin-top: 5%;
    border-radius: 20px;
}
.colum .cat{
	font-size: 20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom: 20px;
}
.colum .cat dt{
    background: #000;
    color: #FFF;
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
}
.colum .cat dd{
	color: #000;
	line-height: 36px;
	padding-left: 15px;
}
.colum h3{
    font-size: 25px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 20px;
    line-height: 130%;
}
/*動画*/
.vtr {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.vtr iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.bn-a-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.bn-a-list li{
    list-style: none;
    width: 48.5%;
}

.bn-a-list li img{
    width: 100%;
    height: auto;
}
.bn-b{margin-top: 5%;}
.bn-b img{
    width: 100%;
    height: auto;
}
.bn-c{margin-top: 5%;}
.bn-c img{
    width: 100%;
    height: auto;
}
.btset{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-top: 5%;
}
.btset li{
    width: 48%;
    list-style: none;
}
.btset li a{
    display: block;
    background: #000;
    text-align: center;
    color: #FFF;
    font-size: 21px;
    line-height: 90px;
    border-radius: 15px;
}
.btset li a:hover{background: #555;}
.bt-back{
    font-size: 15px;
    display: inline-block;
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
    padding-bottom: 6px;
    font-weight: bold;
    color: #000;
}
.bt-back a{color: #000;}
.bt-back a:hover{color: #e30077;}


/*ページ送り*/
ul.pageNav01 {
	/*margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #eee;*/
	text-align: left;
	color:#E50059;
    margin-top: 5%;
}
ul.pageNav01 li {
	display: inline;
    font-size: 30px;
    font-family: din-2014, sans-serif;
	font-weight: 700;
	margin: 0px;
	padding: 0;
}
ul.pageNav01 li span,
ul.pageNav01 li a {
	display: inline-block;
    width: 46px;
    text-align: center;
    line-height: 46px;
	margin-bottom: 5px;
	padding: 0px;
	background: #fff;
	border: none;
    background: #ccc;
	text-decoration: none;
	vertical-align: middle;
    color: #FFF;
    border-radius: 7px;
}
ul.pageNav01 li a:hover {
	background: #666;
	border-color:none;
	color:#FFF;
}
ul.pageNav01#pageNav-bot{ margin-top:30px;}
ul.pageNav01 li .current_page{background: #000;}


/*======================================================*/
/*(SP（タブレット以下）)media only screen and ( max-width : 896px )
=======================================================*/
@media only screen and (max-width : 896px) {
	
.colum .cat dt {
    font-size: 60%;
    line-height: 25px;
    padding: 0px 10px;
}
	
.colum .cat dd {
    font-size: 70%;
    line-height: 36px;
    padding-left: 15px;
}	
	
.colum h3 {
	font-size: 100%;
}	
	
.btset li a {
    font-size: 70%;
    line-height: 30px;
    border-radius: 10px;
}	
	
	
}

@media only screen and  (min-width: 768px) and (max-width: 1024px) {
  .se_inner {max-width: 97%;padding-left: 1.5%;padding-right: 1.5%;}
}
