@charset "utf-8";
.wf-loading {
    opacity: 0;
}

* {
	padding:0;
	margin: 0;

}




body {
}

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;}
.img_main_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;}
.img_main{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%;
	height: 100px;
}

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

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


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



.img_logo{
	margin-top: 15px;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 15px;
	width: 300px;
	display: block;
	float: left;
}

.btn-square {
	display: inline-block;
	padding: 0.5em 2.2em;
	text-decoration: none;
	background: #d7952a;/*ボタン色*/
	color: #FFF;
	border-bottom: 4px solid #ba7d1b;
	border-radius: 3px;
		font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.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;
		background-color: #fff;
  top:0;
  width:100%;
  z-index:24;
	background-repeat: no-repeat;
	background-size: auto 1px;
	background-position: bottom;
    }
    
    
    .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:200px;
	vertical-align:auto;
	text-align:center;
	margin:0;
}
 
    .t_headmenu td a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	padding-top:8px;

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

}

/*
メニュー
-------------------------------------------*/
#head_menu{
	background-color: #d7952a;
	width: 100%;
	background-repeat: no-repeat;
	background-size: auto 1px;
	background-position: bottom;
}


ul.topnav {
    width: 1000px;
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;
}
ul.topnav li a {
	display: block;
	padding: 20px 0px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
ul.topnav li a:hover {
	background-color: #d7952a;
	background-repeat: no-repeat;
	background-size: auto 1px;
	background-position: bottom;
}

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


#change { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display:none;
	background-color: #d7952a;
	z-index:100;
	background-repeat: no-repeat;
	background-size: auto 1px;
	background-position: bottom;
}	
	

.img_main{
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1150px;
}

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


.img_main_sp{
	display: block!important;
	margin: 75px auto 0px auto;
	width: 100%;
}	
    
}


.image-container {
	display: flex;
	justify-content: space-around; /* 子要素を均等に配置します */
	align-items: center; /* 子要素を縦方向の中心に揃えます */
	height: 180px; /* ビューポートの高さに合わせます（任意） */
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
}

.image-container img {
    max-width: 90%!important; /* 画像の最大幅を設定します */
    height: auto; /* 画像の縦横比を維持します */
	margin: 0 auto;
	display: block;
}

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

.image-container {
    height: auto; /* ビューポートの高さに合わせます（任意） */
	width: 96%!important;
	margin: 30px auto 0px auto;
}
.image-container img {
    max-width: 96%!important; /* 画像の最大幅を設定します */
}

    
}


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

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

#main3menu a{
}

#main3menu a:hover{
         -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 {
	width: 100%;
	margin: 20px auto;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}



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

#listbox_small {
	height: 500px;
	width: 380px;
	margin: 20px 10px;
	float: left;
	padding: 0 10px;
}

#listbox_small img{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}


#main3menu p {
	line-height: 2.2;
	margin: 0 0 10px 0;
	font-size: 15px;
	text-align: left;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
}

#main3menu p span {
	font-size: 18px;
	font-weight: bold;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
}

#main3menu h1 {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0 10px;
	color: #000;
	font-size: 40px;
font-weight: 700;
	font-style: normal;
	text-align: center;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
}

#main3menu h1 span{
	color: #e0b211;
}


#main3menu h2 {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	font-size: 41px;
	font-family: "semplicitapro", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#main3menu h2 span{
	color: #e0b211;
}


#main3menu h3 {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	color: #d7952a;
	font-size: 17px;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
	line-height: 1.8;
}

#main3menu H4 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-size: auto 2px;
	background-position: bottom;
	display: inline-block;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
}


#main3menu H5 {
	font-size: 13px;
	margin: 0px auto 20px auto;
	display: block;
	text-align: left;
	font-weight: bold;
	color: #d7952a;
	font-family: "semplicitapro", sans-serif;
	font-weight: 500;
	font-style: normal;
}

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


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

#main3menu a:hover{

         -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;
}
    
	#main3menu p{
	line-height: 1.7;
    margin: 0 auto 50px auto!important; 
    font-size: 15px;  color: #000;
		width: 90%;
		display: block;
}
	
    #listbox {
	height: auto;
	width: 96%;
	margin: 18px auto 10px auto!important;
		padding-bottom: 10px;
}
	
	
    
    #listbox img{
 margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
}
	
	#listbox_small {
	height: auto;
	width: 50%;
	float: left;
		margin: 0px 0;

}

