@charset "UTF-8";


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

当CSSには、webサイト内の全ページに共通する要素（ヘッダー・グローバルナビ・ローカルナビ・コンテナ・レイアウト用ボックス設定・
パンくず・ページ上部メインイメージ・フッター など）の基本レイアウトに関する設定を記述してください

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {

body{
	min-width:0;
}

.mb_object{display:block;}
.pc_object{display: none!important;}
span.pc_object{display: inline;}



/*共通設定*/
.inner_column{
	width:auto;
	margin:0 auto;
	position:relative;
}

/**************************************************************************************************

■共通項目

**************************************************************************************************/
html {
	min-width:0;
}




/**************************************************************************************************

■header

**************************************************************************************************/
#header{
	background: #FFF;
	height: 70px;
}
#header_inr{ 
	width:100%;
	margin:0 auto;
}
#header_inr h1{
	margin:0 auto;
	float: none;
	width:80%;
	height:auto;
}
#header_inr h1 a{
	margin:0 10% 0 0;
	float: none;
	width:90%;
	height:auto;
}
#header_inr h1 a img{
	width:100%;
}

#header_navigation_box {
	display:none;
}
#header_navi{
	float: none;
	width:100%;
    margin: 0 auto;
}
#header_navi::after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}
#header_navi li{
	font-size: 14px;
	text-align: center;
}


#header_navi li{
	width:25%;
	padding:0;
	border-left:1px solid rgba(255,255,255,.3);
}
#header_navi li:last-child{
	border-right:1px solid rgba(255,255,255,.3);
}
#header_navi li a {
	padding:10px 0 0;
	color:#FFF;
	font-size:13px;
	font-weight:600;
}
#header_navi li a.line2{
	padding:6px 0 0;
	line-height:1;
}

#res_menu_box {
	width:50px;
	height: 50px;
	position: absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	display: block;
	background-image:url(../images/res/res_menu_box.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:35px;
}

#res_menu_box:hover{
	background-color:rgba(79,178,190,.2);
}

/**************************************************************************************************

■header(トップページ用)

**************************************************************************************************/

#header_inr p{
	margin:0 auto;
	float: none;
	width:80%;
	height:auto;
}
#header_inr p a{
	margin:0 10% 0 0;
	float: none;
	width:90%;
	height:auto;
}
#header_inr p a img{
	width:100%;
}

/***************************
	fixed_menu
***************************/

.fixed_menu{
	position:fixed;
	top: auto;
	right: auto;
	bottom:0;
	width:100%;
	z-index:999999;
	box-shadow:0px 0px 10px  rgba(0,0,0,.2);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.2);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.2);
}

.fixed_menu li{
	margin-bottom: 0;
	float:left;
	width:25%;
}

.fixed_menu li a{
	background:rgba(90,190,195,1);
	width:100%;
	height:50px;
	
	color:#fff;
	display:block;
	position:relative;
	font-size: 14px;
	letter-spacing:-0.1em;
	text-align: center;
	font-weight: bold;
	border:2px solid #fff;
	border-right:none;
	padding-top:12px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.fixed_menu li:first-child a{
	border-left:none;
}

.fixed_menu li a.line2{
	padding-top: 9px;
	line-height:1;
}
.fixed_menu li a.line3{
	padding-top: 7px;
	line-height:1;
	font-size:0.8em;
}


/***************************
	main_slider
***************************/


.slider_block{
	background: url(../images/stripe_bg.png) repeat;
	height:10px;
}

/***************************
	global_navi
***************************/

.gnavi_block{
	display:none;
	width:100%;
	background: #FFF;
	height:auto;
	position:absolute;
	top:70px;
	z-index:500000;
}

.gnavi{
	width:100%;
	margin:0 auto;
	padding:  0;
}


.gnavi li{
	float: none;
}

.gnavi li a{
	width:100%;
	height: auto;
	background:rgba(90,190,195,.9);
	border:none;
	border-bottom:1px solid #FFF;
	display: block;
	font-size: 14px;
	font-weight:600;
	text-align: left;
	padding: 18px 20px 15px;
	color:#FFF;
}
.gnavi li:last-child a{
	border-right:none
}

.gnavi li a:hover{
	background:rgba(90,190,195,.7);
	opacity:1;
	color:#fff;
	font-weight: bold;
}
.gnavi li a.line2{
	padding: 18px 20px 15px;
}


#breadcrumb{
	display:none;
}



/**************************************************************************************************

■container

**************************************************************************************************/


.container{
	width: 100%;
	height:100%;
	padding:0;
	overflow: hidden;
	margin:0 auto;
}

/* left --------------------*/
#left_box{
	width: 100%;
	float: none;
	margin-right: 0;
}



/* right --------------------*/
#right_box{
	width: 100%;
	float: none;
	background: #FFF;
}



/**************************************************************************************************

■left_box共通設定

**************************************************************************************************/


/*ローカルナビ*/

#local_navi_box{
	background: #FFF;
	margin-bottom: 0;
	width:100%;
	margin-right: 0;
}



.local_navi_title{
	background: url(../images/bg_localnavi_title.png) repeat;
	color:#5ABEC3;
	padding:10px 20px;
	font-size: 22px;
	text-align: left;
	border-top:  10px solid #5ABEC3;
	margin:20px 0 3px;
}





/*バナー掲載*/
#left_bn_list li{
	margin-bottom: 20px;
}





/**************************************************************************************************

■footer

**************************************************************************************************/

#footer{
	width:100%;
	padding:5px 0 60px;
	background: rgba(90,190,195,1);
	border-top:2px solid #FFF;
}



#footer_copyright{
	color:#fff;
	padding:0;
}


.pagetop_btn{
	display:none;
}

.fottermenu{
	display:none;
} 
