@charset "utf-8";
/* kds CSS Document 
------------------------------------------------------------ */
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	color: #727171;
	line-height: normal;
    font-family: 'Noto Serif JP', serif;
    /**/
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;*/
	position: relative;
	min-width: 320px;
	background-color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	box-sizing: border-box;
	/*overflow-x: hidden;*/
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}

ul{	list-style:none;}
li{	float:left;}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/*.clearfix { display: block; }*/
/* End hide from IE-mac */

/*clearfix to objects*/
header:after,
main:after,
footer:after,
.container:after,
div.widthsize:after,
ul:after{
	content: ".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,legend,textarea,p,blockquote,th,td{ 
	margin:0;padding:0;
}
img{
	border:0;
	vertical-align:bottom;
}
	
#topbutton {
      position: fixed; 
      bottom: 10px;   
      right: 20px;    
      display: none;
}
/**--------------------------------------------------------------------------------------------------------*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a:link {
	color:#4d4c4c;
	text-decoration:none;
}
a:visited {
	color:#4d4c4c;
	text-decoration:none;
}
a:hover, a:active  {
	color: #ccc;
}


/**--------------------------------------------------------------------------------------------------------*/
.fnt_gothic{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.fnt08{
    font-size: 0.8em;
}
.fnt12{
    font-size: 1.2em;
}
.fnt15{
    font-size: 1.5em;
}
.mt1{
	margin-top:1em;
}
.mt3{
	margin-top:3em;
}
.txt_center{
	text-align: center;
}
/*
.mt2{
	margin-top:2em;
}
.ml05{
	margin-left:0.5em;
}
.ml08{
	margin-left:0.8em;
}
.mt5{
	margin-top:5em;
}
.ml2{
	margin-left:2em;
}
.ml3{
	margin-left:3em;
}
.ml4{
	margin-left:4em;
}
.ml5{
	margin-left:5em;
}
.f15{
	font-size:1.5em;
}
*/


@media screen and ( min-width:320px )
{
.widthsize{
	max-width: 766px;
	margin-right: 1em;
	margin-left: 1em;
	position: relative;
	padding-top:1em;
	padding-bottom:1em;
}
img{
	width:100%;
}
.sp_none{
	display:none;
}
#nav_sp{
	width:100%;
	height:40px;
	padding:8px 0;
	position:fixed;
	z-index:200;
	font-size:1.2em;
    background-color: #fff;
}
.head_name{
    position: absolute;
    left: 0px;
}
#nav_sp .head_name img{
    width: 60%;
    }
#nav_sp #toggle {
	display: block ;
	position: absolute;
	right: 0.5em;
	padding-top:6px;
}
/******************************************/
.menu_btn,
.menu_btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu_btn {
  position: relative;
  width: 36px;
  height: 30px;
}
.menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
}
.menu_btn span:nth-of-type(1) {
  top: 0;
}
.menu_btn span:nth-of-type(2) {
  top: 13px;
}
.menu_btn span:nth-of-type(3) {
  bottom: 0;
}
.menu_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

#nav_sp  #menu{
	display: none ;
	float: left;
	position:fixed;
	z-index:100;
	margin-top:44px;
	width:100%;
}

#nav_sp  #menu li{
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;
	background: #036eb8;
	opacity:0.95;
	text-align:center;
}
#menu li a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    background: #036eb8;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    
}
/*.menu li a:link ,.menu li a:visited{
    color: #fff;
    font-weight: 500;
}
*/.menu li a:hover{
  background: #003b83;
  color: #661B1B;
  
}
/*.head_img_sp {
	padding-top:40px;
}
.head_img_sp img{width:100%;}
*/#nav_pc{
	display:none;
}

.head_img {
	padding-top:52px;
	/*position:absolute;*/
}
.head_img img{width:100%;}

/**********************************************************/

footer{
    background: #036eb8;
	color:#fff;
    text-align: center;
    padding-bottom: 15px;
}
.f_under{
    padding-top: 15px;
}
.f_under img{
    width: 30%;
}
/*
-----------------------------------------------------------------top*/
#top p{
    line-height: 1.8em;
}
#top h1{
    width: 98%;
    margin: auto;
	font-size:1.5em;
	/*line-height:28px;*/
    font-weight: 500;
    }
section{
    margin: 3em 0 5em;
}
.pr{
    margin-top: 2em;
}
#works li{
	width:100%;
    margin-bottom: 0.5em;
}
.tel {
    margin-top: 0.5em;
}
 
