@charset "UTF-8";
/*-----------------------------------------------------
/////bass.css/////
-----------------------------------------------------*/

/*-----------------------------------------------------
***基本構造***
-----------------------------------------------------*/
/*
@import url('https://fonts.googleapis.com/css?family=Khula:300,400,600,700,800');
*/
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700');
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html{
	font-size: 62.5%;
    overflow-x: hidden;
}
body{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	background-color: #f5f5f4;
	color: #666;
	min-width: 1280px;
	_display: inline;
	_zoom: 1;
	-webkit-font-smoothing: antialiased;
    animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#container{
	margin: 0px auto;
	width: 100%;
	clear: both;
	text-align: left;
}

#container2{
	margin: 0px auto;
	width: 100%;
	clear: both;
	text-align: center;
}



#header_col{
	margin: 0px auto;
	width: 100%;
	clear: both;
}		
#main_col{
	margin: 0px auto;
	width: 100%;
	clear: both;
}
#footer_col{
	margin: 0px auto;
	width: 100%;
	clear: both;
	background-color: #000;
	color: #FFF;
}
@media screen and (max-width:1279px){
body {
	min-width:100%;
}
}
@media screen and (max-width:991px){
body {
	min-width:100%;
}
}
@media screen and (max-width:767px){
html{
	height: 100%;
	width: 100%;
}
body {
	-webkit-text-size-adjust: none;
	height: 100%;
	width: 100%;
	min-width:100%;
	line-height: 1.8;
}
}
/*-----------------------------------------------------
***inner***
-----------------------------------------------------*/
#header_col_inner{
	width: 100%;
    position: absolute;
    top: 0;
}
#main_col_inner{
	width: 100%;
}
#footer_col_inner{
	width: 100%;
}
@media screen and (max-width:1279px){
#header_col_inner{
	width: 100%;
}
#main_col_inner{
	width: 100%;
}
#footer_col_inner{
	width: 100%;
}
}
@media screen and (max-width:991px){
#header_col_inner{
	width: 100%;
    position: static;
}
#main_col_inner{
	width: 100%;
}
#footer_col_inner{
	width: 100%;
}
}
@media screen and (max-width:767px){	
#header_col_inner{
	height: 100%;
	width: 100%;
}
#main_col_inner{
	width: 100%;
}
#footer_col_inner{
	width: 100%;
}
}
/*-----------------------------------------------------
***header***
-----------------------------------------------------*/
#header_bg{
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	display: block;
	margin: 0 auto;
	position: relative;	
	z-index: 1000;
}
header{
	height: 120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
	color: #fff;
}
header .btn_english{
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    font-size: 12px;
	font-size: 1.2rem;
}
header .btn_english a{
	display: block;	
	padding: 5px 10px;
	color: #FFFFFF;
}
header .btn_english a:hover{
	background-color: #9E9C9C;
	color: #FFFFFF;
}
header .btn_english a:before{
    content: "\f105";
    display: inline-block;
    padding-right: 5px;
    font: bold normal 120% FontAwesome;
}
header .contact-tel{
	font-weight: bold;
	position: absolute;
	top: 19px;
	right: 150px;
	font-size: 20px;
	font-size: 2rem;
}
header .contact-tel a{
	color: #FFFFFF;
}
@media screen and (max-width:1279px){
header{
	width: 100%;
}
}
@media screen and (max-width:991px){
header{
	width: 100%;
    background-color: #000000;
}
header .contact-tel{
	position: static;
	text-align: center;
}
}
@media screen and (max-width:767px){
#header_bg{
	height: 100%;
}
header{
	height: 100%;
	width: 100%;
}

header .btn-english-area{
    text-align: center;
}

header .btn_english{
    display: inline-block;
    position: static;
    margin: 10px auto 20px auto;
}
}
/*-----------------------------------------------------
***contents***
-----------------------------------------------------*/
#contents{
	clear: both;
	display: block;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	margin: 0px auto 0px;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width:1279px){
#contents{
    width: 100%;
}
}
@media screen and (max-width:991px){
#contents{
	width: 100%;
}
}
@media screen and (max-width:767px){
#contents{
	margin: 0px auto 0px;
	width: 100%;
    padding-left: 0;
	padding-right: 0;
}
#top #contents{
	margin: 0px auto 0px;
	width: 100%;
    padding-left: 0;
	padding-right: 0;
}
}
/*-----------------------------------------------------
***footer***
-----------------------------------------------------*/
footer{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
footer p#footer_sitelogo{
	margin-bottom: 40px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
footer #footer_nav-area{
	margin-bottom: 50px;
    display: flex;
    justify-content: center;  
}
footer .footer_nav{
    margin-right: 3em;
    text-align: left;
}
footer .footer_nav dt a:before{
	content: "\f138";
	display: inline-block;
	padding-right: 5px;
	font: normal 100% FontAwesome;
}
footer .footer_nav dd{
    margin-left: 1em;
}

