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

	- default
	- clearfix
	- wrapper
	- header
	- footer
	- cmn_menu
	- cmn_map

-----------------------------------------*/

/*----------------------------------------
	default
-----------------------------------------*/
body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

li {
	list-style: none;
	vertical-align: bottom;
}

img {
	vertical-align: top;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

body {
	color: #333;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

body    { font-size: 28px; line-height: 1.5; }
.fontLL { font-size: 36px; }
.fontL  { font-size: 32px; }
.fontM  { font-size: 28px; }
.fontS  { font-size: 24px; }

@media screen and (max-width: 767px) {/*SP*/
.noSP   { display: none; }
}

@media screen and (min-width: 768px) and (max-width: 979px) {/*TB*/
body    { font-size: 18px; line-height: 1.75; }
.fontLL { font-size: 24px; }
.fontL  { font-size: 22px; }
.fontM  { font-size: 18px; }
.fontS  { font-size: 16px; }
.noTB   { display: none; }
}

@media screen and (min-width: 980px) {/*PC*/
body    { font-size: 14px; line-height: 1.75; }
.fontLL { font-size: 18px; }
.fontL  { font-size: 16px; }
.fontM  { font-size: 14px; }
.fontS  { font-size: 12px; }
.noPC   { display: none; }

/* fade */
.fade a,
.fadesp {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.fade a:hover,
.fadesp:hover {
	color: #fff;
	background-color: #231815;
}
}


/*----------------------------------------
	clearfix
-----------------------------------------*/

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}


/*----------------------------------------
	wrapper
-----------------------------------------*/

html,
body,
#wrapper,
#content,
#footer {
	width: 640px;
}

#content {
	padding-top: 120px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {/*TB*/
html,
body,
#wrapper,
#content,
#footer {
	width: 100%;
}
}

@media screen and (min-width: 980px) {/*PC*/
html,
body,
#wrapper,
#content,
#footer {
	width: 100%;
}

#content {
	padding-top: 85px;
}
}


/*----------------------------------------
	header
-----------------------------------------*/

#header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 640px;
	height: 120px;
	background-color: #fff;	
}

#header p:first-child {
	padding: 42px 0 0 40px;
}

#header p#menuopen {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	/*background: url(../img/cmn_head_menu@sp.png) no-repeat 0 0;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	display: block;
	z-index:10000;
}

#header ul {
	display: none;
	font-size: 0;
	line-height: 0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {/*TB*/
#header {
	width: 100%;
}
}

@media screen and (min-width: 980px) {/*PC*/
#header p:first-child img { width: auto; height: 32px; }
#header li img { width: auto; height: 12px; }

#header {
	width: 100%;
	height: 85px;
}

#header p:first-child {
	padding-top: 25px;
}

#header p#menuopen {
	display: none;
}

#header ul {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}

#header li {
	float: left;
}

#header li a {
	display: block;
	position: relative;
	height: 33px;
	padding: 22px 25px 0 25px;
}

#header li a:hover:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color: #231815;
}
}


/*----------------------------------------
	content
-----------------------------------------*/

/* title line */
.tl {
	display: inline-block;
	padding-right: 16px;
	color: #231815;
	font-weight: bold;
	background-color: #fff;
}

.tlw {
	display: block;
	position: relative;
	z-index: 1;
}

.tla {
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 560px;
	height: 2px;
	margin-top: -1px;
	background-color: #231815;
}

/* tel */
a.tel {
	cursor: text;
	color: #333;
}


@media screen and (min-width: 768px) and (max-width: 979px) {/*TB*/
/* title line */
.tla {
	width: 684px;
}
}

@media screen and (min-width: 980px) {/*PC*/
/* title line */
.tla {
	width: 980px;
	height: 1px;
	margin-top: 0;
}

/* tel */
a.tel:hover {
	border-bottom: none;
}
}


/*----------------------------------------
	footer
-----------------------------------------*/

#footer {
	margin-top: 90px;
}

/* ptop */
#footer .ptop a {
	display: block;
	width: 100%;
	height: 180px;
	/*background: #f5f5f5 url(../img/cmn_foot_ptop@sp.png) no-repeat center center;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* nav1 */
