@charset "utf-8";

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}





.sidesubmenu_navbutton  {
  position: relative;
}

.child {
    display: none;
}

.sidesubmenu-item a{
	height: 59px;
    background-color: #3EA60C;
    color: #fff!important;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	
.sidesubmenu-item a:visited  {
    color: #fff!important;
}




.slick-slide {
	outline:none!important;
}


	
	
	


	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 50px;
		right: 50px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 108px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 76px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -76px;
		height: 76px;
		width: 108px;
			transition: color 0.5s;
	}
 

  

  

/* =============================================================================
   基本設定
   ========================================================================== */


*, *:before, *:after {
box-sizing: border-box;

}


html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
 i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
    font-style: normal;
    font-weight: normal;
    list-style: none;
}




/**html**/
html{
	height:100%;
	width: 100%;
	margin: 0!important;
    padding: 0!important;
}




body {
	color: #333;line-height: 1.6;
	font-size: 16px;
	font-family:"Meiryo",  "CI", verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", Sans-Serif;
	margin: 0!important;
    padding: 0!important;
    width: 100%;
}

#overwrap {overflow: hidden;position: relative;}
a {color: #333;text-decoration: none;}
/*a:link {color: #333;}*/
a:visited {color: #000;}
a:hover {color: #FF9326;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:active {color: #fff;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}


p{margin: 0;padding: 0;}





/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.shadow {
	text-shadow:
    #fff 2px 0px, #fff -2px 0px,
    #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.head-nav {
	width: 100%;
}
.head-nav .pc_head #headlogo_pc_left {
}








/* =============================================================================
    under 共通
   ========================================================================== */


#under a {color: #000;text-decoration: none;}
#under a:link {color: #000;}
#under a:visited {color: #000;}
#under a:hover {color: #00877e;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
#under a:active {color: #0068b7;}

/*#under {padding-bottom: 60px;}*/
#under h3 {
    margin: 0 auto;
    /* width: 960px; */
    font-size: 45px;
    text-align: center;
    padding: 40px 0 40px 0;}








* html div#container{
    height:100%;
}

div#container{
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container {
        height: auto;
}

div#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url("../img/foot_bk.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: contain;
		background-color: #fff;
}



/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}

.clear{
	min-height:1px;
	clear: both;
	float: none;

}









.sp_img {
width:100%;
}









/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


  .breadcrumbs {
    font-size:12px;
    padding-bottom:25px;
  }
  

.sp {
	display: none;
}

.sp_head_logo {
	display: none;
}



.head-nav {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.pcnav {
	width: 100%;
	display: block;
	position: relative;	
	
}

.pc_head {
	width: 100%;
	display: block;
	position: relative;	
	background-color: #EC6C00;

}


.pc_head_menu_a {
	float: left;
}

.pc_head_menu_b {
	float: right;
}









	
/********foot***********/
.foot_wrap {
	width: 100%;
	height: 680px;
	background-color: #EC6C00;
	color: #FFFFFF;
}

.foot_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.foot_ue {
	text-align: center;
	padding-top: 50px;
}

.foot_ue01 {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	margin-bottom:15px;
}
.foot_ue02 {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	margin-bottom:15px;
}

.foot_ue04 {
	padding: 10px;
	background: #FFFFFF;
	color: #000000;
	width: 500px;
	display: block;
	margin: 15px auto 15px auto;
}
.foot_ue04_01 {
	font-size: 20px;
	font-weight: 700;
}
.foot_ue05 {
	width: 500px;
	display: block;
	margin: 0px auto 30px auto;
	color: #000000;

}

.foot_line {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 30px;
}

.foot_txt_02 {
	font-size: 12px;
}
.foot_txt_02_a {
	float: left;
	padding-right: 15px;
}




.foot_txt {
	float: left;
}
.foot_menu {
	float: right;
}
.foot_menu_child {
	float: left;
	display: block;
	width:130px;
}

.foot_menu a {
	color: #FFFFFF;
	font-size: 14px;
	display: block;
}
.foot_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}


.foot_address {
    text-align: center;
    border-top: 1px solid #FFFFFF;
	line-height: 50px;
	font-size: 13px;
}






nav{
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
}


/**********ページレイアウト***/
.top_content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}

.lower_content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}


.content_left {
	width: 285px;
	display: block;
	float: left;
}

.content_right {
	width: 750px;
	display: block;
	float: right;
}





}


/* =========================PCメニューとスマホメニュー切り替えタイミング=========================================== */
@media screen and (min-width: 1100px) {
.sp_head,.spnav {
	display: none;
}
}

