@media screen and (max-width : 1100px ){
.wrap700px{
	width:100%;
	max-width: 700px;
	margin: 0 auto;
	/*background-color: yellow;*/
}
.wrap414px{
	width: 100%;
	max-width: 414px;
	margin: 0 auto;
}
.wrap500px{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.wrap570px{
	width: 100%;
	max-width: 570px;
	margin: 0 auto;
}
.wrap375px{
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
}
.wrap330px{
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
.sp_none{
	display: none;
}
/*------------------------------------*/
#header_inner{
	width: 100%;
	height: 52px;
	position: fixed;
	z-index: 99;
  	top: 0;
	left: 50%;
  	transform: translateX(-50%);
	background: #fff;
}
#logo{
	width: 200px;
    height: auto;
    margin-top: 7px;
    margin-left: 5%;
    display: flex;
}
/*---------ハンバーガーメニュー----------*/
.menu, .menu span{
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
  }
.menu{
	position: fixed;
	top: 13px;
	right: 0;
	margin-right: 5%;
	width: 35px;
	height: 35px;
	background:rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
	z-index: 99;
	display: flex;
}
.menu span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2.5px;
	background-color: #fb3ba1e0;
	border-radius: 5px;
	z-index: 10;
}
.menu span:nth-of-type(1) {
	top: 8px;
}
.menu span:nth-of-type(2) {
	top: 16px;
}
.menu span:nth-of-type(3) {
	top: 24px;
}
.menu.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
	opacity: 0;
}
.menu.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(-45deg);
}
#nav{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	width: 250px;
	height: 100vh;
	opacity: 0;
	background-color: #fb3ba1e0;
	transition: all 0.5s;
	/*visibility: hidden;*/
	-webkit-overflow-scrolling: touch;
	left: -200px;
	overflow-x: hidden;
	overflow-y: auto;
}
#nav.active {
	left: 0;
	opacity: 1;
	transform: translateX(0px);
	transition: all 0.8s;
	visibility: visible;
}
#nav a{
	text-decoration: none;	
}
#nav ul {
	padding-top: 110px;
}
#nav ul li {
	width: 70%;
	height: 40px;
	margin: 0 auto;
}
#nav ul li p {
	color: white;
	font-size: 17px;
	padding-top: 2px;
	transition: all 0.2s;
	text-align: center;
	margin-left: 45px;
}
#nav_greeting img, #nav_notice img, #nav_greeting img, #nav_feature img, #nav_contents img, #nav_nav_place img{
	padding-bottom: 15px;
	margin-left: 23px;
	width: 14%;
}
#nav_greeting img{
	margin-top: 10px;	
}
#nav_greeting p{
	margin-top: 10px;	
}
#nav_feature img{
	width: 15%;	
}
#nav_notice p, #nav_greeting p, #nav_feature p, #nav_contents p, #nav_place p{
	margin-top: -44px;
}
#nav_contents img{
	width: 15%;
	margin-top: 25px;
}
#nav_contents p{
	margin-top: -43px;
}
#nav_place img{
	margin-top: 10px;
	margin-left: 24px;
	width: 14%;
  }
#nav_place p{
	margin-top: -28px;
}
  /*---------ハンバーガーメニューここまで----------*/
.tel_info_sp{
	width: 100%;
	height: 65px;
	background: #fb3ba1e0;
	position: fixed;
	bottom: 0;
	z-index: 9998;
}
#tel_number_sp{
	width: 250px;
	position: fixed;
	margin-top: -2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9998;
	display: flex;
}
#tel_number_sp img{
	width: 22px;
	height: 22px;
	margin-top: 8px;
	margin-left: 30px;
}
.tel_info_sp p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
	z-index: 9999;
}
#tel_number_sp a{
	font-size: 23px;
	font-weight: bold;
	color: #fff;
    text-decoration:none;
	margin-left: 10px;
	z-index: 9999;
}
	
	
.title_banner_bg{
	width: 100%;
	height: 70px;
	margin-top: 58px;
	position: relative;
}
.title_banner{
	width: 210px;
	position: absolute;
	z-index: 1;
	margin-top: 25px;
	left: 50%;
	transform: translateX(-50%);
}
/*--パンくずリスト---*/
.breadcrumb {
  margin: 10px 0px 0px 5%;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}
.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: gray;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*--パンくずリストここまで--*/	
	
/*---footer---*/
#pageTop{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-left: 82%;
	bottom: 70px;
	position: fixed;
	background-color: #fb3ba1e0;
}
#pageTop a span:nth-of-type(1) {
    transform: rotate(-45deg);
    width: 23px;
	height: 4px;
	margin: 21px 0 0 7px;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	background-color: #fff;
}
#pageTop a span:nth-of-type(2) {
    transform: rotate(45deg);
	position: absolute;
    width: 23px;
	height: 4px;
	margin: 21px 0 0 20px;
	border-radius: 10px;
	display: inline-block;
	background-color: #fff;
}
}
