@charset "utf-8";
/* CSS Document */
/* =================================================================================================
 * Reset
 * =================================================================================================*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
}
ol, ul {
	list-style: none;
}
p {
	line-height: 24px;
}
img, input {
	vertical-align: middle;
	width: 100%;
}
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
.sec_box {

}
.main_box {
	max-width: 1000px;
	margin: 0 auto;
    overflow: hidden;
	text-align: justify;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
company_box h3 {
	border-left: 5px solid;
    margin: 3% 0 3%;
    padding-left: 2%;
}
.clear {
	clear: both;
}
.topmargin {
	margin-top: 5%;
}
/* =================================================================================================
 * common
 * =================================================================================================*/
body::before{
	background: #fff;
}
section {
	padding-bottom: 5rem;
	margin-top: 80px;
	font-size: 15px;
}
section::last-child {
	padding-bottom: 5rem;
}
.wrapper {
	overflow: hidden;
}
hr {
	border: solid 1px #000;
	margin: 0;
}
#nav{
	background: rgba(223, 218, 214, 0.9);
}
.main_box{
	width: 310px;
}
.button {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #880000;
	border: 1px solid #fff;
	color: #fff;
	line-height: 44px;
	display: block;
	margin: 0 auto;
	padding: 0 0.5rem;
	width: 300px;
}
.button:hover {
	background-color: rgba(136, 0, 0, 0.8);
}


.button01 {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	/*z-index: 1;*/
	border: 2px solid #fff;
	color: #fff;
	line-height: 40px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.button01:hover {
	color: #fff;/*#b44a66*/
	font-weight: bold;
	letter-spacing: 3px;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.button01:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}
section:after {
    padding-bottom: 5rem;
	display: inline-block;
}
.small{
	font-size: 0.8rem;
}

/*==================吹き出し見出==================し*/
.fukidashi {
    margin:20px 0;
    background-color:#F8F8F8;
	height: 40px;
}
.fukidashi dt {
    position: relative;
    color: #fff;
    font-weight:bold;
    float:left;
    clear:both;
    padding: 0px 10px;
    background-color: #c5a786;
	text-align: center;
	height: 40px;
}
.fukidashi dd {
    padding:12px 30px;
    display:inline-block;
    margin:0;
	width: 64%;
	font-size: 0.9rem;
}
.fukidashi dt::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-top: -10px;
    border-left-color: #c5a786;
}

/* =================================================================================================
 * sec1 background-img　背景
 * =================================================================================================*/
.sec1 .main_box {
	padding-top: 10rem;
	background: url(../img/about/about.jpg) center top no-repeat;
	background-size: 100%;
}
.howtouse .sec1 .main_box {
	padding-top: 10rem;
	background: url(../img/howhouse/howtouse.jpg) center top no-repeat;
	background-size: 100%;
}
.vhouse .sec1 .main_box {
	padding-top: 10rem;
	background: url(../img/vhouse/vhouse.jpg) center top no-repeat;
	background-size: 100%;
}
.contact_wrap .sec1 .main_box {
	padding-top: 10rem;
	background: url(../img/contact/contact.jpg) center top no-repeat;
	background-size: 100%;
}
.privacy .sec1 .main_box {
	padding-top: 10rem;
	background: url(../img/privacy/privacy.jpg) center top no-repeat;
	background-size: 100%;
}

/* =================================================================================================
 * drawer
 * =================================================================================================*/
.drawer{
	position: fixed;
	z-index: 50;
}
.pure-drawer ul {
	margin-top:40px;
} 
.pure-drawer li {
	font-size: 16px;
    padding: 16px 0;
    text-align: center;
    z-index: 2;
}
.drawer_icon {
	width: 180px;
	margin: 0 auto 16px;
	overflow: hidden;
}
.drawer_icon ul {
	margin: 12px 0 0;
}
.drawer_icon li {
	float: left;
	padding: 0 14px; 
}
/* =================================================================================================
 *about
 * =================================================================================================*/
h2 {
	font-size: 1.4rem;
	font-family: 'Allura',"Hannari", "Sawarabi mincho";
	padding: 0.5rem 0;
	color: #880000;
	border-bottom: 1.5px solid;
	margin-bottom: 1rem;
}

.about {
}
.about section.sec1 {
    padding: 0;
}
.about .box p {
	letter-spacing: 1px;
	line-height: 1.8rem;
	font-size: 16px;
	padding-top: 1.5rem;
	text-align: justify;
}


