@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #F05A24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	font-family: "Ryumin Regular KL",serif;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
br.sp{ display: none;}

/* ヘッダー
 * --------------------------------------------------------*/
 .head{
	 text-align: center;
	 margin:0 auto;
	 padding-bottom: 50px;
 }
 .head img {
	 max-width: 100%;
 }
 .pc { display: block !important; }
.sp { display: none !important; }

/*本文
 * --------------------------------------------------------*/
	.textbase_1 {
	background-color: #b1bfc7;
	margin:0 auto;
	}
	.textbase_1 .title {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
	}
	.textbase_1 .lead {
	width: 500px;
	font-size: 17px;
	line-height: 33px;
	letter-spacing: 0.1em;
	text-align: left;
	margin:0 auto;
	padding-bottom: 20px;
	}
	.textbase_1 .text {
	width: 500px;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0.1em;
	text-align: left;
	margin:0 auto;
	padding-bottom: 60px;
	}
	.textbase_1 .text_w {
	width: 500px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: left;
	margin:0 auto;
	padding-bottom: 60px;
	}
	.textbase_1 .cap {
	width: 500px;
	font-size: 14px;
	line-height: 31px;
	letter-spacing: 0.1em;
	text-align: left;
	margin:0 auto;
	padding-bottom: 60px;
	}
	.textbase_1 .text .photo {
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: -75px;
	}
	.textbase_1 .text .t_item {
	text-align: left;
	padding-bottom: 5px;
	}
	.size {
	font-size: 14px;
	line-height: 31px;
	letter-spacing: 0.1em;
	padding-top: 10px;
	}
	.logo {
	padding-bottom: 20px;
	}


	.textbase_2 {
	background-color: #b49580;
	margin:0 auto;
	}
	.textbase_2 .title {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
	}
	.textbase_2 .midashi {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	}
	.textbase_2 .text {
	width: 500px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-align: left;
	margin:0 auto;
	padding-bottom: 60px;
	color: #fff;
	}

	.title_sub {
	text-align: center;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
  }
	.title_sub2 {
	width: 500px;
	margin:0 auto;
	font-weight: bold;
	font-size: 26px;
	line-height: 43px;
	letter-spacing: 0.1em;
	text-align: left;
	padding-top: 70px;
	padding-bottom: 50px;
	}
	.photo_item {
	margin:0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	}

	/*２コラム
	 * --------------------------------------------------------*/
	.column {
	width: 700px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 60px;
	}
	.column .left {
	width: 230px;
	float:left;
	}
	.column .right {
	width: 470px;
	float:right;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #4d4d4d;
	}
	.column .right_w {
	width: 470px;
	float:right;
	font-size: 15px;
	line-height: 29px;
	letter-spacing: 0.1em;
	color: #fff;
	}
	.border {
	border-top: 1px solid #4d4d4d;
	width: 700px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 60px;
	}
	.border_text {
	border-top: 1px solid #000;
	width: 100%;
	margin:0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
	}
	.border_text_w {
	border-top: 1px solid #fff;
	width: 100%;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	}

	/*動画
	 * --------------------------------------------------------*/
	 .movie {
		 width: 650px;
		 margin:0 auto;
		 padding-top: 40px;
		 padding-bottom: 40px;
		 margin-left: -75px;
	}

	 .video-container {
		 position: relative;
		  width: 100%;
		  padding-top: 56.25%;
	 }

	 .video-container iframe {
		 position: absolute;
		  width: 100%;
		  height: 100%;
		  top: 0;
		  left: 0;
	 }

	/*ナビ
	 * --------------------------------------------------------*/
	 .articleFooter img{
 	width: 60%;
 	}

 	.articleFooter {
 		text-align: center;
		margin: 0 auto;
		padding-top: 20px;
 	}

 	.articleFooter ul {
 		width: 700px;
 		margin: 0 auto;
 		padding: 0 0 50px 0;
 	}

 	.articleFooter ul > li {
 		min-height: 60px;
 	}


 	.articleFooter ul > li:first-child {
 		display: inline-block;
 	}


 	.articleFooter ul .top {
 		width: 120px;
 	}
 	.articleFooter ul .prev {
 		float: left;
 		width: 120px;
 	}

 	.articleFooter ul .next {
 		float: right;
 		width: 120px;
 	}




	/*タブレット対応
	* --------------------------------------------------------*/
			@media screen and (max-width: 1200px) {

			.wrapper {
				width: 100%;
			}

		}



	/*スマホ対応
	* --------------------------------------------------------*/
			@media only screen and (max-width: 479px) {

				body {
				}
			.wrapper {
			width: 100%;
			}

			img{max-width:100%;height:auto;}

			br{ display: none;}
			br.sp{ display: inherit;}


	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head {
	width: 100%;
	}
	.pc { display: none !important; }
    .sp { display: block !important; }

	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	.textbase_1 {
 	width: 100%;
 	}
 	.textbase_1 .title {
 	width: 85%;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
 	}
 	.textbase_1 .lead {
 	width: 85%;
 	font-size: 15px;
 	line-height: 29px;
	padding-bottom: 20px;
 	}
	.textbase_1 .text {
	width: 85%;
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 30px;
	}
	.textbase_1 .text_w {
	width: 85%;
	font-size: 13px;
	line-height: 26px;
	padding-bottom: 30px;
	}
	.textbase_1 .cap {
	width: 85%;
	font-size: 12px;
	line-height: 22px;
	margin-top: -30px;
	padding-bottom: 20px;
	}
	.textbase_1 .text .photo {
	width: 100%;
	margin:0 auto;
	}
	.size {
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.1em;
	}
	.logo {
	width: 90%;
	margin:0 auto;
	}

	.textbase_2 {
	width: 100%;
	}
	.textbase_2 .title {
	width: 50%;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
	}
	.textbase_2 .midashi {
	width: 85%;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.textbase_2 .text {
	width: 85%;
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 30px;
	}

	.lead br {
 	display: none;
	content: "";
 	}
	.text br {
	display: none;
	content: "";
	}
	.title_sub2 br {
	display: none;
	content: "";
	}
	.title_sub img {
	width: 85%;
	}

	.title_sub2 {
	width: 85%;
	margin:0 auto;
	font-size: 18px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	}
	.photo_item {
	width: 100%;
	}


	/*スマホ対応 ２コラム
	 * --------------------------------------------------------*/
	.column {
	width: 80%;
	margin:0 auto;
	overflow: hidden;
	padding-top: 0px;
	}
	.column .left {
	width: 90%;
	float:none;
	text-align: center;
	padding-bottom: 20px;
	}
	.column .left img {
	width: 35%;
	}
	.column .right {
	float:none;
	font-size: 14px;
	line-height: 30px;
	width: auto;
	}
	.column .right_w {
	float:none;
	font-size: 13px;
	line-height: 26px;
	width: auto;
	}
	.column .right br {
 	display: none;
 	}

	.border {
	width: 90%;
	margin-top: -10px;
	margin-bottom: 30px;
	}


	/*スマホ対応 動画
	 * --------------------------------------------------------*/
	 .movie {
		 width: 100%;
		 margin:0 auto;
	}


	/*スマホ対応 ナビ
	 * --------------------------------------------------------*/
	 .articleFooterSection {
 	margin: 0 auto;
 	}
 	.articleFooterSection ul {
 			text-align: center;
 		}
 	.articleFooterSection img{
 	width: 47%;
 	}

 	.articleFooterSection ul > li:first-child {
 			padding-top: 25px;
 			text-align: center;
 			display: table;
 			margin: 0 auto;
 		}
 		.articleFooter {
 			margin-top: -20px;
 		}
 		.articleFooter ul {
 			width: 100%;
 		}
 		.articleFooter ul > li:first-child {
 			display: block;
 		}
 		.articleFooter ul .prev {
 			margin-top: -68px;
 		}

 		.articleFooter ul .next {
 			margin-top: -68px;
 		}



}
