@charset "utf-8";
/* CSS Document */

/***********************************************************************
ブラウザの幅が1000px以上ならここの記述が有効になる PC用
**********************************************************************/
@media only screen and (min-width: 1000px) {

/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
    font-size: 18px;
    color: #FFFFFF;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6em;
    background-color: #FFFFFF;
}

a{ color: #8C2300;}
a:hover{ text-decoration: none;}

img{ vertical-align: top; border: none;}

li{ list-style: none;}

.pc_view {  display: block;}
.sp_view {  display: none;}
	
body {
    background-color: #000000;
    color: #FFFFFF;
}
#wrap{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.box960px{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.box780px{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.box760px{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#fv {
    width: 100%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-color: #000000;
    background-image: url(img/mv_image.png);
    background-repeat: no-repeat;
}
#fv .catch {
    width: 831px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
h1 {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    background-color: #20201E;
    color: #FFFFFF;
    letter-spacing: 5px;
    text-align: left;
}

#box01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    height: 129px;
    text-indent: 0px;
}
#box01 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 60px;
    font-size: 40pt;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
    padding-top: 60px;
    padding-right: 0px;
}
#box01 .box01boxl {
    width: 380px;
    float: left;
    padding-bottom: 10px;
    background-color: #A89988;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    height: 130px;
    margin-bottom: 10px;
    text-align: center;
}
#box01 .box01boxr {
    width: 380px;
    float: right;
    padding-bottom: 10px;
    background-color: #A89988;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 40px;
    height: 130px;
    margin-bottom: 10px;
    text-align: center;
}
#box01 .ttl {
    font-size: 36px;
    margin-bottom: 10px;
    color: #4D4130;
    font-weight: bold;
    margin-top: 20px;
    height: auto;

}
#box01 .txt {
    color: #000000;

}
#box02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
#box02 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 60px;
    font-size: 40pt;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
    padding-top: 60px;
    padding-right: 0px;
}
#box02 .box02imgbox {
	width: 420px;
	height: 733px;
	float: left;
}
#box02 .box02txtbox {
	width: 480px;
	float: right;
}
#box02 .box02txtbox .ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
#box02 .box02txtbox .price {
    font-size: 28px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B8938A;
    text-align: right;
    font-weight: bold;
}
#box02 .box02txtbox .naiyou {
    background-color: #A89988;
    color: #000000;
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
	margin-bottom: 20px;
}
#box02 .box02txtbox .naiyou p {
    font-weight: bold;
}
#box02 .box02txtbox .naiyou li {
    padding-left: 60px;
}
#box02 .box02txtbox .txt {
	margin-bottom: 10px;
}


.box03 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    background-color: #A89988;
}
.box03 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 40pt;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
    padding-top: 60px;
    padding-right: 0px;
    color: #000000;
}
.box03 h2 .under{
    border-bottom: 3px solid #000000;
}
	
.box03 .img {
    width: 200px;
    float: left;
    margin-left: 40px;
}
.box03 .tiku {
    width: 650px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    margin-bottom: 30px;
}
.box03 .tiku li {
    margin-bottom: 5px;
    width: 260px;
    background-color: #FFFFFF;
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
}
.box03 .tiku li a {
    color: #000000;
    text-decoration: none;
    display: block;
}
.font_s {
    font-size: 14px;
    font-weight: normal;
}

#box04 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
#box04 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 40px;
    font-size: 40pt;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
    padding-top: 60px;
    padding-right: 0px;
}
#box04 .img {
    width: 210px;
	float: left;
}
#box04 .txtbox {
    width: 710px;
    float: right;
    font-size: 16px;
    line-height: 1.6em;
}
#box04 .txtbox .name {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#box04 .txtbox .name .reki {
    font-weight: normal;
    font-size: 14px;
    background-color: #FFFF00;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
}
#box04 .txtbox .txt p  {
    padding-bottom: 10px;
}
#footer {
    text-align: center;
    padding-top: 50px;
}
#footer #footerlink {
    font-size: 14px;
    height: 50px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
#footer #footerlink a {
    color: #FFFFFF;

}
#footer #footerlink li {
    color: #FFFFFF;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
#footer #copy {
    background-color: #282828;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#footer #copy a {
    text-decoration: none;
    color: #FFFFFF;
}