/*aboutの追記*/

.about_box1 {
	height: 360px;
	margin-top: 5%;
}

.about_table {
	float: left;
	width: 55%;
}
.about_map {
	float: right;
	width: 42%;
	height: 100%;
}
.about_table th, .about_table td {
	vertical-align: center;
	border-bottom: 1px dotted #604e41;
}
.about_table th {
    font-weight: bold;
	line-height: 1.1em;
	text-align: left;
	font-size: 16px;
}
.about_table td {
	font-size: 15px;
	line-height: 1.3em;
	display: table-cell;
}

/* =================================================================================================
 *howtouse
 * =================================================================================================*/
.howtouse section p{
	color: #6e2b00;
	line-height: 1.5rem;
}
.howtouse p.serif{
	font-size: 1rem;
	font-weight: bold;
}
.howtouse p.small{
	margin-bottom: 2rem;
}
.howtouse .rute_img {
	width: 100%;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.howtouse .rute {
	display: inline-block;
	width: 100%;
}
.howtouse .rute>dl {
	width: 100%;
	margin: 0;
	min-height: 160px;
}
.howtouse .rute:nth-child(4)>dl {
	min-height: 180px;
}
.howtouse .rute:last-child>dl {
	min-height: 140px;
}
.howtouse .rute span.small {
    font-size: 0.4rem;
}
.howtouse .rute span.serif {
    font-size: 1.5rem;
	font-weight: normal;
}
.howtouse .rute ul {
	line-height: 1.5rem;
}
.howtouse .rute li {
	list-style: disc;
	margin-left: 2rem;
}
.howtouse .rute li:nth-child(4) {
	margin-bottom: 1rem;
}
/* =================================================================================================
 *vhouse
 * =================================================================================================*/
.vhouse .sec1>.main_box a{
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
.vhouse .sec1 .banner{
	max-width: 500px;
    margin: 1rem auto;
}
.vhouse .sec1 ul{
	display: inline-block;
	width: 100%;
}
.vhouse .sec1 ul li{
	width: 100%;
	padding: 8% 7% 8% 1%;
	font-size: 1.2rem;
	line-height: 2rem;
	background: url(../img/vhouse/sec1_img1.jpg)no-repeat center;
	background-size: cover;
	margin: 1rem;
}
.vhouse .sec1 ul li.float_r{
	background: url(../img/vhouse/sec1_img2.jpg)no-repeat center;
	background-size: cover;
}
.vhouse .sec1 ul li p{
	line-height: 2rem;
}
.vhouse .sec2 dl,
.vhouse .sec3 dl,
.vhouse .sec4 dl{
	padding: 2rem 0;
}
.vhouse .sec2 dt,
.vhouse .sec3 dt,
.vhouse .sec4 dt {
	font-size: 1.5rem;
	padding: 0 0 0.5rem 1rem;
	background: #eee;
}
.vhouse section.sec2,
.vhouse section.sec3{
	padding: 0;
	margin: 0;
}
.vhouse section.sec2 dd{
	margin: 2rem auto 0;
}
.vhouse section.sec2 dd:last-child{
	margin: 2rem auto 0;
	text-align: center;
}
.vhouse section.sec2 dd:last-child a:last-child{
	color: #880000;
	line-height: 1.5rem;
}
.vhouse .sec3 ol{
	line-height: 1.8rem;
	border-left: 1px solid #888;
	padding: 1rem;
	margin: 1rem 0 1rem 1rem;
}
.vhouse .sec3 ol li{
	list-style: decimal;
	margin-left: 2rem;
}

.vhouse section.sec4{
	margin: 0;
}
.vhouse .sec4 dd {
	margin: 1rem;
	line-height: 2rem;
}
.vhouse .sec4 dd li.sec4_box{
	width: 90%;
	margin: auto;
}

/* =================================================================================================
 *privacy
 * =================================================================================================*/
.privacy .main_box>p {
	padding: 1rem 0;
	color: #888;
}

.privacy ol {
	line-height: 1.5rem;
}

.privacy .main_box>ol{
    counter-reset: li;
    list-style: none;
}
.privacy .main_box>ol>li{
	position: relative;
	margin: 3px 6px 2rem 10px;
	padding: 0 1.5rem 0.5rem;
	border-bottom: 1px solid #ccc;
	color: #572500;
	text-align: justify;
}
.privacy .main_box>ol>li:before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	font-size: 3rem;
	top: -1px;
	left: -20px;
	width: 1em;
	text-align:center;
	font-family: 'Allura',"Hannari", "Sawarabi mincho";
}

.privacy .main_box>ol>li:nth-child(2) p {
	margin-top: 1.5rem;
}
.privacy .main_box>ol>li:nth-child(2) .serif {
	font-size: 1.5rem;
}

.privacy ol p {
	padding-bottom: 1.5rem;
	line-height: 1.6rem;
}
.privacy dl ol li {
    list-style: decimal;
    margin-left: 2rem;
	line-height: 1.5rem;
}
.privacy dd {
   margin-bottom: 1.5rem;
}
.privacy dd ol {
    border-top: 1px solid;
    padding: 0.8rem 0;
    margin: 0.5rem 0;
    border-bottom: 1px solid;
}


/* =================================================================================================
 * news
 * =================================================================================================*/
.news01 {

	background: rgba(148, 111, 72, 0.7);
	overflow: hidden;
	margin-bottom: 200px;
	color: #fff;
}
.news01 h2{
	color: #fff !important;
}
.news {
  background:url(../img/bg/company.jpg) ; /*fixedをトル！*/	
	  filter: 				alpha(opacity=90);
    -moz-opacity:			0.9;
    opacity:				0.9;
    width: 100%;
	overflow: hidden;
	margin-bottom: 200px;
}
.news_box {
	width: 320px;

	margin: 0 auto 40px;
}
.news_title {
	text-align: center;
	margin: 24px 0;
}
.news_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
	color: #fff;
}
.news_main{
	margin: 0 auto; 
	height: 280px;
	margin-bottom: 40px;
}
.news_main a {
	color: #fff;
}
.news_main li{
	line-height: 24px;
	font-size: 12px;
	border-top: dotted 1px #fff;
}
/* =================================================================================================
 * Company
 * =================================================================================================*/