#listbox_small img{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}
    
	#main3menu h1 {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0 10px;
			font-size: 35px;
}
	
    #main3menu h2 {
	margin: 15px auto 10px auto!important;
	display: block;
	text-align: center;
        font-size: 24px;
		font-weight: bold;
			line-height: 1.2;
}

#main3menu h3 {
	margin: 0px auto 30px auto!important;
	display: block;
	text-align: center;
    font-size: 15px;
}

#main3menu H4 {
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5%;
	padding-bottom: 0;
}


#main3menu H5 {
	font-size: 11px;
	margin: 0 auto 15px auto;
	font-weight: bold;
	display: block;
	width: 90%!important;
}

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

}


/*
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 #d7952a;
	font-size: 16px;
	color: #d7952a;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-radius: 4px;
	transition: .4s;
}

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

.btn-border02 {
	display: block;
	text-align: center;
	width: 300px;
	max-width: 50%;
	border: 2px solid #d7952a;
	font-size: 16px;
	color: #d7952a!important;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	border-radius: 4px;
	transition: .4s;
}


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

.btn-border03{
	font-size: 16px;
	color: #d7952a;
	margin-top: 40px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
	transition: .4s;
	text-align: right;
	display: block;
	text-decoration: none;
	font-family: "semplicitapro", sans-serif;
	font-weight: 500;
	font-style: normal;
}


.btn-border03:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

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

}

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

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



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

}

/*
aboutus
-------------------------------------------*/
#aboutus{
	width: 100%;
	background-color: #f0eae0;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

	
.aboutus{
	width: 800px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}		
	

#aboutus h3{
	margin: 30px auto;
	padding: 0 10px;
	color: #000;
	font-size: 45px;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
}

#aboutus H4 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-size: auto 2px;
	background-position: bottom;
	display: inline-block;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
}


#aboutus H5 {
	font-size: 13px;
	margin: 0px auto 20px auto;
	display: block;
	text-align: left;
	font-weight: bold;
	color: #d7952a;
	font-family: "semplicitapro", sans-serif;
	font-weight: 500;
	font-style: normal;
}


#aboutus p {
	line-height: 2.2;
	margin: 0 0 10px 0;
	font-size: 15px;
	text-align: left;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
}

#aboutus p span {
	font-size: 18px;
	font-weight: bold;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
}

    

.flex{
  width: 700px;
  margin: 30px auto;
	display: block;
}

.img_aboutus{
	width: 100%;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width: 640px ){
	
#aboutus{
	width: 100%;
	padding: 30px 0 60px 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}	
	
.aboutus{
	width: 96%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}		
	
#aboutus H4 {
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5%;
	padding-bottom: 0;
}


#aboutus H5 {
	font-size: 11px;
	margin: 0 auto 15px auto;
	font-weight: bold;
	display: block;
	width: 90%!important;
}
	
	#aboutus p{
	line-height: 1.7;
    margin: 0 auto 50px auto!important; 
    font-size: 15px;  color: #000;
		width: 90%;
		display: block;
}
	
  .flex{
	  width: 80%!important;
	  display: block;
	  margin: 10px auto 0 auto;
  }

.img_aboutus{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

    

    
}



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

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

#servicebox {
	height: 200px;
	width: 238px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	padding-top: 0;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 25px;
	display: block;
	border: 1px solid #eeeeee;
}

#servicebox img{
	width: 80%;
		display: block;
		margin: 0 auto 5px auto;
}

#servicebox2 {
	height: 450px;
	width: 458px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	padding-top: 0;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 25px;
	display: block;
}

#servicebox2 img{
	width: 100%;
		display: block;
		margin: 0 auto 5px auto;
		border-radius: 20px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#service{
	width: 100%;
	background-image:url(img/service_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	padding: 60px 0;
	background-size:cover;
}
    
       #service h3{
    font-size: 18px;
         margin-top: 0%!important;
}
	
		    #servicebox {
	height: auto;
	width: 49%;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0!important;
    background-color: #fff;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
    
    #servicebox img{
	width: 80%;
		display: block;
		margin: 10px auto 5px auto;
}
	
		    #servicebox2 {
	height: auto;
	width: 90%;
	display: block;
		float: none;			
	text-align: left;
	margin: 10px auto 10px auto!important;
    background-color: #fff;
	padding: 10px;
}
    
    #servicebox2 img{
	width: 90%;
		display: block;
		margin: 10px auto 10px auto;
}
		

}



