@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Tenor+Sans);
@import url(https://fonts.googleapis.com/css?family=Mate);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);


/* ==================================================
default style
================================================== */
body {
	text-align:inherit;

}


#Content {
	background-color:#FDFDFD;
	font-size: 13px;
}

#Content a {
	color: #4E4E4E;
}

#Content a:hover {
	color:  #d43133;
}

@media (min-width: 932px){
	#Content .container  {
		padding-bottom: 150px;
	}
}

/* 画面の左右アキ微調整--------------------- */

@media (min-width:1400px) {
	#Content .container {
		width: 1370px;
	}
}

@media (min-width:1500px) {
	#Content .container {
		width: 1470px;
	}
}

@media (min-width:1300px) {
	#Content .container {
		width: 1270px;
	}
}

@media (min-width:1300px) {
	#Content .container {
		width: 1270px;
	}
}

@media all and (min-width:901px) and (max-width: 1000px) {
	#Content .container {
		width: 870px;
	}
}

@media all and (min-width:801px) and (max-width: 900px) {
	#Content .container {
		width: 770px;
	}
}



/* ==================================================
topBanner
================================================== */

#topBanner,
#topBanner div,
.col-sm-9 {
	padding-left: 0;
	padding-right: 0;
}

#topBanner {
	padding-top: 50px;
	background-color: #A0802F;
}

#topBanner .text01 {
	display: block;
	padding: 15px;
	font-size: 1.4rem;
	font-weight: 500;
	color:#fff;
}

#topBanner a:hover {
	text-decoration: none;
}

@media (min-width: 932px){
	#topBanner {
		position: relative;
		padding-top: 0;
	}

	#topBanner .text01 {
		position: absolute;
		width: 100%;
		padding: 10px;
		bottom: 0;
		text-align:center;
		background-color: rgba(0,0,0,0.40);
		font-size: 1.6rem;
	}
	
	#topBanner img {
		width: 100%;
	}
}



.slick-slider {
	margin-bottom: 0;
}

#scriptures {
	font-size: 1.2rem;
	font-family: 'Mate', serif;
	font-style: italic;
}

#home h2 {
	font-size: 2.0rem;
	color: #3E3E3E;
}

#home h2 span {
	font-family: 'Tenor Sans','Noto Sans Japanese','Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-weight:400;
}

@media (min-width: 932px){
	#home h2 {
		padding-top: 50px;
		padding-bottom: 20px;
		font-size: 2.5rem;
	}
}

/* ==================================================
ColumnA SIDE
================================================== */

/* NEW POST--------------------- */

.col-sm-8,
.col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 932px){
	.col-sm-4 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.thumbnail {
	border-radius: 0;
	background: #FFFFFF;
	font-size: 1.3rem;
	padding: 10px;
	font-weight: 400;
}

.thumbnail img {
	margin-bottom: 10px;
}

.thumbnail span {
	display: block;
	margin-top: 20px;
	font-size: 1.1rem;
	text-align: right;
	color: #999999 !important;
}

.raku {
	color: #bb0511 !important;

}



/* ==================================================
ColumnB SIDE
================================================== */

@media all and (min-width:480px) and (max-width: 931px) {
	#ColumnB {
		padding-left: 20px;
	}
}

@media (min-width: 932px){
	#ColumnB {
		padding-left: 60px;
	}
}

#ColumnB ul {
    -webkit-padding-start: 0;
}

#ColumnB li a {
	display: block;
}


#ColumnB div {
	padding-left: 0;
	padding-right: 0;
}

#ColumnB span {
	font-weight:500;
}


#ColumnB .thumb {
	padding-right: 10px;
}

.textList {
	padding-left: 0;
	border-top: 1px dotted #999999;
}

.textList li {
	border-bottom: 1px dotted #999999;
	line-height: 1.8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	overflow: hidden;
}

.textList li img {
	border: 1px solid #999999;
}

.imgList {
	padding-left: 0;
}

.imgList li {
	display: inline-block;
	background-color:#a16d72;
	margin-bottom: 20px;
}

.imgList li a {
	color: #FFFFFF !important;
}

.imgList li a:hover  {
  opacity: 0.6;
  transition: 0.5s;
}

.imgList li img {
	width: 45%;
	float: left;
}

.imgList span {
	position: relative;
	top: 5px;
}
@media (min-width: 932px){
	.imgList span {
		top: 15px;
	}
}


/* ==================================================
ColumnC
================================================== */

#ColumnC div {

}

#ColumnC .col-sm-4 p {
	background-color:#757575;
	
}

#youtube {
position:relative;
width:100%;
}

#youtube iframe {
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important
}

.item-video
{
    height: 400px;
}
.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 30px;
	background: #d6d6d6;
	-webkit-backface-visibility: visible;
}

