@charset "utf-8";


* {
	padding:0;
	margin: 0;
font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
box-sizing: border-box;    
}


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;}
#listbox2{display:none!important;}

/*スマホでは非表示 */
@media screen and (max-width: 480px){
#head_menu{display:none!important;}
#ch{display:none!important;}
#change{display:none!important;}
#headmenu{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; }
}

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

header {
   padding: 30px 4% 10px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: transparent;
   display: flex;
   align-items: center;
    margin-bottom: 150px;
    background-color: #fff;
}
header h1 {
   margin: 0; padding: 0;
   font-size: 20px;
}
header a {
	text-decoration: none;
	color: #4B4B4B;
}

header nav {
   margin: 0 0 0 auto;
}
header ul {
   list-style: none;
   margin: 0;
   display: flex;
}
header li {
   margin: 0 0 0 35px;
   font-size: 16px; 
    font-stretch: 300%;
    -webkit-text-size-adjust: none;
}

header li a:hover  {
	border-bottom: solid 1px #1197d4;
	color: #1197d4;
	padding-bottom: 8px;
}
.main-visual {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('main_visual.jpg') top center / cover no-repeat;
}
header h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   color: #1197d4;
}

.sp-nav {
   display: none;
}

@media screen and (max-width: 640px) {
    header {
   padding: 0px 4% 0px!important;
    }
    header a {	
   text-decoration: none;
   color: #fff;
}
   .pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .9);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #1197d4;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #1197d4;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 2px;
      background-color: #1197d4;
   }
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;

   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
   .main-visual {
      padding: 0 4%;
   }
   header h2 {
      line-height: 1.6;
      text-align: center;
   }
}



.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 )
{

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

    
    .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 )
{

    
}

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


.main_img{
	width: 100%;
	display: block;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

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

    .main_img{
	width: 86%!important;
    margin-top: 70px!important;
}
}


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

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

#main3menu a{
	text-decoration: none;
	font-stretch: 500%!important;
}

#main3menu img a:hover{
    text-decoration:none;
         -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: 300px;
	width: 310px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 10px;
	padding: 0 10px;
}



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

#listbox2 {
	height: 300px;
	width: 310px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 10px;
	padding: 0 10px;
	display: none!important;
}



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

#main3menu p {
	line-height: 1.7;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	width: 700px;
	display: block;
	padding: 0;
}

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


#main3menu h2 {
	margin: 5px auto !important;
	display: block;
	text-align: center;
	color: #3c3c3c;
	font-size: 30px;
	font-weight: bold;
	font-stretch: 500%!important;
}


#main3menu H4 {
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: center;
	color: #3c3c3c;
	font-stretch: 300%;
	font-weight: 800;
}

#main3menu H4 span{
	font-size: 12px;
	margin: 0px auto;
	display: block;
	text-align: center;
	font-weight: lighter;
		color: #17a7fe;
	font-style: normal;
}

#main3menu H4 a:hover {
    border-bottom: solid 1px #1197d4;
    padding-bottom: 8px;
}


#main3menu H5 {
	font-size: 16px;
	margin: 10px auto 25px auto;
	display: block;
	text-align: center;
	font-weight: lighter;
		color: #17a7fe;
	font-style: normal;
}

#main3menu H5 span{
	font-size: 16px;
	margin: 5px 0;
	color: #3c3c3c;
	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: #fff;
}

#main3menu a:hover{
    text-decoration:underline;
    color: #17a7fe;
         -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%;
		display: block!important;
}
	
#listbox2 {
	height: auto;
	width: 50%;
	float: left;
	text-align: center;
	margin: 18px 0px 0 0!important;
    background-color: #fff;
	display: block!important;
}
    
    #listbox2 img{
 margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
}
    
    #main3menu h2 {
	margin: 15px auto !important;
	display: block;
	text-align: center;
	color: #3c3c3c;
        font-size: 20px;
}

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

	#main3menu H4 span{
	font-size: 10px;
	margin: 0px auto;
	display: block;
	text-align: center;
	font-weight: lighter;
		color: #17a7fe;
	font-style: normal;
}


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

#main3menu H5 span{
	font-size: 16px;
	margin: 5px 0;
	color: #3c3c3c;
}

#main3menu p {
    line-height: 1.5;
    margin: 0 auto 10px auto; 
    font-size: 15px;
    display: block;
    color: #222222;
    text-align: left!important;
    width: 86%!important;
}    
    
}



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

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

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


.btn-border02:hover {
  background-color: #1197d4;
  border-color: #1197d4;
  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-border {
	max-width: 80%!important;
		margin: 0px auto!important;
	
}
.btn-border02 {
    width: 90%!important;
}
    
.btn-border03 {
    width: 90%!important;
    max-width: 90%!important;
}

}

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

