@charset "UTF-8";
/* CSS Document */

body {
	background-image:/*url(../img/other_head_bg_5.png) ,*/
	  								url(../img/bg.jpg);
   background-repeat: /*repeat-x,*/
    								repeat;		
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.5;
	font-size: 14px;
	box-sizing: border-box;
}

 img {
	vertical-align: bottom;
 }




/*common*/

.inner {
	width: 100%;
	height: auto;
	
}

a {
	color: #333;
	text-decoration: none;
	
}

a:hover {
	opacity: 0.7;
	
}

.shadow {
box-shadow: 0 2px 5px #ccc;
}

.center {
	text-align: center;
	margin: 0 auto;	
}

.btm_line {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin: 0 0 16px 0;
	overflow: hidden;
}
.under_line {
	text-decoration: underline;
	
}

.clear {
	overflow: hidden;
	
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
}

.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arrow_a::before{
width: 12px;
height: 12px;
-webkit-border-radius: 25%;
border-radius: 25%;
background: #3dcb69;
}

.arrow_a::after,
.arrow_b::after,
.arrow_c::after {
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}

.arrow_b::before{
width: 12px;
height: 12px;
-webkit-border-radius: 25%;
border-radius: 25%;
background: #0055BA;
background: #56c824;
	
}

.arrow_c::before{
width: 12px;
height: 12px;
-webkit-border-radius: 25%;
border-radius: 25%;
background: #00b8ec;
	
}

.arrow_3 {
    position: relative;
    display: inline-block;
    padding-left: 9px;
}

.arrow_3:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #56c824;
    position: absolute;
    top: 48%;
    left: 0;
    margin-top: -4px;
}




.green {
	color: #4cc860;
	
}



article {
	padding-top: 24px;
}

main {
	width: 980px;
	/*width: 100%;*/
	margin: auto;
	display: flex;
	justify-content: space-between; 
}

.box_l {
	width: 190px;
}

.box_m {
	width: 570px;
	margin: 0 0 20px 0;
}

.box_r {
	width: 190px;
}





/*left side*/

.box_l  .inner {
	
}

.top_logo {
	text-align: center;
	margin-bottom: 9px;
	
}
 
	 
	
.top_logo img  {
	width: 100%;
	
}

.l_unit {
	/*background-image: url(../img/left_bg_5.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 12px 12px;
	padding: 10px 12px 12px;
	height: auto;
	box-shadow: 0 2px 5px #ccc;
	background-color: #fff;
	margin-bottom: 8px;
	overflow: hidden;
	border-radius: 3px;
}

.tweet {
	padding: 20px 5px 12px;
}

.tweet_ttl {
	text-align: center;
}

.tweet_ttl span{
	font-size: 1.1rem;
}

.tweet a {
	color:#3b94d9;
}


.l_unit ul {
	/*padding-left: 12px;*/
}

.l_unit ul li {
	/*list-style:inside;*/
	line-height: 2;
}

.l_unit ul li::after{
}

.l_unit a:hover {
	color: #64C23A;
	opacity: 1;
}

.hajimete{
	/*text-align: center;*/
	padding-bottom: 5px;
}
.hajimete a:hover {
}


.detail {
	float: right;
	padding-top: 3px;
	width:70px;

}

.rensai_img {
	float: left;
	margin-right: 8px;
}

.rensai_txt {
	float: right;
}


/*middle*/

.main_area {
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
}


.main_box {
	overflow: hidden;
}

.main_img {
	width: 383px;
	float: left;
}

.main_img img {
	width: 383px;
	box-shadow: 0 2px 5px #ccc;
}

.hajimete_box {
	padding: 12px 16px 12px;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	height: auto;
	line-height: 1.6;
}