.inner_tbl {
	width:100%;
    color: #000;
    margin-top: 1em;
}
.inner_tbl th ,.inner_tbl td{
	width:100%;
    display: block;
    box-sizing: border-box;
}
.inner_tbl th{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
    padding:1em 0 8px 20px;
	letter-spacing:0.4em;
    position: relative;
}
.inner_tbl th::before{
    position: absolute;
    content: "";
    border:3px solid #727171;
    top:10px;
    bottom: 10px;
    left: 8px;
}
.inner_tbl td{
	text-align:left;
	padding:0 0 1em 1em;
    border-bottom: dotted #6a3906 1.5px;
}
.profile_ttl{
    width: 80%;
    margin: 0 auto 1em;
    }
    /*
----------------------------------------------------------------------------------------- contact-------------*/
/*#contact p  {
	width:100%;
	text-align:center;
	line-height: 1.5em;
	margin-bottom: 1.5em;
} 
*/
#formWrap {
	width:100%;
	margin:2em auto;
	color:#666666;
	line-height:120%;
	font-family: 'Noto Serif JP', serif;
}
table.formTable{
	width:100%;
	table-layout:fixed;
	margin:1em auto 2em;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px;
	display:block;
	box-sizing:border-box;
}
table.formTable th{
	font-weight:normal;
	background-color:#e9d9f4;
	border-bottom:#FFF dotted 1px;
}
table.formTable th .icon{
	text-align:right;
	margin-left:1em;
}
table.formTable th img{
	width:auto;
}
table.formTable td input ,table.formTable td select{
	height:26px;
	border-radius:5px;
	margin-bottom:3px;
	padding-left:5px;
	vertical-align:middle;
}
textarea{
	width:100%;
	border-radius:5px;
}
#formWrap .btn_prpl {
	color:#FFFFFF;
	background:#ac8dc0;
	padding:0.5em 1em;
	text-align:center;
	border-radius:5px;
}
#formWrap .btn_gry {
	color:#fff;
	background:#BCBBBB;
	padding:0.5em 1em;
	text-align:center;
	border-radius:5px;
}
input.big {
	transform: scale(1.4);
}
.pp_inner{
    margin: 3em 0;
    line-height: 2em;
	font-family: 'Noto Serif JP', serif;
}
	
}
@media screen and ( min-width:767px )
{
.widthsize{	max-width: 979px;}
/*
----------------------------------------------------------header*/
#nav_sp .head_name img{
    width: 30%;
    }


/*
----------------------------------------------------------footer*/
.f_name{
    font-size: 1.5em;
}
/*
----------------------------------------------------------top*/
#top h1{
    text-align: center;
}
section{
    margin: 4em 0 5em;
}
.txt01{
    text-align: center;
}
.tel{
    width: 50%;
    margin: 0.5em auto 0;
}
/*.tel img{
    width: auto;
}
*/
.inner_tbl {
    width: 90%;
    margin: auto auto 60px auto;
}
.inner_tbl th ,.inner_tbl td{
    display: table-cell;
    }
.inner_tbl th{
	width:30%;
    padding:1em 0 8px 30px;
    border-bottom: dotted #6a3906 1.5px;    
}
.inner_tbl td{
    width:70%;
    padding:1em 0 8px 20px;
}
.inner_tbl th::before{
    top:20px;
    bottom: 10px;
}
.profile_ttl{
    width: 60%;
    }

/*
-------------------------------------------------------------------- contact*/
.head_ttl{
	padding:1em 0;
}

table.formTable th,table.formTable td{
	display:table-cell;
}
table.formTable th{
	text-align:right;
	width:30%;
}
table.formTable td{
	width:70%;
	text-align:left
}
textarea{width:90%;}


}
@media screen and ( min-width:980px )
{
.sp_none{
	display:block;
}
.pc_none{
	display:none;
}
img{
    width: 100%;
    }
.img_auto img{
    width: auto;
    }
#nav_sp{
	display:none;
}
.widthsize{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top_pc{
    height: 120px;
}
.head_logo{
    width: 250px;
    position: absolute;
    left: 0;
}
.head_logo img{
    width: 100%;
}

.head_address{
    width: 300px;
    position: absolute;
    right: 0;

}
.head_address li{
    width: 100%;
    }
.head_img{
    padding: 0;
}
.head_name_pc img{
    width: 30%;
    }
/*---------------------------------------------------------------------------------- // nav // ----------*/

#nav_pc{
	display:block;
	width:100%;
	padding:5px 0;
}
#nav_pc .nav_left{
	float:left;
}
#nav_pc ul{
	max-width: 620px;
	padding-top:12px;
    margin: auto;
}
#nav_pc li{
	padding: 0 55px;
	font-size:18px;
    /*font-weight: 900;*/
    border-right: solid 1px;
    letter-spacing: 5px;
}
#nav_pc li a{
    position: relative;
    display: inline-block;
    text-decoration: none;
}
    
#nav_pc li a:link ,#nav_pc li a:visited{
	color:#727171;
}
#nav_pc li:last-child{ 
	padding-right:0;
    border-right: none;
}

#nav_pc li a:hover{
	color:#000000;
    transition: 0.5s ;
}
#nav_pc li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}

#nav_pc li a:hover::after {
  transform: scale(1, 1);
}


/*
----------------------------------------------------------footer*/
.f_under img{
    width: auto;
}
/*
-------------------------------------------------------------------- top*/
main {
	margin-top:1em;
}
#top h1{
    text-align: center;
	letter-spacing:4px;
}
section{
    margin: 5em 0 8em;
}
.pr{
    float: right;
    }
.profile_ttl{
    width: 40%;
    margin: 0 auto 2em;
    }

.inner_tbl th ,.inner_tbl td{
	line-height:2.5em;
}
.inner_tbl td{
	padding:1em 0 1em 2em;
	
}

}



