@charset "utf-8";


.bgEdge {
	width: 100%;
	height: 100%;
	position: fixed;
	border-radius: 30px 0 0 30px;
	background-color: #fff;
	z-index: 100;
  left: 20%;
}
/* ---------------------------------------------
　header（左部固定メニュー）
------------------------------------------------ */
.wrap-center-header {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-menu {
	margin: 0 auto;
	padding: 30px 0 0 0;
	position: relative;
	top: 40px;
	z-index: 100000;
}
.tb_btn {
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	z-index: 100000;
	margin: 0 auto;
}
.tb_btn--line {
  position: absolute;
  left: 26px;
	width: 22px;
	height: 3px;
  background-color: #000;
  transition: all 0.3s;
}
.tb_btn--line1 {
  top: 30px;
}
.tb_btn--line2 {
  top: 38px;
}
.tb_btn--line3 {
  top: 46px;
}

.active .tb_btn--line1 {
	transform: rotate(45deg);
	top: 40px;
}
.active .tb_btn--line2 {
	width: 0px;
}
.active .tb_btn--line3 {
	transform: rotate(-45deg);
	top: 60px;
}





.tbmenu {
	width: 88%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}


.menu-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.menu-area::after {
	content: none;
}
.menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 35px 0;
	padding: 0 10px;
	width: 24%;
}
.menu .menu-link {
	text-decoration: none;
	margin: 0 auto;
}
.menu .menu-link img {
	width: 135px;
	margin: 0 auto;
	display: block;
}
.menu--title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0 !important;
	position: relative;
}
.menu--sub {
	text-align: center;
	font-size: 12px;
	margin: 0 !important;
}

.menu._meeting {
	position: relative;
}
.menu._meeting img {
	padding: 0px 0 0 12px;
}
.menu._meeting ._junbi {
	font-size: 10px;
	position: absolute;
	left: 40%;
  bottom: -38px;
}

.bn-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bn-area::after {
	content: none;
}
.bn-area--min {
	width: 30%;
	text-align: center;
	border: 1px solid #e4e4e4;
	border-radius: 30px;
	height: 60px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bn-area--min:nth-of-type(1),
.bn-area--min:nth-of-type(2),
.bn-area--min:nth-of-type(3),
.bn-area--min:nth-of-type(6) {
	border: none;
	height: auto;
}
.bn-1 {
	width: 80px;
}
.bn-2 {
	width: 80px;
}
.bn-3 {
	width: 85px;
}
.bn-4 {
	width: 80px;
}
.bn-5 {
	width: 100%;
}

.linebtn {
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.linebtn ul {
	display: flex;
}
.linebtn ul a {
	width: 100%;
	text-decoration: none;
	color: #000;
}
.linebtn ul li {
	background-color: #9df2fd;
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 3.1;
	font-weight: bold;
}
.linebtn ul li.li-1 {
	border-radius: 25px 0 0 25px;
}
.linebtn ul li.li-2 {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.linebtn ul li.li-3 {
	border-radius: 0 25px 25px 0;
}

.tel {
	font-family: 'Barlow', sans-serif;
	text-align: center;
	padding: 50px 0 20px 0;
	font-style: italic;
	font-weight: 700;
}
.header-wrapper .tel--tel {
	height: 16px;
}
.header-wrapper .tel--number {
	font-size: 24px;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
}
.header-wrapper .hoken {
	text-align: center;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.header-wrapper .company {
	text-align: center;
	line-height: 2;
}
.header-wrapper .copyright {
	text-align: center;
	font-size: 10px;
	padding: 40px 0 0 0;
}


@media screen and (max-height: 590px) {
	.menu {
    width: 25%;
  }
	.header-wrapper .company {
    line-height: 1.5;
  }
	.header-wrapper .copyright {
    padding: 20px 0 0 0;
  }
}


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

header#header {
	width: 24%;
	height: 100%;
	background: linear-gradient(#9df2ff, #a8f5ce);
	z-index: 100;
	position: fixed;
	box-shadow: -70px 0px 47px -48px rgba(0, 0, 0, 0.5)inset;
}

header#header .menu03{
	clear:both;
	padding:10px 0px;
	overflow:hidden;
	position:relative;
}

header#header .menu03 ul {
	float:left;
	left:50%;
	position:relative;
}

header#header .menu03 ul li {
	float:left;
	left:-50%;
	margin-left:0px;
	position:relative;
}

header#header .menu03 ul li.last {
	margin-left:5px;
}

header#header .header-wrapper{
	display: flex;
	flex-direction: column;
	width: 70%;
	margin: 0 auto;
	padding: 0 40px 0 0;
}

header#header .logo{
	padding: 55% 0 0 0;
	width: 80%;
  margin: 0 auto;
}
header#header .logo img{
	width: 100%;
}


.global-navigation{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	padding-bottom:30px;
	font-size: 14px;
}

