@charset "utf-8";
/* CSS Document */

	body{
		line-height: 175%;
		font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		color: #4d4a49;
		font-size: 17px;
	}

	.row-eq-height {
		display: flex;
		flex-wrap: wrap;
	}

	.space-50{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.space-80{
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.space-top30{
		margin-top: 30px;
	}

	.space-top50{
		margin-top: 50px;
	}

	.space-bottom30{
		margin-bottom: 30px;
	}

	.space-bottom50{
		margin-bottom: 50px;
	}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
}
.pagetop a {
  display: block;
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}

.topbacksize{
	width: 100%;
}

.pc{
	display: block;
}

.mobile{
	display: block;
}

@media all and (max-width:480px) {
	
.pc{
  display: none;
  }
	
.pagetop a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}	
	
}

@media all and (min-width:481px) and (max-width:992px) {

.mobile{
  display: none;
  }	
	
}

@media all and (min-width:993px) and (max-width:1280px) {

.mobile{
  display: none;
}
	
}

@media all and (min-width:1281px) {

.mobile{
  display: none;
}	
	
}

@media all and (min-width:1500px) {

.mobile{
  display: none;
}
	
}

/* navigation ///////////////////////////////////////////////////////// */

	.inner {
		width: 1440px;
		margin: 0 auto;
	}
	.inner:after {
		content: "";
		clear: both;
		display: block;
	}
	 
	/* header */
	#top-head {
		top: -75px;
		position: absolute;
		width: 100%;
		margin: 75px auto 0;
		padding: 0 0 0 0;
		z-index: 999;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
		background-color: #ffffff;
	}
	
	#top-head a,
	#top-head {
		color: #374149;
		text-decoration: none;
	}
	
	#top-head .inner {
		position: relative;
	}
	
	#top-head .logo {
		float: left;
		margin-top: 10px;
	}
	
	#top-head .logo_size {
		width:270px;
		height: 80px;
	}
	
	#global-nav ul {
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		top: 30px;
		font-size: 16px;
	}
	
	#global-nav ul li {
		float: left;
		text-align: center;
	}
	
	#global-nav ul li a {
		padding: 0 10px;
		font-weight:600;
	}

	#global-nav ul li a:hover {
		padding: 0 10px;
		color:#F6C900;
		transition: top 0.25s ease-in;
		-webkit-transition: top 0.25s ease-in;
		-moz-transition: top 0.25s ease-in;
		transition: color 0.5s;
	}

	#global-nav .tel {
		float: left;
		margin-top: -30px;
		margin-left: 20px;
		width: 170px;
		background-color: #F6C900;
		padding-top: 30px;
		padding-bottom: 35px;
		font-size: 20px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-left: double 2px #fff;
			border-left-color: rgb(255, 255, 255);
			border-left-style: double;
			border-left-width: 2px;
		border-right: double 2px #fff;
			border-right-color: rgb(255, 255, 255);
			border-right-style: double;
			border-right-width: 2px;
		border-bottom: double 2px #fff;
			border-bottom-color: rgb(255, 255, 255);
			border-bottom-style: double;
			border-bottom-width: 2px;
	}

	#global-nav .tel a {
		color: #374149;
		transition: color 0.5s;
	}

	#global-nav .tel a:hover {
		color: #c8161d;
		transition: color 0.5s;
	}
		 
	/* Fixed */
	
	#top-head.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		padding-top: 0px;
		height: 66px;
		transition: top 0.25s ease-in;
		-webkit-transition: top 0.25s ease-in;
		-moz-transition: top 0.25s ease-in;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
		background-color: #ffffff;	
	}
	
	#top-head.fixed .logo {
		float:left;
	}
	
	#top-head.fixed .logo_size {
		width: 300px;
		height: 47px;
		margin-top: -16px;
	}

	#top-head.fixed #global-nav ul {
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		top: 17px;
		font-size: 15px;
	}
	
	#top-head.fixed #global-nav ul li a {
		padding: 0 10px;
	}
	
	#top-head.fixed #global-nav .tel {
		float:left;
	}
	
	#top-head.fixed #global-nav .tel_size {
		width:200px;
		height: 50px;
	}
	 
	/* Toggle Button */
	
	#nav-toggle {
		display: none;
		position: absolute;
		right: 12px;
		top: 14px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
	}
	
	#nav-toggle div {
		position: relative;
	}
	
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #e95214;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}


	@media all and (max-width:480px) {
		#top-head .logo {
			float: left;
			margin-top: 4px;
		}
		
		#top-head .logo_size {
			width: 160px;
			height: 47px;
			margin-top: -12px;	
		}
		
		#top-head,
		.inner {
			width: 100%;
			padding: 0;
		}
		
		#top-head {
			top: 0;
			position: fixed;
			margin-top: 0;
		}
		
		/* Fixed reset */
		
		#top-head.fixed {
			padding-top: 0;
			background: transparent;
		}
		
		#top-head.fixed .logo_size {
			width: 160px;
			height: 47px;
			margin-top: -12px;
		}
		
		#mobile-head {
			background: #ffffff;
			width: 100%;
			height: 56px;
			z-index: 999;
			position: relative;
		}
		
		#top-head.fixed .logo,
		#top-head .logo {
			position: absolute;
			left: 13px;
			top: 5px;
			color: #fff;
		}
		
		#global-nav {
			position: absolute;
			/* 開いてないときは画面外に配置 */
			top: -500px;
			background: #DF771B;
			width: 100%;
			text-align: center;
			padding: 10px 0;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}
		
		#global-nav ul {
			list-style: none;
			position: static;
			right: 0;
			bottom: 0;
			font-size: 14px;
			margin:0;
			padding:0;

		}
		
		#global-nav ul li {
			float: none;
			position: static;
			margin:0;
			padding:0;
		}
		
		#global-nav ul li:nth-child(1n) {
			border-top:solid 1px #ffffff;
			width: 100%;
		}
		
		#global-nav .tel{
			padding-top: 5px;
			padding-bottom: 5px;
			float:none;
			margin-top:0;
			margin-left:0;
			width:100%;
			font-size: 16px;
		}		
		
		#top-head #global-nav ul li a,
		#top-head.fixed #global-nav ul li a {
			width: 100%;
			display: block;
			color: #fff;
			padding: 18px 0;
		}
		
		#nav-toggle {
			display: block;
		}
		
		/* #nav-toggle 切り替えアニメーション */
		
		.open #nav-toggle span:nth-child(1) {
			top: 11px;
			-webkit-transform: rotate(315deg);
			-moz-transform: rotate(315deg);
			transform: rotate(315deg);
		}
		
		.open #nav-toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		
		.open #nav-toggle span:nth-child(3) {
			top: 11px;
			-webkit-transform: rotate(-315deg);
			-moz-transform: rotate(-315deg);
			transform: rotate(-315deg);
		}
		
		/* #global-nav スライドアニメーション */
		
		.open #global-nav {
			/* #global-nav top + #mobile-head height */
			-moz-transform: translateY(556px);
			-webkit-transform: translateY(556px);
			transform: translateY(556px);
		}
		
		#top-head.fixed #global-nav ul {
			list-style: none;
			position: unset;
			right: 0;
			bottom: 0;
			top: 28px;
			font-size: 15px;
			width:100%;
		}
	}


	@media all and (min-width:481px) and (max-width:992px) {
		#top-head .logo {
			float: left;
			margin-top: 0px;
		}
		
		#top-head .logo_size {
			width: 120px;
			height: 47px;
			margin-top: -12px;
		}
		
		#top-head,
		.inner {
			width: 100%;
			padding: 0;
		}
		
		#top-head {
			top: 0;
			position: fixed;
			margin-top: 0;
		}
		
		/* Fixed reset */
		
		#top-head.fixed {
			padding-top: 0;
			background: transparent;
		}
		
		#top-head.fixed .logo_size {
			width: 200px;
			height: 47px;
			margin-top: -12px;
		}
		
		#mobile-head {
			background: #ffffff;
			width: 100%;
			height: 56px;
			z-index: 999;
			position: relative;
		}
		
		#top-head.fixed .logo,
		#top-head .logo {
			position: absolute;
			left: 13px;
			top: 5px;
			color: #333;
		}
		
		#global-nav {
			position: absolute;
			/* 開いてないときは画面外に配置 */
			top: -500px;
			background: #DF771B;
			width: 100%;
			text-align: center;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}
		
		#global-nav ul {
			list-style: none;
			position: static;
			right: 0;
			bottom: 0;
			font-size: 16px;
			margin:0;
			padding:0;
			color: #ffffff;
		}
		
		#global-nav ul li {
			float: none;
			position: static;
			margin:0;
			padding:0;
			width: 100%;
			text-align: center;
		}
		
		#global-nav ul li:nth-child(1n) {
			border-top:solid 1px #ffffff;
		}
		
		#global-nav .tel{
			padding-top: 5px;
			float:none;
			margin-top:0;
			margin-left:0;
			width:100%;
			padding-bottom: 5px;
			font-size: 18px;
		}
		
		#top-head #global-nav ul li a,
		#top-head.fixed #global-nav ul li a {
			width: 100%;
			display: block;
			color: #ffffff;
			padding: 18px 0;
		}
		
		#nav-toggle {
			display: block;
		}
		
		/* #nav-toggle 切り替えアニメーション */
		
		.open #nav-toggle span:nth-child(1) {
			top: 11px;
			-webkit-transform: rotate(315deg);
			-moz-transform: rotate(315deg);
			transform: rotate(315deg);
		}
		
		.open #nav-toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		
		.open #nav-toggle span:nth-child(3) {
			top: 11px;
			-webkit-transform: rotate(-315deg);
			-moz-transform: rotate(-315deg);
			transform: rotate(-315deg);
		}
		
		/* #global-nav スライドアニメーション */
		
		.open #global-nav {
			/* #global-nav top + #mobile-head height */
			-moz-transform: translateY(556px);
			-webkit-transform: translateY(556px);
			transform: translateY(556px);
		}
		
		#top-head.fixed #global-nav ul {
			list-style: none;
			position: unset;
			right: 0;
			bottom: 0;
			top: 28px;
			font-size: 15px;
			width:100%;
		}
	}
	
	@media all and (min-width:993px) and (max-width:1280px) {
		.inner {
			width: 100%;
		}	
		
		#top-head .logo {
			float: left;
			margin-left: 10px;
		}
		
		#global-nav .tel {
			float: left;
			margin-top: -30px;
			margin-left: 10px;
			margin-right: 10px;
			font-size: 17px;
			width: 115px;
		}
	
		#top-head .logo_size {
			width:300px;
			height: 50px;
		}
		
		#global-nav .tel_size {
			width:145px;
			height: 45px;
		}
		
		#global-nav ul li a {
			padding: 0 7px;
		}

		#global-nav ul li a:hover {
			padding: 0 7px;
		}

		#top-head.fixed .logo_size {
			width:175px;
		}
		
		#top-head.fixed #global-nav .tel_size {
			width:145px;
			height: 45px;
		}

		#top-head.fixed #global-nav ul li a {
			padding: 0 7px;
		}
		
		#global-nav ul {
			list-style: none;
			font-size: 15px;
		}
		
		#top-head.fixed #global-nav ul {
			list-style: none;
			font-size: 13px;
		}
		
	}
	
	@media all and (min-width:1281px) {
		.inner {
			width: 1281px;
		}
		
		#top-head .logo_size {
			width: 300px;
			height: 50px;
		}
		
		#global-nav ul li a {
			padding: 0 10px;
			font-weight: 600;
		}
		
		#global-nav ul li a:hover {
			padding: 0 10px;
			font-weight: 600;
		}
	}
	
	@media all and (min-width:1500px) {
		.inner {
			width: 1440px;
		}
		
		#top-head .logo_size {
			width: min(9vw,300px);
			height: auto;
		}
		
		#global-nav ul li a {
			padding: 0 16px;
			font-weight: 600;
		}
		
		#global-nav ul li a:hover {
			padding: 0 16px;
			font-weight: 600;
		}
	}