@charset "utf-8";

@media only screen and (max-width:740px) {
body {
	font-size: 16px;
}


#wrapper {
	min-width: inherit;
}

.inner {
	width: auto;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.spc {
	display: block;
}

/*------------------------------------------------
ヘッダー
------------------------------------------------*/

#headerContainer {
	padding-top: 15vw;
	border: none;
}

#headerContainer .inner {
	padding: 3.9vw 4.6vw 3.1vw;
	position: absolute;
	 top: 0;
	 left: 0;
	 width: 90.8vw;
	 z-index: 10001;
	 background: #fff;
 	border-top: 3px solid #3faefa;
}

#headerContainer .inner h1,
#headerContainer .inner h1 a{
	width: auto;
	font-size: 5.64vw;
}

.hArea,
.subMenu {
	display:none;
}

/*------------------------------------------------
検索
------------------------------------------------*/
#headerContainer nav ul li.searchBox {
	position: static;
	padding: 4.3vw 3vw;
}

.searchBox form {
	position: relative;
}

.searchBox input[type='text'] {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 86vw;
	padding: 3px 8vw 3px 0;
	color: #000;
	font-size: 16px;
}

.searchBox input[type='image'] {
	position: absolute;
	top: 1.56vw;
	right: 2.1vw;
	width: 5.31vw;
	height: auto;
}


/*------------------------------------------------
グローバルナビ
------------------------------------------------*/
#headerContainer nav {
	display:none;
}

header#headerContainer .btnMenu {
	display: block;
	position: absolute;
	width: 14.8vw;
	top: -0.5vw;
	right: 0;
	z-index: 1000;
	text-align: right;
}

header#headerContainer .btnMenu a {
	display: block;
    width: 14.8vw;
    height: 14.8vw;
    z-index: 3;
	margin: 0 0 0 auto;
	position: relative;
	background: #3faefa;
}

header#headerContainer .btnMenu a span {
    display: block;
    background: #fff;
    width: 7.8vw;
    height: 4px;
    position: absolute;
    left: 3.5vw;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

header#headerContainer .btnMenu div {
	font-size: 10px;
	position: absolute;
	left: 0px;
	bottom: 0;
	font-weight:bold;
	width:100%;
	text-align:center;
	display:block;
}

header#headerContainer .btnMenu a span:first-child {
	top: 4vw;
}

header#headerContainer .btnMenu a span:nth-child(2) {
	margin-top: -2px;
	top: 47.5%;
}

header#headerContainer .btnMenu a span:last-child {
    bottom: 4.5vw;
}

header#headerContainer .btnMenu.active a span:first-child {
    -webkit-transform: translateY(2.6vw) rotate(45deg);
    -moz-transform: translateY(2.6vw) rotate(45deg);
    -ms-transform: translateY(2.6vw) rotate(45deg);
    transform: translateY(2.6vw) rotate(45deg);
}

header#headerContainer .btnMenu.active a span:nth-child(2) {
    opacity: 0;
}

header#headerContainer .btnMenu.active a span:last-child {
    -webkit-transform: translateY(-2.6vw) rotate(-45deg);
    -moz-transform: translateY(-2.6vw) rotate(-45deg);
    -ms-transform: translateY(-2.6vw) rotate(-45deg);
    transform: translateY(-2.6vw) rotate(-45deg);
}

/**/

#headerContainer nav {
	border: none;
	position: absolute;
	top: 15vw;
	left: 0;
	z-index: 10000;
	width: 100%;
	background: none;
}

#headerContainer .bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background: url(../images/common/sp_bg_gnavi.png) repeat-x;
	background-size: cover;
	display: none;
}

#headerContainer nav ul {
	padding-right: 0;
	width: 100%;
	background: #3FAEFA;
}

#headerContainer nav ul li {
	float: none;
	background: none;
	padding-left: 0;
	position: relative;
	width: auto;
}

