@charset "UTF-8";

/*===============*/
/*
font-family: 'M PLUS Rounded 1c', sans-serif;
*/
/*===============*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");

/*===============*/
/* common */
/*===============*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-tap-highlight-color: transparent;
}

body {
	background-color: #FFF;
	letter-spacing: 0;
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
	font-family: 'M PLUS Rounded 1c', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	line-height: 2;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media screen and (min-width:769px) {
	.sp {
		display: none !important;
	}

	body {
		font-size: 16px;
	}

	body>.wrapper {
		overflow: hidden;
	}
}

@media screen and (max-width:768px) {
	.pc {
		display: none !important;
	}

	html {
		font-size: 3.2vw;
	}

	body>.wrapper {
		overflow: hidden;
	}
}

/*===============*/
/* body */
/*===============*/
body {
	opacity: 0;
	transition: opacity .3s ease-in;
}

body.loaded {
	opacity: 1;
}

@media screen and (max-width:768px) {
	body {
		opacity: 0;
		transition: opacity .3s ease-in;
	}
}

/*===============*/
/* header */
/*===============*/
header {
	padding: 80px 0 40px;
	background-color: #ED7701;
}

header h1 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin: 0 auto 1.5em;
	width: 700px;
}

header p {
	color: #FFF;
	text-align: center;
	line-height: 1.4;
}

header p b {
	font-weight: 700;
	font-size: 180%;
}

header p strong {
	display: inline-block;
	margin: 20px 0 30px;
	padding: .7em 2em;
	border-radius: .25em;
	background-color: #FFF;
	color: #ED7701;
	font-weight: 700;
	font-size: 180%;
	line-height: 1;
}

header p strong small {
	display: block;
	margin-top: .5em;
	font-size: 60%;
	line-height: 1.2;
}

@media screen and (max-width:768px) {
	header {
		padding: 1em 0 2em;
	}

	header h1 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
	}

	header h1 span {
		display: block;
	}

	header h1 span:nth-child(1) {
		position: absolute;
		top: -1.5em;
		left: -6%;
		z-index: 1;
		width: 120%;
	}

	header h1 span:nth-child(2) {
		position: relative;
		z-index: 10;
	}

	header h1 span:nth-child(2) img {
		display: block;
		margin: 8em auto 0;
		width: 45%;
	}

	header h1::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		background: -moz-linear-gradient(top, #000, #000);
		background: -webkit-linear-gradient(top, #000, #000);
		background: linear-gradient(to bottom, rgba(237, 119, 1, 0) 50%, rgba(237, 119, 1, 1) 70%);
		content: "";
	}


	header p b {
		font-size: 160%;
	}

	header p strong {
		margin: 1em 0;
		font-size: 160%;
	}
}

/*===============*/
/* section */
/*===============*/
section {
	padding: 80px 0;
}

section.bg_gray {
	background-color: #F6F6F6;
}

section>div {
	margin: 0 auto;
	max-width: 860px;
	width: 90%;
}

