@charset "utf-8";


* {
font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-style: normal;
font-weight: 500;
margin: 0px;
padding: 0px;

}


body {
	background-color: #e7e6d7;
}

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;
}


/* パソコンでは非表示にしておく */
.img100_top_sp{display:none!important;}

/*スマホでは非表示 */
@media screen and (max-width: 639px){
.img100_top{display:none!important;}
.headmenu{display:none!important;}
.t_headmenu{display:none!important;}
}


@media screen and (min-width: 480px){	
  .br-sp { display:none!important; }
}
@media screen and (max-width: 639px){	
  .br-sp { display:block!important; }
}


#menu {
           position: fixed;
           top: 0;
           right: 0;
           background: #e7e6d7;
           padding:10px;
         }

header {
	padding: 5px 4% 5px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	background-color: #e7e6d7;
}
    header a {
	text-decoration: none;
	color: #101010;
}

header nav {
	margin: 0 auto 0 auto;
    display: block;
}
header ul {
   list-style: none;
   margin: 0;
   display: flex;
}
header li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

header li a:hover  {	
    border-bottom: solid 1px #eb5f44;
   color: #eb5f44;
    padding-bottom: 8px;
}

header h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   color: #28505b;
}

.img_logo{
	margin: 5px 0 7px auto;
	width: 220px;
	display: block;
	float: left;
}

.sp-nav {
   display: none;
}

@media screen and (max-width: 640px) {
    
    header {
   padding: 0px 4% 0px!important;
    }

       .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: 10px;
      height: 8px;
      margin: 0 0 0 auto;
      background-color: #e7e6d7;
      padding: 15px;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #ed6a4d;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #ed6a4d;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 3px;
      background-color: #ed6a4d;
   }
   /*スマホメニュー*/
   .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;
       color: #fff;
   }
   /*-閉じるアイコンー*/
   .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;
   }


 .headmenu{
	width: 300px;
     top: 35px;
     right: 90px;
    position: absolute;
}

.t_headmenu{
	width: 230px;
	margin: 0 auto;
	float: right;
}

.t_headmenu td{
	table-layout:fixed;
	line-height: 2;
	vertical-align:auto;
	text-align:center;
	margin:0;
}

.t_headmenu td a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	padding-top:0 18px;
}

.t_headmenu td a:hover{
    
}
    
.img_logo {
   display: none;
}
    
}

/*
main
-------------------------------------------*/
main{
	max-width: 800px;
	width: 100%;
	margin: 20px auto;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
}

.img100_top{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
    margin-top: 70px;
	width: 100%;
}

.img100{
	display: block;
	margin: 0px auto 30px auto;
	width: 100%;
}
.footimg100{
	display: block;
	margin: 40px auto;
	width: 800px;
}

.contents {
    width: 100%;
}

.contents img{

}

main .imgbig{
    width: 100%;
    margin: 30px auto 0 auto;
}

main .imgright{
    width: 50%;
    margin: 10px 0;
    float: right;
}

main .imgleft{
    width: 50%;
    margin: 10px 0;
    float: left;
}

main h1{
	text-align: center;
	color: #202020;
	font-size: 25px;
    margin: 15px auto 25px auto;
}

main h2{
	color: #202020;
	font-size: 22px;
    margin: 15px auto 25px auto;
}


main p{
	color: #111;
	font-size: 16px;
	line-height: 1.5;
}

main p span{
    color: #eb5f44;
    font-weight: bold;
        font-size: 18px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 639px)
{
  main{
    max-width:none;
    width: 100%!important;
}  
    
.img100_top_sp{
	display: block!important;
	margin: 0px auto 0px auto;
	width: 100%;
}

.img100{
	display: block;
	margin: 20px auto;
	width: 100%;
}   
    
.footimg100{
	display: block;
	margin: 40px auto!important;
	width: 100%!important;
}      
    
    
main  p{
	width: 94%!important;
    display: block;
    margin: 0 auto;
}
   
}



/*
お問い合わせ関連
-------------------------------------------*/

.t_contact {
	width: 800px;
	margin: 15px auto;
	border:none;
	display:block;
}

.t_contact td {
	padding: 30px;
	background-color:#ffffff;
	color:#111111;
	width: 550px;
	border: solid 1px #eeeeee;
}

.t_contact th {
	padding: 30px;
	background-color: #eb5f44;
	color: #fff;
	width: 250px;
         vertical-align: middle; 
}

.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: 96%;
	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: #eb5f44;
	color: #fff;
	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: 800px;
	margin: 5px auto 15px auto;
	border:none;
	display:block;
}

.t_company td {
	padding: 30px;
	background-color:#ffffff;
	color:#111111;
	width: 700px;
	border: solid 1px #eeeeee;
}

.t_company th {
	padding: 30px;
	background-color: #eb5f44;
	color: #fff;
	width: 300px;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 639px)
{
	.t_company{
	width: 96%;
	margin: 15px auto;
	border:none;
	display:block;
}

.t_company td {
	padding: 20px;
	background-color:#ffffff;
	color:#111111;
	width: 70%;
	border: solid 1px #eeeeee;
}

.t_company th {
	padding: 20px;
	background-color: #eb5f44;
	color: #fff;
	width: 30%;
}

}



/*
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;
    background-color: #eb5f44;
}

#foot ul{
      display: flex;
    width: 400px;
    margin: 20px auto;
}

#foot li{
    list-style: none;
}

#foot .img_foot{
    width: 70%;
    display: block;
    margin: 0 auto;
}


#foot .img_sns{
    width: 40%;
    display: block;
    margin: 0 auto;
}

#foot_table{
    width: 800px;
    table-layout: fixed;
    margin: 30px auto 0 auto;
}

#foot_table td{
    text-align: center;
}


#foot_sns{
    width: 400px;
    table-layout: fixed;
    margin: 60px auto;
}

#foot_table td{
    text-align: center;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 639px)
{
#foot_table{
    width:90%;
    margin-top: 15px!important;
}
 #foot .img_foot{
    width: 90%;
    display: block;
    margin: 0 auto;
}
#foot_sns{
    width: 50%;
}
}


/*
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%;
}
