html {
	height: 100%;
	/* ページに常にスクロールバーを表示 */
	overflow-y: scroll;
}

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

h1 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
	font-weight: bold;
	line-height: 150%;	
}

h2, h3, h4, h5 {
	font-family: 'Nunito', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 150%;	
}

h1, .h1, h2, .h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}

h3, h4 {
	color: #005297;
}

h5 {
	font-size: 12px;
}

h6 {
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
	color: #005297;
}

body, h6 {
	font-family: 'Nunito', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 150%;
	font-weight: 300;
}

body {
    font-size: 14px;
	line-height: 160%;
}

span { 
	white-space: nowrap; 
}

.glyphicon {
	font-size: 0.6em;
	vertical-align: 0.25em;
}

.site-tytle {
	margin-top: 10px;
}

.site-tytle > h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 0px;
	line-height: 120%;
	color: #000;
}

.site-tytle > h4 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 120%;
	color: #000;
}

a:hover, a:focus {
    color: #FF8700;
	text-decoration: none;
}
a {
    color: #780000;
}

.change-phone {
	float: right;
}

.img-middle {
	margin-top: -8px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 2px 15px;
	color: #fff;
}

.navbar-fixed-top .nav {
	text-align: center;
    margin:0px 15px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FF8700;
}

.navbar-inverse .navbar-nav > li > a {
    color: #2A7620;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #FF8700;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 6px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: #970002;
    background-image: none;
    border: 0px solid #970002;
    border-radius: 0px;
}

.nav-pills.nav-justified > li > a {
    margin: 2px;
    text-align: center;
}

.navbar-header {
	border-bottom: 1px solid #ccc;
}

.btn0 {
    display: inline-block;
    padding: 4px 48px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 2px;
	color: #FFF;
	background-color: #780000;
	border-color: #780000;
}

.center {
	text-align: center;
}

a.list-group-item-warning {
    color: #2A7620;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #FF8700;
    background-color: #FAF2CC;
}

.list-group-item {
    padding: 11px 15px;
    margin-bottom: -1px;
}

.bg-color {
	background-color: #005297;
	color: #fff;
}

.bg-color0 {
	background-color: #FCE8B0;
	color: #005297;
	margin: 5px 0px;
	padding: 5px 10px;
}
.bg-color-g {
	background-color: #eee;
	color: #005297;
	margin: 5px 0px;
	padding: 5px 10px;
}

/*赤系ボックス*/
.bg-color1 {
	background-color: #780000;
	color: #fff;
	margin: 5px 0px 0px;
	padding: 5px;
    border-radius: 2px;
}

.bg-color1 > a {
    color: #fff;
}

.bg-color-footer {
	background-color: #FCE8B0;
	color: #005297;
	margin: 0px 0px;
	padding: 3px 10px;
}

.bg-color1 > a:hover, a:focus {
    color: #FF8700;
	text-decoration: none;
}

.box-footer {
	margin: 10px 0px;
}

.box-0 {
	margin: 5px 0px;
	padding: 0px 5px;
}

/* 青系角丸高さ固定*/
.box-1 {
	margin: 10px 0px;
	background-color: #EAF4FF;
	padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #EAF4FF;
	overflow:hidden;
}

.box-1 .btn0 {
	position: absolute;
	right: 30px;
	bottom: 20px;
}	

/* 灰色系*/
.box-2 {
	margin: 10px 0px;
	background-color: #eee;
	padding: 10px 10px;
    border-radius: 2px;
    border: 1px solid #eee;
}

/* 灰色系高さ固定*/
.box-3 {
	text-align: center;
	margin: 5px 0px;
	background-color: #eee;
	padding: 5px 5px;
    border-radius: 2px;
    border: 1px solid #eee;
	overflow:hidden;
}

/*紺色系*/
.box-4 {
	background-color: #005297;
    border-radius: 2px;
    border: 1px solid #005297;
}

/* 青色系*/
.box-5{
	margin: 10px 0px;
	background-color: #EAF4FF;
	padding: 10px 10px;
    border-radius: 2px;
    border: 1px solid #EAF4FF;
}


/* Map */

#mapArea1 {
	width: 100%;
	height: 300px;
}

footer {
    padding: 0px;
}

