﻿@charset "utf-8";



@media print, screen and (min-width:751px){
/*--------------------------------------------
   サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body,html {
  font-family: "Yu Gothic", YuGothic, "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
 /*  min-width:1024px; */
  background:#fff;
  color:#0b0b0b;
  font-size: 17px;
  line-height:1.7;
  letter-spacing: 0.05em;
  position: relative;
}
a {
  text-decoration:none;
  color:#ff7c7c;
}
a:hover {
  text-decoration:underline;
}
table {
  width:100%;
}
.for_sp {
  display:none;
}
.unclickable{
  pointer-events: none;
}
/*--------------------------------------------
  header
--------------------------------------------*/
#header {
  width:100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  padding: 20px 0 25px;
  box-shadow: 0 0 2px 1px #999;
  z-index: 99999;
}
#hdr_inner {
  max-width: 1130px;
  margin: 0 auto;
  height:75px;
}
#header .hdr_logo {
  float: left;
  margin-top:15px;
}
#header .hdr_logo a:hover {
  opacity: 0.8;
}
/*--------------------------------------------
  layout
--------------------------------------------*/
#layout {
  padding-top: 91px;
}

/*--------------------------------------------
  gNavi
--------------------------------------------*/
#gNavi {
  float: right;
  padding-top: 3px;
}

#gNavi  li {
 float:left;
  padding-right:10px;
  padding-left:10px;
  font-family: 'Noto Serif JP', serif;
  font-size:14px;

}
#gNavi li a {
  position: relative;
  display: inline-block;
  transition: 0.4s;
  color:#000;
  flex-grow:1;
  text-align:ceenter;
}

#gNavi li a:hover{
	text-decoration:none;
}

#gNavi .cf li+li{
	border-right:solid 1px #5e5d5d;
}

#gNavi .cf li:first-of-type{
	border-right:solid 1px #5e5d5d;
}

#gNavi .cf li a:after {
  position: absolute;
  bottom: -3px;
  left: 0px;
  content: '';
  width: 0;
  height: 2px;
  background-color: #ff7c7c;
  transition: 0.4s;
  
}

#gNavi .header_cta{
	
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}

#gNavi .header_cta li{
	float:right;
	border:solid 1px;
	border-radius:25px;
	text-align:center;
	padding:5px 30px;
}

#gNavi .header_cta li:last-child{
	
	background-color:#cfb194;
	color:#fff;
	border:solid 2px #cfb194;
}
#gNavi .header_cta li:last-child a{ 
	color:#fff;

}


#gNavi .header_cta li:first-child{
	border:solid 2px #cfb194;
	margin-left:20px;
	
}

#gNavi .header_cta li:first-child a{
	color:#cfb194;
	font-weight:bold;
}

#gNavi .header_cta li:hover{
	background-color:#fff;
	border:solid 2px #5b5b5b;
	transition:none;
	}
	
	#gNavi .header_cta li:hover a{
	color: #5b5b5b;
	font-weight:bold;
	transition:none;
	}
	
/*--------------------------------------------
  mainimage_top
--------------------------------------------*/
#mainimage_top {
  width:100%;
  background: url(../Image/common/back01.jpg) repeat;
  padding: 10px 0;
}
#mainimage_top .inner {
  width: 984px;
  margin: 0 auto;
}
/*--------------------------------------------
  mainimge
--------------------------------------------*/
#mainimage {
  width: 100%;
}
.under #mainimage {
  height: 350px;
  position: relative;
}
/*--------------------------------------------
  mainimage_bottom
--------------------------------------------*/
#mainimage_bottom {
  width: 100%;
}
.under #mainimage_bottom {
  padding: 100px 0;
}
#mainimage_bottom .inner {
  width: 984px;
  margin: 0 auto;
}
/*--------------------------------------------
  environment
--------------------------------------------*/
#environment .environment_box {
  width:100%;
  height: 475px;
  background: url(../Image/top/sec02_back01.jpg) no-repeat center center;
}
#environment .environment_box .inner {
  text-align: center;
  width: 984px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#environment .environment_box .ttl_01 {
  margin-bottom: 30px;
}
#environment .environment_box .ttl_txt {
  color: #fff;
}
/*--------------------------------------------
  seminar_info
--------------------------------------------*/
#seminar_info {
  width: 100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 100px 0;
}
#seminar_info .sec_box_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#seminar_info .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#seminar_info .sec_box_01 .ttl_txt {
  margin-bottom: 50px;
  text-align:center;
}
#seminar_info .sec_box_01 .seminar_box {
  width: 750px;
  margin: 0 auto;
}
#seminar_info .sec_box_01 table {
  margin-bottom: 30px;
}
#seminar_info .sec_box_01 table:nth-child(4n) {
  margin-bottom: 60px;
}
#seminar_info .sec_box_01 th {
  width: 14%;
  background: #ff7c7c;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#seminar_info .sec_box_01 th:before,
