@charset "utf-8";
/* CSS Document */
#back-top {
	position: fixed;
    right: 5%;
    bottom: 15px;
    z-index: 99999;
}

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(images/up-arrow.png) no-repeat center center;
opacity: 0.8;

	/* rounded corners */
	-webkit-border-radius: 3;
	-moz-border-radius: 3px;
	border-radius: 3px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	width: 200px;
	height: 40px;
	margin: 100px auto 0;
	font-size: 13px;
	cursor: pointer;
	-webkit-perspective: 200px;
	perspective: 200px;
}

.btn__box a,
.btn__box:after {
	position: absolute;
	display: block;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-ms-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}

.btn__box:after {
	top: 0;
	left: 0;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	content: "このデモのエントリーへ";
}

.btn__box:hover a {
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 2;
}

.btn__box:hover:after {
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	z-index: 1;
}

/* --------------------------------------------------- side menu */
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
}

.side-open .menu {
	cursor: url(../images/cross.svg),auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
  z-index: 9999;
}

.menu ul {
	display: table-cell;
	vertical-align: middle;
}

.menu li {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}

.side-open .menu li {
	opacity: 1;
}

.side-open .menu li:nth-child(1) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}

.side-open .menu li:nth-child(2) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}

.side-open .menu li:nth-child(3) {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}

.side-open .menu li:nth-child(4) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}

.side-open .menu li:nth-child(5) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}

.menu li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
  font-weight: 700;
	color: #f5f5f5;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu li a:hover {
	color: #999;
}
.cost-table th{
  border: 1px solid #1F5090;
  background-color: #58A9DB;
  padding: 12px 10px;
  color: #fff;
  position: relative;
  font-weight: bold;
  min-height: 39px;
  margin-right: -10000px;
  text-align: center;
  line-height: 14px;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;  
}
.cost-table td{
  border: 1px solid #1F5090;
  background-color: transparent;
  position: relative;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイ
  オ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  min-height: 48px;
  font-size: 16px;
  margin-right: -10000px;
  text-align: center;
  line-height: 16px;
  padding: 15px 10px;
}

@media screen and (min-width:960px){
.cost-table{
  width: 638px;
  height: ;286px;
}
#cost-table-th1{
  width: 239px;
}
#cost-table-th2{
  width: 259px;
}
#cost-table-th3{
  width: 140px;
}
#google_translate_element{
  text-align: center;
}
}

@media screen and (max-width:959px){
.cost-table{
  width: 549px;
  height: ;282px;
}
#cost-table-th1{
  width: 206px;
}
#cost-table-th2{
  width: 223px;
}
#cost-table-th3{
  width: 120px;
}
}

@media screen and (max-width:599px){
.menu-btn {
	position: fixed;
  right: 5px;
  top: 5px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
  background: #cdcdcd;
  opacity: 0.8;
}

.menu-btn span {
	color: #333333;
}

.menu-btn span:after {
	content: attr(data-txt-open);
}

.side-open .menu-btn span:after {
	content: attr(data-txt-close);
}

.menu-btn:hover span:nth-child(1):after {
	-webkit-animation: anim .5s ease 0s forwards;
	animation: anim .5s ease 0s forwards;
}

.menu-btn:hover span:nth-child(2):after {
	-webkit-animation: anim .5s ease .1s forwards;
	animation: anim .5s ease .1s forwards;
}

.menu-btn:hover span:nth-child(3):after {
	-webkit-animation: anim .5s ease .2s forwards;
	animation: anim .5s ease .2s forwards;
}

.menu-btn:hover span:nth-child(4):after {
	-webkit-animation: anim .5s ease .3s forwards;
	animation: anim .5s ease .3s forwards;
}

.menu-btn:hover span:nth-child(5):after {
	-webkit-animation: anim .5s ease .4s forwards;
	animation: anim .5s ease .4s forwards;
}
.cost-table{
  width: 340px;
  height: ;282px;
}
#cost-table-th1{
  width: 128px;
}
#cost-table-th2{
  width: 138px;
}
#cost-table-th3{
  width: 74px;
}
}



