@charset "UTF-8";
/**
 * Reset Detaults.
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

img {
  vertical-align: top;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

tr, td, th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-left {
  float: left;
  margin: 8px 0;
}

.f-right {
  float: right;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.t-white {
  color: #fff;
}

.long-dash {
  -webkit-transform: scale(2, 1) translateX(5px);
  -moz-transform: scale(2, 1) translateX(5px);
  -ms-transform: scale(2, 1) translateX(5px);
  -o-transform: scale(2, 1) translateX(5px);
  transform: scale(2, 1) translateX(5px);
  display: inline-block;
}

/**
 * Media Query
 */
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
.bg-gradient {
  background: #1583dc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTU4M2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3ZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1583dc), color-stop(100%, #27eabb));
  background: -webkit-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -o-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -ms-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: linear-gradient(135deg, #1583dc 0%, #27eabb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1583dc', endColorstr='#27eabb',GradientType=1 );
}

.blue-text-color {
  color: #17b3d6;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------------
Font
--------------------*/
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', Meiryo, メイリオ, sans-serif;  
  *font-size: small;
  *font: x-small;
  font-weight: normal;
  line-break: strict;
  word-break: break-strict;
}

.note {
  font-size: 12px;
}

html, body {
  width: 100%;
  height: 100%;
  color: #382d26;
  -webkit-text-size-adjust: 100%;
}

.min-w {
    min-width: 1200px;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

#app {
  min-width: 1280px;
}

.page #app {
  padding-bottom: 100px;
  background-color: #ffffff;
}

.page-title {
  padding-top: 100px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 38px;
}

.sec-inner {
  width: 780px;
  margin: 0 auto;
}

/*--------------------
Button
--------------------*/
.link_sub {
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #17B3D6d8;
  text-decoration: none;
}
a.active {
  color: #17b3d6;
  text-decoration: none;
}
a.disable {
  opacity: 0.3;
}

.btn {
  border-radius: 7px;
  background: #fff;
  padding: 5px 20px;
  color: #000;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #fff;
  -webkit-animation: zoom-hover 0.25s ease-out forwards;
  -moz-animation: zoom-hover 0.25s ease-out forwards;
  -ms-animation: zoom-hover 0.25s ease-out forwards;
  -o-animation: zoom-hover 0.25s ease-out forwards;
  animation: zoom-hover 0.25s ease-out forwards;
  background: #000;
}



.btn-gradient-iphone {
  -webkit-appearance: none;
  border-radius: 7px;
  background: #ffffff;
  padding: 5px 20px;
  color: #17B3D6d8;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #17B3D6d8;

/*  color: #fff;
  background: #1583dc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTU4M2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3ZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
  /*background: -moz-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1583dc), color-stop(100%, #27eabb));
  background: -webkit-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -o-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -ms-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: linear-gradient(135deg, #1583dc 0%, #27eabb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1583dc', endColorstr='#27eabb',GradientType=1 );*/
  
  /*
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
  */
	
}



.btn-large {
  padding: 17px 80px;
  font-size: 20px;
}

.btn-mini {
  padding: 10px 30px;
  font-size: 15px;
}



.btn-gradient {
  color: #17B3D6d8;
  border-radius: 7px;
  background: #ffffff;

  border: solid 1px #17B3D6d8;

/*  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTU4M2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3ZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
/*  background: -moz-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1583dc), color-stop(100%, #27eabb));
  background: -webkit-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -o-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -ms-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: linear-gradient(135deg, #1583dc 0%, #27eabb 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1583dc', endColorstr='#27eabb',GradientType=1 );
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
}
.btn-gradient:hover {
  color: #ffffff;
  background: #17B3D6d8;
}












/*--------------------
g-header
--------------------*/
#g-header {
  padding: 40px 0 60px;
}

#g-fixed-header {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: fixed;
  top: -60px;
  z-index: 99999;
}

.g-header h1 {
  margin-top: 14px;
}
.g-header nav {
  margin-top: 8px;
}
.g-header nav li {
  float: left;
  margin-left: 40px;
}

/*--------------------
g-footer
--------------------*/
#g-footer {
  color: #000;
  padding: 30px 0 150px;
  background: #fff;
}
#g-footer a {
  color: #000;
}
#g-footer a:hover {
  color: #17b3d6;
}
#g-footer .copyright {
	padding-top:15px;
}
#g-footer nav {
	padding-bottom:40px;
	text-align:center;
}

