@charset "utf-8";
@media screen and (max-width:750px){
/*--------------------------------------------
   サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Go thic 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 {
  background:#fff;
  color:#0b0b0b;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  line-height:1.5;
  letter-spacing: 0.03em;
}
a {
  text-decoration:none;
  color:#ff7c7c;
}
table {
  width:100%;
}
img{
  width:100%;
  height:auto;
}
.for_pc {
  display:none;
}
.unclickable{
  pointer-events: none;
}
/*--------------------------------------------
  header
--------------------------------------------*/
#header {
  width:100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 1px 1px #999;
  z-index: 99999;
}
#header #hdr_inner {
  padding: 20px 4%;
  position: relative;
}
#header .hdr_logo {
  float: left;
}
#header .hdr_logo img {
  width: 180px;
  height: auto;
}
#header .hdr_right {
  float: right;
}
#header .icon_tel {
  float: left;
  margin-right: 14px;
}
#header .icon_tel a {
  display: block;
}
#header .icon_tel img {
  width: 35px;
  height: auto;
}
#header .menu_btn {
  display: block;
  float: left;
  margin-top: 6px;
}
#header .menu_btn .b1,
#header .menu_btn .b2,
#header .menu_btn .b3 {
  width: 30px;
  height: 4px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  background-color: #ff7c7c;
}
#header .menu_btn .b2,
#header .menu_btn .b3 {
  margin: 6px 0 0 0;
}
#header .menu_btn.active .b1 {
  -webkit-transform: rotate(225deg) translate3d(-8px, -8px, 0);
  -moz-transform: rotate(225deg) translate3d(-8px, -8px, 0);
  -ms-transform: rotate(225deg) translate3d(-8px, -8px, 0);
  transform: rotate(225deg) translate3d(-8px, -8px, 0)
}
#header .menu_btn.active .b2 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
#header .menu_btn.active .b3 {
  -webkit-transform: rotate(-225deg) translate3d(-6px, 6px, 0);
  -moz-transform: rotate(-225deg) translate3d(-6px, 6px, 0);
  -ms-transform: rotate(-225deg) translate3d(-6px, 6px, 0);
  transform: rotate(-225deg) translate3d(-6px, 6px, 0)
}

/*--------------------------------------------
  layout
--------------------------------------------*/
#layout {
  padding-top: 75px;
}

/*--------------------------------------------
  gNavi
--------------------------------------------*/
#sp_gNavi {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
#sp_gNavi .sp_gNavi_inner {
  background: rgba(255, 124, 124, 0.95);
}
#sp_gNavi ul {
  width: 92%;
  margin: 0 auto;
}
#sp_gNavi ul li {
  text-align: left;
  line-height: 3;
  position: relative;
  border-bottom: 1px solid #fff;
}
#sp_gNavi ul li.sub{
	padding-left:20px;
}
#sp_gNavi ul li:last-child {
  border-bottom: none;
}
#sp_gNavi ul li a {
  display: block;
  color: #ffffff;
  padding-left: 12px;
}
#sp_gNavi ul li a:before,
#sp_gNavi ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
}
#sp_gNavi ul li.sub a:before,
#sp_gNavi ul li.sub a:after {
left:20px;
}
#sp_gNavi ul li a:after {
  z-index: 1;
  margin-left: -3px;
  background-color: rgba(255, 124, 124, 0.95);
}
/*--------------------------------------------
  mainimage_top
--------------------------------------------*/
#mainimage_top {
  width:100%;
  background: url(../Image/common/back01.jpg) repeat;
  padding: 10px 0;
}
#mainimage_top .inner {
  width: 92%;
  margin: 0 auto;
}
/*--------------------------------------------
  mainimge
--------------------------------------------*/
#mainimage {
  width: 100%;
}
/*--------------------------------------------
  mainimage_bottom
--------------------------------------------*/
#mainimage_bottom {
  width: 100%;
}
.under #mainimage_bottom {
  padding: 50px 0;
}
#mainimage_bottom .inner {
  width: 92%;
  margin: 0 auto;
}

/*--------------------------------------------
  environment
--------------------------------------------*/
#environment .environment_box {
  width:100%;
  height: 300px;
  background: url(../Image/top/sec02_back01.jpg) no-repeat center center;
  background-size: cover;
}
#environment .environment_box .inner {
  text-align: center;
  width: 92%;
  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: 50px 0;
}
#seminar_info .sec_box_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#seminar_info .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#seminar_info .sec_box_01 .ttl_txt {
  margin-bottom: 30px;
}
#seminar_info .sec_box_01 .seminar_box {
  width: 100%;
  margin: 0 auto;
}
#seminar_info .sec_box_01 table {
  margin-bottom: 30px;
}
#seminar_info .sec_box_01 table:nth-child(4n) {
  margin-bottom: 0;
}
#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 20px;
  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;
}
/*--------------------------------------------
  traffic_access
--------------------------------------------*/
#traffic_access {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
#traffic_access .sec_box_01 .inner {
  text-align: center;
  width: 92%;
  margin: 0 auto;
}
#traffic_access .sec_box_01 .ttl_box {
  margin-bottom: 30px;
}
#traffic_access .sec_box_01 .ttl_box img {
  width: 34%;
  height: auto;
}
#traffic_access .sec_box_01 .txt_box {
  margin-bottom: 30px;
}
#traffic_access .sec_box_01 .link_btn {
  text-align: center;
}
#traffic_access .sec_box_01 .link_btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 18px center no-repeat #CEB396;
}
/*--------------------------------------------
  footer
--------------------------------------------*/
#footer {
  width:100%;
  background: url(../Image/common/back02.jpg) repeat;
  color: #fff;
}
#footer #ftr_inner {
  width: 92%;
  padding: 20px 0;
  margin: 0 auto;
}
#footer .ftr_box li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#footer .ftr_box li:nth-child(1) {
  float: left;
  width: 30%;
}
#footer .ftr_box li:nth-child(2) {
  float: right;
  width: 66%;
}
#footer .ftr_box .ftr_logo {
  padding-top: 12px;
}
#footer .ftr_box .company_info {
  text-align: center;
  font-size: 13.5px;
}
#footer .ftr_box .company_name {
  margin-bottom: 5px;
}
#footer .ftr_box .company_info .tel a {
  color: #fff;
}
#footer .ftr_box .mother_name {
    padding-top: 10px;
    width:100%;
text-align:center;
}
#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 #copyright {
  background: #CEB396;
  color: #fff;
  font-size:11px;
  text-align: center;
  padding: 10px 0;
}

/*--------------------------------------------
  seminar_box_2column
--------------------------------------------*/
.seminar_box_2column{
width:100%;
overflow:hidden;
}

.seminar_box_2column a{
width:100%;
max-width:500px;
margin:0 auto;
float:none;
margin-bottom:25px;
}

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

	
	.maintenance{
		display:block;
		position:fixed;
		right:0;
		bottom:0;
		width:100%;
			background:#ff7c7c;
	}
	
	.maintenance p{
		color:#fff;
		width:90%;
		margin:15px 5%;
	}



}