@charset "utf-8";

/* **************************************************

  common
  
************************************************** */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html,
body { background: #fff url(../images/bg_01.png) repeat 0px 0px; }
body {
	text-align: center;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
*html body { font-size: 87.5%; }
*:first-child+html body { font-size: 87.5%; }
body {
	font: 14px/1.5 "秀英丸ゴシック L", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #626262;
}
::selection {
  color: #fff;
  background: #57c6da;
}
::-moz-selection {
  color: #fff;
  background: #57c6da;
}
a {
	color: #2fc8d4;
	outline: none;
	text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover, a:active { color: #000; }
a img { border: none; }
img {
	vertical-align: bottom;
  height: auto;
	border: none;
	outline: none;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-ms-interpolation-mode: bicubic;
}
table { line-height: 1.5; }

.over {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.over:hover {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:hover img {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media screen and (min-width:0px) {
img { max-width: 100%; }
}

@media screen and (max-width:767px) {
html,
body { background-size: 100px auto; }
}



/* **************************************************

  visible / hidden
  
************************************************** */
.visible-md,
.visible-sm,
.visible-xs { display: none !important; }

@media screen and (max-width:1000px) {
.hidden-md { display: none !important; }
.visible-md { display: block !important; }
br.visible-md,
span.visible-md { display: inline !important; }
}

@media screen and (max-width:767px) {
.hidden-sm,
br.hidden-sm,
span.hidden-sm { display: none !important; }
.visible-sm { display: block !important; }
br.visible-sm,
span.visible-sm { display: inline !important; }
}

@media screen and (max-width:320px) {
.hidden-xs,
br.hidden-xs,
span.hidden-xs { display: none !important; }
.visible-xs { display: block !important; }
br.visible-xs,
span.visible-xs { display: inline !important; }
}



/* **************************************************

  device check
  
************************************************** */
#device-md,
#device-sm {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
}

@media screen and (max-width:1000px) {
#device-md { display: block; }
}

@media screen and (max-width:767px) {
#device-sm { display: block; }
}



/* **************************************************

  header
  
************************************************** */
#header {
  background: url(../images/wave_header_01.png) no-repeat center bottom;
  padding-bottom: 40px;
  z-index: 1000;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  -ms-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}
#header.min { padding-bottom: 0px; }
#header .inner {
  background: #fff;
  padding: 20px 0px;
  overflow: hidden;
  zoom: 1;
}
#header .logo { float: left; }
#header .logo a:hover img {
  -ms-filter: "alpha(opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  opacity: 1.0 !important;
}
#header .logo img { width: 145px; }
#header .menu-wrap .title { display: none; }
#header .menu-toggle { display: none; }

@media screen and (max-width:1000px) {
#header {
  padding-bottom: 0px !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#header .inner { padding: 0px; }
#header .logo {
  background: #fff;
  float: none;
  width: auto;
  padding: 15px;
  z-index: 1;
  position: relative;
}
#header .logo img { width: 102px; }
#header .menu-toggle {
  display: block;
  z-index: 2;
  position: absolute;
  right: 0px;
  top: 0px;
}
#header .menu-toggle a {
  display: block;
  background: url(../images/menu.png) no-repeat left bottom;
  background-size: 60px auto;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#header .menu-wrap {
  color: #fff;
  background: #53d2e9 url(../images/menu_bg_01.png) repeat left top;
  background-size: 99px auto;
  float: none;
  width: 100%;
  padding: 70px 10px 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header .menu-wrap .menu-inner {
  background: #53d2e9;
  padding: 16px 12px;
}
#header .menu-wrap .title {
  display: block;
  text-align: center;
}
#header .menu-wrap .title img { width: 56px; }

/* open */
body.open #header .menu-wrap,
body.close #header .menu-wrap {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
body.open #header .menu-wrap {
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
body.open #header .menu-toggle a { background-position: left top; }
}


/* --------------------------------------------------
  globalnav
-------------------------------------------------- */
#globalnav {
  float: left;
  margin-left: 35px;
}
#globalnav ul {
  overflow: hidden;
  zoom: 1;
}
#globalnav li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  float: left;
  margin-left: 20px;
  padding-top: 20px;
}
#globalnav li:first-child { display: none; }
#globalnav li:first-child + li { margin-left: 0px; }
#globalnav li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#globalnav li a:hover,
#globalnav li.current-menu-item a { color: #2fc8d4; }
#globalnav li.current-menu-item a { cursor: default; }

