@charset "UTF-8";

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

　サイト全般のスタイル

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

/* FONT
-------------------------------------------------- */
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo",sans-serif;
	font-size: 16px;
}
p, dd, li, dt, th, td, address {
	line-height: 1.7;
}
a {
	color: #945f5c;
}
a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
input, textarea, select {
	font-size: 16px;
}

.fz10 { font-size: 0.625em }
.fz11 { font-size: 0.687em }
.fz12 { font-size: 0.75em }
.fz13 { font-size: 0.812em }
.fz14 { font-size: 0.875em }
.fz15 { font-size: 0.937em }
.fz17 { font-size: 1.062em }
.fz18 { font-size: 1.125em }
.fz20 { font-size: 1.25em }
.fz22 { font-size: 1.375em }
.fz24 { font-size: 1.5em }
.fz26 { font-size: 1.625em }
.fz28 { font-size: 1.75em }


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	body {
		font-size: 90%;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 80%;
	}
}




/* LAYOUT
-------------------------------------------------- */
.container {
	margin: auto;
	width: 1000px;
}
#contents {
	position: relative;
	margin-bottom: 60px;
	padding-top: 115px; /* gnaviの分だけ余白 */
}
body.menu_open {
	overflow: hidden;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.container {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#contents {
		padding-top: 55px;
	}
	._item.image + ._item.text,
	._item.text + ._item.image {
		margin-top: 20px;
	}
	

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




/* HEADER
-------------------------------------------------- */
#header {
	padding: 15px 0 20px;
	background: #fff;
	height: 115px;
}
#header .logo {
	float: left;
}
#header .logo a:hover img {
	opacity: 1;
}
#header .header_menu {
	float: right;
	margin-top: 5px;
}

#header .contact {
	/*margin: 10px;*/
	margin: 20px 10px 10px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
}
#header .contact .tel {
	font-size: 22px;
}
#header .contact small {
	font-size: 14px;
}
#header .contact .time {
	padding-right: 0.5em;
	font-size: 12px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#header {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
		padding: 5px 0 5px 10px;
		height: 55px;
		background: #fff;
	}
	#header .container {
		padding: 0;
	}
	#header .logo a img {
		zoom: .5;
	}
	#header .header_menu {
		margin: 0;
	}
	#header .header_menu a,
	#header .header_menu button {
		display: block;
	}
	#header .header_menu img {
		zoom: .5;
	}

	#header .contact,
	#header .access {
		margin: 0;
		width: 47px;
		padding: 5px 0;
		text-align: center;
	}
	#header .menu {
		width: 44px;
		text-align: center;
	}
	#header .menu button {
		width: 100%;
		padding: 8px 0 5px;
	}
	#header .menu button .close {
		display: none;
	}
	#header .menu button.active .open {
		display: none;
	}
	#header .menu button.active .close {
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
}






/* NAVI
-------------------------------------------------- */
#gnavi {
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	right: 0;
background-color: #ef858c;
box-shadow: 0px 2px 0px 0px #dd757c;
	height: 75px;
}
#gnavi.fixed {
	position: fixed;
}
#gnavi .grid-table {
	width: 100%;
}
#gnavi ._cell + ._cell {
	background: url(../img/line_gnavi.png) no-repeat 0 50%;
}
#gnavi a,
#gnavi .parent {
	display: block;
	padding: 20px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#gnavi a .txt {
	display: inline-block;
	padding-top: 3px;
	border-bottom: 3px solid transparent;
}
/*
#gnavi a:hover .label {
	border-bottom-color: #dbad6a;
}
*/
#gnavi .child {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	padding-bottom: 30px;
}
#gnavi .child li {
	float: left;
	margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  width:25%;
}