#footer .nav1 {
	width: 560px;
	margin: 30px auto 0 auto;
	font-size: 0;
	line-height: 0;
}

#footer .nav1 li a {
	display: block;
	padding: 50px 0 24px 10px;
	border-bottom: solid 2px #cbcbcb;
}

/* map*/ 
#footer .map {
	width: 560px;
	margin: 0 auto;
	padding-top: 40px;
}

#footer .map div {
	position: relative;
	margin-top: 40px;
}

#footer .map div p.tit {
	padding: 8px 0 12px 0;
	color: #231815;
	font-size: 28px;
	font-weight: bold;
}

#footer .map div p.tit + p {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #cdcdcd;
	line-height: 100%;
}

#footer .map div p.tit + p + p {
	color: #333;
	font-size: 21px;
	line-height: 1.9;
}

#footer .map div p.tit + p + p a {
	cursor: text;
	text-decoration: none;
}

/* nav2 */
#footer .nav2 {
	margin-top: 70px;
	padding: 40px 40px 44px 40px;
	border-top: solid 2px #cbcbcb;
}

#footer .nav2 li {
	float: right;
}

#footer .nav2 li:first-child {
	float: left;
}

#footer .nav2 ul + p {
	padding-top: 14px;
	color: #656565;
	font-size: 20px;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 979px) {/*TB*/
/* ptop */
#footer .ptop a {
	height: 90px;
	/*background: #f5f5f5 url(../img/cmn_foot_ptop@sp.png) no-repeat center center;*/
	background-size: 26px;
}

/* nav1 */
#footer .nav1 {
	width: 684px;
	margin-top: 0;
}

#footer .nav1 li {
	float: left;
	width: 322px;
}

#footer .nav1 li:nth-child(even) {
	float: right;
}

/* map */
#footer .map div p.tit + p img { width: auto; height: 36px; }

#footer .map {
	width: 684px;
	padding-top: 20px;
}

#footer .map div p.tit {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	font-size: 24px;
}

#footer .map div p.tit + p {
	top: 46px;
	left: 0;
	right: auto;
}

#footer .map div p.tit + p a {
	display: block;
	padding: 6px 12px;
}

#footer .map div p.tit + p + p {
	padding: 1px 0 0 206px;
	font-size: 18px;
}

/* nav2 */
#footer .nav2 {
	margin-top: 60px;
}

#footer .nav2 ul {
	float: right;
	font-size: 15px;
}

#footer .nav2 li {
	float: left;
	margin-left: 30px;
}

#footer .nav2 li:first-child {
	margin-left: 0;
}

#footer .nav2 ul + p {
	float: left;
	padding-top: 0;
	font-size: 15px;
}
}

@media screen and (min-width: 980px) {/*PC*/
/* ptop */
#footer .ptop a {
	height: 90px;
	background: #f5f5f5 url(../img/cmn_foot_ptop.png) no-repeat center 33px;
}

#footer .ptop a:hover {
	background-position: center -167px;
	background-color: #e5e5e5;
}

/* nav1 */
#footer .nav1 li img { width: auto; height: 12px; }

#footer .nav1 {
	position: relative;
	width: 980px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: -.40em;
}

#footer .nav1 li {
	display: inline-block;
	padding: 0 33px;
	letter-spacing: normal;
}

#footer .nav1 li a {
	padding: 0;
	border-bottom: none;
}

/* map */
#footer .map div p.tit + p img { width: auto; height: 30px; }

#footer .map {
	position: relative;
	width: 980px;
	padding-top: 50px;
}

#footer .map div {
	float: left;
	margin-top: 0;
}
#footer .map div.m1 { width: 376px; }
#footer .map div.m3 { float: right; }

#footer .map div p.tit {
	float: left;
	padding: 3px 14px 12px 0;
	font-size: 14px;
}

#footer .map div p.tit + p {
	position: static;
	float: left;
}

#footer .map div p.tit + p + p {
	clear: both;
	font-size: 12px;
}

/* nav2 */
#footer .nav2 {
	position: relative;
	margin-top: 80px;
	border-top: none;
}

#footer .nav2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
	width: 40px;
	height: 1px;
	background-color: #000;
}