.hajimete_btn {
	width: 40%;
	color: #666666;
	text-align: center;
	margin: 8px auto 0;
	padding: 10px 20px;
	background: -ms-linear-gradient(
		top,
		#ffffff 0%,
		#fad0de 50%,
		#faacc4 50%,
		#faacc4);	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#fad0de 50%,
		#faacc4 50%,
		#faacc4);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #fad0de),
		color-stop(0.50, #faacc4),
		to(#faacc4));
	border-radius: 7px;
	border: 1px solid #d9d5d9;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

a:hover .hajimete_btn  {
	width: 40%;
	color: #666666;
	text-align: center;
	margin: 8px 6px 0 0;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#fad0de 50%,
		#faacc4 50%,
		#faacc4);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #fad0de),
		color-stop(0.50, #faacc4),
		to(#faacc4));
	border-radius: 7px;
	border: 1px solid #d9d5d9;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}



.today_box {
	padding: 13px 20px 12px;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	height: auto;
}

.today_box .ttl {
	padding: 0px 7px 5px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	border-bottom: 1px solid #71dc42;
	border-bottom: 1px solid #aaa;
}

.today_box  .inner {
	display: flex;	
	justify-content: space-between;
	width: 99%;
	margin: 0 auto;
}

.today_box  .inner figure {
		width: 6.5%;
		margin-bottom: 5px;
}

.today_box  .inner figure img {
	width: 100%;
}


.content {
	display: flex;
	justify-content: space-between; 
	flex-wrap: wrap;
	margin-top: 18px;
}

.card {
	width: 184px;
	background-color: #fff;
	height: auto;
	margin-bottom: 18px;
	box-shadow: 0 2px 5px #ccc;
	border-radius: 0 0 5px 5px;
	border: 2px solid #ccc;
	display: flex;
	flex-flow: column;

}

.content section.card:empty {
	border: none;
	box-shadow: none;
	background: none;
	
}




.card dl {
	position: relative;
}

.card dt {
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}


.card dt img  {
	width: 100%;
	height: auto;
	border-radius: 0 0 0 0;
}

.rokkoho dt  {
	background-color: #fafdfe;/*隙間を埋める*/
}

.hanamiya dt  {
	background-color: #fcf8f9;/*隙間を埋める*/
}

.kekkon dt  {
	
}

.aisho dt  {
	
}

.houseki dt  {
	/*background-color: #000;/*隙間を埋める*/
}


.meikeizu dt  {
	background-color: #c4e2d5;/*隙間を埋める*/
} 

.hoshikawa dt  {
	background-color: #122546;/*隙間を埋める*/
}

.haruka dt  {
	background-color: #e45a8f;/*隙間を埋める*/
}


.mikuji dt  {
	background-color: #87c53c/*隙間を埋める*/
}

.unmei dt  {
	
}

.jinja dt  {
	
}
.card dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 14px 16px;
}


dd.last {
	margin-bottom: 1em;
}


.card dd .ttl {
	font-weight: bold;	
}

.wakaba {
	text-align: center;
	padding: 10px 0 14px;
	margin: auto 0 0 0;
	border-top: 1px solid #ccc;
	
}
/*
.wakaba::before {
	 content: url(../img/wakaba.png);
	 margin-right: 5px;
}
*/

.card dd ul {
	list-style: disc;
	margin: 0 0 0 1em;
	min-height: 0%;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .card dd ul { margin-bottom: -5em }  /* IE11  リストの下が大きくあくバグの調整*/
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .card dd ul.reglation { margin-bottom: -3em }  /* IE11 リストの下が大きくあくバグの調整*/
}



.card dd li {
	line-height: 1.8;
}

.card dd li a {
	text-decoration: underline;
}






.comic_box {
	box-shadow: 0 2px 5px #ccc;
	border-radius: 3px;
	padding: 0 20px;
	background: #fff;
}

.comic_box dt {
	padding: 6px 4px 2px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #aaa; 
	
}

.comic_box dd {
	padding: 20px 5px 14px;
	background-color: #fff;
	display: flex;	
	justify-content: space-between; 
	border-radius: 0 0 3px 3px/0 0 3px 3px;
}

.comic_box dd .comic {
	width:22%;
}

.comic_box dd figure {
	box-shadow: 0 2px 5px #ccc;
	border: 1px solid #ccc;
}

.comic_box dd img {
	width: 100%;
}

.comic_box dd .comic p{
	font-size: 13px;
	line-height: 1.3;
	margin-top: 10px;
} 


/*right*/


.news_box {
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
	border-radius: 3px;
	padding: 12px 16px 18px;
	margin-bottom: 18px;	
	font-size: 12px;
}

.news_box .inner {
	overflow: auto;
	
}
.news_box dl {
	margin: 0 0 16px 0;
	
}

.news_box dt {
	border-bottom: dotted 1px #ccc;
	
}

/*
dl.koushin dt::after {
	 content: "";
	display: inline-block;
	 margin-left: 10px;
	 width:60px;
	 height:16px;
	background-image: url(../img/koushin_7.svg);
	background-size: contain;
}

dl.news dt::after {
	 content: "";
	display: inline-block;
	 margin-left: 10px;
	 width:60px;
	 height:16px;
	background-image: url(../img/news_7.svg);
	background-size: contain;
}
*/

.news_box dd {
	margin-top: 8px;
}

.news_box a {
	color:#3b94d9;
	/*font-weight: bold;*/
}

.banner_box {
	margin-bottom: 18px;	
}

.banner_box figure {
	margin-bottom: 3px;
}

.banner_box img {
	vertical-align: bottom;
	width:100%;
}

.anime {
	margin: auto;
	position: relative;
	margin-bottom: 3px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px #ccc solid;
}

.anime .img_1 {
	display: block;
	margin: 0 auto;
}

.anime .img_2 {
	position: absolute;
	top:0;
	left: 0;
	animation-delay:4s;
}

.anime .img_3 {
	position: absolute;
	top:0;
	left: 0;
	animation-delay:8s;
}

@keyframes anime {
	0% {
		opacity: 0.05;
	}
	
	13% {
		opacity: 1;
	}
	

	20% {
		opacity: 1;
	}

	33.3% {
		opacity: 0.05;
	}
}
	
.anime img {
	animation-name: anime;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	opacity: 0;
}

	

.sosial_box {
	padding: 12px;
	display: flex;	
    justify-content: space-between; 
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.sosial_box .btn {
}

footer {
	margin: 40px 0 0;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0.5em 1em 1em;
}


footer ul {
	display: flex;
}
footer li {
	margin: 0 0.5em;
}

.copy {
	margin: 0 0.5em 0 auto;
}



.jingu3_box {
	background: #fff;
	box-shadow: 0 2px 5px #ccc;
	padding: 1em 1.5em;
	border: 1px solid #5da934;
	font-size: 13px;
	border-radius: 5px;
	background-color: #fdfdee;
}

.jingu3_box .ttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.2em;

}

.jingu3_box .catch {
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #5da934;
	margin-bottom: 0.5em;
	line-height: 1.3;

}


.jingu3_box .txt {
	font-size: 12px;
} 

.jingu3_box .link {
	font-size: 12px;
	text-align: right;

}

/*
.jingu3_box a {
	color: #5da934;
}


.jingu3_box a:hover {
	color: #c90202;
}
*/

.color {
	
}





	