#gnavi .child a {
	border: 1px solid #fff;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 890px) {
	#gnavi a,
	#gnavi .parent {
		padding: 20px 10px;
		font-size: 15px;
	}
}
@media screen and (min-width: 769px) {
	#gnavi {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	#gnavi {
		display: none;
		position: fixed;
		top: 55px;
		bottom: 0;
		height: auto;
		background: rgba(0,0,0,.6);
		border-bottom: none;
		text-align: right;
		overflow-y: auto;
	}
	#gnavi .hidden_pc {
		display: inline-block;
		background: #fff;
		padding: 10px 10px 30px 15px;
		text-align: left;
	}
	#gnavi ul {
		display: block;
	}
	#gnavi a,
	#gnavi .parent {
		position: relative;
		display: block;
		/*background: url(../img/bg_gnavi.png);*/
		background-size: 240px;
		border-bottom: 1px solid #905F5A;
		padding: 10px 5px;
		color: #362e2b;
		font-weight: bold;
		font-size: 14px;
		text-align: left;
	}
	
	#gnavi .child {
		position: static;
		background: none;
		padding-bottom: 0;
	}
	#gnavi .child li {
		width: auto;
		float: none;
		margin-top: 0;
	}
	#gnavi .child a {
		background: #fff;
		border-bottom-color: #555;
		padding: 11px 20px;
		color: inherit;
		font-weight: normal;
		font-size: 12px;
	}
	#gnavi a::after {
		position: absolute;
		top: 16px;
		right: 10px;
		width: 10px;
		height: 14px;
		content: "";
		background-image: url(../img/mrk_nav.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
	}
	#gnavi .child a::after {
		background-image: url(../img/mrk_nav2.png);
	}
	
	#gnavi .ac_label {
		position: relative;
	}
	#gnavi .ac_label::after {
		position: absolute;
		top: 16px;
		right: 10px;
		width: 12px;
		height: 12px;
		content: "";
		background-image: url(../img/mrk_ac_open.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 12px;
	}
	#gnavi .ac_label.active::after {
		background-image: url(../img/mrk_ac_close.png);
	}

	#gnavi .ac_label .parent::after {
		display: none;
	}

	#gnavi i {
		display: inline-block;
		width: 35px;
		text-align: center;
	}
	#gnavi i img {
		zoom: .5;
	}
	
	#gnavi .note {
		margin: 25px 0 10px;
		color: #ef858c;
		font-size: 12px;
		text-align: center;
	}
	
	#btn_close {
		display: block;
		margin: 20px auto 0;
		padding: 15px 40px;
		background-color: #ef858c;
		background-image: url(../img/mrk_menu_close.png);
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 10px;
		border-radius: 6px;
		color: #fff;
		font-size: 14px;
	}

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





/* パンくず
-------------------------------------------------- */
.breadcrumb {
	background: #fff3ec;
	padding: 10px 0;
	color: #666;
	font-size: 0.75em;
}
.breadcrumb .item:first-child {
	padding-left: 30px;
}
.breadcrumb .item + .item::before {
	padding: 0 5px;
	content: ">";
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.breadcrumb {
		margin-bottom: 1px;
	}
	.breadcrumb .item:first-child {
		padding-left: 0px;
	}
}
@media screen and (max-width: 480px) {
}







/* FOOTER
-------------------------------------------------- */
#footer {
	position: relative;
	padding: 40px 0 30px;
	font-size: 12px;
}
.footer_info {
	float: left;
}
.footer_link {
	float: right;
	text-align: right;
}

#footer .logo {
	margin-bottom: 8px;
}
/*
#footer .logo img {
	width: 144px;
}
*/
#footer .contact .tel {
	padding-left: 0.5em;
}

#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	display: block;
	margin-top: 10px;
}

#pagetop {
	position: absolute;
	right: 20px;
	bottom: 100px;
	display: block;
	width: 88px;
	height: 88px;
	background: #ef858c;
	border-radius: 50%;
	text-align: center;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#footer {
		background: #fff3ec;
		padding: 25px 0 20px;
		font-size: 11px;
	}
	.footer_info,
	.footer_link {
		float: none;
		text-align: center;
	}

	#footer .contact {
		display: inline-block;
		margin: 9px 0 12px;
		font-weight: bold;
	}
	#footer .contact .tel {
		display: inline-block;
		padding-left: 20px;
		background: url(../img/ico_tel.png) no-repeat 0 50%;
		background-size: 17px;
		font-size: 18px;
	}

	#footer .copyright {
		margin-top: 15px;
		font-size: 9px;
	}

	#pagetop {
		right: 10px;
		bottom: 165px;
		width: 50px;
		height: 50px;
	}
	#pagetop img {
		zoom: .5;
	}
}
@media screen and (max-width: 480px) {
}







/* MODULE
-------------------------------------------------- */

/* BUTTON */
.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.btn:hover {
	opacity: .8;
}
.btn:hover img {
	opacity: 1;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}


