.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {

}
#header-top #title-area img{
	display: block;
}
.sub-title-en {
	font-size: 1.2em;
}

.contents-area {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.contents-area img {
	width: 100%;
}
.cotents-list {
	padding-right: 1%;
	padding-left: 1%;
}
#form-area {
    padding-top: 90px;
    margin-top:-90px;
}
.mar_top {
	margin-top: 20vh;
}
/* NEWS */
.date-header{
	font-size: 1em;
}

.cat-name-sub{
	margin-left: 5%;
	font-size: 1em;
}
.cat-name-sub a{
	color: #666;
}
.cat-name-sub a:hover{
	color: #333;
}
.news-name{
	margin-bottom: 20px;
	font-size: 1.8em;
}
.news-name a{
	color: #666;		
}
.news-name a:hover{
	color: #333;		
}
.contents-main {
	margin-top: 100px;
}
.contents-main-news{
	margin-bottom: 100px;
	padding: 0 10px;
	font-weight: 400;
	font-size: 1em;
	margin-top: 50px;
}
.contents-main-news img{

	width: 99%;
	height: 99%;
}
.contents-header {
	width: 100%;
	margin-top: 200px;
}
.top-title {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 3px;
}
.pageng{
	
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pageng li{
	display: inline-block;
}
.pageng li:first-child{
	margin-right: 10%;
}
.portfolio-img{
   position: relative;
    width: 100%;
    height: auto;
}
.portfolio-img:before{
	content: "";
    display: block;
    padding-top: 100%;
}
.portfolio-img img{
	position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;	

}

/* sub-menu */
.sub-menu{
	padding: 0;
}
.sub-menu li{
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 3px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 30px;
	cursor: pointer;
	font-size: 1em;
}
.sub-menu li:hover{
	border-bottom: 2px solid #aaa;
}
.sub-menu li:first-child{
	margin-right: 7%;
}
.sub-menu li a {
	color: #000;
	letter-spacing: 0.25em;

}
.sub-menu li a:hover, .sub-menu li:hover a{
	color: #aaa;
	text-decoration: none;
}
/* slider */
#cover-content {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: -1;
	background-color: #000;
}
#cover-content img{
	height: 100vh;	
	width:100vw;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.no-slide {
	margin-top: 200px;
}

.mk-img img{
	width: 45%!important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 15px;
}
/* ===========youtube================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 50px;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* widge */
.widget-area{
	width: 95%;
	padding: 2%;
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 2em;
	border: 1px solid #eee;
	background-color: #f0f0f0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.widget-header{
	font-size: 1 em;
	margin-bottom: 10px;
}
.widget-list{
	margin-bottom: 15px;
	padding-left: 15px;
}
/*----- table -----*/
table{
	width: 100%;
	border-collapse:collapse;
  	margin:0 auto;
}
td,th{
	border: 1px solid #ebebeb;
}
th{
	background:#FFF;
}
.td10-t{
	height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
	background-color: #000;
}
.td10-c{
	height: 50px;
	text-align: center;
	color: #333;
	font-size: 1em;
}
.td20-h{
	height: 50px;
	width: 30%;
	text-align: center;

	color: #333;
	font-size: 12px;
	background-color: #f5f5f5;
}

