@charset "utf-8";


* {
	padding:0;
	margin: 0;
font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}



body {
	background-color: #ffffff;
}

a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
        -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}


div#main a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
        -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}


/* パソコンでは非表示にしておく */
.snav{display:none!important;}
.snav_change{display:none!important;}
.btn-square_sp{display:none!important;}
#headmenu_sp{display:none!important;}

/*スマホでは非表示 */
@media screen and (max-width: 640px){
#head_menu{display:none!important;}
#ch{display:none!important;}
#change{display:none!important;}
#headmenu{display:none!important;}
#main3menu p{display:none!important;}
}


@media screen and (min-width: 640px){	
  .br-sp { display:none!important; }
}
@media screen and (max-width: 640px){	
  .br-sp { display:block!important; }
}

/*
グローバルナビ
-------------------------------------------*/

#headmenu {
    width: 100%;

}

#headmenu .menu{
	width: 1100px;
    margin: 0 auto;
}

.t_headmenu{
    width: 460px;
    margin: 0 auto;
    float: right;
     margin: 15px auto 0 auto;
}


.t_headmenu td{
	height:72px;
	line-height: 2;
	vertical-align:auto;
	text-align:center;
	margin:0;
}



.img_logo{
	margin:20px 0 7px auto;
	width: 400px;
	display:block;
	float:left;
}

.btn-square {
  display: inline-block;
  padding: 0.7em 1.6em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
    #headmenu_sp{
        display: block!important;
        margin: 0px;
        padding: 5px 0;
          position:fixed;
  top:0;
  width:100%;
  z-index:24;
         background-color:rgba(255,255,255,0.8);
    }
    
    
    .t_headmenu{
	width: 100%;
	margin: 0 auto;
	float: right;
        display: block!important;
}
    
   .sp_logo{
        margin-left: 10px;
}
    
    .t_headmenu td{
	height:40px;
	table-layout:fixed;
	line-height: 2;
	width:100px;
	vertical-align:auto;
	text-align:center;
	margin:0;
}
 
    .t_headmenu td a{
	display:block;
	width:100%;
	height:100%;
	color:#f;
	text-decoration:none;
	padding-top:8px;

}
    
    .btn-square {
  display: inline-block!important;
  padding: 0.7em 0.5em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
    
    .btn-square_tel {
  display: inline-block!important;
  padding: 0.7em 1.6em;
  text-decoration: none;
  background: #d84682;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #c6286b;
  border-radius: 3px;
}
.btn-square_tel:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
}

/*
メニュー
-------------------------------------------*/
#head_menu{
   	background-color: #f4f4f4;
    width: 100%;
}


ul.topnav {
    width: 1100px;
display: table;
  table-layout: fixed;
  text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;

}
ul.topnav li {
 display: table-cell;
  vertical-align: middle;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
ul.topnav li a {
	display: block;
	padding: 26px 0px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
ul.topnav li a:hover {
    background-color: #dfdfe2;
    -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}

ul.topnav li .active {
	background-color: #668ad8!important;
    color: #ffffff!important;
}


#change { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display:none;
	background-color: #f4f4f4;
	z-index:100;
}	
	

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{

    
}

/*
メイン
-------------------------------------------*/

#mainimg{
	width: 100%;
	background-image: url(img/main02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	padding: 50px 0;
}


#mainimg h1{
    position: relative;
    left: 18%;
    font-size: 36px;
    color: #ffffff;
    top: 35%;
    float: left;
}

#mainimg_yoko{
	width: 100%;
	background-image:url(img/main_yoko.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	padding: 50px 0;
}


#mainimg_yoko h1{
    position: relative;
    left: 18%;
    font-size: 36px;
    color: #ffffff;
    top: 35%;
    float: left;
}

#mainimg_items{
	width: 100%;
	background-image:url(img/main_items.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	padding: 50px 0;
}


#mainimg_items h1{
    position: relative;
    left: 18%;
    font-size: 36px;
    color: #ffffff;
    top: 35%;
    float: left;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#mainimg{
	width: 100%;
	background-image:url(img/main02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 350px;
	padding: 0px 0!important;
    background-size:cover;
    margin-top: 90px;
}


#mainimg h1{
    position: relative;
    left: 5%;
    font-size: 18px;
    color: #FFFFFF;
    top: 35%;
    float: left;
    font-weight: bold;
}
    
    #mainimg_yoko{
	width: 100%;
	background-image:url(img/main_yoko.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 350px;
	padding: 0px 0!important;
    background-size:cover;
    margin-top: 90px;
   margin-bottom: -50px!important;
}