@media screen and (max-width:1000px) {
#globalnav {
  float: none;
  margin: 15px 0px 0px;
}
#globalnav ul { border-top: 1px dotted #fff; }
#globalnav li {
  font-size: 14px;
  text-align: center;
  width: 50%;
  margin: 0px;
  padding: 0px;
}
#globalnav li:first-child {
  display: block;
  width: 100%;
}
#globalnav li a {
  color: #fff !important;
  line-height: 44px;
  display: block;
  border-bottom: 1px dotted #fff;
}
#globalnav li:nth-child(even) a { border-right: 1px dotted #fff; }
}


/* --------------------------------------------------
  subnav
-------------------------------------------------- */
#subnav { float: right; }
#subnav ul {
  overflow: hidden;
  zoom: 1;
}
#subnav li {
  float: left;
  height: 22px;
  margin-left: 15px;
  padding-top: 20px;
}
#subnav li a {
  font-size: 22px;
  line-height: 22px;
}
#subnav li:first-child { margin-left: 0px; }
#subnav li.ico-contact a { color: #bcc6c1 !important; }
#subnav li.ico-youtube a { color: #e22c29 !important; }
#subnav li.ico-twitter a { color: #2ca7e0 !important; }
#subnav li.ico-facebook a { color: #3765a3 !important; }
#subnav li .fontawesome-text { display: none !important; }

@media screen and (max-width:1000px) {
#subnav {
  float: none;
  margin-top: 15px;
}
#subnav ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#subnav li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  float: none;
  height: 36px;
  margin: 0px 10px;
  padding: 0px;
}
#subnav li a {
  color: #53d2e9 !important;
  line-height: 36px;
  background: #fff;
  display: block;
  width: 36px;
  border-radius: 50%;
}
}



/* **************************************************

  links
  
************************************************** */
#links {
  background: url(../images/links_bg_01.png) repeat left top;
  padding: 50px 0px;
  position: relative;
  z-index: 100;
}
#links .inner-1000 { text-align: center; }
#links .title {
  font-family: "Montserrat", sans-serif;
  font-size: 171.428%;
  color: #3dafd5;
  line-height: 44px;
  background: url(../images/links_title_bg_01.png) no-repeat left top;
  background-size: 206px;
  letter-spacing: 0.1em;
  text-align: center;
  width: 206px;
  margin-left: -103px;
  padding-bottom: 4px;
  position: absolute;
  top: -24px;
  left: 50%;
}
#links .banner-slider .slick-list li {
  font-size: 0;
  text-align: center;
  margin: 0px 8px;
  padding-bottom: 5px;
}
#links .banner-slider .slick-list li a {
  display: inline-block;
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
#links .banner-slider .slick-list li img { width: 100%; }
#links .banner-slider .slick-dots li button:hover,
#links .banner-slider .slick-dots li.slick-active button { background: #fff; }

@media screen and (max-width:767px) {
#links {
  background-size: 100px auto;
  padding: 9.375% 0% 4.6875%;
}
#links .banner-slider .slick-list li { padding-bottom: 3px; }
#links .banner-slider .slick-list li a,
#links .banner-slider .slick-list li a img { width: 100%; }
#links .banner-slider .slick-list li a { box-shadow: 3px 3px 0px rgba(0,0,0,0.1); }
}



/* **************************************************

  sitemap
  
************************************************** */
#sitemap {
  background: #fff;
  padding: 40px 0px;
}
#sitemap .menu > li {
  line-height: 2;
  padding-top: 6px;
}
#sitemap .menu > li:after {
  content: "";
  display: block;
  clear: both;
}
#sitemap .menu > li:first-child { padding-top: 0px; }
#sitemap .menu > li a:before {
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.5em;
}
#sitemap .menu > li > a {
  display: inline-block;
  float: left;
}
#sitemap .menu > li > a:before { content: "\f138"; }
#sitemap .menu > li > ul { margin-left: 18em; }
#sitemap .menu > li > ul {
  overflow: hidden;
  zoom: 1;
}
#sitemap .menu > li > ul > li {
  float: left;
  margin-right: 2em;
}
#sitemap .menu > li > ul > li:last-child { margin-left: 0px; }
#sitemap .menu > li > ul > li > a:before { content: "\f0da"; }