@media (min-width: 200px) {

body {
	font-size: 14px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}
h4 {
	font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav > li+ li {
  border-left: 0px solid #ccc;
  border-top: 1px solid #ccc;
}

ul > li {
	font-size: 14px;
}

.carousel-caption > h2 {
	font-size: 20px;
}

.carousel-caption > h5 {
	font-size: 14px;
}

.section {
	 text-align: center;
}

.change-phone {
	width:100%;
	padding-right: 0px;
}

.btn-chg {
	margin: 0px;
	display: none;
}

.main {
	margin-top: 90px;
}
/* 青系角丸高さ固定*/
.box-1 {
	height: 8em;
}
.box-1 .btn0 {
    position: absolute;
    right: 15px;
    bottom: 0px;
}

#top,#no1,#no2,#no3,#no4,#no5,#no6,#no7 {
	padding:140px 0 0;
	margin:-140px 0 0;
}

.img-responsive {
    margin: 2px 0px;
}

#table-2 {
	width: 100%;
}

#table-2 tbody th,
#table-2 tbody td{
	display: list-item;
	list-style-type: none;
	border: none;
}

#table-2 tbody th {
	margin: 10px 0px;
	background-color: #FCE8B0;
	width: 100%;
}

}

@media (min-width: 360px) {

body {
	font-size: 14px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h6 {
	font-size: 12px;
}
h4 {
	font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav > li+ li {
  border-left: 0px solid #ccc;
  border-top: 1px solid #ccc;
}
ul > li {
	font-size: 14px;
}

.carousel-caption > h2 {
	font-size: 30px;
}
.carousel-caption > h5 {
	font-size: 16px;
}
.section {
	text-align: center;
}
.change-phone {
	width:100%;
	padding-right: 0px;
}
.btn-chg {
	margin: 0px;
	display: none;
}

.main {
	margin-top: 110px;
}
/* 青系角丸高さ固定*/
.box-1 {
	height: 7em;
}
.box-1 .btn0 {
    position: absolute;
    right: 15px;
    bottom: 0px;
}

#top,#no1,#no2,#no3,#no4,#no5,#no6,#no7 {
	padding:142px 0 0;
	margin:-142px 0 0;
}


.img-responsive {
	margin:2px 0px;
}

#table-2 {
	width: 100%;
}

#table-2 tbody th,
#table-2 tbody td{
	display: list-item;
	list-style-type: none;
	border: none;
}

#table-2 tbody th {
	margin: 10px 0px;
	background-color: #FCE8B0;
	width: 100%;
}

}


@media (min-width: 768px) {

body {
	font-size: 14px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h6 {
	font-size: 12px;
}
h4 {
	font-size: 16px;
}
h5{
	font-size: 12px;
}
.btn0 {
	padding: 4px 46px;
}

.nav > li+ li {
  border-left: 1px solid #ccc;
  border-top: 0px solid #ccc;
}

ul > li {
	font-size: 14px;
}
.carousel-caption > h2 {
	font-size: 34px;
}
.carousel-caption > h5 {
	font-size: 16px;
}
.section {
	padding-left: 10px;
	text-align: left;
	/*margin: 0px 0px 6px;*/
}
.change-phone {
	text-align: right;
}
.btn-chg {
	display: block;
}
.img-responsive {
	margin:0px 0px;
}

.main {
	margin-top: 50px;
}
/* 青系角丸高さ固定*/
.box-1 {
	height: 9em;
}
.box-1 .btn0 {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

#top,#no1,#no2,#no3,#no4,#no5,#no6,#no7 {
	padding:125px 0 0;
	margin:-125px 0 0;
}

#table-2 {
	width: 100%;
	margin: 10px 0px;
}

#table-2 tbody td,
#table-2 tbody th{
	display: table-cell;
	border: 1px solid #ddd;
	padding: 10px;
}

#table-2 tbody th {
	margin: 10px 0px;
	background-color: #FCE8B0;
	width: 25%;
}

}


@media (min-width: 992px) {

body {
	font-size: 16px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h6 {
	font-size: 12px;
}

.btn0 {
	padding: 4px 55px;
}

.carousel-caption > h2 {
	font-size: 38px;
}
.carousel-caption > h5 {
	font-size: 18px;
}

.main {
	margin-top: 58px;
}
/* 青系角丸高さ固定*/
.box-1 {
	height: 8em;
}
#top,#no1,#no2,#no3,#no4,#no5,#no6,#no7 {
	padding:125px 0 0;
	margin:-125px 0 0;
}


}

@media (min-width: 1200px) {
	
h1 {
	font-size: 28px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h6 {
	font-size: 13px;
}
.carousel-caption > h2 {
	font-size: 44px;
}
.carousel-caption > h5 {
	font-size: 20px;
}

.main {
	margin-top: 64px;
}

/* 青系角丸高さ固定*/
.box-1 {
	height: 7em;
}
#top,#no1,#no2,#no3,#no4,#no5,#no6,#no7 {
	padding:125px 0 0;
	margin:-125px 0 0;
}

}