#mainimg_yoko h1{
    position: relative;
    left: 5%;
    font-size: 18px;
    color: #FFFFFF;
    top: 35%;
    float: left;
    font-weight: bold;
}
    
    #mainimg_items{
	width: 100%;
	background-image:url(img/main_items.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 350px;
	padding: 0px 0!important;
    background-size:cover;
    margin-top: 90px;
   margin-bottom: -50px!important;
}
    
    
#mainimg_items h1{
    position: relative;
    left: 5%;
    font-size: 18px;
    color: #FFFFFF;
    top: 35%;
    float: left;
    font-weight: bold;
}
	
}


/*
main3menu
-------------------------------------------*/

#main3menu{
    width: 1100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
}

#main3menu a{
    text-decoration: none;
    color: #222222;
}

#main3menu a:hover{
    text-decoration:underline;
    color: #444444;
         -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}


#listbox {
    height: 460px;
    width: 494px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-right: 18px;
    margin-left: 18px;
    margin-bottom: 25px;
    padding: 0 10px;
}



#listbox img{
    margin-top: 15px;
	margin-bottom: 15px;
	width: 480px;
}



#main3menu p {
    line-height: 1.7;
    margin: 0 0 10px 0; 
    font-size: 17px;
    color: #222222;
    text-align: left;
}

#main3menu p span {
	color: #F60;
	font-size: 18px;
}


#main3menu h2 {
	margin: 5px auto !important;
	display: block;
	text-align: center;
       color: #155a3e;
        font-size: 38px;
}

#main3menu h3 {
	margin: 50px auto 0 auto!important;
	display: block;
	text-align: center;
    color: #444444;
}

#main3menu H4 {
    font-size: 24px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: left;
}


#main3menu H5 {
	font-size: 17px;
	margin: 10px auto;
	display: block;
	text-align: center;
}

#main3menu H5 span{
	font-size: 16px;
	margin: 5px 0;
	color: #FFF;
	font-weight:lighter;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#main3menu{
	width:100%;
	display:block;
	margin:0px auto;
    padding: 15px 0;
	}
    
    #main3menu a{
    text-decoration: none;
    color: #222222;
}

#main3menu a:hover{
    text-decoration:underline;
    color: #444444;
         -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}
    
    #listbox {
	height: auto;
	width: 50%;
	float: left;
	text-align: center;
	margin: 18px 0px 0 0!important;
    background-color: #fff;

}
    
    #listbox img{
 margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
}
    
    #main3menu h2 {
	margin: 5px auto !important;
	display: block;
	text-align: center;
       color: #155a3e;
        font-size: 19px;
}

#main3menu h3 {
	margin: 10px auto 0 auto!important;
	display: block;
	text-align: center;
    color: #444444;
    font-size: 14px;
}

#main3menu H4 {
    font-size: 20px;
    margin-top: -5px!important;
    margin-right: 0;
    margin-bottom: 0px;
    text-align: center;
}


#main3menu H5 {
	font-size: 17px;
	margin: 5px auto;
	font-weight:normal;
    display: block;
    text-align: center;
    width: 80%;
}

#main3menu H5 span{
	font-size: 16px;
	margin: 5px 0;
	color: #FFF;
	font-weight:lighter;
}

#main3menu p {
    line-height: 1.5;
    margin: 0 0 10px 0; 
    font-size: 15px;
    color: #222222;
    text-align: left;
}    
    
}


/*
news
-------------------------------------------*/
#news_bg{
    background-color: #f4f4f4;
    width: 100%;
    margin-bottom: 40px;
}

#news{
    width: 1000px;
    display: block;
    margin: 0 auto;
}

.img_news{
    margin-top: 20px;
    margin-right: auto;
    margin-left: 0;
    display: block;
    width: 200px;
    float: left;
}

.news{
	width: 800px;
	display: block;
	margin: 0 0 0 auto;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}

.msr_newslist01 {
  border-top: 1px solid #AAAAAA;
  width: 100%;
}
.msr_newslist01 li {
  border-bottom: 1px solid #AAAAAA;
  font-size: 14px;
     list-style: none;
}
.msr_newslist01 li a {
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist01 li a:hover {
  background: #EEEEEE;
  text-decoration: none;
}
.msr_newslist01 li div {
  display: table-cell;
  width: 144px;
}
.msr_newslist01 li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

/* 時間の設定 */
.msr_newslist01 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat01,
.msr_newslist01 li .cat02, 
.msr_newslist01 li .cat03{
  background-color: #1B73BA;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist01 li .cat02 {
  background-color: #0E3A5F;
}

.msr_newslist01 li .cat03 {
  background-color: #DD0000;
}

#news_bg h3 {
	display: none!important;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
    #news_bg{
    background-color: #f4f4f4;
    width: 100%;
}