#seminar_info .sec_box_01 th:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}
#seminar_info .sec_box_01 th:before {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-right: -8px;
  margin-top: -8px;
}
#seminar_info .sec_box_01 th:after {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-top: 8px;
  margin-right: 8px;
}
#seminar_info .sec_box_01 td {
  width: 86%;
  background: #fff;
  padding: 12px 0 12px 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#seminar_info .sec_box_01 ul li {
  list-style-type: disc;
  margin-left:20px;
}
#seminar_info .sec_box_01 ol {
  margin-bottom: 5px;
}
#seminar_info .sec_box_01 ol li {
  line-height: 1.8;
  list-style-type: decimal;
  margin-left:20px;
}
#seminar_info .sec_box_01 .sfont {
  font-size: 12.5px;
}
#seminar_info .sec_box_01 .link_btn {
  text-align: center;
}
#seminar_info .sec_box_01 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 33px center no-repeat #ff7c7c;
}
#seminar_info .sec_box_01 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 23px center no-repeat #CEB396;
  text-decoration: none;
}
/*--------------------------------------------
  traffic_access
--------------------------------------------*/
#traffic_access {
  width:100%;
  padding: 80px 0 0;
  background: #fff;
}
#traffic_access .sec_box_01 .inner {
  text-align: center;
  width: 984px;
  margin: 0 auto;
}
#traffic_access .sec_box_01 .ttl_box {
  margin-bottom: 30px;
}
#traffic_access .sec_box_01 .txt_box {
  margin-bottom: 80px;
}
#traffic_access .google_maps {
  position: relative;
  height: 0;
  padding-bottom: 700px;
  overflow: hidden;
}
#traffic_access .google_maps iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
/*--------------------------------------------
  footer
--------------------------------------------*/
#footer {
  width:100%;
  background: url(../Image/common/back02.jpg) repeat;
  color: #fff;
}
#footer #ftr_inner {
  width: 984px;
  padding: 30px 0;
  margin: 0 auto;
}
#footer .ftr_box li {
  float: left;
  width: 328px;
  height: 120px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
#footer .ftr_box li:last-child {
  border-right: none;
}
#footer .ftr_box .ftr_logo {
  text-align: center;
  padding-top: 35px;
}
#footer .ftr_box .ftr_logo a:hover {
  opacity: 0.85;
}
#footer .ftr_box .company_info {
  text-align: center;
  padding-top: 5px;
}
#footer .ftr_box .company_name {
  font-size: 15px;
}
#footer .ftr_box .mother_name {
    padding-top: 5px;
}
#footer .ftr_box .mother_name a {
    color: #fff;
    font-size: 17px;
    background: url(../Image/common/white_arrow01.png) left center no-repeat;
    padding-left: 20px;
}
#footer .ftr_box .ftr_navi {
  padding: 5px 30px 0;
}
#footer .ftr_box .ftr_navi li {
  float:left;
  width: 128px;
  border-right: none;
  height: auto;
}
#footer .ftr_box .ftr_navi li a {
  color: #fff;
  font-size: 14px;
  background: url(../Image/common/white_arrow01.png) left center no-repeat;
  padding-left: 20px;
}
#footer #copyright {
  background: #CEB396;
  color: #fff;
  font-size:14px;
  text-align: center;
  padding: 10px 0;
}

/*--------------------------------------------
  go_top
--------------------------------------------*/
.page_top {
  display: block;
  position: fixed;
  right: 3%;
  bottom: 0;
  width: 255px;
  height: 82px;
}

a.link-banar img{
	max-width:100%;
	margin:20px 0;
}

a.link-banar:hover{
filter:alpha(opacity=80);
opacity:0.8;

}
	
	.maintenance{
		display:block;
		position:fixed;
		right:3%;
		bottom:0;
		width:255px;
		height:auto;
		padding:15px;
		background:#ff7c7c;
	}

	.maintenance p{
		color:#fff;
	}
	
	.maintenance span{
		font-size:12px;
	}
	
/*--------------------------------------------
  seminar_box_2column
--------------------------------------------*/
.seminar_box_2column{
width:100%;
overflow:hidden;
}

.seminar_box_2column a{
display:block;
width:47%;
float:left;
}

.seminar_box_2column a:first-of-type{
margin-right:6%;
}

.seminar_box_2column a:hover{
opacity:0.8;
}




}

@media print, screen and (min-width:751px){
#gNavi li a:hover::after {
  width: 100%;
}
#gNavi .subs a:hover::after {
  width: 0;
}
#gNavi .downs{
	position:relative;
}
#gNavi .subs {
	position: absolute;
 	z-index: 9999;
 	top: 100%;
 	left: 0;
	width:200px;
	height:auto;
	padding-top:15px;
	
}
#gNavi .subs li {
	opacity:0.9;
	background: #ff7c7c;
	overflow:hidden;
	height: 0;
	transition: .2s;
	border-bottom:1px solid #fff;
	border-right:none;
	
}
#gNavi .subs li:last-child {
	border-bottom:none;
}
#gNavi .subs li:hover {
	opacity:1;
	background: #f25c5c;
}
#gNavi .subs li a {
	color: #fff;
	display: block;
	padding: 10px 10px;
	font-size:13px;
	line-height:20px;
	height:20px;
}
#gNavi .subs li a:hover {
	text-decoration:underline;
}
#gNavi .downs:hover ul li{
  overflow:visible;
  height: 40px;
}
}


@media print, screen and (max-width:800px) and (min-width:751px){
#gNavi li a:active::after {
  width: 100%;
}
}

@media print, screen and (max-width:953px) and (min-width:751px){
#layout {
  margin-top: 90px;
}

}