/*
.company_text p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
/* =================================================================================================
 * contact_wrap
 * =================================================================================================*/
.contact_wrap .contact_text{
	margin-bottom: 3rem;
}


/*
=================================================================================================
 * access
 * =================================================================================================*/
.access {
	background: rgba(148, 111, 72, 0.7);
	overflow: hidden; 
	color: #000;
}
.access_box {
	width: 100%;
	margin: 0 auto;
	color: #fff;
}
.access_title {
	text-align: center;
	margin: 24px 0;
}
.access_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
#map {
	width: 100%;
	height: 250px;
	margin: 0 0 16px;
}
#iv {
	width: 100%;
	height: 250px;
	margin: 0 0 16px;
}
.access_btn {
	margin: 24px 0 24px;
	text-align: center;
}
.access_info {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
.access_info a{

}
.access_address,.access_tel{
	text-align: center;
}
.access_address{
	margin-bottom: 24px;  
}
.access_address p{
	padding-top: 8px;
}
.access_tel p{
	font-size: 20px;
	padding-top: 8px;
	letter-spacing: 2px; 
}
.access_tel a{
	color: #fff;
}
/* =================================================================================================
 * footer
 * =================================================================================================*/
.footer {
	/*background: rgba(148, 111, 72, 0.7);*/
	width: 100%;
	overflow: hidden;
	color: #fff;
}
#pagetop {
    height: 70px;
    text-align: center;
    overflow: hidden;
}
#pagetop a {
    display: inline-block;
    border-top: 0px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    /*border-bottom: 60px solid transparent;*/
    vertical-align: bottom;
    height: 70px;
    width: 0px;
    margin-top: -40px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#pagetop a:hover, #pagetop a.hover {
    border-bottom: 60px solid rgba(255, 255, 255, 0.6);/*180, 74, 102, 0.9*/
    margin-top: -60px;
}
#pagetop .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80%;
    left: 80%;
    margin: 31px 0px 0 -12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