#news{
    width: 100%;
}
    
#news_bg h3 {
	margin: 20px 0 0 10px!important;
	display: block!important;
    color: #222222;
    font-size: 19px;
    padding-top: 15px;
}
    
.img_news{
    display: none!important;
}


.news{
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
    padding: 10px 0 30px 0;
}
    
/* カテゴリの設定 */
.msr_newslist01 li .cat01,
.msr_newslist01 li .cat02 {
  font-size: 11px;
}


}






/*
バナー
-------------------------------------------*/
#bannar{
    width: 100%;
    padding: 80px 0;
}


ul.bannar {
    width: 900px;
display: table;
  table-layout: fixed;
  text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;

}
ul.bannar li {
 display: table-cell;
  vertical-align: middle;
}

ul.bannar img{
    margin: 0 20px;
    display: block;
    width: 100%;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
    
    #bannar{
    width: 100%;
    padding: 40px 0;
}
    
    ul.bannar {
    width: 100%;
  table-layout: fixed;
  text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;

}
ul.bannar li {
    display: block;
    width: 40%;
    float: left;
    margin: 10px;
}

ul.bannar img{
display: block;
    width: 100%;
}
    
}

/*
フッター共通ボタン
-------------------------------------------*/
.btn-border {
  display: block;
    text-align: center;
    width: 300px;
  max-width: 50%;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 20px;
    margin: 10px auto;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #ffffff;
  border-color: #155a3e;
  color: #155a3e;
}

.btn-border02 {
  display: block;
    text-align: center;
    width: 70%;
  max-width: 50%;
  border: 2px solid #155a3e;
  font-size: 16px;
  color: #155a3e!important;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 20px;
    margin: 10px auto;
  border-radius: 4px;
  transition: .4s;
}


.btn-border02:hover {
  background-color: #155a3e;
  border-color: #155a3e;
  color: #fff!important;
  text-decoration: none!important;
}

.btn-border03 {
  display: block;
    text-align: center;
      border: 2px solid #f87c26;
    width: 90%;
  max-width: 50%;
   background: #f87c26;/*ボタン色*/
  font-size: 16px;
  color: #ffffff!important;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px;
    margin: 10px auto;
  border-radius: 4px;
  transition: .4s;
}


.btn-border03:hover {
  background-color: #ffffff;
  border: 2px solid #f87c26;
  color: #f87c26!important;
  text-decoration: none!important;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
.btn-border02 {
    width: 90%!important;
}
    
.btn-border03 {
    width: 90%!important;
    max-width: 90%!important;
}

}

/*
reform
-------------------------------------------*/
#reform{
	width: 100%;
	background-image: url(img/reform_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
	background-size: 100vw;
}

