@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: hannari;
	src: url('../font/Hannari.otf') format("opentype");
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
object {
	margin: 0;
	padding: 0;
		color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style: none outside none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

img {
	vertical-align: top;
	image-rendering: auto;
}

img,
fieldset,
abbr,
acronym {
	border: 0 none;
}

table {
	border-collapse: collapse;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0 none;
}


a:hover img {
	opacity: 0.7;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

/* ------------------------------------------------------------------------------------- */

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #E72418;
	text-decoration: underline;
}

a:active {
	color: #E72418;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------- */
body {
	background: url(../images/top_back.jpg);
}

a.toplogo {
	display: block;
	width: 200px;
	height: fit-content;
	position: absolute;
	top: 10px;
	left: 30px;
}

a.toplogo img {
	width: 100%;
	height: auto;
}

#wrapper {
	width: 980px;
	background: #fff;
	margin: 0 auto;
}

#innerwrap {
	width: 884px;
	margin: 50px auto 0 auto;
}

h2 {
	width: 884px;
	margin-bottom: 20px;
	background: #fef4f4;
	font-size: 24pt;
	font-weight: bold;
	color: #AD292B;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fef4f4, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fef4f4, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fef4f4, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	font-family: hannari;
}

h2 img {
	width: 34px;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 10px;
}


#price {
	margin: 0 0 60px 0;
}

#price p.explanation {
	margin: 5px 0 0 30px;
}

p.pricelist_title02 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 50px;
	color: #369;
}

#price table {
	width: 100%;
	max-width: 750px;
	margin: 10px auto 50px auto;
	border: solid 1px #CCC;
	font-size: 1.1rem;
	font-weight: bold;
}

#price table:last-of-type{
	width: fit-content;
}

#price table .tabletop {
	background: #eee;
}

#price table .th30,
#price table .th20,
#price table .th10 {
	background: #A42B2B;
	color: #fff;
	font-weight: 600;
}
#price table td,
#price table th {
	padding: 5px;
	border: solid 1px #ccc;
	text-align: center;
}
#price table th {
		width: 20%;
}
#price table td{
	width: 22%;
}

#price table td span{
	font-size: 0.9em;
}

#price table th:last-of-type,
#price table td:last-of-type{
	width: 17%;
}

#price table td.linethrough {
	text-decoration: line-through;
	color: #C00;
}

#price table td.price {
	color: #C00;
}

#price table td.discount30 {
	background-color: #FFEAEA;
}

#price p img {
	text-align: center;
	margin-left: 50px;
	width: 784px;
}

#flow p img {
	margin-left: 50px;
	width: 784px;
}


#inquiry {
	margin: 0 0 60px 0;
}

dl.toiawase {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	max-width: 400px;
	margin: 2rem auto;
}

dl.toiawase dt {
	width: 30%;
	margin-bottom: 1rem;
	font-size: 1rem;
}

dl.toiawase dd {
	width: 70%;
	font-size: 1rem;
}



.order {
	margin: 0 0 60px 0;
	text-align: center;
	z-index: 2;
}

