@charset "UTF-8";
/* CSS Document */
/*css_reset*/
*{margin: 0; padding: 0;}
a{text-align: center;}
ul,ol{list-style: none;}
img{vertical-align: middle;}
/*/css_reset*/
/*img_100*/
img{
	max-width: 100%
}
/*/img_100*/
/*font*/
h1 {
    font-size : 3em; /* 48px */
    line-height : 1; /* 48px */
    margin-bottom : 0.5em;
} 
 
h2 {
    font-size : 2.25em; /* 36px */
    line-height : 1.3333; /* 48px */
    margin-bottom : 0.6667em;
} 
 
h3 {
    font-size : 1.5em; /* 24px */
    line-height : 1; /* 24px */
    margin-bottom : 1em;
} 
 
hgroup h2,h4,h5,h6 {
    font-size : 1em; /* 16px */
    line-height : 1.5; /* 24px */
    margin-bottom : 1.5em;
} 


body{max-height: 100%; max-width: 100%; width: 100%;}


header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}


/*========================================　*/
/* header */
#top-head {
    /*top: -100px;
    position: absolute;*/
    width: 100%;
	max-width: 100%;
   /* margin: 100px auto 0;
    padding: 30px 0;*/
    line-height: 1;
   /* z-index: 999;*/

}
.stl_contens{
	clear: both;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
	background: (255,255,255,0.7);

}
/*#top-head .inner {
    position: relative;
}*/
#global-nav ul {
	padding: 16px 0 100px 0;
    list-style: none;
    /*position: absolute;
    right: 0;
    bottom: 0;*/
	line-height: 2;
    font-size: 16px;
}
#global-nav ul li {
    float: left;	
}
#global-nav ul li a {
    padding: 0 30px;
	
}
#global-nav ul li a:hover{
	color: #bfbfbf;
}
#nav1{
	border-right: 1px solid #bfbfbf;
}
#nav2{
	border-right: 1px solid #bfbfbf;
}
#nav4{
	border-right: 1px solid #bfbfbf;
}
#nav5{
	border-right: 1px solid #bfbfbf;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    padding-top: 10px;
    height: 55px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 5px 20px ;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*========================================　*/


#contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top_img h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	padding: 2em 0 0;
	color: #000;
	font-size: 48px;
}
.top_img p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	text-align: center;
	font-size: 2em;
	color: #fff;
	padding-bottom: 1em;
}
#foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	line-height: 5;
	font-size: 0.5em;
	padding-top: 5%;
	
}


.top_img{
	max-height: 100vh;
	max-width: 100vw;
	overflow-y: auto;
	background: url(../img/contact_top.jpg) no-repeat;
	height: 300px;
}
#contact_box p a{
	color: #000;
	text-decoration: none;
}
#contact_box p a:hover{
	color: #bfbfbf;
}
#contact_box p{
	text-align: left;
	font-size: 0.5em;
	padding-bottom: 30px;
	width: 50%;


}
@media screen and (max-width : 670px ){

#contact_box p{
	width: 80%;
}

}
@media screen and (max-width : 768px ){

#contact_box p{
	width: 83%;
}

}
@media screen and (max-width : 999px ){
	
#contact_box p{
	width: 80%;
}
		/*==========================================*/
	#global-nav ul {
	background: none;
	}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
/*------------------------------------------*/		
	
	
}
@media screen and (min-width : 1000px ){
	#contact_box p{
		width: 960px;
	}
}