/*#pagetop .arrow:hover {
    border-right: 2px solid #b44a66;
    border-top: 2px solid #b44a66;
}*/
.footer_box {
	width: 320px;
	margin: 0 auto;
}
.footer_icon {
	text-align: center;
}
.footer_icon li {
	display: inline-block;
	padding: 8px;
}
.footer_nav1 {
	overflow: hidden;
	float: left;
}
.footer_nav1 li {
	float: left;
	padding: 10px 8px;
	font-size: 12px;
}
.footer_nav1 li a{
	color: #fff;
}
.footer_copy {
	clear: both;
}
.footer_copy p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
	color: #fff;
}
.footer_copy_f p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
	color: #fff;
}
.footer_copy_f hr {
    border: solid 1px #fff;
    margin: 0;
}
.footer_box hr{
	border: solid 1px #fff;
}
.footer_bg{
	  background:url(../img/bg/gurade2.jpg) center/cover no-repeat; 
}
/* =================================================================================================
 *  iv
 * =================================================================================================*/
.iv{
	height:300px;
}
@media screen and (min-width:360px){
/* =================================================================================================
 *  top
 * =================================================================================================*/
	.top_bg_img {
	  content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:100%;
	  background:url(../img/bg/bg_img01.jpg) center/cover no-repeat;
	}
}
@media screen and (min-width:600px){	
/* =================================================================================================
 *  top
 * =================================================================================================*/
	#box1:after {
	    height: 1000px;
	}
	.top_box {
		width: 580px;
		top: 10%;
	}
	.top_tel {
		display: inline-block;
	}
	.top_contact {
		display: inline-block;
		margin: 0 0 0 60px;	
	}
	.top_img{
		width: 465px;
		margin: 24px auto;
	}



/* =================================================================================================
 * about
 * =================================================================================================*/
	.about_box {
	}