#g-footer nav li {
  display:inline-block;
  padding: 0 15px;
  height: 14px;
  line-height: 0.8;
  border-right: 1px solid #dbdbdb;
}
#g-footer nav li:last-child {
  border: none;
  padding-right: 0;
}

#g-footer .sns {
  position: relative;
  width: 250px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto 40px;
}
#g-footer .sns .sns-inner {
  position: absolute;
  z-index: 99999;
  width: 225px;
  height: 30px;
  overflow: hidden;
  top: 10px;
  right: 10px;
}
#g-footer .sns .sns-inner .twitter {
  position: absolute;
  left: 125px;
  top: 0;
}


/*--------------------
top-btn
--------------------*/
.top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.top-btn.active {
  display: block;
  -webkit-animation: bounce 0.5s ease-in-out;
  -moz-animation: bounce 0.5s ease-in-out;
  -ms-animation: bounce 0.5s ease-in-out;
  -o-animation: bounce 0.5s ease-in-out;
  animation: bounce 0.5s ease-in-out;
}
.top-btn:hover {
  opacity: 0.8;
}
.top-btn:hover img {
  -webkit-animation: bounce 0.5s ease-in-out;
  -moz-animation: bounce 0.5s ease-in-out;
  -ms-animation: bounce 0.5s ease-in-out;
  -o-animation: bounce 0.5s ease-in-out;
  animation: bounce 0.5s ease-in-out;
}


form, input, select,textarea{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', Meiryo, メイリオ, sans-serif;
}

#contents dl {
  margin-bottom: 10px;
}

#contents dl + dl {
  margin-bottom: 17px;
}


#contents label,
#contents dt {
  width: 200px;
  float: left;
}
#contents .control,
#contents dd {
  width: 500px;
  margin-left: 260px;
}
#contents .form {
  padding-top: 30px;
  border-top: 1px solid #666;
}
#contents .required {
  color: #ed3f28;
}
#contents .control-group {
  margin: 20px 0;
}
#contents .control-group textarea, #contents .control-group input {
  padding: 10px;
  margin-right: 10px;
}
#contents .control-group textarea:focus, #contents .control-group input:focus {
  background: #EEFFFFd8;
  outline: 2px solid #17B3D6d8;
}
#contents .control-group textarea {
  width: 100%;
}
#contents .control-group .input-large {
  width: 100%;
}
#contents .form-action {
  margin: 60px 0 30px;
}

#contents .form-action input {
  display: inline-block;
  
}
#contents .privacy {
  text-align: center;
  font-size: 14px;
  color: #84756d;
}
#contents .privacy a {
  text-decoration: underline;
}

#privacy_list li{
  color: #382d26;
  margin-bottom:15px;
	 
}

#privacy_list li h2{
  color: #382d26;
}

.privacy_title{
  margin-top:60px;
  border-top:1px solid #666;
  border-bottom: 1px solid #666;
  padding:20px 0;	
  font-size: 30px;
}

#thanks p{
  text-align:center;
  margin-top:45px;
  padding-top:45px;
  padding-bottom:0;
  border-top:1px solid #666;
  font-size:18px;
}


#contents .control-group select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  text-indent: .01px; /*Firefox�p*/
  text-overflow: ""; /*Firefox�p*/
	background: #fff url(../img/arrow.png) no-repeat;
  padding: 10px;
  background-size:25px 9px;
  background-position: right center;
	
	width: 100%;
	margin-right: 10px;
  border: solid 1px;
}


.rece_time{
	margin-top:10px;
}




#contents .control-group select:focus {
  background: #EEFFFFd8 url(../img/arrow.png) no-repeat;
  background-size:25px 9px;
  background-position: right center;
  outline: 2px solid #17B3D6d8;
}






/*
#contents .control-group textarea, #contents .control-group select {
  padding: 10px;
  margin-right: 10px;
}
#contents .control-group textarea:focus, #contents .control-group select:focus {
  background: #e9fffd;
  outline: 2px solid #17b3d6;
}
*/

#g-fixed-header_spottour {
  background-color: #17B3D6d8;
  width: 100%;
  height: 48px;
  overflow: hidden;
  position: fixed;
  transition: .2s;
  z-index: 99999;
}


#g-fixed-header_spottour a{
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.header_logo{
  width: 156px;
  height: 35px;
  background: url("../../img/ja/menu_img_logo.png") no-repeat;

  display: inline-block;
  vertical-align: middle;
}

#g-fixed-header_spottour.hide{
    transform: translateY(-100%);
}



