@charset "UTF-8";


/*--------------------------------------------------------------
#main
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	#main {
		margin:0;
		width: 100%;
	}
	
	.main_area {
		width: 100%;
		height: 90vh;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	
	.show-list {
		margin: 0;
		padding: 0;
		z-index: 0;
	}
	
	.show-list li.show-img1 {
		height: 100vh;
		background: url("../images/slide_img1.jpg") center / cover no-repeat;
	}
	
	.show-list li.show-img2 {
		height: 100vh;
		background: url("../images/slide_img2.jpg") center / cover no-repeat;
	}
	
	.show-list li.show-img3 {
		height: 100vh;
		background: url("../images/slide_img3.jpg") center / cover no-repeat;
	}
	
	.show-list li.show-img4 {
		height: 100vh;
		background: url("../images/slide_img4.jpg") center / cover no-repeat;
	}
	.show-list li.show-img5 {
		height: 100vh;
		background: url("../images/slide_img5_sp.jpg") center / cover no-repeat;
	}
	.show-list li.show-img6 {
		height: 100vh;
		background: url("../images/slide_img6_sp.jpg") center / cover no-repeat;
	}
	.show-list li.show-img7 {
		height: 100vh;
		background: url("../images/slide_img7.JPG") center / cover no-repeat;
	}
	.show-list li.show-img8 {
		height: 100vh;
		background: url("../images/slide_img8.JPG") center / cover no-repeat;
	}
	
	
	.main_area::after {
		display: block;
		content: "";
		background: rgba(0,0,0,0.2);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.main_logo {
		width: 140px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 3;
		color: #fff;
		text-align: center;
	}
	
	.main_logo .flex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 10px;
		padding: 0 22px;
	}
	
	.main_logo .flex img {
		height: 40px;
		width: auto;
	}
	
	.main_logo > img {
		margin: 0 0 15px;
	}
	
	.main_logo p {
		font-size: 10px;
		letter-spacing: 5px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	.main_area {
		width: 100%;
		height: 450px;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	
	.show-list li.show-img1 {
		height: 100vh;
		background: url("../images/slide_img1.jpg") center / cover no-repeat;
	}
	
	.show-list li.show-img2 {
		height: 100vh;
		background: url("../images/slide_img2.jpg") center / cover no-repeat;
	}
	
	.show-list li.show-img3 {
		height: 100vh;
		background: url("../images/slide_img3.jpg") center / cover no-repeat;
	}
	
	.show-list li.show-img4 {
		height: 100vh;
		background: url("../images/slide_img4.jpg") center / cover no-repeat;
	}
	.show-list li.show-img5 {
		height: 100vh;
		background: url("../images/slide_img5.jpg") center / cover no-repeat;
	}
	.show-list li.show-img6 {
		height: 100vh;
		background: url("../images/slide_img6.jpg") center / cover no-repeat;
	}
	.show-list li.show-img7 {
		height: 100vh;
		background: url("../images/slide_img7.JPG") center / cover no-repeat;
	}.show-list li.show-img8 {
		height: 100vh;
		background: url("../images/slide_img8.JPG") center / cover no-repeat;
	}
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#main {
		margin:0 0 0 75px;
		width: calc(100vw - 75px);
	}
	
	.main_area {
		width: 100%;
		height: 695px;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	
	.main_area::after {
		display: block;
		content: "";
		background: rgba(0,0,0,0.2);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.main_logo {
		width: 168px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 3;
		color: #fff;
		text-align: center;
	}
	
	.main_logo .flex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 15px;
		padding: 0 22px;
	}
	
	.main_logo .flex img {
		height: 52px;
		width: auto;
	}
	
	.main_logo > img {
		margin: 0 0 15px;
	}
	
	.main_logo p {
		font-size: 10px;
		letter-spacing: 5px;
	}



}
/*--------------------------------------------------------------
.slide_area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.slide_area {
		width: 100%;
		margin: 0 0 90px 0;
	}
	
	.slider {
		color: #fff;
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	.slider li {
		width: auto;
		height: 170px;
		font-size: 14px;
		text-align: left;
		position: relative;
		box-sizing: border-box;
		letter-spacing: 2px;
		line-height: 1.5;
	}
	
	.inner_bg {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.4);
		position: absolute;
		top: 0;
		left: 0;
		padding: 30px;
	}
	
	.slider li .slide_title {
		display: block;
		margin: 0 0 10px;
	}
	
	.slider li .event_type {
		font-size: 12px;
		display: inline-block;
		padding: 2px 4px;
		border: 1px solid #fff;
		margin: 5px 0 0;
		text-align: center;
	}
	
	.slide01 {
		background: url("../images/winter.png") no-repeat center;
		background-size: cover;
	}
	.slide02 {
		background: url("../images/spring.png") no-repeat center;
		background-size: cover;
	}
	.slide03 {
		background: url("../images/summer.png") no-repeat center;
		background-size: cover;
	}
	.slide04 {
		background: url("../images/autumn.png") no-repeat center;
		background-size: cover;
	}
	.slide05 {
		background: url("../images/sample-autumn.jpg") no-repeat center;
		background-size: cover;
	}
	.slide06 {
		background: url("../images/kokeshi.JPG") no-repeat center;
		background-size: cover;
	}
	.slide07 {
		background: url("../images/pets.jpg") no-repeat center;
		background-size: cover;
	}
	
	.slide-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 999;
		width: 30px;
		height: auto;
	}
	
	.prev-arrow {
		left: 0;
	}
	
	.next-arrow {
		right: 0;
	}

}

/* Small than tablet */
@media (min-width: 768px) {


	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.slide_area {
		width: 100%;
	}
	
	.slider {
		color: #fff;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.slider li {
		width: calc(100% / 4);
		height: 192px;
		font-size: 14px;
		text-align: left;
		position: relative;
		box-sizing: border-box;
		letter-spacing: 2px;
		line-height: 1.5;
	}
	
	.inner_bg {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.4);
		position: absolute;
		top: 0;
		left: 0;
		padding: 45px 55px;
	}
	
	.slider li .slide_title {
		display: block;
		margin: 0 0 10px;
	}
	
	.slider li .event_type {
		font-size: 12px;
		display: inline-block;
		padding: 2px 4px;
		border: 1px solid #fff;
		margin: 5px 0 0;
		text-align: center;
	}

}