#headerContainer nav ul li a {
	display: block;
	font-size: 4.37vw;
	margin: 0 3vw;
	padding: 4.3vw 0;
	text-align: left;
	width: 94vw;
	height: auto;
	background: url(../images/common/icon_arrow07.png) 95% center no-repeat !important;
	background-size: 2.96vw auto !important;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#headerContainer nav ul li:last-child a{
	border-bottom: none;
}


#headerContainer nav ul li.close a {
	display: block;
	font-size: 4.37vw;
	margin: 0 auto;
	padding: 2.5vw 0 ;
	text-align: center;
	width: 100%;
	height: auto;
	border-bottom: none;
	background: none;
}

#headerContainer nav ul li.close a span {
	font-size: 6vw;
}

#headerContainer nav ul li a.open {
	border: none;
}

#headerContainer nav ul li.close a.open {
	background: none;
}

#headerContainer nav ul li:hover {
	background: none;
}

#headerContainer nav ul li ul.sub,
#headerContainer nav ul li ul.sub2{
	position: static;
	top: 0;
	left: 0;
	z-index: 10000;
	max-width: inherit;
	box-shadow: none;
	border: none;
	width: 100%;
	margin: 0;
	background: none;
}

#headerContainer nav ul li ul.sub li,
#headerContainer nav ul li ul.sub2 li{
	width: 100%;
	padding: 0;
}

#headerContainer nav ul li ul.sub li a,
#headerContainer nav ul li ul.sub2 li a{
	width: auto;
	color: #333;
	text-align: left;
	font-size: 4.37vw;
	padding: 4.3vw 8vw 4.3vw 3.15vw;
	border-bottom: 1px solid #d0dadb;
	background: url(../images/common/icon_arrow09.png) 90vw center no-repeat !important;
	background-size: 1.87vw auto !important;
	min-width: inherit;
	white-space: normal;
	line-height: 1.4;
}



#headerContainer nav ul li ul.sub2 li a {
	padding-left: 7vw;
	text-indent: -0.6em;
	margin-left: 0.6em;
}

#headerContainer nav ul li ul.sub li.nobor a,
#headerContainer nav ul li ul.sub2 li.nobor a{
	border-bottom: 1px solid #d0dadb;
}

#headerContainer nav ul li ul.sub li:last-child a{
	border: none;
}

#headerContainer nav ul li ul.sub2 li:last-child a {
	border-bottom: 1px solid #d0dadb;
}

#headerContainer nav ul li ul.sub.line2 {
	min-width: inherit;
	background: none;
}

#headerContainer nav ul li ul.po3.sub {
	position: static;
}

#headerContainer nav ul li ul.po4.sub {
	position: static;
}

#headerContainer nav ul li ul.sub.line2 li {
	float: none;
}


/*------------------------------------------------
ローカルナビ
------------------------------------------------*/

.rightContainer {
	float: none;
	width: 93.7vw;
	margin: 15vw auto 0;
}

.lnaviArea {
	background: #f2f2f2 url(../images/common/sp_bg_lnavi.gif) center top repeat-y;
}

.lnaviArea ul {
	overflow: hidden;
}

.lnaviArea ul li {
	border-bottom: 1px solid #e6e6e6;
	width: 50%;
	height: 14.7vw;
	overflow: hidden;
	float: left;
}

.lnaviArea ul li:nth-child(5),
.lnaviArea ul li:nth-child(6) {
	border: none;
}

.lnaviArea ul li.lnavi01 {
	background: url(../images/common/lnavi_icon01.png) 35vw center no-repeat;
	background-size: 10.9vw auto;
}

.lnaviArea ul li.lnavi02 {
	background: url(../images/common/lnavi_icon02.png) 35vw center no-repeat;
	background-size: 10.9vw auto;
}

.lnaviArea ul li.lnavi03 {
	background: url(../images/common/lnavi_icon03.png) 35vw center no-repeat;
	background-size: 10.9vw auto;
}

.lnaviArea ul li.lnavi04 {
	background: url(../images/common/lnavi_icon04.png) 35vw center no-repeat;
	background-size: 10.9vw auto;
}