/* =================================================================================================
 * menu
 * =================================================================================================*/
	.menu_box {
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
	.news_box{
		width: 580px; 
		margin-bottom: 40px; 
	}
	.news_main{
		margin: 0 auto; 
		color: #fff;
	}
	.news_main dt{
		width: 90px;
		float: left;
		margin-right: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.news_main dd{
		border-top: none;
		font-size: 14px;
		line-height: 40px;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	#map {
		width: 49.9%;
		height: 300px;
		float: left;
		margin: 0 0 24px;
	}
	#iv {
		width: 49.9%;
		height: 300px;
		float: right;
		margin: 0 0 24px;
	}
	.access_info {
		width: 580px;
	}
	.access_address {
		float: left;
		width: 50%;
		margin-bottom: 0;   
	}
	.access_tel {
		float: right;
		width: 50%; 
	}
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 580px;
	}
	.footer_nav1 li {
	    padding: 11px 16px;
    	font-size: 12px;
   }
}	
@media screen and (min-width:768px){
	h2 {
		font-size: 1.5rem;
		padding-left: 1rem;
	}
	/*==================吹き出し見出==================し*/
	.fukidashi dd {
		width: 66%;
		font-size: 1rem;
	}
	
	.main_box{
		width: auto;
		max-width: 1000px;
	}
/* =================================================================================================
 * sec1 background-img　背景
 * =================================================================================================*/
.sec1 .main_box {
	padding-top: 18rem;
	background: url(../img/about/about.jpg) center top no-repeat;
	background-size: 80%;
}
.howtouse .sec1 .main_box {
	padding-top: 18rem;
	background: url(../img/howhouse/howtouse.jpg) center top no-repeat;
	background-size: 80%;
}
.vhouse .sec1 .main_box {
	padding-top: 18rem;
	background: url(../img/vhouse/vhouse.jpg) center top no-repeat;
	background-size: 80%;
}
.contact_wrap .sec1 .main_box {
	padding-top: 18rem;
	background: url(../img/contact/contact.jpg) center top no-repeat;
	background-size: 80%;
}
.privacy .sec1 .main_box {
	padding-top: 18rem;
	background: url(../img/privacy/privacy.jpg) center top no-repeat;
	background-size: 80%;
}
/* =================================================================================================
 * howtouse
 * =================================================================================================*/
	.howtouse section p{
		text-align: center;
		line-height: 2rem;
	}
	.howtouse section p.serif{
		font-size: 1.3rem;
		font-weight: normal;
	}
	.howtouse .rute_img {
		width: 40%;
	}
	.howtouse .rute>dl {
		width: 55%;
		float: left;
		margin: 1rem;
		border-bottom: 1px solid #c5a786;
	}
	.howtouse .rute li:nth-child(4) {
		margin-bottom: 0rem;
	}
/* =================================================================================================
 * vhouse
 * =================================================================================================*/
	.vhouse .sec1 ul li{
		width: 40%;
		padding: 8% 4% 8% 1%;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.vhouse .sec1 ul li p{
		line-height: 2.3rem;
	}
	.vhouse .sec4 dd {
		margin: 2rem;
	}
	.vhouse .sec4 dd li.sec4_box{
		width: 45%;
	}
	.vhouse .sec1 ul li.float_r{
		background: url(../img/vhouse/sec1_img2.jpg)no-repeat center;
		background-size: cover;
	}
	.vhouse .sec3 ol{
		margin: 1rem 0 1rem 2rem;
	}
	
/* =================================================================================================
 * privacy
 * =================================================================================================*/
	.privacy .main_box>ol>li{
		margin: 3px 5px 2rem 10px;
		padding: 0 3rem 0.5rem;
		
		letter-spacing: 1px;
		line-height: 1.6rem;
	}
	.privacy .main_box>ol>li:first-child:before {
		margin-top: 1rem;
	}
	.privacy .main_box>ol>li:before {
		width: 2em;
	}
	.privacy dd ol {
		padding: 0.8rem;
		margin: 0.5rem;
	}
	.privacy ol p {
		line-height: normal;
		letter-spacing: 0;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 748px;
	}
	.footer_nav1 li {
	    padding: 12px 26px;
	    font-size: 14px;
	}
}




@media screen and (min-width:1024px){	
	.main_box{
		width: 100%;
	}
	/*==================吹き出し見出==================し*/
	.fukidashi dt {
		padding: 3px 10px;
	}
/* =================================================================================================
 * vhouse
 * =================================================================================================*/	
	.vhouse .sec1 ul li{
		padding: 8% 5% 8% 1%;
		font-size: 1.5rem;
	}
/* =================================================================================================
 * privacy
 * =================================================================================================*/
	.privacy .main_box>ol>li{
		padding: 0 3.5rem 0.5rem;
	}
/* =================================================================================================
 * nav
 * =================================================================================================*/
.nav {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(56, 34, 17, 0.8);
		width: 100%;
		height: 50px;
		z-index: 10;
		overflow: hidden;
	}
	.nav_box {
	}
	.nav_title {
		float: left;
		width: 25%;
		margin: 0 0 6px 0;
	}
	.nav_title h1 {
		color: #fff;
	}
	.nav_list {
		float: right;
		width: 73%;
	}
	.nav_list li {
		float: left;
		padding: 0 23px;
	}
	.nav_list a {
		position: relative;
		padding: .1em;
		text-decoration: none;
		color: #fff;
	}
	.nav_list a::after {
	   content: '';
	   position: absolute;
	   bottom: 0;
	   left: 0;
	   width: 100%;
	   height: 1px;
	   -webkit-transform: scaleX(0);
	   -ms-transform: scaleX(0);
	   transform: scaleX(0);
	   background-color: #fff;
	   -webkit-transition: all .3s ease;
	   transition: all .3s ease;
	}
	.nav_list a:hover::after {
	    -webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	.top_box {
	    top: -40px;
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
	.news{
		padding-top: 20px; 
	}
	.news_box{ 
		width: 700px;
		margin-bottom: 60px; 
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	.access {
		padding-top: 20px;
	}
	.access_info {
		width: 1000px;
	}
	.access_tel p {
	    font-size: 24px;
	}
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 1000px;
	}
		.footer_nav1 li {
	    padding: 16px 47px;
	}
/* =================================================================================================
 *  iv
 * =================================================================================================*/
	.iv{
		height:350px;
	}
}

@media screen and (max-width:1024px){
	.wrap {
		width: 100vw;
	}
	.nav {
		display: none;
	}
	#nav ul.menu, .phone, .contact, .rese {
		display: none;
	}
	.sp_menu {
		display: block;
	}
	.kotsu_text_img img {
		width: 100%;
	}*/
	.about_table th {
		font-size: 14px;
	}
	.about_table td {
		font-size: 13px;
	}
	.about_box1 {
		height: 320px;
	}
	.cosme_howto {
		display: none;
	}
	.cosme_img {
		width: 30%;
		float: right;
		padding-bottom: 3%;
	}
	.cosme_howto_sp {
		display: block;
	}*/
}

@media screen and (max-width:768px){
	.privacy .main_box>ol>li{
	}
	.about .box p{
		font-size: 15px;
	}
}