#aboutus h3{
	line-height: 1.4;
	color: #3c3c3c;
	font-size: 30px;
	font-weight: bold;
	font-stretch: 500%!important;
	text-align: center;
	margin-top: 50px;
}


#aboutus p{
    width: 700px; 
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
}
    

.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 p{
    width: 100%!important; 
  padding: 20px 0 20px 0;
}	
	
  .flex{
	  width: 80%!important;
	  display: block;
	  margin: 10px auto 0 auto;
  }

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

    

    
}



/*
top
-------------------------------------------*/
#top{
	width: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	background-size: 100vw;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

#top h3{
    line-height: 1.4;
	color: #1197d4;
	font-size: 30px;
	font-weight: 200;
	font-stretch: 500%!important;
    text-align: center;
    margin-top: 10%;
}


#top img{
  max-width: 70%;
  display: block;
  margin: 30px auto;
}
    

/* スマホだけに適用するCSS */
@media screen and ( max-width: 640px ){
    #top img{
  max-width: 90%;
  display: block;
  margin: 0 auto!important;
}
    #top p{
    width: 100%!important; 
    margin: 0!important;
  padding: 20px 0 50px 0;
}
    

    
}



/*
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%;
}

.img60{
	display: block;
	margin: 0px auto 30px auto;
	width: 60%;
}

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

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

.triangle2{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #1197d4;
	display: block;
	margin: 10px auto;
}

#contents{
	width: 1100px;
    display: block;
    margin: 30px auto;
    padding: 50px 0;
}

#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: 1.7;
	margin: 0 auto 70px auto;
	font-size: 14px;
	color: #333333;
	text-align: center;
	width: 900px;
	display: block;
}


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

#contents h2 {
	margin: 5px auto !important;
	display: block;
	text-align: center;
	color: #1197d4;
	font-size: 30px;
	font-weight: bold;
	font-stretch: 500%!important;
}




#contents H3{
	color: #111111;
	font-size: 36px;
	margin-top: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 100;
    text-align: center;
}

#contents H3 span{
    color: #1197d4;
}



#contents H4 {
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: center;
	color: #1197d4;
	font-stretch: 300%;
	font-weight: 200;
}


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

#contents H5 {
	font-size: 16px;
	margin: 10px auto 25px auto;
	display: block;
	text-align: center;
	color: #1197d4;
	font-stretch: 500%;
	font-family: copperplate, serif;
	font-weight: 500;
	font-style: normal;

}

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


    
#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;
}



#cbox {
	height: 300px;
	width: 320px;
	float: left;
	text-align: center;
	margin-top: 25px;
	margin-right: 23px;
	margin-left: 23px;
	margin-bottom: 25px;
	padding: 0 10px;
}



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

 #cbox p {
	line-height: 1.7;
	margin: 0 auto 70px auto;
	font-size: 14px;
	color: #333333;
	text-align: center;
	width: 100%!important;
	display: block;
}


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

    
	#contents{
    width: 96%;
    display: block;
    margin: 0px auto 50px 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 {
    line-height: 1.5;
    margin: 0 auto 50px auto!important; 
    font-size: 15px;
    display: block;
    color: #222222;
    text-align: left!important;
    width: 86%!important;
}    
    
    #contents p span{
    display: block!important;
}


#contents h2 {
	margin: 5px auto !important;
	display: block;
	text-align: center;
       color: #1197d4;
        font-size: 22px;
}



#contents H3{
    color: #111111;
    font-size: 26px;
    margin: 30px 10px 10px 10px;
    font-weight: 100;
    padding-bottom: 5px;
}
    
#contents H4 {
    font-size: 20px;
    margin-top: -5px!important;
    margin-right: 0;
    margin-bottom: 0px;
    text-align: center;
}


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


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

    #cbox {
	width: 90%;
	text-align: center;
	margin-top: 20px;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 25px;
	padding: 0 10px;
}
    

#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;
}

}


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

.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;
    font-size: 14px;
}

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

.t_company th {
	padding: 10px 15px;
	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: 65%;
	border: solid 1px #eeeeee;
}

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

}

.table-wrap {
    margin-bottom: 60px;
    overflow-x: hidden;
}
.table {
  width: 900px;
  border-collapse: collapse;
  white-space: nowrap;
    font-size:  14px;
    margin: 0 auto;
}
.table th,
.table td {
  padding: 4px 8px;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width: 640px )
{
.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
    
    .table-wrap {
  overflow-x: scroll!important;
    margin-bottom: 60px;
}

}

/*
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: #17a7fe;
}

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

#footmenu {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
    background-color: #17a7fe;
	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: 500px;
	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;
}
    
.img_logo_f{
	width: 50%!important;
	display: block;
	margin: 50px auto 0 auto;
}    

}


/*
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%;
}
