@charset "utf-8";

html {
	font-size: 62.5%;
	word-break: break-word;
	overflow-y: scroll;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	color: #1f1f1f;
}

.yuGothic {
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.inner {
	width: 90%;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

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

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.bold {
	font-weight: bold;
}

/* -------------------- header -------------------- */
header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

header.fixed {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(31, 31, 31, 0.3);
}

header .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 0;
}

.logo {
	width: 220px;
}

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

.logo a img {
	display: block;
}

.header_content {
	width: calc(100% - 220px);
	position: relative;
}

.header_t_m {
	position: absolute;
	right: 145px;
}

.header_tel {
	display: flex;
	align-items: start;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: bold;
	color: #262626;
}

.header_tel img {
	display: block;
	margin-right: 15px;
}

.idx_fixed_button {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(/wp-content/themes/chinabox/assets/img/ico_mail_fixed.png) no-repeat left 15px center #f56f5e;
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1.375;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px 8px 68px;
	border-radius: 34px 0 0 34px;
}

nav {
	width: 100%;
}

.nav_list_icon {
	width: auto;
	display: flex;
	justify-content: right;
}

.nav_list_icon>li {
	margin-left: 12px;
}

.nav_list_icon>li a,
.nav_list_icon>li img {
	display: block;
}

.nav_list {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	margin-top: 20px;
}

.nav_list>li {
	width: auto;
	padding-right: 42px;
	position: relative;
	font-weight: bold;
}

.nav_list>li::after {
	content: "　／　";
	color: #f56f5e;
	position: absolute;
	top: 3px;
	right: 0;
}

.nav_list>li>a {
	display: block;
	font-size: 1.6rem;
	color: #262626;
	text-align: center;
}

.nav_list>li>a.cur {
	color: #f56f5e;
}


.nav_list>li:last-of-type {
	padding-right: 0;
}

.nav_list>li:last-of-type::after {
	display: none;
}

.d-menu {
	display: none;
}


/* -------------------- footer -------------------- */
footer {
	width: 100%;
	font-size: 1.4rem;
}

footer a {
	color: #FFFFFF;
}

footer .inner {
	max-width: 1000px;
}

.footer_content {
	background-color: #1f1f1f;
	color: #FFFFFF;
	padding: 78px 0;
}

.footer_block {
	display: flex;
	justify-content: space-between;
}

.footer_left {
	width: 50%;
	text-align: center;
	font-size: 0;
}

.footer_logo {
	display: inline-block;
}

.footer_logo img {
	display: block;
}

.bad_tit {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 30px;
}
.bad_tit span{
	display: inline-block;
}

.bad_info p {
	margin-top: 10px;
	font-size: 1.4rem;
}

.footer_right {
	width: 43%;
	display: flex;
	justify-content: space-between;
}

.footer_nav>li {
	margin-bottom: 15px;
}

.footer_nav>li:last-of-type {
	margin-bottom: 0;
}

.footer_nav>li a {
	color: #b3b3b3;
}

.footer_nav_inner>li {
	background: url(/wp-content/themes/chinabox/assets/img/ico_arrow_orange.png) no-repeat left center;
	padding-left: 10px;
	margin-top: 3px;
}

.footer_service {
	text-align: center;
	margin-top: 50px;
}

.footer_service .service_tit {
	font-size: 1.8rem;
	font-weight: bold;
}

.footer_service .service_tit img,
.footer_service .service_list img {
	display: none;
}

.footer_service .service_list {
	margin: 30px 0 -10px 0;
}

.footer_service .service_list>li {
	width: auto;
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footer_service .service_list>li .website_name{
	font-size: 1.2rem;
}

.footer_service .service_list>li:not(:last-of-type)::after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
}

.footer_service .website_name br {
	display: none;
}

.copyright {
	font-size: 1.2rem;
	text-align: center;
	padding: 18px 0;
	color: #000000;
}

.pagetop {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f56f5e;
	right: 100px;
	bottom: 100px;
	z-index: 999;
}

.pagetop img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*-------------------- common --------------------*/

.content {
	padding: 100px 0;
}

.content_btn {
	width: 100%;
	max-width: 285px;
	margin: 0 auto;
	display: block;
	font-size: 1.8rem;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 18px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-size: 200% 100%;
	background-color: #f56f5e;
	background-image: linear-gradient(to right, #f56f5e 50%, #fff 50%);
	transition: background-position .6s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	border: 2px solid #f56f5e;
}

@media only screen and (min-width:1200px) {


	/* -------------------- header -------------------- */
	.nav_list_icon>li a:hover {
		transform: translateY(-3px);
	}

	.nav_list>li>a:hover {
		color: #f56f5e;
	}

	/* -------------------- footer -------------------- */
	.pagetop:hover img {
		transform: translateY(-5px);
	}

	/*-------------------- common --------------------*/

	.content_btn:hover {
		background-color: #fff;
		color: #f56f5e;
		background-position: -100% 100%;
	}
}

@media only screen and (max-width:1200px) {
	/* -------------------- header -------------------- */

	.header_t_m {
		right: 138px;
		display: flex;
	}

	.header_tel {
		font-size: 0;
		margin-right: 12px;
	}

	.header_tel img {
		display: block;
		margin-right: 0;
	}

	.idx_fixed_button {
		width: 34px;
		height: 34px;
		position: static;
		top: auto;
		transform: translateY(0);
		right: auto;
		background: url(/wp-content/themes/chinabox/assets/img/ico_mail.png) no-repeat center #f56f5e;
		color: #FFFFFF;
		font-size: 0;
		line-height: 1.375;
		font-weight: bold;
		text-align: center;
		padding: 0;
		border-radius: 5px;
	}
}

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

	.fade {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	/* -------------------- header -------------------- */

	header .inner {
		width: 90%;
		justify-content: start;
		align-items: center;
		padding: 20px 0;
	}

	.logo {
		width: 200px;
	}

	.header_content {
		width: calc(100% - 250px);
		position: relative;
		display: flex;
		justify-content: right;
	}

	.header_t_m {
		position: static;
		right: auto;
	}

	.header_tel {
		margin-right: 0;
		width: 46px;
		height: 46px;
		display: flex;
		align-items: center;
		border: 2px solid #f56f5e;
		border-radius: 10px;
		background: url(/wp-content/themes/chinabox/assets/img/ico_tel.png) no-repeat center center;
	}

	.header_tel img {
		display: none;
	}

	.idx_fixed_button {
		width: 50px;
		height: 50px;
		border-radius: 10px;
		margin: 0 15px;
	}


	nav {
		display: none;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background-color: #112953;
	}

	.nav_inner {
		width: 100%;
		display: flex;
		overflow-y: auto;
		flex-direction: column-reverse;
		justify-content: start;
	}

	.nav_list_icon {
		width: 100%;
		justify-content: start;
		background-color: #FFFFFF;
	}

	.nav_list_icon>li {
		margin-left: 0;
		width: 33.33%;
		padding: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.nav_list_icon>li:nth-of-type(2) {
		border-left: 1px solid #112953;
		border-right: 1px solid #112953;
	}

	.nav_list_icon>li img {
		margin: 0 auto;
	}

	.nav_list {
		width: 100%;
		display: block;
		margin-top: 0;
	}

	.nav_list>li {
		width: 100%;
		padding-right: 0;
		border-top: 1px solid #FFFFFF;
	}

	.nav_list>li:first-of-type {
		border-top: none;
	}

	.nav_list>li::after {
		display: none;
	}

	.nav_list>li>a {
		padding: 20px 5%;
		color: #FFFFFF;
		text-align: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.d-menu {
		display: block;
		width: 50px;
	}

	.panel-btn {
		display: block;
		width: 50px;
		height: 50px;
		background: #112953;
		position: relative;
		cursor: pointer;
		border-radius: 10px;
	}

	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 2px;
		margin: -1px 0 0 -15px;
		background: #FFFFFF;
		transition: .2s;
	}

	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 2px;
		background: #FFFFFF;
		transition: .3s;
	}

	.panel-btn-icon:before {
		margin-top: -10px;
	}

	.panel-btn-icon:after {
		margin-top: 8px;
	}

	.panel-btn .close {
		background: transparent;
	}

	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}

	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	/* -------------------- footer -------------------- */

	.pagetop {
		right: 30px;
		bottom: 100px;
	}
	/*-------------------- common --------------------*/

	.content {
		padding: 80px 0;
	}
}

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

	/* -------------------- header -------------------- */
	header .inner {
		padding: 12px 0;
	}

	.logo {
		width: 180px;
	}

	.header_content {
		width: calc(100% - 220px);
		position: relative;
		display: flex;
		justify-content: right;
	}

	.header_tel {
		width: 36px;
		height: 36px;
		border-radius: 6px;
		background-size: 24px;
	}

	.idx_fixed_button {
		width: 40px;
		height: 40px;
		border-radius: 6px;
		margin: 0 12px;
	}


	.nav_list_icon>li {
		padding: 15px;
	}

	.nav_list>li>a {
		padding: 15px 5%;
		font-size: 1.4rem;
	}

	.d-menu {
		width: 40px;
	}

	.panel-btn {
		width: 40px;
		height: 40px;
		border-radius: 6px;
	}

	.panel-btn-icon {
		width: 20px;
		margin-left: -10px;
	}

	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 20px;
	}

	.panel-btn-icon:before {
		margin-top: -8px;
	}

	.panel-btn-icon:after {
		margin-top: 6px;
	}

	/* -------------------- footer -------------------- */

	.footer_content {
		padding: 60px 0;
	}

	.footer_block {
		display: block;
	}

	.footer_left {
		width: 100%;
	}

	.footer_logo{
		width: 150px;
	}
	.bad_tit {
		font-size: 1.8rem;
		margin-top: 20px;
	}

	.bad_info p {
		margin-top: 6px;
	}

	.footer_right {
		width: 100%;
		max-width: 400px;
		margin: 40px auto;
	}

	.footer_nav>li {
		margin-bottom: 12px;
	}

	.footer_service {
		margin-top: 0;
	}

	.footer_service .service_tit {
		font-size: 1.6rem;
	}


	.footer_service .service_list {
		margin: 20px 0 -10px 0;
	}


	.copyright {
		padding: 15px 0;
	}

	.pagetop {
		width: 36px;
		height: 36px;
		bottom: 60px;
		right: 20px;
	}
	/*-------------------- common --------------------*/

	.content {
		padding: 60px 0;
	}

	.content_btn {
		max-width: 260px;
		font-size: 1.6rem;
		padding: 15px;
	}
}

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


	/* -------------------- header -------------------- */
	.logo {
		width: 150px;
	}

	.header_content {
		width: calc(100% - 190px);
	}
}