@charset "utf-8";

html{
	height: 100%;
}

body{
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
	color: #666666;
	height: 100%;
	background-color: #f7f7f7;
}

header{
	position: absolute;
	top: 0;
	right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  /*background: rgba(255,255,255,0.4);*/
}
header p{
	color: #e66327;
	font-weight: 700;
}
header p a{
	color: #e66327;
}

.pc_none{
  display: none;
}
.sp_none{
  display: block;
}


.navs{
	width: 240px;/*幅*/
	background-color:#c9cacb;/*背景色*/
	/*imagesフォルダに画像を入れて、(images/「この中に入れた写真の名前と形式を入力する」)*/
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 580px;
	padding-top: 50px;
  z-index: 9999;
}
.navs a{
	color: #fff;/*文字の色*/
	text-decoration: none;
}

.navs .logo{
	margin: 0 auto;
	width: 150px;
	text-align: center;
}
.navs .logo p{
	font-size: 17px;
	margin-top: 15px;
}
.navs img{
	width: 100px;
}
.navs p{
	color: #e66327;
}

.navs ul{
    line-height: 2.2;
    list-style: none;
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px;
    padding-left: 25px;
}
.navs small{
	font-size: 11px;
	position: absolute;
	bottom: 0;
}

nav ul {
  margin: 0;
  padding-left: 0;
}
 
nav li {
  list-style: none;
  margin: 30px 0;
  font-size: 18px;
  font-weight: 700;
}
 
nav a {
  text-decoration: none;
  color: #666666;
}
 
#menu {
  position: fixed;
  right: 0;
  left: 0;
  margin: 60px 65px 0 auto;
  width: 30%;
  height: 450px;
  padding: 20px 30px 20px 0;
  transition: top .4s;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: right;
  z-index: 1;
}
 .hide_menu{
  top: -510px;
 }
.ccc{
  top:0;
}
.toggle {
  cursor: pointer;
  width: 65px;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 5px;
  padding: 8px 5px;
  background-color: #fff;
  font-size: 14px;
  height: 55px;
  z-index: 9999;
}
.spline{
  display: block;
  background: #666666;
  height: 2px;
  width: 45%;
  margin: 4px auto;
}
 
.toggle:hover {
  text-decoration: none;
}
 
#open {
  display: none;
}
 
/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
.menu_move{
  top: 0;
}
.mainImg{
	width: 100%;
}

.sub_mainImg{
  width: 100%;
  max-height: 350px;
}

.cnts{
  padding: 5% 2%;
}
.main{
	padding-left: 240px;
	background-color: #f7f7f7;
}
.newsArea{
	width: 980px;
	margin: 30px auto 0;
	position: relative;
}
.newsArea .news{
	position: absolute;
	left: 80px;
	width: 70px;
}
.newsArea dl{
	width: 980px;
  margin: 0 auto 50px;
  padding-left: 190px;
}
.newsArea dt{
  font-weight: 400;
  width: 110px;
  float: left;
  margin-bottom: 15px;
  font-size: 15px;
}
.newsArea dd{
	width: 720px;
	padding-left: 110px;
	margin-bottom: 20px;
	padding-right: 30px;
	font-size: 15px;
}
.copySp{
	text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 14px;
}
.nav{
	text-align: center;
}
.nav li:last-child{
	margin: 10px 0;
}
.navbar{
	margin-bottom: 0;
}
.navbar-toggle .icon-bar {
	width: 30px;
	margin: 0 auto;
}
.icon-barText{
	display: block;
	margin-top: 3px;
}
#footer{
}


@media (min-width: 1180px){
	nav{
		display: none;
	}
  .side-menu-btn{
    display: none;
  }
  .logoSp{
    display: none;
  }
		.copySp{
		display: none;
	}
  .toggle {
    display: none;
  }

}
@media (max-width: 1179px){
	.navs{
		display: none;
	}
	.main{
  padding-top: 58px;
	padding-left: 0px;
}
	header{
		top: 7px;
		right: 75px;
		z-index: 9999;
	}
	.logoSp{
		color: #e66327;
		font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    background-color: #f7f7f7;
    z-index: 9998;
}
.newsArea{
  width: 100%;
  padding: 0 5%;
}
.newsArea .news {
    left: 9%;
    width: 6%;
}
.newsArea dl{
	width: 100%;
  margin: 0 auto 70px;
  padding-left: 15%;
}
.newsArea dt{
  font-weight: 400;
  float: left;
  margin-bottom: 15px;
}
.newsArea dd{
	width: 100%;
	margin-bottom: 20px;
	padding-right: 0px;
}

}
@media (max-width: 1024px) {
	.copySp{
	text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding-top: 30px;
}

}

@media (max-width: 768px) {
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none;
  }

  header{
    display: none;
  }
  .toggle {
    cursor: pointer;
    width: 60px;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    margin: 0 5px;
    padding: 8px 5px;
    background-color: #fff;
    font-size: 14px;
  }
  .spline{
    display: block;
    background: #666666;
    height: 2px;
    width: 45%;
    margin: 4px auto;
  }
}
@media (max-width: 414px) {
.sp_lang{
	font-size: 16px;
}
.newsArea{
  padding: 0 2%;
}
.newsArea .news {
  left: 2%;
  top: -5px;
  width: 9%;
}
.newsArea dl {
  width: 100%;
  margin: 0 auto 70px;
  padding-left: 11%;
}
.newsArea dt {
  font-size: 14px;
  width: 95px;
}
.newsArea dd {
  font-size: 14px;
  padding-left: 95px;
}
.copySp{
	text-align: center;
  position: static;
  padding-top: 0px;
  font-size: 13px;
}
.toggle {
  cursor: pointer;
  width: 60px;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 2%;
  padding: 2% 0%;
  background-color: #fff;
  font-size: 14px;
  z-index: 9999;
}
#menu{
  padding: 20px 10px 20px 10px;
  width: 47%;
}
.spline{
  display: block;
  background: #666666;
  height: 2px;
  width: 45%;
  margin: 4px auto;
}
}

@media (max-width: 1180px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}






/* 見出し */
.horizontal-headline {
        width: 9em;
        color: #6a6958;
        font-size: 30px;
        margin: -1.3em auto auto;
        text-align: center;
        text-shadow: 1px 1px 1px #f6f5e8;
        background: #f9eeef;
}
 
.horizontal-line {
        border: 1px solid #aeac93;
        border-top: none;
        box-shadow: 1px 1px 1px #f6f5e8;
}
 
.horizontal-headline:before,
.horizontal-headline:after {
        position: relative;
        top: -3px;
        color: #7b7a65;
        font-size: 20px;
        font-family: Wingdings2;
}
 
.horizontal-headline:before {
        content: "b";
        margin-right: 10px;
        font-size: 25px;
}
 
.horizontal-headline:after {
        content: "a";
        margin-left: 10px;
        font-size: 25px;
}
/* 見出し */