.td20-c{
	color: #333;
	padding: 10px 10px 10px 4%;
}
.table-ad {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.td-left {
	width: 20%;
	border-style: none;
	text-align: center;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 2px;
}
.td-right {
	width: 70%;
	border-style: none;
	text-align: left;
	padding: 10px 3%;
	background-color: #f9f9f9;
	border-bottom: 1px solid #FFF;
}
.pad_l_about10 { padding-left: 10px; }
.pad_l_about50 { padding-left: 50px; }
.pad_l_about100 { padding-left: 100px; }


/*----- form -----*/

.form-title{
	letter-spacing: 2px;
	margin-top: 15px;
	font-size: 1em;
	margin-left: 10px;
}
.form-input {
	margin-top: 5px;
	margin-left: 10px;
}
.form-btn{
	text-align: center;
}


input[type="text"],input[type="password"]{
border: 1px solid #ccc;
padding:7px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.2em Arial, sans-serif;

}
input::placeholder {
 font-size: .7em;
}
img.ui-datepicker-trigger {
	width: 30px;
	padding-bottom: 2px;
	cursor: pointer;
}

.checkbox-area {
  padding: 30px;
  background: #dcdcdc;
  margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 1em;
  font-weight: 500;
  width: 30%;
}
.check-area {
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 2%;
}
.check-area input[type="checkbox"] + label {
  width: 100%;	
}
input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



      

textarea {
border:0;
padding:10px;
color:#333;
border: 1px solid #ccc;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}
/*----- select-----*/
select {
	width: 80%;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}
#qt1 {
	font-size: 12px;
	margin-top: -2px;
}

#adress-area {

	display: none;	
}
.date-area {
	width: 100%;
	float: left;
	padding-bottom: 80px;
	background-color: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.x-date-area {
	width: 100%;
	float: left;
	padding-bottom: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.date-area-block {
	width: 32%;
	float: left;
}
.data-area {
	width: 96%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}
.date-area-block-all {
	width: 90%;
	float: left;
}
.msg {
	margin-top: 50px;
	text-align: center;
}
.msg-title {
	text-align: center;
	font-size: 1.5em;
}
.text-ex {
	font-size: 1.4em;
}
.text-ms{
	font-size: 1.2em;
}
.area-explain {
	background-color: #ffffff;
	float: left;
	width: 90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5%;
	margin-bottom: 20px;
}
.area-explain-ex {
	background-color: #ffffff;
	float: left;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	margin-bottom: 20px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.area-lr {
	float: left;
	width: 100%;
	text-align: left;
}
.area-lr img{
	width: 100%;
}
.area-left {
	width: 70%;
	float: left;
}
.area-right {
	width: 30%;
	float: left;
}
.area-pic3 {
	float: left;
	width: 100%;
}
.area-pic3 img{
	width: 32%;
}
.special-btn-area {
	margin-top: 5px;
	margin-bottom: 50px;
}
.special-btn-area span{
	font-size: 1.8em;
}
.map-img {
	width: 95%;
}

.date-area, .x-date-area {
	width: 100%;
	padding-bottom: 30px;
}
.emphasis-f {
	font-size: .7em;
	font-weight: bold;
}
.contents-left {
	width: 73%;
	float: left;
}
.contents-right {
	width: 23%;
	float: left;
}
.contents-left60 {
	width: 63%;
	float: left;
}
.contents-right40 {
	width: 33%;
	float: left;
}
.contents-left50 {
	width: 48%;
	float: left;
}
.contents-right50 {
	width: 48%;
	float: left;
}
.contents-right60 {
	width: 66%;
	float: left;
}
.contents-left40 {
	width: 30%;
	float: left;
}
.contents-left img, .contents-right img{
	width: 100%;
}
.contents-left60 img, .contents-right40 img, .contents-left50 img, .ontents-right50 img, .contents-right60 img, .contents-left40 img{
	width: 100%;	
}
.contents-pic {
	margin-bottom: 50px;
}
.contents-pic img{
	width: 100%;
}
.contents-title {
	float: left;
	width: 94%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 2%;
}
.contents-title-sub {
	float: left;
	width: 94%;
	margin-top: 50px;
	margin-left: 2%;
	font-size: 1.2em;
}
.picture-text {
	width: 98%;
	float: left;
	padding-left: 2%;
	margin-bottom: 10px;
	font-size: 1.4em;
}
.spec-text {
	margin-top: 10px;
	margin-right: 2%;
	font-size: .9em;
	float: right;
	margin-bottom: 10px;
}
.picture-text-area {
	width: 98%;
	float: left;
	padding-left: 2%;

}
.c-pic {
	width: 32%;
	float: left;
}
.c-pic img, .c25-pic img{
	width: 95%;
	margin-bottom: 15px;
}
.c25-pic {
	width: 24%;
	float: left;
}
.c-title {
	float: left;
	width: 100%;
	text-align: left;
	padding-left: 3%;
	padding-bottom: 5px;
	font-size: 1.1em;
}
/*----- concept- ——*/
.concept-pic {
	width: 48%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.concept-pic img{
	width: 95%;
	margin-bottom: 15px;
}
.concept-title {
	width: 70%;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 1.5em;
	background-color: rgba(147, 147, 147, 0.5);
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #FFF;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 35%;
	left: 15%;

}
.concept-title:hover {
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 3;
}
.concept-pic-top {
	width: 48%;
	float: left;
	margin-bottom: 30px;
	margin-right: 1%;
	margin-left: 1%;
	position: relative;
	background-color: #000000;
}
.concept-pic-top img{
	width: 100%;
	margin-bottom: 0;
	opacity: 0.85;
}
.concept-title-top {
	width: 100%;
	position: absolute;	
	top: 35%;
	text-align: center;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
}
.concept-click {

	width: 60%;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	text-align: center;
	padding-bottom: 6px;
	font-size: 1.2em;
	background-color: rgba(147, 147, 147, 0.5);
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #FFF;
	padding-top: 15px;

	position: absolute;
	top: 70%;
	left: 20%;
}
.special-click {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0;
}
.p-pic3-w a{
	text-decoration: underline;
	font-weight: bold;
	color: #4734b7;
	cursor: pointer;
}
.p-pic3-w a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #7e68fb;
}
.touch {
	width: 45px!important;
	margin: -10px 0 0 !important;
	float: right;
	padding-right: 10%;
	cursor: pointer;
}
.touch-sp {
	width: 45px!important;
	margin: -40px 0 0 !important;
	float: right;
	padding-right: 10%;
}
.concept-click:hover {
	background-color: rgba(0, 0, 0, 0.6);
	border: 2px solid #CCC;
	z-index: 3;
}

/* titles */
.title-box,.title-box2,.title-box3,.title-box4,.title-box5,.title-box6 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 25px;
  min-height: 280px;
}
.title-box {
  border: 3px solid #f7b029;
  background: #fef7e9;
  color: #333;
}
.title-box2 {
  border: 3px solid #f72828;
  background: #fee8e8;
  color: #333;
}
.title-box3 {
  border: 3px solid #28b8f7;
  background: #e8f3fe;
  color: #333;
}
.title-box4 {
  border: 3px solid #28f74c;
  background: #eafee8;
  color: #333;
}
.title-box5 {
  border: 3px solid #6828f7;
  background: #f8e8fe;
  color: #333;
}
.title-box6 {
  border: 3px solid #fff408;
  background: #fefde7;
  color: #333;
}
.title-no {
	font-size: 5em;
}
.title-step {
	font-size: 2em;
}
.title-main {
	font-size: 1.4em;	
}
.step-pic {
	width: 100%;
	margin-top: 5px;
	text-align: right;
}
.step-pic img{
	width: 30%!important;
}
.text-b-mss {
	font-weight: 900;
	font-size: 1.2em;
}
.title—sub-enc {
	min-height: 100px;
}
/*----- concept-top ——*/
.concept-area-top {
	width: 100%;
	float: left;
}
.concept-area-contents-top {
	width: 31%;
	float: left;
	padding: 10px;
	height: 32em;
}
.concept-area-contents-top img {
	width: 100%;

}
/*----- concept ——*/
.concept-area {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.concept-area-contents {
	width: 31%;
	float: left;
	padding: 5px;
	max-height: 340px;

}
.concept-area-2nd-contents,.concept-area-5nd-contents {
	width: 46%;
	float: left;
	padding: 10px;
	

}
.concept-area-3rd-contents {
	width: 31%;
	float: left;
	padding: 5px;
	max-height: 305px;

}
.concept-area-contents img {
	width: 100%;

}
.lights-title {
	float: left;
	width: 100%;
	font-size: 1.5em;
	margin-bottom: 5px;
}
.lights-title-en {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.lights-title img {
	width: 30%;
}
.lights-text-m {
	font-size: .9em;
	line-height: 1.8em;
	clear: both;
}
.lights-text-s {
	font-size: .8em;
	line-height: 1.6em;
	clear: both;	
	height: 8em;
}
.text-red {
	color: #ff5b5b;
}
.price-block {
	border-style: solid;
	border-color: #fea6a6;
	display: inline-block;
	padding-top: 20px;
}
.price-block-b {
	border-style: solid;
	border-color: #333333;
	display: inline-block;
	padding-top: 20px;
}
.bk-white {
	width: 90%;
	background-color: #fff;
	padding: 5%;
}
.bk-white img{
	width: 100%;
}
.content-logo {
	width: 100%;
	background-color: #fff;
	float: left;
}
/*----- floor ——*/
.floor-area {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.floor-area-contents {
	width: 40%;
	float: left;
	padding: 5px;
	margin-right: 2%;
	margin-left: 5%;
}
.floor-no {
	font-size: 2.5em;
}
.floor-area-contents .title-box, .floor-area-contents .title-box2 {
  min-height: 180px;
}
.sub-title-curtain {
	font-size: 1.2em;
	float: left;
	width: 100%;
}
.promotion-area {
	width: 100%;
	float: left;
	clear: both;
}
.promotion-line {
	width: 70%;
	border: 7px double #667ca1;
	padding: 30px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.promotion-title {
	width: 25%;
	border: 5px double #667ca1;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-size: 1.5em;
	margin-left: 15%;
}
.promotion-text {
	font-size: 1em;
}
.promotion-text-m {
	font-size: 1.2em;
}
.promotion-pic img{
	width: 100%;
}
.sp-btn-area {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.sp-btn-area-left {
	width: 20%;
	float: left;
}
.sp-btn-area-left img{
	width: 100%;
	padding-top: 70px;
}
.sp-btn-area-right {
	width: 80%;
	float: left;
	padding-top: 5px;
}
.special-btn-area img {
	width: 10%;
}
.day-title {
	width: 100%;
	float: left;
}
.text-n-s {
	font-size: 0.8em!important;
}
.lights-title .small-logo img{
		width: 80px;
		margin-left: 20px;
}
.shop-name {
	font-weight: 900;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0;
	padding-left: 5%;
}
.shop-title {
	font-weight: 900;
	font-size: 1.2em;
	padding-left: 5%;
}
.shop-add {
	font-size: 1.1em;
	padding-left: 5%;
}
.shop-img {
	
}
.area-left60 {
	width: 58%;
	float: left;
	margin-left: 2%;
}
.area-right40 {
	width: 38%;
	float: left;
	margin-right: 2%;
}
.product-area {
	width: 95%;
	float: left;
}
.pad_product {
	padding-left: 5%;
}
.p-pic3 {
	width: 32%;
	float: left;
	margin-right: 1%;
}
.p-pic3-w {
	width: 28%;
	height: 330px;
	float: left;
	margin-right: 1%;
	border: 1px solid #0040cf;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	padding: 1.5%;
	margin-left: 1%;
}
.p-pic3-w img {
	width: 100%;
	margin-bottom: 10px;	
}
.p-pic3 img{
	width: 100%;
}
.p-title {
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 0;
	height: 2.8em;
}
@media screen and (max-width: 930px) {
.date-area-block {
	width: 48%;

}
select {
	width: 50%;
}

}
@media screen and (max-width: 890px) {
.concept-area-contents-top {
	width: 30%;
}
.concept-title-top {
	font-size: 1.6em;
}
}
@media screen and (max-width: 768px) {
.contents-pic {
	margin-bottom: 28px;
}
.date-area-block {
	width: 90%;
	margin-bottom: 50px;
}
select {
	width: 50%;
}
input[type="checkbox"] + label {
  width: 100%;
}
.check-area input[type="checkbox"] + label {
  width: 55%;

}
.concept-area-contents {
	width: 46%;
	padding: 5px;
	margin-bottom: 50px;
}
.concept-area-2nd-contents {
	padding: 5px;

}
.concept-area-5nd-contents {
	width: 93%;
	padding: 6px;

}
.concept-area-3rd-contents {
	width: 93%;
	float: left;
	padding: 6px;


}
.concept-area-3rd-contents .step-pic img{
	width: 13%!important;
}
.floor-area-contents {
	width: 94%;
	margin-right: 2%;
		margin-left: 2%;
	margin-bottom: 20px;
}
.contents-specal {
	width: 100%;
}
.contents-specal img{
	width: 100%;
}
.concept-title {
	font-size: 1.2em;
}
.concept-title-top {
	font-size: 1.4em;
}
.concept-click {
	font-size: 1.2em;
	width: 90%;
	left: 5%;
	padding-top: 10px;
		padding-bottom: 7px;
}
.touch {
	width: 35px!important;
	margin: -5px 0 0 !important;
	float: right;
	padding-right: 10%;
	cursor: pointer;
}
.p-pic3-w {
	margin-right: .5%;
	padding: 1.5%;
	margin-left: .5%;
}
.touch-sp {
		float: none;
		margin: 0!important;
		padding: 0!;
}
}
@media screen and (max-width: 605px) {
	.shopify-area {
		margin-top: 20%;
	}
	.area-left {
	width: 100%;
	}
	.area-right {
	width: 96%;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.concept-pic {
	width: 98%;
	margin-bottom:15px
	}
	.c-pic {
	width: 95%;
	margin-bottom:15px
	}
	.c25-pic {
	width: 48%;
	float: left;
	}
	.concept-area-contents {
	width: 96%;
	padding: 5px;
	margin-bottom:50px

	}
	.concept-area-2nd-contents {
	width: 96%;
	padding: 5px;
	margin-bottom:10px

	}
	.concept-area-5nd-contents {
	width: 96%;
	padding: 5px;

	}
	.contents-left60, .contents-right40, .contents-left50, .contents-right50, .contents-right60, .contents-left40 {
	width: 100%;	
	}
	.picture-text {
	width: 90%;
	float: left;
	padding-left: 2%;
	margin-bottom: 10px;
	font-size: 1.4em;
	}
	.concept-area-contents-top {
	width: 48%;
	padding: 1%;

	}
	.lights-title {
	font-size: 1.3em;
	margin-bottom: 0;
	}

	.lights-title img {
	width: 50%;
	}
	.lights-title-en {
		width: 80%;
		padding-right: 10%;
		padding-left: 10%;
	}
	.concept-area-3rd-contents {
	width: 96%;
	padding: 5px;
	margin-bottom:10px
	}
	.step-pic img{
	width: 20%!important;
	}
	.concept-area-3rd-contents .step-pic img{
	width: 20%!important;
	}
	.promotion-title {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	}
	.promotion-text {
	font-size: .9em;
	}
	.promotion-text-m {
	font-size: 1.2em;
	}
	.map-img {
	width: 100%;
	}
	.sp-btn-area-left {
	display: none;
	}
	.sp-btn-area-right {
	width: 100%;
	}
	.special-btn-area span{
	font-size: 1.4em;
	}
}
@media screen and (max-width: 460px) {
	.no-slide {
	margin-top: 100px;
	}
	#cover-content {
	width: 100%;
	height:100%;

	}
	.widget-area{
		width: 85%;
	}
	.contents-main-news img{
	
		width: 100%;
		height: 100%;
	}
	.sub-menu li{
	font-size: 0.8em;
	}
	.contents-header {
	margin-top: 150px;
	}
	.top-title {
	font-size: 2em;
	}
	.news-name{
	font-size: 1.5em;
	width: 98%;
	margin-right: auto;
		margin-left: auto;
	}
	.date-header{
	font-size: 0.9em;
	}

	.cat-name-sub{
	font-size: 0.9em;
	}
	.contents-main {
	margin-top: 60px;
	}
	.contents-main-news{
	margin-top: 30px;
	}

	.pad_l_about10 { padding-left: 0; }
	.pad_l_about50 { padding-left: 10px; }
	.pad_l_about100 { padding-left: 10px; }
	.small-text {
		font-size: 0.8em;
	}
	.td-left {
		font-size: 0.9em;
	}
	.td-right {
		font-size: 0.9em;
	}
	.form-title{
	margin-top: 15px;
	font-size: 1em;
	margin-left: 5px;
	}
	.form-input {
	margin-left: 5px;
	}
	.contents-left {
	width: 100%;
	float: left;
	}
	.contents-right {
	width: 100%;
	float: left;
	}
	.concept-area-contents-top {
	width: 98%;
	padding: 1%;
	height: 38em;
	text-align: center;
	}
	.promotion-title {
	width: 35%;
	margin-left: 7%;
	}
	.concept-title {
	font-size: 1.1em;
	}
	.concept-click {
	font-size: 1.1em;
	}
	.mk-img img{
	width: 60%!important;

	}
	.concept-pic-top {
	width: 98%;
	}
	.concept-click {
	width: 60%;
	left: 20%;
	}
	.concept-title-top {
	font-size: 1.8em;

	}
	.p-pic3-w {
	width: 94%;
	height: 430px;
	margin-right: .5%;
	margin-left: .5%;
	padding: 1.5%;
	margin-bottom: 30px;
	}
	.touch-sp {
	width: 45px!important;
	margin: -35px 0 0 !important;
	float: right;
	padding-right: 10%;
	}
	.special-btn-area span{
	font-size: 1.2em;
	}
}