.lnaviArea ul li.lnavi05 {
	background: url(../images/common/lnavi_icon05.png) 35vw center no-repeat;
	background-size: 10.9vw auto;
}

.lnaviArea ul li.lnavi06 {
	background: url(../images/common/lnavi_icon06.png) 35vw center no-repeat;
	background-size: 10.9vw auto;
}

.lnaviArea ul li.lnavi07 {
	display:none;
	/*background: url(../images/common/lnavi_icon07.png) 35vw center no-repeat;
	background-size: 10.9vw auto;*/
}

.lnaviArea ul li a {
	font-size: 3.4vw;
	padding: 0 0 0 7vw;
	background: url(../images/common/icon_arrow01.png) 1.9vw center no-repeat;
	background-size: 3.1vw auto;
}

.lnaviArea ul li.lnavi01 a,
.lnaviArea ul li.lnavi04 a,
.lnaviArea ul li.lnavi05 a {
	padding-top: 4.9vw;
	height: 9.8vw;
}

.lnaviArea ul li.lnavi02 a,
.lnaviArea ul li.lnavi03 a,
.lnaviArea ul li.lnavi06 a,
.lnaviArea ul li.lnavi07 a {
	padding-top: 3vw;
	height: 11.7vw;
}

/*------------------------------------------------
メイン
------------------------------------------------*/

#mainContainer {
	width: auto;
	margin: 0 auto 4.6vw;
}
.contentArea {
	width: auto;
	margin: 4.6vw auto 0;
	padding: 3.12vw 3.12vw 15.67vw
}

/*------------------------------------------------
パンくず
------------------------------------------------*/

.breadcrumb {
	display:none;
}

/*------------------------------------------------
フッター
------------------------------------------------*/

footer .inner {
	width: auto;
	padding: 4vw 3vw 4vw;
}

footer .faddress {
	width: 100%;
	float: none;
	font-size: 3.7vw;
	margin: 0;
}

footer .faddress p {
	width: 67.1vw;
	margin-bottom: 3.1vw;
}
footer .faddress p img {
	width:100%;
	height:auto;
}
footer .fnavi01,
footer .fnavi02 {
	display: none;
}

footer .fnavi03 dl {
	display: none;
}

footer .fnavi03 {
    float: none;
    width: auto;
}

footer .fnavi03 .company dl {
	display: block;
	margin-bottom: 0;
	color: #000;
}

footer .fnavi03 .company dl dt {
	font-weight: bold;
	font-size: 5.62vw;
	margin-bottom: 0;
}


footer small {
	font-size: 3.1vw;
	padding: 4.6vw 0;
}


footer .fnavi04 {
	position: static;
	text-align: center;
	padding: 7vw 0 5vw;
}

footer .fnavi04 a.btnpc {
	background: #fff url(/images/common/icon_pc.png) 10px center no-repeat;
	background-size: 24px auto;
	color: #3faefa;
	text-decoration: none;
	padding: 10px 20px 10px 50px;
	border-radius: 15px 0 0 15px;
	border-right: 1px solid #3faefa;
}

footer .fnavi04 a.btnsp {
	background:  #cfebff url(/images/common/icon_sp.png) 90% center no-repeat;
	background-size: auto 25px;
	color: #3faefa;
	text-decoration: none;
	padding: 10px 50px 10px 20px;
	border-radius: 0 15px 15px 0;
}

/*------------------------------------------------
ページトップ
------------------------------------------------*/

.btnPagetop {
	display: none;
    height: 50px;
    position: relative;
    width: 50px;
	margin: 0 5px 0 auto;
}

/*------------------------------------------------
バナー
------------------------------------------------*/

.bannerArea {
	width: 100%;
	float: right;
	margin: 3vw 0 0 0;
}

.bannerArea ul {
	overflow: hidden;
}

.bannerArea ul li {
	width: 50%;
	margin: 0 0 3vw;
	text-align: center;
	float: left;
}

.bannerArea ul li img {
	width: 95%;
	height: auto;
}


}

@media only screen and (min-width:741px) {
#headerContainer nav {
	display: block !important;
}
}