#reform h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#reform{
	width: 100%;
	background-image:url(img/reform_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
       #reform h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}



/*
estate
-------------------------------------------*/
#estate{
	width: 100%;
	background-image: url(img/estate_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
	background-size: 100vw;
}

#estate h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#estate{
	width: 100%;
	background-image:url(img/estate_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
       #estate h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}



/*
ec
-------------------------------------------*/
#ec{
	width: 100%;
	background-image: url(img/ec_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
	background-size: 100vw;
}

#ec h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#ec{
	width: 100%;
	background-image:url(img/ec_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
       #ec h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}


/*
sekou
-------------------------------------------*/
#sekou{
	width: 100%;
	background-image:url(img/sekou_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#sekou h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#sekou{
	width: 100%;
	background-image:url(img/sekou_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
       #sekou h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}

/*
recruit
-------------------------------------------*/
#recruit{
	width: 100%;
	background-image:url(img/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#recruit h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#recruit{
	width: 100%;
	background-image:url(img/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
       #recruit h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}

/*
eco
-------------------------------------------*/
#eco{
	width: 100%;
	background-image:url(img/eco_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#eco h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#eco{
	width: 100%;
	background-image:url(img/eco_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
       #eco h3{
    font-size: 18px;
   margin-top: 0%!important;
}

}

/*
kanarino
-------------------------------------------*/
#kanarino{
	width: 100%;
	background-image:url(img/kanarino_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#kanarino h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#kanarino{
	width: 100%;
	background-image:url(img/kanarino_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
       #kanarino h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}


/*
contact
-------------------------------------------*/
#contact{
	width: 100%;
	background-image:url(img/contact_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding: 50px 0;
    background-size: 100vw;
}

#contact h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}



/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#contact{
	width: 100%;
	background-image:url(img/contact_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding: 50px 0;
	background-size:cover;
}
    
    #contact h3{
    font-size: 18px;
    margin-top: 0%!important;
}

}

/*
contents
-------------------------------------------*/

.img100{
	display: block;
	margin: 0px auto 30px auto;
	width: 100%;
}

.img100outlet{
	display: block;
	margin: 0px auto 30px auto;
	width: 100%;
}

.img70outlet{
	display: block;
	margin: 0px auto 30px auto;
	width: 50%;
}

.img110{
	display: block;
	margin: 0px auto 30px auto;
	width: 96%;
}

.img_estate{
	display: block;
	margin: 15px;
	width: 470px;
    float: left;
}

.img_sale{
	display: block;
	margin: 0px auto 0px auto;
	width: 45%;
}

#contents{
    width: 1000px;
    display: block;
    margin: 70px auto;
}

#contents .img600{
	display: block;
	margin: 20px auto ;
	width: 600px;
}

#contents .img700{
	display: block;
	margin: 60px auto 20px auto;
	width: 700px;
}


#contents .img350{
	display: block;
	margin: 20px auto ;
	width: 350px;
}

#contents .img300{
	display: block;
	margin: 15px;
	width: 300px;
    float: left;
}

#contents p{
	display: block;
	margin: 5px auto 35px auto;
	width: 1000px;
	line-height: 1.6;
}

#contents p span{
    display: none!important;
}

#contents h2 {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	font-size: 40px !important;
	display: block;
	text-align: center;
	line-height: 1.4;
}


#contents H3{
	color: #111111;
	font-size: 30px;
	margin-top: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 3px;
}

#contents H3 span{
    color: #155a3e;
}



#contents h4 {
    margin-top: 25px;
    font-size: 48px;
    text-align: center;
}

#contents h4 span{
    background:linear-gradient(transparent 70%, #FFFF00 0%);
}

#contents H5{
    color: #222222;
    font-size: 26px;
    margin: 25px 0 0 0;
    font-weight: 100;
}

#contents H5 span{
	color: #222222;
	font-size: 22px;
	margin: -20px 0 0 0!important;
	background: linear-gradient(transparent 70%, #FFFF00 0%);
}

#contents a{
    color: #668ad8;
    font-size: 18px;
    text-decoration: none;
}

#contents a:hover{
	text-decoration:underline;
}

    
#contents ul{
        width: 94%;
        display: block;
        margin: 0 auto;        
    }

#contents li{
    margin-left: 15px;
    }


#pankuzu{
	width: 100%;
	color: #111111;
	padding:10px 20px;
	margin-bottom:50px;
	margin-top:80px;
	background-color:#eeeeed;
}

#pankuzu p{
	width: 1000px;
	line-height: 1.4;
	margin: 0 auto;
	display: block;
}

	
#pankuzu p a:link { 
	color: #111111;
	text-decoration: none;
}

#pankuzu p a:visited { 
	color: #111111;
	text-decoration: none;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
    
.img100{
	display: block;
	margin: 90px auto -60px auto;
	width: 100%;
}
    
    .img100outlet{
	display: block;
	margin: 90px auto 20px auto;
width: 100%;
}
    
    .img70outlet{
	display: block;
	margin: 30px auto 10px auto;
	width: 100%!important;
}
    
.img110{
	display: block;
	margin: 20px auto 10px auto;
	width: 96%;
}
    
.img_sale{
	width: 100%;
}
    
.img_estate{
	display: block;
	margin: 20px auto 10px auto;
	width: 100%;
}

    
	#contents{
    width: 96%;
    display: block;
    margin: 90px auto;
}

    
    
#contents .img600{
	display: block;
	margin: 20px auto ;
	width: 100%;
}
    
    
#contents .img700{
	display: block;
	margin: 60px auto 0px auto;
	width: 100%;
}
    
        
#contents .img350{
	display: block;
	margin: 20px auto ;
	width: 80%;
}
    
    
#contents .img300{
	margin: 10px ;
	width: 44%;
    float: left;
}


