@charset "utf-8";
/* CSS Document */

/*===========================================
1024
===========================================*/
@media all and (max-width: 1024px) {
	#header {
		width: auto;
		padding-top: 15px;
	}
	#header #title h1,
	#header #title p {
		font-size: 12px;
        padding: 0 0 0 1%;
	}
	#header #logo {
		width: 35%;
        padding: 0 0 0 1%;
	}
	#header #logo .logo {
		width: 56%;
	}
	#header #approval {
		width: 26.5%;
	    margin-right: 1.5%;
		font-size: 12px;
	}
	#header #tel {
		width: 36%;
	}
	#header #tel img {
		width: 20%;
		margin-right: 2%;
	}
	#header #tel span {
		width: 52%;
		font-size: 11px;
	}
	#header #tel strong {
		font-size: 24px;
		margin-bottom: 8px;
		white-space: nowrap;
	}
	nav ul {
		width: auto;
	}
	#toTop01 {
		width: auto;
	}
	footer #footerLink01 {
		width: auto;
	}
	#contents {
		width: 98%;
		margin: 0 auto;
	}
	#menuTracking {
		width: 100%;
	}
	#menuTracking ul {
		width: auto;
	}
}

/*===========================================
738
===========================================*/
@media all and (max-width: 738px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block;
	}
	#header {
		padding: 0;
		border-bottom: 4px solid #ee7f90;
		display: table;
		width: 100%;
	}
	#header #titleSp {
		padding: 5px 0 0;
		height: 1.8em;
		overflow: hidden;
	}
	#header #titleSp p {
		font-size: 12px;
		line-height: 1.2;
	}
	#header #titleSp h1 {
		font-size: 11px;
		line-height: 1.2;
		font-weight: normal;
	}
	#header #logo {
		width: 77%;
		padding: 0 3%;
		display: table-cell;
	}
	#header #logo .logo {
		width: 45%;
		float: left;
	    margin-top: 0;
	}
	#header #approval {
		display: none;
	}
	#header #tel {
		display: none;
	}
	.menu-trigger,
	.menu-trigger span {
		transition: all .4s;
		box-sizing: border-box;
		vertical-align: top;
	}
	.menu-trigger {
		display: table-cell;
		position: relative;
		width: 17%;
		height: 68px;
		background: #ee7f90;
	}
	.menu-trigger span {
		display: inline-block!important;
		position: absolute;
		left: 25%;
		width: 50%;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 26px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 40px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-14dpx) rotate(45deg);
	}
	.menu-trigger strong {
		position: absolute;
		bottom: 6%;
		width: 100%;
		text-align: center;
		letter-spacing: normal;
		font-size: 13px;
		color: #fff;
	}
	nav {
		display: none;
	}
	nav ul {
		text-align: left;
	}
	nav ul li {
		display: block;
		width: auto;
	}
	nav ul li a {
		display: block;
		width: auto;
		background: url(/common/images/arrow04.png) no-repeat 3% 48%;
		text-align: left;
		padding: 10px 0 10px 9%;
		background-size: 2.5% auto;
		border-right: none;
	}
	nav ul li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}
	nav ul li:first-child {
		width: auto;
	}
	nav ul li:first-child a {
		background: url(/common/images/nav01.png) no-repeat 2% 38%;
		padding: 10px 0 10px 19%;
		background-size: 15%;
	}
	nav ul li:last-child a {
		border: none;
		background: #15bbbe;
		background: -webkit-gradient(linear, left top, left bottom, from(#15bbbe), to(#009aa8));
		background: -webkit-linear-gradient(top, #15bbbe, #009aa8);
		background: linear-gradient(to bottom, #15bbbe, #009aa8);
		padding: 10px 0;
	}
	nav ul li:last-child a span {
		background: url(/common/images/arrow04.png) no-repeat 3% 48%;
		background-size: 2.5% auto;
		padding-left: 9%;
	}
	#bnrArea {
		margin-top: 30px;
	}
	#bnrArea ul li {
		display: block;
		width: auto;
	}
	#bnrArea ul li:first-child {
		margin-bottom: 5px;
	}
	#bnrArea ul li a img {
		width: 100%;
	}
	#toTop01 {
		text-align: center;
	}
	#toTop01 li:first-child {
		margin-left: 0;
	}
	footer {
		background: #999999;
		padding: 20px 3% 100px;
	}
	#tracking01 {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	#tracking01.none {
		display: none!important;
	}
	#tracking01 ul {
		overflow: hidden;
		display: block;
	}
	#tracking01 ul li:first-child {
		float: left;
		width: 50%;
	}
	#tracking01 ul li:last-child {
		float: right;
		width: 50%;
	}
	#tracking01 ul li a {
		display: inline-block;
	}
	#tracking01 ul li a img {
		vertical-align: top;
		width: 100%;
	}
	#pageTop {
		bottom: 115px;
		right: 3%;
		width: 60px;
	}
	#contents{
		width: auto;
		padding: 0 3%;
	}
	#return {
		position: static;
		margin-top: -10px;
		text-align: right;
	}
}








