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

          Common.css

*****************************************/


.pc {display:block !important;}
.sp {display:none !important;}

@media screen and (max-width: 767px) {
.pc {display:none !important;}
.sp {display:block !important;}
}

/****************************************

          header

*****************************************/
header{
	width:100%;
	background-color:#fff;
	z-index:200;
	position:fixed;
	top:0;
	height:80px;
	border-top:10px solid #7b221c;
	border-bottom:5px solid #DBDCDC;
}

header h1{
	position:absolute;
	top:18px;
	left:24px;
}

header h2{
	position:absolute;
	top:28px;
	right:64px;
}

@media screen and (max-width: 767px) {
	
	header{
		height:60px;
	}
	
	header h1 img{
		width:179.5px;
		height:auto;
	}
	header h2{
		display:none;
	}
}

/****************************************

          mobile-menu-button

*****************************************/
.mobile-menu-button{
	position:fixed;
	top:39px;
	right:20px;
	cursor:pointer;
	width: 20px;
	height: 24px;
	z-index:10;

}
.mobile-menu-button span{
	display: block;
	background: #DBDCDC;
	width: 20px;
	height: 3px;
	position: absolute;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.mobile-menu-button span:first-child{
	top: 0px;
}

.mobile-menu-button span:nth-child(2){
	margin-top: -1.5px;
	top: 50%;
}

.mobile-menu-button span:last-child{
	bottom: 0px;
}

.mobile-menu-button.open-button span:first-child{
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}

.mobile-menu-button.open-button span:nth-child(2){
	transform: translateX(200px);
	background: rgba(255, 255, 255, 0);
}

.mobile-menu-button.open-button span:last-child{
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}

@media screen and (max-width: 767px) {

	.mobile-menu-button{
		top:27px;
	}
	
}

/****************************************

          wrapper

*****************************************/
.wrapper{
	width:100%;
	overflow:hidden;
	margin:80px auto 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	
}

.wrapper.active{
	padding-right:240px;
}

@media screen and (max-width: 767px) {
	.wrapper.active{
		padding-right:0;
		opacity:0.5;
	}
	.wrapper{
	margin:60px auto 0;
}
}


/****************************************

          sidebar

*****************************************/
.sidebar{
	position:fixed;
	top:0;
	right:0;
	width:0px;
	height:100%;
	overflow-y:auto;
	z-index:199;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	background:#fff;
}

.sidebar.active{
	width:240px;
}

.sidebar .inner{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	position:relative;
	right:-240px;
	top:125px;
	padding:0 20px;
}

.sidebar .inner ul li{
	border-bottom:1px solid #000000;
	overflow:hidden;
	height:34px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.sidebar .inner ul li a{
	display:block;
	width:100%;
	padding:10px 0;
}

.sidebar .inner ul li.open{
	height:auto;
}

.sidebar .inner ul li.toggle > a{
	background-image:url("../images/arrow.png");
	background-repeat:no-repeat;
	background-position:right center;
}

.sidebar .inner ul li.toggle.open > a{
	background-image:url("../images/arrow2.png");
}

.sidebar .inner ul li.toggle ul li:last-child{
	border:none;
}

.sidebar .inner aside{
	margin-top:25px;
}

.sidebar.active .inner{
	right:0;
}

@media screen and (max-width: 767px) {

}


/****************************************

          facebook

*****************************************/
.facebook-container h2{
	padding:0 0 33px 0;
	text-align:center;
	font-size:45px;
	font-weight:normal;
	font-family:Arial;
}

.facebook-container .inner{
	padding:2% 0 !important;
	text-align:center;
	background:#fff;
}

	.facebook-container .inner iframe{
	padding:2% 0 !important;margin-right:2%;
	}

	.facebook-container .inner img {
		margin: 2% 0;
	}
@media screen and (max-width: 767px) {
	
	.facebook-container h2{
		font-size:22.5px;
	}
.facebook-container .inner{
	padding:5% 0 !important;}
	
	.facebook-container .inner iframe{
		width:90%;
		margin:2% auto;
	}
	.facebook-container .inner img {
		width: 90%;
		height: auto;
	}
}


/****************************************

          footer

*****************************************/
footer{
	width:100%;
	border-top:4px solid #DBDCDC;
	position:relative;
}

footer aside{
	background:#7b221c;
	text-align:center;
	color:#fff;
	min-height:26px;
	line-height:26px;
	font-size:11px;
	width:100%;
}


/****************************************

          logo + address + contact

*****************************************/
footer .logo{
	display:inline-block;
	vertical-align:top;
	margin:25px 35px 0 25px;
}

footer .address{
	display:inline-block;
	vertical-align:top;
	margin:40px 0 0 0;
	line-height:18px;
}


footer .contact{
	position:absolute;
	right:30px;
	top:27px;
}

footer .contact a{
	font-size:20px;
	color:#fff;
	background:#0091D5;
	padding:5px 10px;
}

@media screen and (max-width: 767px) {

	footer .logo{
		display:block;
		text-align:center;
		margin:25px 0;
	}
	
	footer .logo img{
		width:98.5px;
		height:auto;
	}

	footer .address{
		display:block;
		margin:25px auto;
		width:90%;
	}


	footer .contact{
		position:relative;
		display:block;
		margin:25px auto;
		text-align:center;
		width:100%;
		right:0;
		top:0;
	}
footer aside{
	line-height:1.2em;
	padding:10px 0;
}

	
}



/****************************************

          link

*****************************************/
footer .link{
	margin-top:40px;
	padding:15px 0 60px 0;
	border-top:1px solid #DBDCDC;
}

footer .link ul{
	max-width:1200px;
	margin:0 auto;
	font-size:0;
	width:100%;
	text-align:center;
}

footer .link ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 auto 10px;
	padding-right:3px;
	width:16%;
}

	footer .link ul li img{
		width:100%;
	}
@media screen and (max-width: 767px) {

footer .link{
	padding:15px 0 40px 0;
}

	footer .link ul{
		width:95%;
	}
	
	footer .link ul li{
		width:48%;
		text-align:center;
	}
	
	footer .link ul li img{
		width:100%;
	}
	
}

/****************************************

          page / media_katudou

*****************************************/

.inner .paragraph .media_katudou {
	border:5px solid #afd8de;
	border-radius:10px;
	-web-kit-border-radius:10px;
	-moz-border-radius:10px;
	margin:30px auto;
	width:100%;
}

.inner .paragraph .media_katudou h5{
	width:100%;
	background:#afd8de;
	color:#fff;
	font-size:22px;
	padding:10px 0;
	text-indent:1em;
}

.inner .paragraph .media_katudou .detail{
	max-width:1024px;
	margin:20px 2% 25px;
	width:95%;
	vertical-align:top !important;
	text-align:center;
}

.inner .paragraph .media_katudou .detail figure{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin: 1% 20px 0 10px;
	
}


.inner .paragraph .media_katudou .detail .index{
	width:60%;
	display:inline-block;
	vertical-align:top !important;
	text-align:left;
}

.inner .paragraph .media_katudou .detail .index p{
	font-size:19px;
	background:#DBDCDC;
	border-radius:6px;
	-web-kit-border-radius:6px;
	-moz-border-radius:6px;
	text-indent:6px;
	padding:10px 0;
	margin:10px 0 15px;
	width:100%;
}

.inner .paragraph .media_katudou .detail .index ul li{
	border-bottom:1px dashed #000;
	font-size:14px;
	padding:10px 0;
}

.inner .paragraph .media_katudou .detail .index ul li span{
	color:#afd8de;
}

.media_katudou_s { width:98% !important; margin:2% auto 1%; text-align:center; }
.media_katudou_s img {width:100%; margin:auto;}

#pc {display:block;}
#sp {display:none;}

.tel_media { display:inline-block; margin:1% 0 2% ; font-size:16px;} 
.tel_media span {font-size:25px; font-weight:bold;}
.tel_media img { width:30%; margin-left:1em; }


@media screen and (max-width: 900px) {
.inner .paragraph .media_katudou .detail figure{
	margin: auto 20px auto 10px;	
}	
.tel_media img { width:40%; }
}
@media screen and (max-width: 767px) {

	.inner .paragraph .media_katudou .detail{
		width:96%;
		margin:3% auto ;
	}
	
	.inner .paragraph .media_katudou .detail figure{
		width:100%;
		margin:auto;
	}
	
	.inner .paragraph .media_katudou .detail .index{
		width:100%;
	}
	#pc {display:none;}
	#sp {display:block;}
	
	.media_katudou_s { width:100% !important; margin:3% auto 0;  }
	.tel_media img { width:70%; margin-top:2%;margin-left:0; }
}


.katudou_ttl {font-size: 2.3rem;}
@media screen and (max-width: 900px) {
.katudou_ttl {font-size: 2rem;}
}
@media screen and (max-width:767.9px) {
.katudou_ttl {font-size:1.8rem;margin-top:5% !important;}
}