.order .d-btn {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.order .d-btn li {
	width: 48%;
	border-radius: 10px;
	background-color: #FBF5DF;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.order .d-btn li a{
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

.order .d-btn li a img {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	padding: 0.5rem 0.5rem 0 0.5rem;
}
.order .d-btn li a img:nth-child(2){
	padding-left: 0;
}

.order .d-btn li:nth-of-type(2) a img:nth-of-type(1){
	width: 55%;
	height: auto;
	box-sizing: border-box;
	position: absolute;
	top: 0.5em;
	left: 0;
	padding: 0 0 0 0.5rem;
}
.order .d-btn li:nth-of-type(2) a img:nth-of-type(2){
	width: 55%;
	height: auto;
	box-sizing: border-box;
	position: absolute;
	bottom: 0.5em;
	right: 0;
	padding: 0 0.5rem 0 0;

}

.order .d-btn li a p{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 1.25rem;
	width: 100%;
	border-radius: 0 0 7px 7px;
}
.order .d-btn li:nth-of-type(1) a p{
	background-color: #29AAE3;
}
.order .d-btn li:nth-of-type(2) a p{
	background-color: #29AAE3;
}
.order .d-btn li:nth-of-type(3) a p{
	background-color: #D80001;
}
.order .d-btn li:nth-of-type(4) a p{
	background-color: #009345;
}
.order .d-btn li:nth-of-type(5) a p{
	background-color: #000000;
}
.order .d-btn li:nth-of-type(6) a p{
	background-color: #662E91;
}
.order .d-btn li:nth-of-type(7) a p{
	background-color: #F15A25;
}



.order .d-btn li a p i{
	margin-left: 0.5rem;
}

.order .d-btn::after{
	content: "";
	width: 48%;
}

@media only screen and (max-width:640px) {
	.order .d-btn li a p{
		font-size: 0.8rem;
	}
	.order ul.d-btn::after {
		content: "";
		width: 45%;
		display: block;
	}

	a.cp_btn {
		width: 100%;
		padding: 0.8em 0.2em;
	}

}



.look {
	color: #444;
	font-size: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.look:before,
.look:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #ff4500;
	display: block;
}

.look:before {
	margin-right: .4em;
}

.look:after {
	margin-left: .4em;
}

@media only screen and (max-width:640px) {
	.look {
		font-size: 20px;
		margin-bottom: 10px
	}
}


a.grtop {
	display: block;
	width: 70%;
	margin: 2rem auto 10rem auto;
	padding: 0.5rem;
	background-color: #009541;
	border: #009541 2px solid;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bolder;
	box-sizing: border-box;
	color: #FFF;
}

a.grtop:hover {
	background-color: #FFF;
	border: #009541 2px solid;
	color: #009541;
}


@media only screen and (max-width:640px) {
	dl.toiawase {
		width: 90%;
		max-width: 400px;
		font-size: 0.8rem;
	}

	dl.toiawase dt {
		font-size: 0.8rem;
	}

	dl.toiawase dd {
		font-size: 0.8rem;
	}

	a.grtop {
		width: 90%;
		margin: 2rem auto 5rem auto;
		font-size: 1.25rem;
	}
}



.none_pc {
	display: none;
}

@media only screen and (max-width:640px) {
	.none_sp {
		display: none !important;
	}

	.none_pc {
		display: block;
	}

	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	fieldset,
	input,
	textarea,
	p,
	blockquote {
		font-size: 24px;
	}

	.img_sp {
		width: 100%;
		height: auto;
	}

	#wrapper,
	h1#top {
		width: 100%;
	}

	img {
		width: 100%;
	}

	#innerwrap {
		width: 95%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	h2 {
		width: 98%;
		font-size: 24px;
		box-sizing: border-box;
	}

	h2 img {
		width: 24px;
	}

	.discount p.explanation,
	#price p.explanation {
		font-size: 16px;
		margin-left: 5px;
	}

	p.pricelist_title02 {
		font-size: 18px;
		margin: 20px 0 0 0;
	}

	.th30, .th20, .th10, .tabletop{
		vertical-align: top;
	}

	#price table th:first-of-type{
		width: 12%;
		font-size: 12px;
	}

#price table td span{
	font-size: 11px;
	line-height: 0.9em;
}

	#price table td {
		width: 20%;
	}

	#price p img,
	#flow p img {
		margin: 0;
		width: 100%;
	}

	.order {
		margin: 10px auto 50px auto;
		text-align: center;
	}

	#inquiry {
		margin: 0;
	}

	#totop {
		margin: 0;
	}


}

/*footer*/
#footer {
	text-align: center;
	width: 100%;
	padding: 0px;
	background-color: #d3d3d3;
	margin-top: 50px;
}

.copyright {
	width: fit-content;
	height: 52px;
	margin: 0 auto;
	padding: 0px;
	display: flex;
	align-items: center;
}

.copyright a {
	margin-left: 1em;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #f96;
}

@media screen and (max-width:640px) {
	#footer {
		width: 100%;
		margin-top: 100px;
	}

	.copyright {
		flex-direction: column-reverse;
		height: 60px;
	}

	.copyright p {
		font-size: 12px !important;
		margin-bottom: 5px;
	}

	.copyright a {
		margin-left: 0;
	}

	.copyright a img {
		height: 25px;
		width: auto;
		margin-bottom: 5px;
	}
}