#footer .nav2 ul {
	float: right;
}

#footer .nav2 li {
	float: left!important;
}

#footer .nav2 li:first-child:after {
	content: "｜";
	display: block;
	float: right;
	padding: 3px 12px;
	color: #656565;
	font-size: 11px;
}

#footer .nav2 li a {
	font-size: 11px;
}

#footer .nav2 li a:hover {
	border-bottom: solid 2px #ddd;
}

#footer .nav2 ul + p {
	float: left;
	padding: 2px 0 0 0;
	font-size: 11px;
}
}


/*----------------------------------------
	cmn_menu
-----------------------------------------*/

.overlay {
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(244,243,241,0.9);
}

.overlay #menuclose {
	position: absolute;
	z-index: 100;
	right: 40px;
	top: 40px;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
	cursor: pointer;
}

.overlay .nav {
	position: relative;
	top: 46%;
	height: 60%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay .nav ul {
	display: inline-block;
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.overlay .nav ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

/* effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc .nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc .nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc.open .nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close .nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
.overlay .nav { height: 70%; }
.overlay .nav li { min-height: 30px; }
.overlay .nav li img { width: auto; height: 20px; }
}


/*------------------------------------------
	cmn_map
------------------------------------------*/

#map_canvas_m1,
#map_canvas_m2,
#map_canvas_m3 {
	width: 480px;
	height: 250px;
}

.modal {
	position: relative;
	width: 480px;
	padding: 40px;
	font-size: 21px;
}

.modal:before {
	content: "";
	display: block;
	width: 194px;
	height: 32px;
	margin-bottom: 24px;
	background: url(../img/cmn_foot_map_title.png) no-repeat;
}

.modal > p {
	padding-bottom: 20px;
}

.modal .txt > p:first-child {
	padding: 22px 0 10px 0;
}

.modal .txt li {
	padding-top: 10px;
}

.modal .txt ul + p {
	padding-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {/*TB*/
#map_canvas_m1,
#map_canvas_m2,
#map_canvas_m3 {
	width: 604px;
	height: 320px;
}

.modal {
	width: 604px;
	font-size: 18px;
}

.modal .txt > p:first-child {
	padding-bottom: 20px;
}

.modal .txt li {
	padding-top: 0;
}

#modal_m1 .txt li br,
#modal_m2 .txt li br {
	display: none;
}
}

@media screen and (min-width: 980px) {/*PC*/
.modal > p img { width: auto; height: 22px; }

#map_canvas_m1,
#map_canvas_m2,
#map_canvas_m3 {
	width: 400px;
	height: 400px;
}

.modal {
	width: 900px;
	font-size: 14px;
}

.modal .txt {
	position: absolute;
	top: 72px;
	left: 470px;
	width: 430px;
}

.modal .txt > p:first-child {
	padding-bottom: 20px;
	font-size: 18px;
}

.modal .txt li {
	padding-top: 0;
}

#modal_m1 .txt li br,
#modal_m2 .txt li br {
	display: none;
}
}


/*------------------------------------------
	colorbox
------------------------------------------*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	z-index: 9999999;
	top: 0;
	left: 0;
	overflow: hidden;
	outline: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
	background-color: #000;
}

#cboxWrapper {
  max-width: none;
  overflow: auto;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxLoadingOverlay {
  background: #fff url(../img/cmn_foot_map_loading.gif) no-repeat center center;
}

#cboxContent {
  overflow: hidden;
  position: relative;
  background: #fff;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxTitle, #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxCurrent, .cboxPhoto, .cboxIframe {
	display: none;
}

#cboxError {
  padding: 50px;
}

#cboxClose {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 32px;
	right: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(../img/cmn_foot_map_close@sp.png) no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 979px) {/*TB*/
#cboxClose {
	top: auto;
	bottom: 40px;
}
}

@media screen and (min-width: 980px) {/*PC*/
#cboxClose {
	top: auto;
	bottom: 40px;
	width: 22px;
	height: 22px;
	background: url(../img/cmn_foot_map_close.png) no-repeat left top;
}

#cboxClose:hover {
	background-position: left bottom;
}
}


/* IE8 */
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