.global-navigation nav{
	background:#fff;
}

.global-navigation ul{
	border-top: 1px solid #ccc;
}

.global-navigation ul li{
	border-bottom: 1px solid #ccc;
}

.global-navigation ul li a{
	display:block;
	background:url(../images/icon_arrow01.png) right center no-repeat;
	background-size:6px auto;
	color:#333;
	line-height:50px;
	margin:0 15px;
	text-decoration:none;
	font-kerning: normal;
}

.btn-close{
	width:100%;
	background:#999;
	text-align:center;
}

.btn-close a{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
}


/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
	margin:0;
	width: 77%;
	position: absolute;
	background-color: #fff;
	right: 0;
	z-index: 100;
	overflow-x: hidden;
	margin: 0 5px;
}

.container.top {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrap-center {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* ------ title -------------------------------- */

.page-title h1{
	text-align:center;
	font-weight:bold;
	padding:30px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.page-title h1 img{
	zoom: 1;
}

/* ------ topic-path --------------------------- */

.container .topic-path {
	text-align:left;
	margin:10px 10px 20px;
	font-size:12px;
}

/* ------ pagetop ------------------------------ */

.pagetop{
	background:#e2d2a0;
	width:100%;
	text-align:center;
}

.pagetop a,
.pagetop a:link,
.pagetop a:hover,
.pagetop a:visited,
.pagetop a:active {
	background:url(../images/icon_arrow_pagetop.png) center right no-repeat;
	background-size: auto 6px;
	font-size:12px;
	line-height:40px;
	display:block;
	text-decoration:none;
	margin:0 10px;
}

/* content
------------------------------------------------ */

.content {
	width:100%;
}

.page-inner{
	margin:0 10px 20px;
}

.acms-form-group {
	margin-bottom:0;
}

.consult {
	background:#fcf2d4;
	padding:10px;
	text-align:center;
	border-radius:10px;
	margin: 10px;
}

.consult .title{
	margin:0 auto 10px;
	border:none;
	width:50%;
	padding:0;
}

.consult .message{
	margin:0 0 5px;
}

.consult .btn-consult {
	margin: 0;
}

/* sidebar
------------------------------------------------ */

.sidebar{
	text-align:left;
}


/* ------ local-navigation --------------------- */

.sidebar .local-navigation{
	background:url(../blogtpl/images/bg_entry_list.png);
	margin-bottom:20px;
}

.sidebar .local-navigation h2{
	margin:0;
	color:#fff;
	background:#e9486f;
	padding:10px 15px;
	font-weight:bold;
	position:relative;
	z-index:2;
}

.sidebar .local-navigation ul{
	margin-top:-1px;
	z-index:1;
}

.sidebar .local-navigation ul span{
	font-size:78%;
}

.sidebar .local-navigation ul li{
	padding: 10px 35px 10px 25px;
	border-top: 1px dashed #e2d2a0;
	color:#333;
}

.sidebar .local-navigation li a{
	background:url(../images/icon_arrow01.png) no-repeat 96% center;
	background-size:10px auto;
	display:block;
	font-size:13px;
}

.sidebar .local-navigation li li a{
	background:url(../images/icon_arrow02.png) no-repeat 0 0.5em;
	padding-left:10px;
}


.sidebar .local-navigation li a:link,
.sidebar .local-navigation li a:visited,
.sidebar .local-navigation li a:hover,
.sidebar .local-navigation li a:active{
	text-decoration:none;
}

/* ------ banner ------------------------------- */

.sidebar .banner{
	margin-top:0;
}

.sidebar .banner li{
	margin-bottom:10px;
}



/* ---------------------------------------------
　footer
------------------------------------------------ */

footer{
	background:url(../images/bg_footer.png) 0 0 repeat-x #fff8e4;
	clear:both;
}

footer .address{
	padding:20px 10px;
}

footer .address span{
	font-weight:bold;
}

footer .address .tel{
	font-size:18px;
}

footer .address .access{
	background:url(../images/icon_arrow03.png) center left no-repeat;
	background-size:10px 11px;
	padding-left:13px;
}

footer .information{
	margin:20px 10px;
	padding:10px;
	border:1px solid #ddd;
}

footer .information dt{
	margin:0 0 5px;
	font-weight:bold;
}

footer .information dd{
	font-size:87%;
	padding:2px 0 0;
}


footer .footer-logo{
	width:68.333333%;
	margin-bottom:20px;
}

footer a,
footer a:link,
footer a:visited,
footer a:active{
	color:#333;
}

footer a:hover{
	text-decoration: none;
}

footer .maparea{
	height:260px;
}

footer .copyright{
	background:url(../images/bg_copyright.png) 0 0 repeat #747260;
	text-align:center;
	font-size:9px;
	color:#fff;
	padding:15px 0;
	margin:0;
	clear:both;
}