@media screen and (max-width: 1099px) {
.pc_head,.pcnav {
	display: none;
}


#headlogo_icon {

	float: left;
	display: block;
}


.add_box{
	background: #FFFFFF!important;
	padding: 30px 20px 30px 20px;
}
	
	
.sp_headlogo_txt  {

padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
	margin-bottom: 7px;	
	width: 100%;
}	
	
.sp_headlogo_txt h4 {
	font-size: 13px;
		
}

#headlogo_txt {
	width: 180px;
	float: left;
	display: block;
}


#headlogo_pc_right_a {
	float: left;
	display: block;
	width: 230px;
	margin-right: 20px;

}

#headlogo_pc_right_a_txt01 {
padding-left: 35px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: -5px;
}
#headlogo_pc_right_a_txt02 {
	background: url( "../img/icon01.jpg");
	background-repeat: no-repeat;
	background-position: 0% 45%;
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
}

	.add_box{
	background: #FFFFFF!important;
	padding: 30px 20px 30px 20px;
	}
#headlogo_pc_right_b a {
	display: block;
	width: 100%;
	line-height:50px;
	height: 50px;
	background: url( "../img/bt01.jpg");
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-color: #309488;
	font-size: 14px!important;
	text-align: center;
	color: #FFFFFF!important;
	 border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
	padding: 0px!important;

}

#headlogo_pc_right_c a{
	display: block;
	width: 100%;
	line-height:50px;
	height: 50px;
		background: url( "../img/bt02.jpg");
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-color: #EC6C00;
	font-size: 14px!important;
		text-align: center;
	color: #FFFFFF!important;
		 border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
	padding: 0px!important;
}




}


/* =========================PCメニュー1100　以上=========================================== */
@media screen and (min-width: 1100px) {


.pc_head_right {
	width: 700px;
	display: block;
	float: right;
}

.pc_head_right li{

}

.menu_type01 a {
	width: 90px;
	height: 100px;
	display: block;
	text-align: center;
	float: left;
	padding:40px 5px 5px 0px; 
}


.menu_type02 {
	display: block;
	width: 250px;
	float: left;
	height: 100px;
}

.pc_head_right h2 {
font-size: 14px;
}

}


/* =========================PCメニュー1350　以上=========================================== */
@media screen and (min-width: 1350px) {

.pc_head_right {
	width: 950px;
	display: block;
	float: right;
}

.pc_head_right li{

}

.menu_type01 a {
	width: 140px;
	height: 100px;
	display: block;
	text-align: center;
	float: left;
	padding:40px 5px 5px 0px; 
}


.menu_type02 {
	display: block;
	width: 250px;
	float: left;
	height: 100px;
}

.pc_head_right h2 {
font-size: 16px;
}


}



/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {


  .breadcrumbs {
    font-size:12px;
    padding-bottom:15px;
    padding-left:10px;
  }
  


.pc {
	display: none;
}



	.sp_head {
		width: 100%;
	}

.pc_head_logo {
	display: none;
}
	


/********foot***********/
.foot_wrap {
	width: 100%;
	background-color: #EC6C00;
	color: #FFFFFF;
}

.foot_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.foot_ue {
	text-align: center;
	padding-top: 50px;
}

.foot_ue01 {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	margin-bottom:15px;
}
.foot_ue02 {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	margin-bottom:15px;
}

.foot_ue04 {
	padding: 10px;
	background: #FFFFFF;
	color: #000000;
	width: 100%;
	display: block;
	margin: 15px auto 15px auto;
}
.foot_ue04_01 {
	font-size: 20px;
	font-weight: 700;
}
.foot_ue05 {
	width: 100%;
	display: block;
	margin: 0px auto 30px auto;
	color: #000000;

}

.foot_line {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 30px;
}

.foot_txt_02 {
	display:none;
}
.foot_txt_02_a {
	float: left;
	padding-right: 15px;
}




.foot_txt {
	float: none;
}
.foot_menu {
	display:none;
}



.foot_address {
    text-align: center;
    border-top: 1px solid #FFFFFF;
	line-height: 50px;
	font-size: 11px;
}



nav{
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
}


/**********ページレイアウト***/
.top_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}

.lower_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
}


.content_left {
		width: 100%;
	display: block;
}

.content_right {
	width: 100%;
	display: block;

}


	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 10px;
		right: 10px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 108px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 76px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -76px;
		height: 76px;
		width: 108px;
			transition: color 0.5s;
	}
	
	
}





		
	
