/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *768px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================*/

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
    display: block;
    margin-left: 30px;
	}
.wrapper {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

	#menu li {
		width: 100%;
	}
	#toggle {
    position: relative;
    width: 100%;
    display: block;
    background-color: #FFFFFF;
	}
	#toggle a{
    display: block;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background-color: undefined;
	}
	#toggle:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #FFF;
    display: block;
	}
	#toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 6px;
    background-color: #FFFFFF;
	}
	#toggle a:before {
    margin-top: -9px;
    background-color: undefined;
	}
	#toggle a:after {
		margin-top: 3px;
	}
	
#menu li ul {
    display: block;
    position: absolute;
    top: 30px;
    left: -1px;
    padding: 5px;
    background-color: #DAE4ED;
    border-left: 1px solid #ccc;
    border-right: 1px solid #61C977;
    border-bottom: 1px solid #658FD9;
    border-top: 1px solid #ccc;
}
#menu li ul li {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}	






.wrapper #header .headtext {
	display: none;
}
.wrapper #header .headtitle {
    width: 40%;
    height: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    z-index: 9999;
    position: relative;
    min-width: 120px;
    max-width: 300px;
}
#header .headtitle img {
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    max-width: 280px;
}

.wrapper #header2 .headtext {
	display: none;
}
.wrapper #header2 .headtitle {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header .headtitle2 img {
	margin-left: auto;
	margin-right: auto;
}






#header #menu-box .navbar.navbar-inverse {
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 30px;
    max-height: 95px;
    text-shadow: 2px 2px 2px #000000;
    max-width: 1150px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 3;
    min-width: 120px;
}

.navbar-header .navbar-toggle.collapsed .sr-only {
    background-color: #FFFFFF;
}

.nav.navbar-nav {
    background-color: #FFFFFF;
}
.navbar-header {
    background-color: #FFFFFF;
    z-index: 9999;
    margin-left: 0px;
}
.navbar-header .navbar-toggle.collapsed .togmenutext {
    text-align: center;
    margin-top: 4px;
    width: 30px;
    height: 10px;
    max-width: 30px;
    max-height: 10px;
    color: #FFFFFF;
    font-family: "メイリオ";
    font-size: 0.5em;
    margin-left: -5px;
}
.navbar-header .navbar-toggle.collapsed .togmenutext:hover {
    text-align: center;
    margin-top: 4px;
    width: 30px;
    height: 10px;
    max-width: 30px;
    max-height: 10px;
    color: #FFFFFF;
    font-family: "メイリオ";
    font-size: 0.5em;
    margin-left: 1px;
}
.wrapper .footpart .leftfoot {
    display: block;
    width: 100%;
    min-width: 180px;
    max-width: 500px;
}
.wrapper #header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    float: left;
    height: auto;
    width: 100%;
    clear: both;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    position: fixed;
    top: 0;
    margin-top: -10px;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 9999;
    min-height: 30px;
    background-color: #FFFFFF;
    max-height: 60px;
}
.wrapper .mainarticle {
    display: block;
    float: left;
}

.wrapper .mainarticle .headtitle {
    width: 80%;
    height: auto;
    min-width: 150px;
    min-height: 20px;
    max-width: 460px;
    max-height: 60px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    margin-top: 0px;
    text-align: left;
    float: left;
}
.wrapper .mainarticle .headtitle img {
    width: 100%;
    height: auto;
    min-width: 120px;
    min-height: 20px;
    max-width: 300px;
    display: block;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 4px;
}


.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    margin-left: auto;
    margin-right: auto;
}
#header #menu-box .navbar.navbar-inverse {
    width: 100%;
    height: 45px;
    color: #4880BB;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 45px;
    max-height: 1050px;
    text-shadow: 0px 0px;
    max-width: 1950px;
    min-width: 350px;
    border-bottom-color: undefined;
}
#inverseNavbar1 .nav.navbar-nav li a  {
    color: #0F4896;
    min-width: 0px;
    min-height: 10px;
    max-height: 55px;
    z-index: 999;
    height: 45px;
    line-height: 250%;
    border-bottom: 1px solid #7391BF;
}
#inverseNavbar1 .nav.navbar-nav li a:hover  {
    color: #3C86EB;
    border-right-color: #FFFFFF;
    height: 45px;
    max-height: 155px;
    border-bottom: 1px solid #0F4896;
}
.navbar-header .navbar-brand img {
    width: 80%;
    height: auto;
    min-width: 120px;
    min-height: 20px;
    max-width: 180px;
    max-height: 50px;
}
.wrapper .swipe {
    margin-top: 40px;
}
.wrapper .mainarticle .pcmap {
    display: none;
}
.title2 {
    font-size: 13px;
}
}

@media screen and (min-width:480px) and (max-width:680px){ 
    /*　画面サイズが480pxから680pxはここを読み込む　*/


#header {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	clear: both;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	position: fixed;
	top: 0;
	margin: 0;
	z-index: 9999;
	min-height: 70px;
}

.wrapper .footpart .leftfoot {
    width: 100%;
    height: 400px;
    min-width: 150px;
    min-height: 200px;
    max-width: 900px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #3562A6;
    border-right: 1px solid #FFFFFF;
    bottom: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}
#inverseNavbar1 .nav.navbar-nav li a {
    border-bottom: 1px double #686DD0;
}

.wrapper .mainarticle .pcmap {
    display: none;
}



}



@media screen and (min-width:680px) and ( max-width:960px) {
    /*　画面サイズが680pxから960pxまではここを読み込む　*/
p {}

#toggle {
	display: block;
}

#header .headtext  {
    float: right;
    margin-right: 10px;
    width: 40%;
    height: auto;
    min-width: 120px;
    min-height: 30px;
    max-width: 520px;
    max-height: 150px;
	display: block	text-align: right;
    color: #615D5D;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 145%;
    text-align: right;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
#header .headtext img {
    width: 100%;
    height: auto;
    min-width: 120px;
    max-width: 350px;
}
.wrapper .mainarticle .smartmap {
    display: none;
}

}


@media screen and (min-width:960px) and ( max-width:1280px) {
    /*　画面サイズが960pxから1280pxまではここを読み込む　*/
p {}

#toggle {
	display: block;
}
 
	#header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    float: left;
    height: auto;
    width: 100%;
    clear: both;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 9999;
    min-height: 59px;
	}
	.wrapper .mainarticle .smartmap {
    display: none;
}
}

@media screen and (min-width:1280px) {
    /*　画面サイズが1280pxからはここを読み込む　*/
p {}
.wrapper .wideslider {
	width: 100%;
}





#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu li{
    display: block;
    float: left;
    width: 16.66%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    background-color: #FFFFFF;
    color: #222121;
}
#menu li a {
    display: block;
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 4px;
    color: #161414;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #FFFFFF;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
    background-color: #3E63A2;
    border-right: 1px solid #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

#toggle {
	display: none;
}
 .wrapper .mainarticle .smartmap {
    display: none;
}

}
