@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html { scroll-behavior: smooth;}

.fullimg {
	width: 100%;
}

.pconly {
	display: block;
}

.sponly {
	display: none;
}

a.anchor{
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}

@media only screen and (max-width: 768px) {
.pconly {display: none;}
.sponly {display: block;}
}

.mt0 { margin-top: 0px !important;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt60 { margin-top: 60px;}
.mt80 { margin-top: 80px;}
.mb0 { margin-bottom: 0px !important;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb60 { margin-bottom: 60px;}
.mb80 { margin-bottom: 80px;}

@media only screen and (max-width: 768px) {
.mt10 { margin-top: 5px;}
.mt20 { margin-top: 10px;}
.mt30 { margin-top: 15px;}
.mt40 { margin-top: 20px;}
.mt60 { margin-top: 30px;}
.mt80 { margin-top: 40px;}
.mb10 { margin-bottom: 5px;}
.mb20 { margin-bottom: 10px;}
.mb30 { margin-bottom: 15px;}
.mb40 { margin-bottom: 20px;}
.mb60 { margin-bottom: 30px;}
.mb80 { margin-bottom: 40px;}
}


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

.swiper {
	width: 100%;
	height: 600px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	width: 100%;
	height: 600px;
	object-fit: cover; 
}

.swiper-pagination-bullet {
	width: 9px !important;
	height: 9px !important;
	margin: 0 5px 8px 5px !important;
	background-color: #000 !important;
	opacity: 0.3 !important;
}

.swiper-pagination-bullet-active {
	opacity: 0.6 !important;
}

.hes_slide_over {
	position: absolute;
	width: 425px;
	height: 130px;
	top: 80px;
	left: calc(50% - 537px);
	background-color: rgb(0 0 0 / 0.85);
	z-index: 2;
}

.hes_slide_over img{
	width: 100%;
}

.hes_slide_over h1{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1074px) {
.hes_slide_over {left: 0;}
}

@media only screen and (max-width: 768px) {
.swiper {width: 100%; height: auto; aspect-ratio: 3 / 4;}
.swiper-slide img	{ height: auto; aspect-ratio: 1 / 1;}
.swiper-pagination-bullet { width: 7px !important; height: 7px !important; margin: 0 4px 33.33% 4px !important;}
.hes_slide_over {width: 100%; height: auto; aspect-ratio: 3 / 1; top: 75%; left: 0; background-color: rgb(0 0 0 / 1);}
.hes_slide_over img{ min-width: 320px; width: 60%;}
}

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

.base_h2 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
	font-family: "Shippori Mincho", serif;
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.6;
}

.contentslist {
	max-width: 1074px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.contentslistitem {
	width: 33.33%;
	margin-bottom: 50px;
}

.contentslistitem:last-child {
	margin-bottom: 0;
}

.contentslistitem_a {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.contentslistitem_a img{
	width: 100%;
	aspect-ratio: 4 / 3;
	transition: transform 1s ease;
}

.contentslistitem a {
	text-decoration: none;
}

.contentslistitem a:hover .contentslistitem_a img {
	transform: scale(1.1);
	transition: transform 4s ease;
}

.contentslistitem a:hover .contentslistitem_c {
	color: #8a0b06;
}

.contentslistitem_b span {
	display: inline-block;
	background-color: #311f12;
	margin-top: 20px;
	margin-bottom: 8px;
	padding: 6px 8px;
	font-family: "Shippori Mincho", serif;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	border-radius: 4px;
}

.contentslistitem_c {
	font-family: "Shippori Mincho", serif;
	color: #333;
	font-size:clamp(0.9em, 1.6vw, 1.25em);
	font-weight: 500;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
.base_h2 { margin-top: 30px; margin-bottom: 30px; font-size: 1.3em;}
.contentslist { width: 100%; margin-bottom: 40px;}
.contentslistitem { width: 50%; margin-bottom: 25px;}
.contentslistitem_b span { margin-top: 10px; margin-bottom: 4px; margin-left: 10px; margin-right: 10px; padding: 6px 8px; font-size: 0.8em;}
.contentslistitem_c { margin-left: 10px; margin-right: 10px; font-size: 1em;}
}

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

.mainimage {
	width: 100%;
	height: 720px;
}

.mainimage img {
	width: 100%;
	height: 720px;
	object-fit: cover; 
}

.base_sec {
	max-width: 1074px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

.plantop {
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}

.plantop-left {
	width: 41%;
	margin-right: 2%;
}

.plantop-right {
	width: 57%;
	position: relative;
}

.plantext1 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
}

.plantext2 {
	font-family: "Shippori Mincho", serif;
	color: #333;
	font-size:clamp(1.2em, 2vw, 1.7em);
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}

.plantext3 {
	font-family: "Shippori Mincho", serif;
	color: #333;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
}

.plantext4 {
	font-family: "Roboto", sans-serif;
	color: #311f12;
	font-size: 2em;
	font-weight: 300;
	padding-bottom: 4px;
	border-bottom: 1px solid #311f12;
	margin-bottom: 40px;
}

.plantop-right-a img {
	width: 100%;
}

.plantop-right-b {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 20px;
	right: 20px;
	background-color: #ecebe3;
}

.plantop-right-b span {
	width: 86px;
	height: 86px;
	border: 2px solid #fff;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #311f12;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.5;
}

.planbottom {
	margin-bottom: 60px;
}

.planfloor {
	position: relative;
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.planfloor-overimg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.planfloor img, .planfloor-overimg img {
	width: 100%;
}

.planfloor ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	counter-reset:number;
}

.planfloor ul li {
	position: absolute;
	display: block;
	z-index: 3;
	text-align: justify;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.3;
	height: auto;
}

.planfloor ul li:before {
    content: none;
}

.planfloortxt1-1 {
	width: 16.67%;
	top: 10%;
	right: 81.6%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt1-2 {
	width: 17.78%;
	top: 18%;
	left: 78.9%;
	padding-left: 8px;
	border-left: 4px solid #595138;
}

.planfloortxt1-3 {
	width: 17.78%;
	top: 61%;
	left: 78.9%;
	padding-left: 8px;
	border-left: 4px solid #595138;
}

.planfloortxt1-4 {
	width: 21.11%;
	top: 86.7%;
	right: 74.7%;
	padding: 6px 10px;
	background-color: #595138;
	color: #fff;
}

.planfloortxt2-1 {
	width: 21%;
	top: 0;
	right: 58.9%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt2-2 {
	width: 15%;
	top: 27.4%;
	right: 83.5%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt2-3 {
	width: 18%;
	top: 80%;
	right: 76.8%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt2-4 {
	width: 16.5%;
	top: 9.2%;
	left: 79.5%;
	padding-left: 8px;
	border-left: 4px solid #595138;
}

.planfloortxt2-5 {
	width: 18%;
	top: 61%;
	left: 79.5%;
	padding: 6px 10px;
	background-color: #595138;
	color: #fff;
}

.planfloortxt3-1 {
	width: 14%;
	top: 8.9%;
	right: 83.5%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt3-2 {
	width: 14%;
	top: 60.4%;
	right: 83.5%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt3-3 {
	width: 16%;
	top: 39.5%;
	left: 79.5%;
	padding-left: 8px;
	border-left: 4px solid #595138;
}

.planfloortxt3-4 {
	width: 18%;
	top: 1.5%;
	left: 79.5%;
	padding: 6px 10px;
	background-color: #595138;
	color: #fff;
}

.planfloortxt4-1 {
	width: 16%;
	top: 0;
	right: 81.9%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt4-2 {
	width: 16%;
	top: 71.8%;
	right: 81.9%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt4-3 {
	width: 16.5%;
	top: 16%;
	left: 81%;
	padding-left: 8px;
	border-left: 4px solid #595138;
}

.planfloortxt4-4 {
	width: 15%;
	top: 33%;
	right: 81.9%;
	padding: 6px 10px;
	background-color: #595138;
	color: #fff;
}

.planfloortxt5-1 {
	width: 20.5%;
	top: 19.4%;
	right: 76.9%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt5-2 {
	width: 20.5%;
	top: 55.4%;
	right: 76.9%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt5-3 {
	width: 18.8%;
	top: 33.8%;
	left: 78.3%;
	padding: 6px 10px;
	background-color: #595138;
	color: #fff;
}

.planfloortxt6-1 {
	width: 17.5%;
	top: 17%;
	right: 80.9%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt6-2 {
	width: 17.5%;
	top: 41%;
	right: 80.9%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt6-3 {
	width: 18%;
	top: 85.5%;
	right: 37.1%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt6-4 {
	width: 18%;
	top: 83%;
	left: 79.9%;
	padding-left: 8px;
	border-left: 4px solid #595138;
}

.planfloortxt6-5 {
	width: 17%;
	top: 0;
	left: 62.3%;
	padding: 6px 10px;
	background-color: #595138;
	color: #fff;
}

.planfloortxt7-1 {
	width: 14.5%;
	top: 10%;
	right: 83.4%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt7-2 {
	width: 14.5%;
	top: 70.7%;
	right: 83.4%;
	padding-right: 8px;
	border-right: 4px solid #595138;
}

.planfloortxt7-3 {
	width: 18.2%;
	top: 21%;
	left: 79.5%;
	padding-left: 8px;
	border-left: 4px solid #595138;
}

.planfloortxt7-4 {
	width: 14.5%;
	top: 45%;
	right: 83.4%;
	padding: 6px 10px;
	background-color: #595138;
	color: #fff;
}

.ordermade {
	width:100%;
	padding: 60px 0 60px 0;
	background-color: #311f12;
	text-align: center;
}

.ordermade p {
	font-family: "Shippori Mincho", serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ordermade a {
	font-family: "Shippori Mincho", serif;
	display: inline-block;
	background-color: #ecebe3;
	padding: 18px 40px;
	color: #311f12;
	font-size: 1.4em;
	font-weight: 600;
	text-decoration: none;
	transition: 1s ease;
}

.ordermade a:hover {
	background-color: #b68a51;
	color: #8a0b06;
	transition: 1s ease;
}

@media only screen and (max-width: 1000px) {
.planfloor ul li { font-size: 1.4vw;}
}

@media only screen and (max-width: 768px) {
.mainimage { width: 100%; height: auto; aspect-ratio: 5 / 4;}
.mainimage img { width: 100%; height: auto; aspect-ratio: 5 / 4;}
.plantop { margin-top: 40px; margin-bottom: 20px;}
.plantop-left { width: 90%; margin-left: 5%; margin-right: 5%; margin-bottom: 20px;}
.plantop-right { width: 100%;}
.plantext1 { font-size: 0.8em;}
.plantext2 { font-size:1.35em; margin-bottom: 20px;}
.plantext3 { font-size: 0.9em;}
.plantext4 { font-size: 1.5em; margin-bottom: 30px;}
.plantop-right-b { width: 74px; height: 74px; top: 8px; right: 8px;}
.plantop-right-b span { width: 66px; height: 66px; border: 1px solid #fff; margin: 3px; font-size: 0.8em;}
.planbottom { margin-bottom: 40px;}
.ordermade { padding: 40px 0 40px 0;}
.ordermade p { font-size: 0.85em; margin-bottom: 12px;}
.ordermade a { padding: 12px 30px; font-size: 1.2em;}
}

@media only screen and (max-width: 768px) {
.planfloor ul {
	position: relative;
	margin-top: 30px;
}
.planfloor ul li {
	position: relative;
	font-size: 0.9em;
	width: calc(100% - 35px) !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	border: none !important;
	background-color: #fff !important;
	margin-bottom: 12px;
	margin-left: 35px;
}

.planfloor ul li:last-child {
	margin-bottom: 0;
}

.planfloortxt1-4,
.planfloortxt2-5,
.planfloortxt3-4,
.planfloortxt4-4,
.planfloortxt5-3,
.planfloortxt6-5,
.planfloortxt7-4 {
	color: #311f12 !important;
	font-weight: 600 !important;
}

.planfloor ul li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #ec8b13;
	color: white;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1em;
	left: -30px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	line-height: 20px;
	text-align: center;
	top: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
}


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

.base_h2a {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: "Shippori Mincho", serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.6;
}

.base_h2a_sub {
	text-align: center;
	margin-bottom: 60px;
	font-family: "Shippori Mincho", serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
}

.base_h3 {
	border: 1px solid #311f12;
	border-left: 5px solid #311f12;
	margin-bottom: 30px;
	padding: 6px 12px;
	color: #311f12;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
}

.product_wrap {
	width: calc(100% - 40px);
	background-color: #dacfbb;
	padding: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.product_item {
	max-width: 150px;
	width: 30%;
	margin-right: 5%;
	text-align: center;
}

.product_item:last-child {
	margin-right: 0;
}

.product_item img {
	max-width: 90px;
	width: 100%;
}

.product_item span {
	display: block;
	color: #333;
	font-size: 0.9em;
	font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
.base_h2a { margin-top: 40px; margin-bottom: 10px; font-size: 1.3em;}
.base_h2a_sub { text-align: left; margin-bottom: 30px; font-size: 0.9em;}
.base_h3 { margin-bottom: 15px; padding: 1px 6px 3px 6px; font-size: 0.9em;}
.product_wrap { width: calc(100% - 24px); padding: 12px; margin-bottom: 30px;}
.product_item img { width: 65px;}
.product_item span { font-size: 0.7em;}
}

.ordermadeplan_wrap {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
	border-bottom: 1px solid #888;
	margin-bottom: 60px;
}

.ordermadeplan_wrap_last {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.ordermadeplan_left {
	text-align: center;
	width: 25%;
	margin-right: 5%;
}

.ordermadeplan_right {
	width: 70%;
}

.ordermadeplan_left img {
	width: 100%;
}

.base_h4 {
	font-family: "Shippori Mincho", serif;
	color: #311f12;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.4;
}

.base_h4_sub {
	margin-top: 16px;
	margin-bottom: 40px;
	font-family: "Shippori Mincho", serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
}

.base_h5 {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 10px;
}

.ordermadeplan_txt1 {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 5px;
	color: #333;
	line-height: 1.3;
}

.ordermadeplan_txt2 {
	font-size: 0.9em;
	font-weight: 400;
	margin-top: 5px;
	color: #333;
	line-height: 1.3;
}

.caption_title {
	font-size: 0.8em;
	font-weight: 400;
	margin-top: 30px;
}

.caption {
	color: #333;
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.3;
	padding-left: 0.8em;
	text-indent: -0.8em;
}

@media only screen and (max-width: 768px) {
.ordermadeplan_wrap { padding-bottom: 30px; margin-bottom: 30px;}
.ordermadeplan_wrap_last { margin-bottom: 60px;}
.ordermadeplan_left { width: 100%; margin-right: 0; margin-bottom: 15px;}
.ordermadeplan_right { width: 100%;}
.ordermadeplan_left img { width: 50%;}
.base_h4 { text-align: center; font-size: 1.35em;}
.base_h4_sub { margin-bottom: 30px; font-size: 0.9em;}
.base_h5 { font-size: 1em; margin-bottom: 5px;}
.ordermadeplan_txt1 { font-size: 0.9em; margin-bottom: 2px;}
.ordermadeplan_txt2 { font-size: 0.8em; margin-top: 2px;}
.caption_title { font-size: 0.7em; margin-top: 15px;}
.caption { font-size: 0.7em; padding-left: 0.7em; text-indent: -0.7em;}
}

.ordermadeplan_wrap1 {
	display: flex;
	flex-wrap: wrap;
}

.ordermadeplan_wrap1_item {
	width: 46%;
	margin-right: 8%;
	text-align: center;
}

.ordermadeplan_wrap1_item:last-child {
	margin-right: 0;
}

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

.ordermadeplan_wrap2_item {
	width: 45%;
	text-align: center;
}

.ordermadeplan_wrap1 .ordermadeplan_wrap2_item img {
	width: 100%;
	max-width: 140px;
}

.ordermadeplan_wrap3 {
	display: flex;
	flex-wrap: wrap;
}

.ordermadeplan_wrap3_left {
	width: 30%;
	text-align: left;
}

.ordermadeplan_wrap3_right {
	width: 70%;
	text-align: center;
}

.ordermadeplan_wrap3 .ordermadeplan_wrap2_item img {
	width: 100%;
	max-width: 200px;
}

.ordermadeplan_wrap4 {
	display: flex;
	flex-wrap: wrap;
}

.ordermadeplan_wrap4_item {
	width: 22%;
	margin-right: 4%;
	text-align: center;
}

.ordermadeplan_wrap4_item:nth-child(4),
.ordermadeplan_wrap4_item:nth-child(8) {
	margin-right: 0;
}

.ordermadeplan_wrap4_item:nth-child(1) {
	margin-bottom: 20px;
}

.ordermadeplan_wrap4_item img {
	width: 100%;
}

.ordermadeplan_wrap5 {
	display: flex;
	flex-wrap: wrap;
}

.ordermadeplan_wrap5_left {
	width: 22%;
	margin-right: 4%;
	text-align: left;
}

.ordermadeplan_wrap5_right {
	width: 74%;
	text-align: center;
}

.ordermadeplan_wrap5 img {
	width: 100%;
}

.ordermadeplan_wrap6 {
	display: flex;
	flex-wrap: wrap;
}

.ordermadeplan_wrap6_item {
	width: 30%;
	margin-right: 5%;
	text-align: center;
}

.ordermadeplan_wrap6_item:last-child {
	margin-right: 0;
}

.ordermadeplan_wrap6 .ordermadeplan_wrap2_item img {
	width: 100%;
	max-width: 200px;
}

.orderimg22 {
	width: 36%;
}

.ordermadeplan_wrap7 {
	display: flex;
	flex-wrap: wrap;
}

.ordermadeplan_wrap7_item {
	width: 46%;
	margin-right: 8%;
	text-align: left;
}

.ordermadeplan_wrap7_item:nth-child(2n) {
	margin-right: 0;
}

.ordermadeplan_wrap7_item img {
	width: 100%;
}


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


.ordermadeplan_wrap1_item {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.ordermadeplan_wrap1_item:last-child {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

.ordermadeplan_wrap2_item {
	width: 45%;
}

.ordermadeplan_wrap1 .ordermadeplan_wrap2_item img {
	width: 100%;
	max-width: 80px;
}

.ordermadeplan_wrap3_left {
	width: 100%;
}

.ordermadeplan_wrap3_right {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.ordermadeplan_wrap4_item {
	width: 30%;
	margin-right: 5%;
}

.ordermadeplan_wrap4_item:nth-child(4),
.ordermadeplan_wrap4_item:nth-child(8) {
	margin-right: 5%;
}

.ordermadeplan_wrap4_item:nth-child(3),
.ordermadeplan_wrap4_item:nth-child(6) {
	margin-right: 0;
}

.ordermadeplan_wrap4_item:nth-child(1),
.ordermadeplan_wrap4_item:nth-child(4) {
	margin-bottom: 10px;
}

.ordermadeplan_wrap5_left {
	width: 100%;
	margin-right: 0;
}

.ordermadeplan_wrap5_right {
	width: 100%;
}

.ordermadeplan_wrap6_item {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.ordermadeplan_wrap6_item:last-child {
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.orderimg22 {
	width: 50%;
}






}