@charset "utf-8";

*, *:before, *:after {
-webkit-box-sizing: border-box!important;
-moz-box-sizing: border-box!important;
-o-box-sizing: border-box!important;
-ms-box-sizing: border-box!important;
box-sizing: border-box!important;
}

.wrapper {
position: relative;
width: 100%;
height: 100%;
padding: 0 0 0px 0;
text-align: center;
/*overflow: hidden; /* 右隅グレー削除 */
-webkit-transition: all .5s ease;
transition: all .5s ease;
background: #fff;
overflow: hidden;
z-index: 2;
}

@media only screen and (max-width: 767px){
.wrapper {
padding: 0 0 0px 0;
min-height: 100vh;
}
}
.side-open .wrapper,
.side-open .overlay {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 3;
}

.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}

.overlay::after {
	content: "";
	visibility: hidden;
	position: fixed;
	top: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,0);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}


/* ----------
 btn
 ---------- */
.btn__box {
	position: relative;
	text-align: center;
	z-index: 1;
}

.btn__box a {
	display: block;
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 13px;
	color: #1a1e24;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #1a1e24;
}

.btn__box a:hover {
	color: #fff !important;
	background: #1a1e24;
}

.btn__box--svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 214px;
	height: 54px;
	margin: auto;
	z-index: -1;
}

.btn__box--svg rect {
	fill: transparent;
	stroke: #1a1e24;
	stroke-width: 1px;
	stroke-dasharray: 242px;
	stroke-dashoffset: 256px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.btn__box a:hover + .btn__box--svg rect {
	stroke-width: 2px;
	stroke-dasharray: 600px;
	stroke-dashoffset: 0;
}

/* ----------
 side menu
 ---------- */
.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 300px;
	height: 100%;
	padding-top: 70px;
	text-align: left;
	font-size: 13px;
	background: #ffffff;/* slidebgcolor */
	z-index: 1;
}

.side-menu__ul {
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
}

.side-menu__ul--child {
background: #ffffff;
}

.active .side-menu__ul--child {
	display: block;
}
.side-menu__ul--child li a {
	display: block;
	font-size: 13px;
	color: #333333; /* submenu linkcolor */
}

.side-menu__ul > li > a {
	display: block;
}
.side-menu__ul > li h2 {
	font-size: 15px;
font-weight: 400;
	color: #333333; /* mainmenu linkcolor */
}

.side-menu__ul h2 {
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.side-menu__ul h2 a {
color: #000; /* h2menu linkcolor */
	-webkit-transition: all .5s;
	transition: all .5s;
}

.side-menu__ul > li a:hover {
	background: #000; /* ホバーカラー */
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.side-menu__ul > li a {
padding: 10px 0 10px 20px;
text-decoration: none;
display: block;
background: #ccc; /* ホバー前カラー */
-webkit-transition: all .5s;
transition: all .5s;
}
.side-menu__ul--child > li a {
	padding: 10px 0 10px 35px;
 text-decoration: none;
	display: block;
background: #fff; /* 子要素ホバー前カラー */
	-webkit-transition: all .5s;
	transition: all .5s;
}



/* ----------
 ellipsis btn
 ---------- */
.side-menu-btn {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
}

.ellipsis-v {
  position: absolute;
  padding: 10px;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #ffffff;
}

.ellipsis-v .point {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 30px;
  height: 4px;
  background: #000000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ellipsis-v .top { top: 10px; }
.ellipsis-v .mid { top: 22px; }
.ellipsis-v .bot { top: 34px; }

.side-menu-btn:hover .top {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.side-menu-btn:hover .bot {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}


.side-open .side-menu-btn:hover .top,
.side-open .top {
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-open .mid {
  top: 24px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	
}
.side-open .side-menu-btn:hover .bot,
.side-open .bot {
  top: 24px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* ----------
 side add
 ---------- */
.side-add-wrap {
width: 90%;
margin: 40px auto 0 auto;
text-align: center;
color: #000;
}
.side-add {
font-size: 15px;
line-height: 1.3em;
}


/* ----------
 side txt1
 ---------- */
.side-txt1-wrap {
width: 90%;
margin: 0 auto 10px auto;
text-align: left;
color: #000;
}
.side-txt1 {
font-size: 14px;
line-height: 1.3em;
font-weight: 400;
}


/* ----------
 side tel
 ---------- */
.side-tel-wrap {
width: 90%;
margin: 0px auto 20px auto;
text-align: center;
color: #666;
font-size: 16px;
}
.side-tel1 {
padding: 5px 0 5px 5px;
color: #000;
font-size: 30px;
line-height: 1em;
font-weight: bold;
}



/* ----------
 side bn
 ---------- */
.side-bn-wrap {
width: 90%;
padding: 0 0 0 0;
margin: 10px auto 0 auto;
text-align: center;
color: #ffffff;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
background: #1b76bd;
}
.side-bn-wrap a {
padding: 10px;
color: #ffffff;
text-decoration: none;
display: block;
}
.side-bn-wrap a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


/* ----------
 side bn2
 ---------- */
.side-bn2-wrap {
width: 90%;
margin: 50px auto 0px auto;
text-align: center;
}
.slide-bn2-wrap img {
max-width:100%;
height:auto;
}

/* ----------
 side mail
 ---------- */
.side-mail-wrap {
width: 90%;
margin: 10px auto 70px auto;
text-align: center;
color: #ffffff;
font-size: 14px;
font-weight: 400;
}
.side-mail-wrap a {
padding: 10px 10px 10px 30px;
color: #fff;
text-decoration: none;
display: block;
background: url(../img/ico_sidemail.png) 70px 16px no-repeat , #000;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
.side-mail-wrap a:hover {
color: #fff;
background: url(../img/ico_sidemail.png) 70px 16px no-repeat , #666;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
}