@charset "utf-8";

body {
	overflow-x: hidden;
}

p {
	color:#707070;	
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.navbar-expand-lg.navbar-dark.bg-dark .container {
    margin: auto;
	padding: 0;
	background-color:#E24482; 
}

.bg-pink,.navbar-pink {
	background-color:#E24482; 
}

.navbar-nav li a {
	color:#fff;
	text-decoration: none;
}

.navbar-pink .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.carousel-grid .figure .figure-caption {
	padding: 10px;
}



.flexslider {
	border:4px solid #FFE6A3;
	margin-left:4px;
	
}

.pl-50 {
	padding:30px;
}
.list,.list-m {
	display:flex;
  　justify-content: space-between;
	}

.list li {
	background-color:#fff;
	display:flex;
	flex-direction: column;
}

.list-caption,.list-caption-m {
	display:block;
    padding: 10px;
    margin: 0;
    background: #fff;
    color: #000;
    font-size: 0.65rem;
	min-height:60px;
}

.list-count,.list-count-m {
	display:block;
	margin-top: auto;
	text-align:right;
	color:#FB8826;
	background-color:#fff;
    font-size: 1rem;
	padding-right:20px;
	}

.list-caption-m {
	font-size:1em;
	}
	
.list-count-m {
	font-size:1.2em;
	}
	


.backnumber {    
    list-style: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.backnumber a {
	text-decoration: none;
	color:gray;
}

/** 見た目を整える **/
.backnumber,ul,li{
    margin:0px;
    padding:0px;
}

.btn-bn {    
    padding:10px 10px;
    margin:2.5px;
    background-color:#fff;
    text-align: center;
}

.display-year {
	font-size:0.8rem;
	padding-top:8px;
}
.display-month {
		font-size:1rem;
}

.single{
	margin-top:30px;
	margin-bottom:20px;
	width:100%;
	text-align:center;
	color:#E24482;
}
.single h2{
	position:relative;
	display:inline-block;
	font-size:1.3rem;
}
.single h2:before, .single h2:after{
	content:"";
	display:block;
	width:280px;
	height:4px;
	border-top:1px solid #E24482;
	position:absolute;
	top:50%;
	margin-top:-2px;
}
.single h2:before{left:-330px;}
.single h2:after{right:-330px;}


#page_top{
  width: 70px;
  position: fixed;
  right: -70px;
  bottom: 20px;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  text-decoration: none;
}

h4 {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}

h4:before,
h4:after {
    border-top: 1px solid #aaa;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

hr {
	color:#aaa;
}


.effect-fade {
	opacity : 0;
	transform : translate(0, 200px);
	transition : all 500ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