section h2 {
	margin-bottom: 40px;
	color: #ED7701;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}

section h2 span {
	display: inline-block;
	padding: 0 .5em .2em;
	border-bottom: 1px solid rgba(237, 119, 1, .5);
	font-size: 180%;
}

@media screen and (max-width:768px) {
	section {
		padding: 3em 0;
	}

	section>div {
		max-width: none;
	}

	section h2 {
		margin-bottom: 1.5em;
	}

	section h2 span {
		padding: 0 .5em .2em;
		font-size: 140%;
	}
}

/*===============*/
/* about */
/*===============*/
.about p {
	margin-bottom: 40px;
	line-height: 2.2;
}

.price img {
	display: block;
}

@media screen and (max-width:768px) {
	.about p {
		margin-bottom: 1em;
	}
}

/*===============*/
/* size */
/*===============*/
.size p {
	margin: 40px 0;
	text-align: center;
}

.size img {
	display: block;
}

.size img.box {
	border: 1px solid #DDD;
	background-color: #FFF;
}

@media screen and (max-width:768px) {
	.size p {
		margin: 2em 0;
		text-align: center;
	}
}

/*===============*/
/* about_sales */
/*===============*/
.about_sales {
	border-bottom: 1px solid #CCC;
}

.about_sales h2 {
	color: #000;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.about_sales h2 span {
	border-bottom: none;
}

.about_sales p {
	margin: 1em auto 0;
	max-width: 620px;
	text-align: justify;
	font-size: 115%;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	line-height: 2;
}

.about_sales p:last-child {
	margin-top: 3em;
	text-align: center;
}

@media screen and (max-width:768px) {
	.about_sales p {
		font-size: 105%;
	}
}

/*===============*/
/* price */
/*===============*/
.price h2+p {
	text-align: center;
}

.price table {
	margin-top: 40px;
	width: 100%;
}

.price table.green {
	margin-bottom: 0;
}

.price table tbody th,
.price table tbody td {
	padding: .8em .5em;
	border: 1px solid #FFF;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
}

.price table tbody th>*,
.price table tbody td>* {
	position: relative;
	display: inline-block;
	margin: 0 .2em;
	vertical-align: middle;
	white-space: nowrap;
}

.price table tbody tr:first-child th:nth-child(1) {
	width: 5%;
}

.price table tbody tr:first-child th:nth-child(2) {
	width: 5%;
}

.price table tbody tr:first-child th:nth-child(n+3) {
	width: 22.5%;
}

.price table tbody td .tm {
	margin: .2em 0;
	padding: .15em .3em .25em;
	border-radius: .3em;
	background-color: #FFF;
	white-space: nowrap;
	font-size: 90%;
	line-height: 1;
}

.price table.aka th,
.price table.aka td {
	background-color: #F9DAD6;
}

.price table.aka tr:first-child th:nth-child(n+2) {
	background-color: #DF5D64;
	color: #FFF;
}

.price table.ao th,
.price table.ao td {
	background-color: #F7D6AB;
}

.price table.ao tr:first-child th:nth-child(n+2) {
	background-color: #ED7800;
	color: #FFF;
}

.price table.ryo th,
.price table.ryo td {
	background-color: #F8F6B9;
}

.price table.ryo tr:first-child th:nth-child(n+2) {
	background-color: #FEDA2C;
	color: #000;
}

.price table tbody th span {
	font-size: 90%;
}

.price table tbody i {
	font-size: 80%;
}

.price table tbody i.zei {
	position: relative;
	display: inline-block;
	margin: 0 -.4em;
	font-size: 70%;
}

.price table tbody u {
	font-size: 90%;
}

.price table tbody b {
	font-size: 120%;
}

.price table+p {
	margin-top: .2em;
	text-align: right;
	line-height: 1.2;
}

.price table+p small {
	display: block;
	font-size: 70%;
}

/* PRICE NONE */
.price table tbody td:nth-child(n+2) span:first-child>* {
	display: none;
}
/* END PRICE NONE */

@media screen and (max-width:940px) {
	.price table {
		margin-top: 1.5em;
	}

	.price table tbody th>* {
		display: block;
	}

	.price table tbody td .tm {
		margin-top: .15em;
	}

	.price table tbody th span {
		font-size: 80%;
	}

	.price table tbody i {
		font-size: 75%;
	}

	.price table tbody i.zei {
		font-size: 70%;
	}

	.price table tbody u {
		font-size: 85%;
	}

	.price table tbody b {
		font-size: 110%;
	}
}

@media screen and (max-width:768px) {
	.price table tbody i.zei {
		display: block;
	}

	.price table tbody b {
		font-size: 100%;
	}
}

/*===============*/
/* case_img */
/*===============*/
.case_img {
	margin-top: 40px;
	padding: 40px;
	border: 4px solid #8E3F60;
}

.case_img p {
	margin-top: 30px;
	text-align: center;
	line-height: 1.6;
}

.case_img p span {
	display: inline-block;
}

@media screen and (max-width:768px) {
	.case_img {
		margin-top: 1.5em;
		padding: 1em;
		border: 2px solid #8E3F60;
	}

	.case_img p {
		margin-top: 1em;
	}
}

/*===============*/
/* shipping */
/*===============*/
.shipping p {
	margin-bottom: 20px;
	text-align: center;
}

.shipping table {
	width: 100%;
}

.shipping table th,
.shipping table td {
	padding: .75em 1em;
	border: 1px solid #DDD;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
}

.shipping table th>*,
.shipping table td>* {
	display: inline-block;
	vertical-align: baseline;
}

.shipping table th span,
.shipping table td span {
	font-size: 120%;
}

.shipping table th small,
.shipping table td small {
	font-size: 80%;
}

@media screen and (max-width:768px) {
	.shipping p {
		margin-bottom: 1em;
	}

	.shipping table th,
	.shipping table td {
		padding: .5em;
	}

	.shipping table th span,
	.shipping table td span {
		font-size: 100%;
	}

	.shipping table th small,
	.shipping table td small {
		font-size: 80%;
	}

	.shipping table th {
		padding: 0 1em;
	}
}

/*===============*/
/* order_contact */
/*===============*/
.order_contact .box.tel {
	margin-bottom: 40px;
}

.order_contact h3 {
	margin-bottom: 10px;
	color: #ED7701;
	text-align: center;
	line-height: 1.4;
}

.order_contact h3 span {
	font-weight: 700;
	font-size: 120%;
}

.order_contact p {
	text-align: center;
}

.order_contact .contact {
	margin-top: 20px;
	line-height: 1.4;
}

.order_contact p.contact>* {
	display: inline-block;
	vertical-align: baseline;
}

.order_contact p.contact span,
.order_contact p.contact>small+a {
	font-weight: 700;
	font-size: 200%;
}

.order_contact p.contact>small+a {
	color: #0F9D58;
	transition: color .2s 0s;
}

@media screen and (min-width:769px) {
	.order_contact p.contact a:hover {
		color: #ED7701;
		transition: color .2s .2s;
	}
}

.order_contact p.contact>small {
	font-weight: 700;
	font-size: 120%;
}

.order_contact p.contact>small.name {
	font-weight: normal;
	font-size: 90%;
}

.order_contact p.contact>small.info {
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 80%;
	line-height: 1;
}

.order_contact ul {
	display: block;
	margin: 20px 0;
}

.order_contact li {
	display: block;
	margin: 5px auto;
	max-width: 30em;
	width: 100%;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #EEE;
	text-align: center;
}

.order_contact p.contact>.pdf {
	display: block;
	margin: .5em 0;
}

.order_contact p.contact>.pdf a {
	display: block;
	margin: 0 auto;
	padding: .5em 1em .6em;
	max-width: 480px;
	border-radius: 1.6em;
	background-color: #2F308D;
	color: #FFF;
	font-weight: bold;
	font-size: 140%;
	line-height: 1;
}

@media (hover:hover) {
	.order_contact p.contact>.pdf a {
		opacity: 1;
		transition: opacity .2s 0s;
	}

	.order_contact p.contact>.pdf a:hover {
		opacity: .6;
		transition-delay: .2s;
	}
}

@media screen and (max-width:768px) {
	.order_contact .box.tel {
		margin-bottom: 2em;
	}

	.order_contact h3 {
		margin-bottom: .5em;
	}

	.order_contact h3 span {
		font-size: 110%;
	}

	.order_contact .contact {
		margin-top: 1em;
	}

	.order_contact p.contact span {
		font-size: 200%;
	}

	.order_contact p.contact>small>a {
		font-size: 180%;
	}

	.order_contact ul {
		margin: 1em 0;
	}

	.order_contact li {
		margin: .25em auto;
		width: 100%;
		border-radius: .3em;
	}
}

/*===============*/
/* direct */
/*===============*/
.direct p {
	margin-bottom: 20px;
	text-align: center;
}

.direct table {
	margin-bottom: 40px;
	width: 100%;
}

.direct table th,
.direct table td {
	padding: .75em 2em;
	border: 1px solid #DDD;
	background-color: #FFF;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1.4;
}

.direct img {
	display: block;
	margin-bottom: 40px;
}

.direct .map {
	overflow: hidden;
	border: 1px solid #DDD;
}

.direct .map iframe {
	display: block;
	width: 100%;
	height: 500px;
}

.direct .map_parking {
	margin: 40px auto 0;
	max-width: 482px;
	width: 80%;
	border: 1px solid #DDD;
}

.direct .map_parking img {
	margin: 0;
}

@media screen and (max-width:768px) {
	.direct {
		padding-bottom: 5em;
	}

	.direct p {
		margin-bottom: 1em;
		text-align: center;
	}

	.direct table {
		margin-bottom: 1.5em;
		width: 100%;
	}

	.direct table th,
	.direct table td {
		padding: .5em 2em;
	}

	.direct table th>*,
	.direct table td>* {
		display: inline-block;
		vertical-align: baseline;
	}

	.direct img {
		margin-bottom: 1.5em;
	}

	.direct .map iframe {
		height: 30em;
	}

	.direct .map_parking {
		margin: 1.5em auto 0;
	}
}

.sns {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	margin: 2em auto 0;
	max-width: 860px;
	width: 90%;
	text-align: center;
}

.sns>* {
	color: #ED7701;
	font-size: 110%;
}

.sns p {
	display: block;
	padding-right: 1.5em;
	border-right: 1px solid #ED7701;
	white-space: nowrap;
	letter-spacing: .05em;
	font-weight: bold;
}

.sns a {
	display: block;
	margin-left: 2em;
	color: #ED7701;
	white-space: nowrap;
	font-weight: bold;
}

.sns img {
	margin-left: .75em;
	width: auto;
	height: 2.8em;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	.sns {
		max-width: none;
	}

	.sns>* {
		font-size: 100%;
	}
}

@media (hover:hover) {
	.sns a {
		opacity: 1;
		transition: opacity .2s 0s;
	}

	.sns a:hover {
		opacity: .6;
		transition-delay: .2s;
	}
}

.information {
	padding-bottom: 0;
}

.information>div {
	padding: 2em;
	border: 3px dotted #ED7701;
	border-radius: 1em;
	text-align: center;
	line-height: 1.6;
}

.information p {
	display: inline-block;
	text-align: justify;
}

.information p>span {
	display: block;
}

.information p>span:nth-child(n+2) {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #CCC;
}

@media screen and (max-width:768px) {
	.information {
		padding-bottom: 0;
	}

	.information>div {
		border-radius: .75em;
	}
}

/*===============*/
/* footer */
/*===============*/
footer {
	position: relative;
	width: 100%;
	height: 5em;
}

footer .pagetop {
	position: fixed;
	right: 30px;
	bottom: 3.5em;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: #ED7701;
	cursor: pointer;
	transition: bottom .3s;
}

footer .pagetop::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: .5em;
	height: .5em;
	border: solid #FFF;
	border-width: 2px 2px 0 0;
	content: "";
	transform: translate(-50%, -40%) rotate(-45deg);
}

@media screen and (min-width:769px) {
	footer .pagetop::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 2px solid #ED7701;
		border-radius: 50%;
		content: "";
		transition: .1s;
	}

	footer .pagetop:hover::after {
		top: -4px;
		right: -4px;
		bottom: -4px;
		left: -4px;
	}
}

footer .pagetop.off {
	bottom: -3.5em;
}

footer small {
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	font-size: 70%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
	footer .pagetop {
		right: 5%;
	}
}
