/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/************************************
** トップページカスタマイズ
************************************/

body {
	background-color: #FDF8E7;
	min-height: 100vh
}


@media (min-width: 1000px) {
	#contents {
		width: 1000px;
		padding: 0 20px;
	}
}

@media (max-width: 1000px) {
	#contents {
		width: 100%;
		padding: 0 4%;
	}
}

#main-contents {
	width: 100%;
	margin: 0px !important;
}

#sidebar {
	display: none;
}

.section-delim {
	margin-bottom: 60px;
}


p {
	line-height: 2rem;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
}



.bold-weight {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.under-line {
	border-bottom: 1px solid;
	width: 100%;
	padding-bottom: 1px;
}


.section-title h3 {
	font-size: 2.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	margin-bottom: 2rem;
}

h4 {
	font-size: 1.25rem;
	font-family: "noto-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.ruby {
	font-size: 1.25rem;
	margin-bottom: -0.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.button019 {
	margin: 40px 0;
}

.button019 a {
	background: #fff;
	border-radius: 25px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	/*width: 66%;*/
	max-width: 300px;
	padding: 10px 25px;
	color: #000;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	border: 3px solid #000;
}

.button019 a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover {
	background: #000;
	color: #FFF;
}

.button019 a:hover:after {
	right: 1.4rem;
}

.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 768px) {
	.br-768 {
		display: block;
	}
}

.futura {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}

/****トップページ****/

.top-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

.top-about-content {
	background-color: black;
	color: #fff;
	padding: 8%;
	border-radius: 30px;
}

.top-about-content .title-text {
	color: #F4167D;
	font-size: 5rem;
	text-align: center;
	margin: 40px;
}


.top-about-content h4 {
	font-size: 1.25rem;
	text-align: center;
}


.top-about-text {
	flex: 1;
}

.top-about-img {
	flex: 1;
	margin-right: 40px;
	max-width: 350px;
}


.top-about-img img {
	width: 100%;
	height: auto;
}

.top-work-content .flex {
	display: flex;
	flex-direction: row-reverse;
}

.top-work-content .ruby {
	color: #FFB701;
}

.top-work-content .top-work-text {
	flex: 1;
}

.top-work-content .top-work-img {
	flex: 1;
	margin-left: 40px;
	max-width: 500px;
}

.top-work-content .top-work-img img {
	width: 100%;
	height: auto;
}


.top-portpholio-content .ruby {
	color: #009DC0;
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.full {
	background: #000;
	margin: 0 calc(50% - 50vw);
	padding: 40px calc(50vw - 50% + 8px);
	width: 100vw;
	color: #fff;
}

.contact-part .contact-title .contact-img {
	width: 100%;
	position: relative;
}

.contact-img .title {
	position: relative;
	z-index: 100;
}

.contact-content .ruby {
	color: #fff;
	font-size: 4rem;
	line-height: 4rem;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	position: relative;
	z-index: 100;

}

.contact-part .contact-title .contact-img img {
	display: block;
	position: absolute;
	top: -20px;
	right: 0px;
	width: 450px;
	height: auto;
	z-index: 0;
}

.mail-form {
	margin-top: 20px;
}

.mail-form a {
	display: block;
	transition: all .3s;
	color: #fff !important;
}

.mail-form a:hover {
	transform: translate(10px, 0);
}


/****aboutページ******/

.about-title h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
	font-family: "noto-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.about-title .ruby {
	color: #FFB701;
}

.about-graphic h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.about-graphic-content {
	margin-right: 20px;
}

.about-graphic img {
	width: 100%;
	max-width: 350px;
}

.about-graphic-content h4 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-family: "noto-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.about-graphic-content div {
	margin-bottom: 20px;
}

.about-graphic-content div a {
	transition: all .3s;
	display: inline-block;
}

.about-graphic-content div a:hover {
	transform: translate(10px, 0);
	color: #707070;
}

/**workページ***/

.order_wrapper .ruby,
.price_wrapper .ruby {
	color: #009DC0;
}

.order_wrapper h2,
.price_wrapper h2,
.contact_wrapper h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

.order_wrapper .step {
	margin-bottom: 40px;
}

.order_wrapper .step-text {
	font-size: 2.5rem;
	margin-right: 20px;
}

.order_wrapper .step img {
	width: 200px;
	margin-right: 20px;
}

.order_wrapper .step-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

.tb01 th,
.tb01 td {
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFF;
}

.tb01 th {
	background: #000;
	color: #fff;

}

@media screen and (max-width: 480px) {
	.tb01 .head {
		display: none;
	}

	.tb01 {
		width: 100%;
	}

	table.tb01 td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	table.tb01 td:first-child {
		background: #ff7bac;
		color: #fff;
		font-weight: bold;
	}

	.tb01 tr:last-child {
		border-bottom: solid 1px #ccc;
	}
}

.price_wrapper {
	margin-bottom: 40px;
}

.contact_wrapper .ruby {
	color: #FFB701;
}

.wpcf7 {
	width: 100%;
	background-color: transparent;
}

.contact_wrapper .wpcf7-form p {
	margin-bottom: 60px !important;
}

.hissu {
	margin-left: 10px;
	color: #F4167D;
	font-weight: bold;
	font-size: 0.875rem;
}

.wpcf7-form input[type=submit] {
	border-radius: 10px;
	background-color: #fff;
	border: 3px solid #000;
	color: #000;
}

.wpcf7-form input[type=submit]:hover {
	background-color: #000;
	border: none;
	color: #fff;
}

.thanks-img {
	width: 100%;
}

.thanks-img img {
	display: block;
	width: 100%;
}

.sp-menu-open {
	background-color: #000;
	border-radius: 5px;
}

.cps-icon-bar {
	background-color: #FFF !important;
}

#page-top a {
	background-color: #000 !important;
	border-radius: 0px !important;
}

.footer-nav nav {
	text-align: center;
	margin-top: 40px;
}

.footer-nav nav ul {
	margin: 0;
	padding: 0;
}

.footer-nav nav li {
	list-style: none;
	display: inline-block;
	width: 10%;
	min-width: 150px;
}

.footer-nav nav li:not(:last-child) {
	border-right: 2px solid #000;
}

.footer-nav nav a {
	text-decoration: none;
	color: #000;
}

.footer-nav nav a.current {
	color: #000;
	border-bottom: 2px solid #000;
}

.footer-nav nav a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}



/*(スマホ)480px以下*/
@media screen and (max-width: 480px) {
	.flex {
		display: block;
	}

	.top-about-text {
		width: 100%;
	}

	.top-about-img {
		margin-right: 0px;
		margin: 0 auto;
		max-width: 200px;
	}

	.top-work-content .flex {
		display: block;
	}



	.contact-part .contact-title .contact-img img {
		display: block;
		position: absolute;
		top: -20px;
		right: 0px;
		width: 68%;
		height: auto;
		z-index: 0;
	}

	.about-graphic img {
		width: 100%;
		max-width: 480px;
	}

	.order_wrapper {
		margin-bottom: 80px;
	}

	.order_wrapper .step {
		margin-bottom: 40px;
	}


	.order_wrapper .step .step-text {
		text-align: center;
		margin-bottom: 10px;
	}

	.order_wrapper .step img {
		display: block;
		margin: 0 auto;
	}

}