#contents p{
	display: block;
	margin: 5px auto 35px auto;
	width: 94%;
	line-height: 1.6;
}
    
    #contents p span{
    display: block!important;
}


#contents h2 {
	margin: 30px auto 10px auto !important;
	font-size:28px !important;
    line-height: 1.4;
	display: block;
	text-align: center;
}


#contents H3{
    color: #111111;
    font-size: 22px!important;
    margin: 30px 10px 10px 10px;
    font-weight: 100;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 5px;
}
    
#contents H4{
	color: #222222;
	font-size: 24px;
	margin: 0px 0 25px 0;
	font-weight: 100;
    text-align: center;
    line-height: 1.5;
}

#contents H5{
	color: #222222;
	font-size: 24px;
	margin: 10px auto 0 auto;;
	font-weight: 100;
    text-align: left;
    width: 94%;
  
}
    
    #contents H5 span{
    color: #222222;
    font-size: 18px!important;
    margin: -20px 0 0 0!important;
    font-weight: 100;
     background:linear-gradient(transparent 60%, #FFFF00 0%);

}

#contents a{
    color: #668ad8;
    font-size: 20px;
    text-decoration: none;
}

#contents a:hover{
	text-decoration:underline;
}
    
#contents ul{
        width: 94%;
        display: block;
        margin: 0 auto;        
    }
    
#contents li{
    margin-left: 15px;
    }


#pankuzu{
	width: 100%;
	color: #111111;
	padding:10px 0px;
	margin-bottom:50px;
	margin-top:80px;
	background-color:#eeeeed;
}

#pankuzu p{
	font-size: 14px!important;
	width: 90%!important;
	line-height: 1.4;
	margin: 0 0 0 20px!important;
	padding: 10 0!important;
}

}


/*
商品一覧関連
-------------------------------------------*/


*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
width: 50%;
	}
}

.col_3 H4 {
	color: #333333!important;
	font-size: 20px!important;
	margin: 0 0 0px 0px!important;
	font-weight:lighter!important;
}


.col_3 H5 {
	color: #333333!important;
	font-size: 17px!important;
	margin: 0 0 0 3px!important;
	font-weight:lighter!important;
    text-align: center!important;
}

@media screen and (max-width: 480px) {
    
    #contents .col_3 a{
    color: #668ad8;
    font-size: 16px;
}
    
    .col_3 H4 {
	font-size: 18px!important;
    }
    
    .col_3 H5 {
    text-align: center!important;
    	font-size: 16px!important;
            line-height: 1.2!important;
}
}

.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 33.33333%;
	padding: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
width: 50%;
	}
}

.col_4 H4 {
	color: #333333!important;
	font-size: 20px!important;
	margin: 0 0 0px 0px!important;
	font-weight:lighter!important;
}


.col_4 H5 {
	color: #333333!important;
	font-size: 17px!important;
	margin: 0 0 0 3px!important;
	font-weight:lighter!important;
    text-align: center!important;
}

@media screen and (max-width: 480px) {
    .col_4 H5 {
    text-align: center!important;
}
}


/*
お問い合わせ関連
-------------------------------------------*/

.t_contact {
	width: 1000px;
	margin: 15px auto;
	border:none;
	display:block;
}

.t_contact td {
	padding: 30px;
	background-color:#ffffff;
	color:#111111;
	width: 700px;
	border: solid 1px #eeeeee;
}

.t_contact th {
	padding: 30px;
	background-color: #eeeeee;
	color:#111111;
	width: 300px;
}

.t_contact p{
	margin:0;
	padding:0;
	line-height:1.2;
}

input[type=text]{
height:30px;
width:100%;
padding:3px 5px;
font-size:18px;
}


textarea{
height:180px;
width:100%;
padding:3px 5px;
font-size:18px;
}

input[type="submit"] {
	width:70%;
	height:60px;
	display:block;
	margin:0 auto;
	font-size:20px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	.t_contact {
	width: 100%;
	margin: 15px auto;
	border:none;
	display:block;
}

.t_contact td {
	padding: 20px;
	background-color:#ffffff;
	color:#111111;
	width: 70%;
	border: solid 1px #eeeeee;
}

.t_contact th {
	padding: 20px;
	background-color: #eeeeee;
	color:#111111;
	width: 30%;
}

.t_contact p{
	margin:0;
	padding:0;
	line-height:1.2;
}

input[type=text]{
height:30px;
width:100%;
padding:3px 5px;
font-size:18px;
}


textarea{
height:180px;
width:100%;
padding:3px 5px;
font-size:18px;
}

input[type="submit"] {
	width:70%!important;
	height:60px!important;
	display:block;
	margin:0 auto;
	font-size:20px;
    padding: 5px 20px!important;
}
    
button{
    	font-size:20px;
}
}