/*--------------------------------------------------------------
#cms
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#cms {
		background: #F2F0ED;
		width: 100%;
		margin: 0 0 100px;
		padding: 0 20px 75px;
		color: #121212;
	}
	
	#cms .section_title {
		height: 18px;
	}
	
	.cms-wrapper {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 50px auto;
		padding: 0;
		overflow: hidden;
	}
	
	.news {
		float: none;
		width: 100%;
		margin: 0;
		padding: 30px 0 0;
		overflow: hidden;
	}
	
	.column {
		width: 100%;
		height: auto;
		margin: 0 0 60px;
		padding: 30px 0 0;
		overflow: hidden;
	}
	
	.article-list {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 424px;
	}
	
	.article-list li {
		border-top: 1px solid #D9D9D9;
		padding: 25px 0 0;
		margin: 0 0 30px;
		position: relative;
		z-index: 0;
	}
	
	.article-list li a {
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	
	.article-list li a:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	
	.article-list li:last-child {
		margin: 0 0 30px;
	}
	
	.article-list li .category {
		position: absolute;
		font-size: 10px;
		margin: 0;
		padding: 0 20px 0 5px;
		display: block;
		background: #F2F0ED;
		letter-spacing: 1.8px;
		top: -8px;
		left: -7.5px;
		transform: scale(0.9);
	}
	
	.article-list li .article_title {
		display: block;
		font-size: 15px;
		margin: 0 0 15px;
	}
	
	#cms .link {
		float: right;
	}
	
	#cms button.link_btn {
		clear: both;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	.news {
		float: left;
		width: 50%;
		margin: 0;
		padding: 30px 20px 0 0;
		overflow: hidden;
	}
	
	.column {
		width: 50%;
		height: auto;
		margin: 0 0 60px;
		padding: 30px 0 0 20px;
		overflow: hidden;
	}
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#cms {
		background: #F2F0ED;
		width: 100%;
		margin: 0 0 100px 0;
		padding: 0 0 75px 0;
		color: #121212;
	}
	
	#cms .section_title {
		height: 18px;
	}
	
	.cms-wrapper {
		width: 100%;
		max-width: 1000px;
	}
	
	.news {
		float: left;
		width: 50%;
		margin: 0;
		padding: 30px 0 0;
		overflow: hidden;
	}
	
	.column {
		width: 50%;
		height: auto;
		margin: 0 0 60px;
		padding: 30px 0 0;
		overflow: hidden;
	}
	
	.article-list {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 424px;
	}
	
	.article-list li {
		border-top: 1px solid #D9D9D9;
		padding: 25px 0 0;
		margin: 0 0 30px;
		position: relative;
		z-index: 0;
	}
	
	.article-list li:last-child {
		margin: 0 0 30px;
	}
	
	.article-list li .category {
		position: absolute;
		font-size: 10px;
		margin: 0;
		padding: 0 20px 0 5px;
		display: block;
		background: #F2F0ED;
		letter-spacing: 1.8px;
		top: -8px;
		left: -7.5px;
		transform: scale(0.9);
	}
	
	.article-list li .article_title {
		display: block;
		font-size: 15px;
		margin: 0 0 15px;
	}
	
	#cms .link {
		float: right;
	}
	
	#cms button.link_btn {
		clear: both;
	}


}

/*--------------------------------------------------------------
#menu
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#menu {
		margin: 0 0 90px;
	}
	
	.menu_list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
	}
	
	.menu_list li {
		color: #fff;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0; 
		padding-top: 0;
		overflow: hidden;
		text-align: left;
		position: relative;
		border-left: 10px solid #FFF;
		border-right: 10px solid #FFF;
		border-bottom: 5px solid #FFF;
		box-sizing: border-box;
	}
	
	.img_box {
		position: relative;
		width: 100%;
		height: auto;
		z-index: 0;
	}
	
	.img_box > img {
		width: 100%;
		height: auto;
		line-height: 0;
		vertical-align: bottom;
	}
	
	.txt_box {
		background: rgba(0,0,0,.4);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 55px 42px 0;
		text-shadow: 0px 0px 3px #000000;
	}
	
	.pets .txt_box {
		background: rgba(0, 0, 0, 0.5);
	}
	
	.txt_box span {
		width: 100px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: block;
		font-size: 22px;
		position: relative;
		margin: 0 auto 50px;
		letter-spacing: 20px;
	}
	
	.txt_box p {
		display: block;
		padding: 0 40px;
		width: 100%;
		position: absolute;
		bottom: 70px;
		left: 0;
		text-align: left;
		transform: translateY(100%);
		letter-spacing: 2.8px;
		line-height: 1.8;
		font-size: 14px;
	}
	
	button.btn {
		width: 80%;
		max-width: 400px;
		height: 42px;
		margin: 0 auto;
		background: #776C59!important;
		color: #fff;
		box-shadow: 0px 3px 6px #00000029;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	.menu_list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: 100%;
		max-width: 1140px;
		margin: 0;
	}
	
	.menu_list li {
		color: #fff;
		width: 50vw;
		height: 50vw;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-align: left;
		position: relative;
		border: none;
		box-sizing: border-box;
	}
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#menu {
		margin: 0 0 130px;
	}
	
	.menu_list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
	}
	
	.menu_list li {
		color: #fff;
		width: calc(100% / 3);
		height: auto;
		margin: 0;
		padding: 0; 
		padding-top: 0;
		overflow: hidden;
		text-align: left;
		position: relative;
	}
	
	.img_box {
		position: relative;
		width: 100%;
		height: auto;
		z-index: 0;
	}
	
	.img_box > img {
		width: 100%;
		height: auto;
		line-height: 0;
		vertical-align: bottom;
	}
	
	.txt_box {
		background: rgba(0,0,0,.4);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 50px 42px 0;
		text-shadow: 0px 0px 3px #000000;
	}
	
	.txt_box span {
		position: relative;
		margin: 0 auto 50px;
		letter-spacing: 20px;
	}
	
	button.btn {
		bottom: 25px;
	}

}


/*--------------------------------------------------------------
#message
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#message {
		margin: 0 0 130px 0;
		padding: 0 0 270px 0;
		position: relative;
		line-height: 0;
	}
	
	.message_text {
		width: 90%;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 1;
		padding: 20px 20px 10px 20px;
		background: #776C59;
		color: #fff;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 1.3px;
		font-weight: 300;
		box-sizing: border-box;
	}

	.message_text p {
		font-size: 16px;
		text-align: right;
	}
	
	.message_text p span {
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 13px;
	}
	
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	#message {
		margin: 0 0 130px 0;
		padding: 0 0 180px 0;
		position: relative;
	}
	
	
	.message_text {
		width: 80%;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 1;
		padding: 50px 50px 20px 50px;
		background: #776C59;
		color: #fff;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 1.3px;
		font-weight: 300;
		box-sizing: border-box;
	}
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#message {
		margin: 0 0 200px 0;
		padding: 0 0 100px 0;
		position: relative;
		
	}
	
	.message_text {
		max-width: 500px;
		width: 45%;
		position: absolute;
		bottom: 0;
		left: 5%;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		z-index: 1;
		padding: 50px 50px 20px 50px;
		background: #776C59;
		color: #fff;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 1.3px;
		font-weight: 300;
		box-sizing: border-box;
	}
	
}

/*--------------------------------------------------------------
#history
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#history {
		margin: 0;
		color: #fff;
		text-align: center;
		background: url("../images/history.png") no-repeat center;
		background-size: cover;
		position: relative;
		height: auto;
		padding: 100px 20px;
	}
	
	.fb_bnr {
		width: 95%;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		top: -80px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		border: 1px solid #BEBEBE;
		box-sizing: border-box;
		line-height: 0;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	}
	
	#history .flex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 121px;
		margin: 0 auto 30px;
		padding: 0;
	}
	
	#history .flex img {
		height: 52px;
		width: auto;
	}
	
	#history h2 {
		font-weight: 300;
		font-size: 20px;
		margin: 0 0 40px;
		padding: 0;
		letter-spacing: 2.2px;
		line-height: 1.5;
	}
	
	#history p {
		margin: 0 auto;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 1.3px;
		width: 100%;
		text-align: justify;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	#history {
		margin: 0;
		padding: 80px 20px;
	}
	
	.fb_bnr {
		width: 670px;
		top: -80px;
		left: 50%;
	}
	
	#history p {
		margin: 0 auto;
		font-size: 13px;
		line-height: 2;
		letter-spacing: 1.3px;
		width: 554px;
		text-align: justify;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#history {
		margin: 0;
		color: #fff;
		text-align: center;
		background: url("../images/history.png") no-repeat center;
		background-size: cover;
		position: relative;
		height: 585px;
		padding: 150px 0 0;
	}
	
	#history .flex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 121px;
		margin: 0 auto 30px;
		padding: 0;
	}
	
	#history .flex img {
		height: 52px;
		width: auto;
	}
	
	#history h2 {
		font-size: 22px;
		margin: 0 0 40px;
		padding: 0;
		letter-spacing: 2.2px;
		line-height: 1.5;
	}
	

}

/*--------------------------------------------------------------
#access
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	#access {
		margin: 0 0 30px 0;
		text-align: center;
	}
	
	#access .section_title {
		margin: 0 0 35px;
	}
	
	.address {
		margin: 0 0 40px;
	}
	
	.map {
		width: 100%;
		max-width: 1000px;
		height: 350px;
		margin: 0 auto 45px;
	}
	
	.map iframe {
		width: 100vw;
		height: 100%;
	}
	
	.btn_area {
		padding: 0 20px 40px;
	}
	
	.guide {
		display: inline-block;
		text-align: center;
		width: auto;
		max-width: 700px;
		margin: 20px 20px 0 20px;
		padding: 0;
		overflow: hidden;
	}
	
	.appearance {
		width: 350px;
		height: auto;
		line-height: 0;
		margin: 0 50px 0 0;
		padding: 0;
		float: left;
	}
	
	.guide h2 {
		position: relative;
		display: inline-block;
		margin: 0 0 30px;
		padding: 0 55px;
		font-size: 15px;
		font-weight: 600;
	}
	
	.guide h2:before, .guide h2:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 45px;
		height: 1px;
		background-color: black;
	}
	
	.guide h2:before {
		left:0;
	}
	
	.guide h2:after {
		right: 0;
	}
	
	.guide dl {
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-align: left;
	}
	
	
	.guide dl dt {
		margin: 0 0 4px;
		color: #776C59;
	}
	
	.guide dl dd {
		margin: 0 0 20px;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	.guide h2 {
		font-size: 16px;
	}
	
	.guide dl {
		text-align: center;
	}
	
	
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#access {
		margin: 0 0 50px 0;
		text-align: center;
	}
	
	#access .section_title {
		margin: 0 0 35px;
	}
	
	.address {
		margin: 0 0 40px;
	}
	
	.map {
		width: 100%;
		max-width: 1000px;
		height: 350px;
		margin: 0 auto 45px;
	}
	
	.map iframe {
		width: 100%;
		height: 100%;
	}
	
	.btn_area {
		padding: 0;
		margin: 0 0 50px;
	}

}

/*--------------------------------------------------------------
#hotokami
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#hotokami {
		width: 230px;
		margin: 0 auto 30px auto;
		padding: 0;
		line-height: 0;
	}
	
	#hotokami img {
		width: 230px;
		height: auto;
		border: 1px solid #ccc;
	}
	
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#hotokami {
		width: 400px;
		margin: 0 auto 30px auto;
		padding: 0;
		line-height: 0;
	}
	
	#hotokami img {
		width: 400px;
		height: auto;
		border: 1px solid #ccc;
	}
	
	
	
}

/*--------------------------------------------------------------
#contact
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	#contact {
		background: url("../images/bg-dummy.png") no-repeat top center;
		background-size: cover;
		padding: 50px;
		width: 100%;
		text-align: center;
	}
	
	#contact .flex {
		-ms-flex-pack: distribute;
		justify-content: space-around;		
	}
	
	#contact span {
		display: block;
		color: #B57474;
		font-size: 14px;
		font-weight: 600;
		margin: 0 0 20px;
	}
	
	#contact button.link_btn {
		margin: 0 auto;
	}


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	


}


/*--------------------------------------------------------------
#youtube
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#youtube {
		margin: 0;
		padding: 0;
		text-align: center;
		background: #F2F0ED;
	}
	
	#youtube ul {
		margin: 0;
		padding: 0;
	}

	#youtube dl {
		margin: 0;
		padding: 0;
	}
	
	#youtube dt img {
		margin: 0;
		padding: 0;
		transition: 0.5s;
	}
	
	#youtube dt img:hover {
		opacity: 0.6;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	#youtube {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#youtube ul {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#youtube {
		margin: 0;
		padding: 0;
		text-align: center;
	}

}