@media screen and (max-width:767px) {
#sitemap { padding: 0; }
#sitemap .menu > li {
  font-size: 12px;
  padding: 0px;
  position: relative;
  border-top: 1px dotted #ccc;
}
#sitemap .menu > li:first-child { border: none; }
#sitemap .menu > li > a {
  line-height: 20px;
  display: block;
  float: none;
  padding: 10px 7.03125% 10px 4.6875%;
}
#sitemap .menu > li > a:before { display: none; }
#sitemap .menu > li > a:after {
  font-family: "FontAwesome";
  content: "\f0da";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 4.6875%;
}
#sitemap .menu > li > ul > li { display: none; }
}



/* **************************************************

  footer
  
************************************************** */
#footer {
  color: #fff;
  background: #343434;
  padding: 40px 0px;
}
#footer .inner-1000 { text-align: center; }
#footer .logo img { width: 150px; }
#footer .logo a:hover img {
  -ms-filter: "alpha(opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  opacity: 1.0 !important;
}
#footer .info {
  margin-top: 20px;
}
#footer .copy {
  font-size: 92.857%;
  margin-top: 20px;
}

@media screen and (max-width:767px) {
#footer { padding: 6.25% 0%; }
#footer .logo img { width: 120px; }
#footer .info,
#footer .copy { font-size: 71.428%; }
}



/* **************************************************

  scrollup
  
************************************************** */
#scrollup {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 100px;
  right: 20px;
  -webkit-transform: translate(0px,40px);
  -moz-transform: translate(0px,40px);
  -ms-transform: translate(0px,40px);
  -o-transform: translate(0px,40px);
  transform: translate(0px,40px);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
#scrollup.show {
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  transform: translate(0px,0px);
}
#scrollup img { width: 82px; }

@media screen and (max-width:1000px) {
#scrollup { display: none !important; }
}



/* **************************************************

  container
  
************************************************** */
#container { padding-top: 82px; }

@media screen and (max-width:1000px) {
#container { padding-top: 60px; }
}



/* **************************************************

  breadcrumb
  
************************************************** */
.breadcrumb { padding: 25px 0px; }
.breadcrumb ul {
  padding: 0px 3%;
  overflow: hidden;
  zoom: 1;
}
.breadcrumb li {
  line-height: 20px;
  float: left;
  margin-right: 0.8em;
  overflow: hidden;
  zoom: 1;
}
.breadcrumb li:last-child { margin-right: 0; }
.breadcrumb li:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  margin-right: 0.8em;
}
.breadcrumb li:first-child:before { display: none; }
.breadcrumb li .fa { font-size: 128.571%; }
#content + .breadcrumb { padding-bottom: 40px; }

@media screen and (max-width:767px) {
.breadcrumb { padding: 12px 0px; }
.breadcrumb ul { padding: 0px; }
.breadcrumb li { font-size: 85.714%; }
#content + .breadcrumb { padding: 20px 0px 40px; }
}



/* **************************************************

  inner / wrapper
  
************************************************** */
/* --------------------------------------------------
  width
-------------------------------------------------- */
.inner-800,
.inner-900,
.inner-1000 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.inner-900 { max-width: 800px; }
.inner-900 { max-width: 900px; }
.inner-1000 { max-width: 1000px; }

@media screen and (max-width:1000px) {
.wrapper-30,
.wrapper-md-30 {
  padding-right: 3%;
  padding-left: 3%;
}
}

@media screen and (max-width:767px) {
.wrapper-30,
.wrapper-sm-30 {
  padding-right: 4.6875%;
  padding-left: 4.6875%;
}
.wrapper-md-30 {
  padding-right: 0;
  padding-left: 0;
}
}


/* --------------------------------------------------
  bg
-------------------------------------------------- */
.inner-bg-upper,
.inner-bg-lower {
  position: relative;
  z-index: 1;
}
.inner-bg-upper {
  background: url(../images/wave_upper_01.png) no-repeat center top;
  padding-top: 80px;
}
.inner-bg-lower {
  background: url(../images/wave_lower_01.png) no-repeat center bottom;
  padding-bottom: 40px;
}

@media screen and (max-width:767px) {
.inner-bg-upper,
.inner-bg-lower { background-size: 1500px auto; }
.inner-bg-upper { padding-top: 40px; }
.inner-bg-lower { padding-bottom: 20px; }
}



/* **************************************************

  magnificPopup
  
************************************************** */
.mfp-fade.mfp-bg {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