/*
recruit
-------------------------------------------*/
#recruit{
	width: 100%;
	background-image:url(img/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	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: 300px;
	padding: 100px 0;
	background-size:cover;
}
    
       #recruit h3{
    font-size: 18px;
         margin-top: 0%!important;
}

}



/*
contact
-------------------------------------------*/
#contact{
	width: 100%;
	background-image:url(img/contact_bg.jpg);
	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.jpg);
	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%;
}

.img80{
	display: block;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 840px;
}

.img70{
	display: block;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 760px;
}


.img50{
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 30px;
	width: 48%;
	float: left;
}

.img30{
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 30px;
	width: 31%;
	float: left;
}

.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: 760px;
	display: block;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#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 {
	line-height: 2.2;
	margin: 0 0 10px 0;
	font-size: 15px;
	text-align: left;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
}

#contents p span {
	font-size: 18px;
	font-weight: bold;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
}

#contents h1 {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	padding: 0 10px;
	color: #000;
	font-size: 45px;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
}

#contents h1 span{
	color: #e0b211;
}



#contents h2 {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 30px !important;
	display: block;
	text-align: center;
	line-height: 1.4; 
	color: #000;
		font-family: "fot-tsukubrdgothic-std", sans-serif;
}

#contents h2 span{
	margin-top: 60px;
	margin-bottom: 10px;
}



#contents H3{
	color: #000;
	font-size: 22px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
			background-image: linear-gradient(109.6deg, rgba(8, 9, 9, 1) 11.2%, rgba(255, 255, 255, 1) 91.1%);
	background-repeat: no-repeat;
	background-size: auto 1px;
	background-position: bottom;
}

#contents h3 span{
	margin: 0px auto 0 auto!important;
	display: block;
	text-align: center;
	background-color: #e0b211;
	  padding: 5px;
}	



#contents h4 {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	display: block;
	text-align: center;
	color: #000;
	font-size: 17px;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
	line-height: 1.8;
}

#contents h4 span{
	padding: 5px;
	color:#d7952a;
}

#contents H5{
	font-size: 20px;
	margin: 25px 0 10px 0;
	font-weight: bold;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
}

#contents H5 span{
	color: #222222;
	font-size: 15px;
	margin: 0px 0 0 0!important;
}

#contents a{
    color: #d7952a;
    font-size: 16px;
    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%;
}
	
	    .img80{
	display: block;
	margin: 90px auto -20px auto;
	width: 90%!important;
}
    
    .img70{
	display: block;
	margin: 110px auto -20px auto;
	width: 90%!important;
}
	
	.img50{
	margin-right: 2%;
}
    
.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: 100%;
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

    
    
#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: 86%!important;
	line-height: 1.9;
}
    

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


#contents H3{
	color: #000;
	font-size: 20px!important;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 5px;
	width: 86%!important;
	display: block;
	font-weight: bold;
}
    

	
#contents H4{
	font-size: 13px;
	margin: 0px 0 60px 0;
    text-align: center;
}

#contents H5{
	font-size: 18px;
	margin: 10px auto 5px auto;
	;
	text-align: left;
	width: 86%!important;
	display: block;
}
    
    #contents H5 span{
    margin: 10px 0 0 0!important;

}

#contents a{
    color: #d7952a;
    font-size: 18px;
    text-decoration: none;
		font-family: "fot-tsukubrdgothic-std", sans-serif;
}

#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: #d7952a;
    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: 760px;
	margin: 15px auto;
	border:none;
	display:block;
}

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

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

.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 {
		font-family: "fot-tsukubrdgothic-std", sans-serif;
font-style: normal;
	width: 760px;
	margin: 5px auto 15px auto;
	border: none;
	display: block;
	font-size: 15px;
	line-height: 1.8;
}

.t_company td {
	padding: 15px 15px;
	background-color: ##fff;
	color: #2F2F2F;
	width: 520px;
	border: 1px solid #eee;
}

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

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

.t_company td {
	padding: 15px;
	width: 70%;
}

.t_company th {
	padding: 10px;
	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-top: 50px;
	margin-right: 30px;
	margin-left: 0;
	margin-bottom: 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: #d7952a;
}

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

#footmenu {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #d7952a;
	padding-bottom: 40px;
	padding-top: 120px;
}

ul.footnav {
	width: 800px;
	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: 320px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: 15%;
	margin-bottom: 0;
}

#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;
			font-family: "fot-tsukubrdgothic-std", sans-serif;
font-style: normal;
}

#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;
}
    
.img_logo_f{
	width: 260px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
}	

}

#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
-------------------------------------------*/