/*===============================*/
/*//会社概要ページ//*/
/*===============================*/
#company {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 330px;
    background-image: url(img/box1_bg.png);
    background-position: center 129px;
    background-repeat: no-repeat;
}
#company h1 {
    background-image: url(img/header.png);
    height: 129px;
    text-indent: -99999px;
    border-bottom: 1px solid #FFFFFF;
    background-position: center top;
    background-repeat: no-repeat;
}
#company h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 60px;
    font-size: 40pt;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
    padding-top: 60px;
    padding-right: 0px;
}
#company #textbox {
    width: 550px;
}
#company #textbox p {
    margin-bottom: 15px;
}
#company #textdata {
    width: 535px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}



	
	

	


	
}

/***********************************************************************
ブラウザの幅が999px以下ならここの記述が有効になる　SP用
**********************************************************************/
@media only screen and (max-width: 999px) {
	
	
/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
font-size: 16px;
color: #FFFFFF;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
line-height: 1.6em;
background-color: #000000;
}

a{ color: #8C2300;}
a:hover{ text-decoration: none;}

img{ vertical-align: top; border: none;}

li{ list-style: none;}

.pc_view {  display: none;}
.sp_view {  display: block;}
	
body {
}
#wrap{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.box960px{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.box780px{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.box760px{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#fv {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#fv .box960px {
	width: 100%;
}
h1 {
    height: 30px;
    font-size: 12px;
    text-align: left;
    line-height: 30px;
    font-weight: normal;
    background-color: #20201E;
    color: #FFFFFF;
    letter-spacing: 5px;
    padding-left: 10px;
}

#box01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
#box01 h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 18pt;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
	padding-bottom: 30px;
    padding-right: 0px;
}
#box01 .box01boxl {
    width: 43%;
    float: left;
    padding-bottom: 5px;
    background-color: #A89988;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    height: 100px;
    text-align: center;
}
#box01 .box01boxr {
    width: 43%;
    float: right;
    padding-bottom: 5px;
    background-color: #A89988;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
}
#box01 .ttl {
    font-size: 22px;
    margin-bottom: 10px;
    color: #4D4130;
    font-weight: bold;
    height: auto;

}
#box01 .txt {
    color: #000000;
    font-size: 14px;
    line-height: 1.4em;

}
#box02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
#box02 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-size: 18pt;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 0px;
    border-bottom: 1px solid #575757;
}
#box02 .box02imgbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#box02 .box02txtbox {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
#box02 .box02txtbox .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#box02 .box02txtbox .price {
    font-size: 28px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B8938A;
    text-align: right;
    font-weight: bold;
}
#box02 .box02txtbox .naiyou {
    background-color: #A89988;
    color: #000000;
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
#box02 .box02txtbox .naiyou p {
    font-weight: bold;
}
#box02 .box02txtbox .naiyou li {
    padding-left: 10px;
}
#box02 .box02txtbox .txt {
	margin-bottom: 10px;
}


.box03 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    background-color: #A89988;
}
.box03 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 18pt;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-right: 0px;
    color: #000000;
}
.box03 h2 .under{
    border-bottom: 3px solid #000000;
}
	
.box03 .img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.box03 .tiku {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}
.box03 .tiku li {
    margin-bottom: 5px;
    width: 41%;
	height: 60px;
    background-color: #FFFFFF;
    float: left;
	font-size: 16px;
    line-height: 1.2em;
    margin-right: 10px;
    padding: 10px;
    font-weight: bold;
}
.font_s {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
}
.box03 .tiku li a {
    color: #000000;
    text-decoration: none;
    display: block;
}
.box03 .entry_btn {
    padding-top: 20px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#box04 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
#box04 h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-size: 18pt;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
    padding-right: 0px;
}
#box04 .img {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}
#box04 .txtbox {
    width: 96%;
    font-size: 16px;
    line-height: 1.6em;
	margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#box04 .txtbox .name {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#box04 .txtbox .name .reki {
    font-weight: normal;
    font-size: 14px;
    background-color: #FFFF00;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
}
#box04 .txtbox .txt p  {
    padding-bottom: 10px;
    font-size: 15px;
}
#footer {
    padding-top: 5px;
}
#footer #footerlink {
    font-size: 14px;
    width: 96%px;
    margin-left: auto;
    margin-right: auto;
}
#footer #footerlink a {
    color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#footer #footerlink li {
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #5F5F5F;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer #copy {
    background-color: #282828;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

#footer #copy a {
    text-decoration: none;
    color: #FFFFFF;
}


/*===============================*/
/*//会社概要ページ//*/
/*===============================*/
#company {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
    background-image: url(img/box1_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 16px;
}
#company h1 {
    display: none;
}
#company h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-size: 22pt;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
    padding-right: 0px;
}
#company #textbox {
    width: 100%;
}
#company #textbox p {
    margin-bottom: 15px;
}
#company #textdata {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

	
	
	
	
	
	
	
}	