footer .footer_nav ul{
	margin: 20px;
}
footer .footer_nav li{
	margin: 0px;
	padding: 0px 2em 0px 0px;
	display: inline;
}
footer .footer_nav li:last-child{
	padding: 0px;
}
footer .footer_nav li:after{
	content: "|";
	padding-left: 2em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #C4C4C4;
}
footer .footer_nav li:last-child:after{
	content : none ;
	padding-left: 0;	
}
footer .after_none li:after{
	content : none ;
	padding-left: 0;
}
footer p#copyright{
}
@media screen and (max-width:767px){
footer{
}
footer p#footer_copy{
	display: none;
}
footer p#footer_sitelogo{
	display: none;
}
footer #footer_nav-area{
	display: none;
}
footer .footer_nav ul{
	margin: 20px;
}
footer .footer_nav li{
	margin: 0px;
	padding: 0px 1em 0px 0px;
}
footer .footer_nav li.privacy-policy{
	padding: 0;
}
footer .footer_nav li:last-child{
	padding: 0px;
}
footer .footer_nav li:after{
	content: "";
	padding-left: 0em;
}
footer p#copyright{
}
}
/*-----------------------------------------------------
***見出し要素***
-----------------------------------------------------*/
/*h1///siteLogo
-----------------------------------------------------*/
h1{
	margin: 0px auto;
	width: 320px;
    height: 64.368px;
	position: absolute;
	bottom: 20px;
	left: 30px;
}
@media screen and (max-width:991px){
h1{
	width: 50%;
	height: 50%;
	position: static;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media screen and (max-width:767px) {
h1{
	width: 90%;
	height: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
/*h2///page-ttl >>> content.css
-----------------------------------------------------*/
h2{
}
/*h3
-----------------------------------------------------*/
h3{
    font-size: 38px;
	font-size: 3.8rem;
	text-align: center;
    position: relative;
    margin-bottom: 120px;
    font-family: 'Khula', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
}
h3 span{
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
   bottom: -40px;/*線の上下位置*/
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  width: 100%;
  
}
h3 span.spacing-_narrow{
    letter-spacing: -0.1em;
    font-size: 13px;
    font-size: 1.3rem;
}
/*以下で線を表示*/
h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  text-align: center;
  width: 50px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #F39800;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
@media screen and (max-width:767px) {
h3{
    font-size: 26px;
	font-size: 2.6rem;
     margin-bottom: 80px;
}
}
/*h4
-----------------------------------------------------*/
h4{

    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #F39800;
    font-weight: bold;
}
@media screen and (max-width:767px){
h4{
	margin-bottom: 20px;
  line-height: 1.3;
    
}
}
/*h5
-----------------------------------------------------*/
h5{
}
/*h6
-----------------------------------------------------*/
h6{
}
/*-----------------------------------------------------
***ナビゲーション***
-----------------------------------------------------*/
/*g-nav
-----------------------------------------------------*/
#g-nav{
	font-weight: bold;
	overflow: hidden;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 30px;
	line-height: 1.5;
    font-size: 18px;
	font-size: 1.8rem;
}
#g-nav li{
	display: inline-block;
	margin-right: 60px;
}
#g-nav li.contact{
	margin-right: 0;
}
#g-nav li.sitemap,
#g-nav li.privacy-policy{
	display: none;
}
#g-nav li a{
	display: inline-block;
	text-transform: none;
	text-decoration: none;
}
#g-nav ul.level2{
    display: none;
}
@media screen and (max-width:1279px){
#g-nav li{
	display: inline-block;
	margin-right: 40px;
}
}
@media screen and (max-width:767px){
#g-nav{
	display: none;
}
}
/*sns-nav
-----------------------------------------------------*/
#sns-nav{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#sns-nav li{
	display: inline-block;
	margin-right: 20px;
}
#sns-nav li:last-child{
	display: inline-block;
	margin-right: 0;
	
}
@media screen and (max-width:1279px){
#sns-nav{
	bottom: 75px;
}
}
@media screen and (max-width:767px){
#sns-nav{
	display: none;
}
}
/*-----------------------------------------------------
***リンク***
-----------------------------------------------------*/
a{
    transition: all  0.3s ease;
}
/*通常リンク
-----------------------------------------------------*/
a:link,a:visited,a:active{
	color: #F39800;
	text-decoration: none;
}
a:hover{
	color: #FFC15A;
	text-decoration: none;
}
/*ヘッダリンク
-----------------------------------------------------*/
header a:link,
header a:visited,
header a:active{
	color: #fff;
	text-decoration: none;
}
header a:hover{
	color: #C9C9C9;
	text-decoration: none;
}
/*フッタリンク
-----------------------------------------------------*/
.footer_nav a:link,
.footer_nav a:visited,
.footer_nav a:active{	
	color: #FFF;
	text-decoration: none;
}
.footer_nav a:hover{
	color: #555;
	text-decoration: none;
}
/*アイコン付きリンク
-----------------------------------------------------*/
.icon-link{
	font-weight: bold;	
}
.icon-link a:before{
	content: "\f138";
	display: inline-block;
	padding-right: 5px;
	font: normal 100% FontAwesome;
}
.icon-link a:link,.icon-link a:visited,.icon-link a:active{
	color: #009bda;
	text-decoration: none;
}
.icon-link a:hover{
	color: #18BCFF;
	text-decoration: none;
}
/*画像リンク
-----------------------------------------------------*/
a img{
    transition: all  0.3s ease;
}
a img:hover{
	filter: alpha(opacity=70);
	opacity:0.70;
}

@media screen and (max-width:767px){
a img:hover{
    transition: all  0.3s ease;
	filter: alpha(opacity=100);
	opacity:1;
}
}