/*
テーブル
-------------------------------------------*/
.t_company {
	width: 1000px;
	margin: 5px auto 15px auto;
	border:none;
	display:block;
}

.t_company td {
	padding: 5px 15px;
	background-color:#ffffff;
	color:#111111;
	width: 700px;
	border: solid 1px #eeeeee;
}

.t_company th {
	padding: 5px;
	background-color: #eeeeee;
	color:#111111;
	width: 300px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	.t_company{
	width: 100%;
	margin: 15px auto;
	border:none;
	display:block;
}

.t_company td {
	padding: 10px;
	background-color:#ffffff;
	color:#111111;
	width: 70%;
	border: solid 1px #eeeeee;
}

.t_company th {
	padding: 10px;
	background-color: #eeeeee;
	color:#111111;
	width: 30%;
}

}



/*
テーブル 取扱商品
-------------------------------------------*/
.t_items {
	width: 100%!important;
	margin: 5px auto 15px auto;
	border:none;
 table-layout:auto!important;
}

.t_items td {
	padding: 5px 15px;
	background-color:#ffffff;
	color:#111111;
	border: solid 1px #eeeeee;
    text-align: center;
}

.t_items th {
	padding: 5px;
	background-color: #eeeeee;
	color:#111111;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	.t_items{
	width: 100%;
	margin: 15px auto;
	border:none;
   
}

.t_items td {
	padding: 3px;
	background-color:#ffffff;
	color:#111111;
	border: solid 1px #eeeeee;
    text-align: center;
}

.t_items th {
	padding: 3px;
	background-color: #eeeeee;
	color:#111111;
  
}

}


/*
thanks
-------------------------------------------*/
.thanks{
	margin: 20px auto;
	display: block;
	background-color: #222222;
	padding: 50px 20px;
	width: 1100px;
	text-align: center;
}

.thanks p{
	font-size:22px !important;
}

.thanks p span{
	font-size:22px !important;
}




/*
foot 
-------------------------------------------*/
#foot {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}


.foot_text{
	color:#fff;
	display:block;
	margin:20px auto;
	text-align:center;
}


.pagetop {
  text-align: right;
  margin: 0 30px 0 0;
  border-radius: 3px;	/*角丸のサイズ*/
}
 
.pagetop a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 6px 2em 4px;
  border-radius: 4px 4px 0 0;
  background: #2E2E2E;
}

/*
フッター
-------------------------------------------*/

#footmenu {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-image: url("img/footmenu_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 90px;
}

ul.footnav {
    width: 1100px;
display: table;
  table-layout: fixed;
  text-align: center;
	margin: 0 auto 40px auto;
	padding: 0;
	list-style-type: none;

}
ul.footnav li {
 display: table-cell;
  vertical-align: middle;
}
ul.footnav li a {
	display: block;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
ul.footnav li a:hover {
    text-decoration: underline;
    -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}

.img_logo_f{
    width: 200px;
    display: block;
	margin: 50px auto 0 auto;
}

#sp_foot_menu{display: none!important;}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
    
    
#footmenu {
    padding-top: 20px;
    padding-bottom: 20px;
     background-position:right;
}
    
    ul.footnav{
        display: none!important;
    }

#sp_foot_menu {
    display:block!important;
	margin: 0px auto 0 auto;
	width: 100%;
	text-align: left;
}
    
#sp_foot_menu a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    padding-left: 10;
}

#sp_foot_menu a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #ffffff;
border-right: solid 2px #ffffff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


#sp_foot_menu dl{
	margin: 0;
	padding: 0;
}

#sp_foot_menu dt {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0px 0;

}

#sp_foot_menu #index_img {
	float:left;
	padding:0 0px 0 0;
	margin:0 10px 0 0;

}


#sp_foot_menu dt a:link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

#sp_foot_menu dt a:hover {
    color: #ffffff;
    text-decoration: none;
}

#sp_foot_menu dt a:visited {
    color: #ffffff;
    text-decoration: none;
}
    

}

#anchor{
    display: block;
  padding-top:70px;
  margin-top:-70px;
}

/*
google map
-------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 30px;
    margin-bottom: 50px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*
navi
-------------------------------------------*/
