@charset "utf-8";
/*===============================================
Corner mark
===============================================*/
.mark--cornerLT,
.mark--cornerRT,
.mark--cornerLB,
.mark--cornerRB{
	position: absolute;
	width: 7px;
	height: 7px;
}
/*
カラーガイド
#419271
#217d66
#6ac48f
*/
.mark--cornerLT{
	top: -7px;
	left: -7px;
	border-right: 1px solid #099c7f;
	border-bottom: 1px solid #099c7f;
}
.mark--cornerRT{
	top: -7px;
	right: -7px;
	border-left: 1px solid #099c7f;
	border-bottom: 1px solid #099c7f;
}
.mark--cornerLB{
	bottom: -7px;
	left: -7px;
	border-right: 1px solid #099c7f;
	border-top: 1px solid #099c7f;
}
.mark--cornerRB{
	bottom: -7px;
	right: -7px;
	border-left: 1px solid #099c7f;
	border-top: 1px solid #099c7f;
}
.mark--cornerLT-M,
.mark--cornerRT-M,
.mark--cornerLB-M,
.mark--cornerRB-M{
	position: absolute;
	width: 11px;
	height: 11px;
}
.mark--cornerLT-M{
	top: -11px;
	left: -11px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mark--cornerRT-M{
	top: -11px;
	right: -11px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mark--cornerLB-M{
	bottom: -11px;
	left: -11px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.mark--cornerRB-M{
	bottom: -11px;
	right: -11px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.mark--cornerLT-L,
.mark--cornerRT-L,
.mark--cornerLB-L,
.mark--cornerRB-L{
	position: absolute;
	width: 16px;
	height: 16px;
}
.mark--cornerLT-L{
	top: -22px;
	left: -22px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mark--cornerRT-L{
	top: -22px;
	right: -22px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mark--cornerLB-L{
	bottom: -22px;
	left: -22px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.mark--cornerRB-L{
	bottom: -22px;
	right: -22px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/*===============================================
Circle mark
===============================================*/
./*mark--circle-L,
.mark--circle-R{
	position: relative;
}
.mark--circle-L:before,
.mark--circle-R:before{
	content: " ";
	position: absolute;
	z-index: -1;
	width: 4em;
	height: 4em;
	border:1px solid #5dd1a0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.mark--circle-L:before{ top: -1em; left: -3.5em; }
.mark--circle-R:before{ top: -1em; right: -3.5em; }



.mark--circle-L:after,
.mark--circle-R:after{
	content: " ";
	position: absolute;
	z-index: -2;
	width: 7em;
	height: 7em;
	border:1px dotted #5dd1a0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}


.mark--circle-L:after{ top: -1.9em; left: -2.9em; }
.mark--circle-R:after{ top: -1.9em; right: -2.9em; }*/

/*===============================================
dl dt dd  ol ul li
===============================================*/

.dl--image dd{
	margin-top:  30px;
}
.dl--content dd{
	text-indent: -1.4em;
    padding-left: 1.3em;
}
.list--flow{
	border: 3px double #dedede;
	padding: 10% 20%;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
}
.list--flow > li{
	list-style-type: decimal;
}
.list--flow > li li{
	list-style-type: circle;
}
.list--about{
	list-style-type: decimal;
	padding-left: 2.5em;
}
.list--about > li{
	list-style-type: decimal;
	margin-bottom: 0.2em;
}
.list--about > li li{
	list-style-type: disc;
}
.dl--horizontal-large{
	font-size: 1em;
}
.dl--horizontal-large + .dl--horizontal-large{
	font-size: 1.1em;
	border-top: 1px solid #dedede;
    margin: 2.4em -3.6em 0;
    padding: 1.4em 3.6em 0;
}
.dl--horizontal-large dt{
	width: 50%;
	font-weight: normal;
	text-align: left;
	overflow: auto;
	position: relative;
	margin-top: 0;
}
.dl--horizontal-large dd{
	text-align: right;
	margin: 0 0 0.5em 0;
}
.dl--horizontal-large .dd--large{
	font-size: 1.3em;
}
.dl--horizontal-large dt:after{
	content:"：";
	position: absolute;
	right: 0;
	top: 0;
}
.dl--horizontal-normal dt{
	margin-top: 0;
	text-align: left;
	font-weight: normal;
}
.dl--horizontal-normal dd{
	margin-bottom: 0;
}
.dl--horizontal-small{
	margin-bottom: 0;
}
.dl--horizontal-small dt{
	margin-top: 0;
	text-align: left;
	font-weight: normal;
	width: 110px;

}
.dl--horizontal-small dd{
	margin-bottom: 1em;
	margin-left: 120px;
}
/*===============================================
Scale
===============================================*/
.bg-scale{
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.bg-scale--right{
	right: 0;
	background:url(../../img/scale-right-gray.png) repeat-y top right;
}
.bg-scale--left{
	left: 0;
	background:url(../../img/scale-left-gray.png) repeat-y top left;
}
/*===============================================
bgGrid
===============================================*/
.bg-grid{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
}
.bg-grid .container-fluid,
.bg-grid .row,
.bg-grid .col-md-1,
.bg-grid .col-xs-2,
.bg-grid .col-xs-3,
.bg-grid .col-xs-1{
	height: 100%;
}
.bg-grid .col-md-1,
.bg-grid .col-xs-3,
.bg-grid .col-xs-2,
.bg-grid .col-xs-1{
	padding-left: 1px;
	border-left: 1px dashed #efefef;
}
.grid_sp{
	display: none;
}
.box_tel{
	position: fixed;
	left: -60px;
	top: 5%;
	z-index: 4;
}
.box_tel >*{
    width: 42px;
	display: block;
	padding:13px 12px 12px;
	border: 1px solid #099c7f;
	border-left: none;
}
.box_tel .btn_email{
	background:#099c7f;
	border-radius: 0 15px 0 0;
	border-bottom: none;
}
.box_tel .btn_email:hover{
	background:#ff4271;
	border-color:#ff4271;
}
.box_tel .btn_access{
    font-family: "tbchibirgothicplusk-pro";
    writing-mode: vertical-rl;
    color: #fff;
    line-height: 1.1;
    border-radius: 0;
    border-top: 1px solid #fff;
    text-decoration: none;
}
.box_tel .btn_tel{
	background:#fff;
	border-radius: 0  0 15px 0 ;
}

.box_tel img{
	width: 17px;
}
#access_map{
    width: 100%;
    height: 500px;
}
#foot_map{
    width: 100%;
    height: 500px;
}
.bnr_column {
    width: 270px;
    padding: 10px 10px 9px;
    position: fixed;
    bottom: 90px;
    left: 70px;
    background: #fff;
    border: 1px dashed #ccc;
    display: block;
    z-index: 2;
}
.bnr_column img{
	width: 100%;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.bnr_column:hover img{
	-webkit-transform:scale(1.1);
	        transform:scale(1.1);
}