@charset "utf-8";

@media only screen and (max-width:1024px){

.sm-slider, .sm-slider::after {
	top: 65px !important;
}

#logo {
  width: 220px;
  /* max-width: 200px; */
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end
  border : solid 2px #fff ;
}


#logo small {
  max-width: 60px;
  width: 60px;
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-end
}

header {
	height: 75px;
}

.newtbdr {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	/* border: solid 1px #ff00ff; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.newtbf {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	/* border: solid 1px #ff00ff; */
}

#index_top #top_catch h2 {
	font-size: 34px;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

#index_top #top_catch p {
	font-size:18px;
	font-weight: 300;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	display: none;
}


.fixed {
	overflow: hidden;
}


}