@charset "utf-8";

/* 基本設定
----------------------------------------------------------- */
html {
	font-size: 62.5%;
}

@media only screen and (orientation : portrait) {
	html.mobile,
	html.tablet {
		zoom: 0.75;
	}
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5em !important;
}

a {
	color: #DF800E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B46D17;
}

a:visited {
	color: #B46D17;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

a:hover img {
	opacity: .7;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

sup {
	margin: 0 0 0 1px;
	font-size: 10px;
	font-size: 1.0rem;
}
sub {
	margin: 0 0 0 1px;
	font-size: 10px;
	font-size: 1.0rem;
}

#wrap {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

.sp_view {
	display: none !important;
}


/*----- #topic_path -----*/
#topic_path {
	min-width: 960px;
	margin: 0 auto;
	padding: 6px 0px;
	box-sizing: border-box;
}

#topic_path ol {
	width: 960px;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
}

#topic_path ol li {
	float: left;
	margin: 0 10px 0 0;
}

#topic_path ol li a {
	margin: 0 10px 0 0;
	color: #ffffff;
	text-decoration: underline;
}

#topic_path ol li a:hover {
	text-decoration: none;
}


.number1 {
	
    line-height: 140%;
	color: #FFFFFF;
	background-color: #5A5A5A;
    font-size:1.4em;
	font-weight:400;
}


.number2 {
	line-height: 140%;
	color: #2D2D2D;
	background-color: #ffffff;
    font-size:1.4em;
	font-weight:400;
}



.border {
	line-height: 200%;
	color: #FFFFFF;
	background-color: #5A5A5A;
    padding: 2px 10px;
}


.border2 {
	line-height: 200%;
	color: #2D2D2D;
	background-color: #ffffff;
    padding: 2px 10px;
}


.border3 {
	line-height: 200%;
	color: #000;
	background-color: #B4AF6F;
    padding: 2px 10px;
}

.img-right{
  float: right;
	margin: 0 30px 30px 0;
}

.img-left{
  float: left;
	margin: 0 30px 30px 0;
}

.footer {
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: small;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
