@charset "utf-8";

/* print setting */
@media print {
body {
	-webkit-print-color-adjust: exact;	
	width: 1211px !important;
	zoom: .91;
}

.print_none{
	display: none !important;
}


header {
	position: relative;
}

header h1 a img {
	width: 300px;
	height: auto;
	padding: 20px;
}

#g_navi ul li{
	display: none;
}

#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 680px;
	height: 640px;
	margin-top: -250px;
	margin-left: -350px;
	color: #fff;
	background-color: #111;
	background-color: rgba(0,0,0,0.6);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
}

#index_top #top_catch h2 {
	font-size: 56px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	letter-spacing: normal;
	margin-bottom: 30px;
}

#index_top #top_catch p {
	color: #fff;
	line-height: 1.8;
	font-size: 28px;
	letter-spacing: 0.05em;
	margin: 5px 10px; 	
}

.content {
	background-color: #fff;
}

.content h2 {
	font-size: 40px;
	margin: 40px auto 50px auto;
}

.content p {
	font-size: 20px;
}

.content .small02 {
	font-size: 16px;
	margin: 5px auto 80px auto;
}

.content .cont_wrap .box_left {
	padding: 30px 10px 10px 20px;
}

.content .cont_wrap .box_right {
	padding: 30px 20px 10px 10px;
}

.btn01 {
	font-size: 24px;
	margin: 40px 10px 20px 10px;
}

.list01 {
	font-size: 20px;
}

.list01 li {
	line-height: 1.7;
    padding: 5px 0 5px 30px;
}

.obi_01 {
	background-image: url(../images/obi_01.jpg);
	background-repeat: no-repeat;
}

.obi_01 h2 {
	color: #000;
	border-bottom: none;
	font-size: 40px;
	margin: 20px auto 20px auto;
	padding: 10px;
}

.obi_01 p {
	line-height: 50px;
	font-size: 24px;
	color: #000;
	margin: 20px 10px 30px 10px;
	padding: 10px 10px;
}

.pick_up ul {
	display: none;
}

.box_contact {
	display: none;
}

footer {
	display: none;
}

.to_top a {
	display: none;
}

.effect {
	opacity: initial;
	filter: initial;
	-ms-filter: initial;
	transform:  initial;
	-webkit-transform: initial;  
    -moz-transform: initial; 
	-webkit-transition: initial;
	-moz-transition: initial;
	transition: initial;
}

@page {
    size: A4 portrait;
}

}

