@charset "UTF-8";
/* ------------
scss Base
------------------------------------*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1.61;
  color: #000;
  -webkit-text-size-adjust: 100%;
  min-width: 1044px;
}

#en {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#zh {
  font-family: "Droid Sans","SimSun","Song","PingHei", "微软雅黑", sans-serif;
}

#ko {
  font-family: "Malgun Gothic","Yoon Gothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, img,
p, div, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a:link, a:hover,
a:active, a:visited {
  text-decoration: none;
  color: #007bc7;
}

.sp {
  display: none;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

header {
  padding: 22px 0 10px;
}
header .wrap {
  display: -webkit-flex;
  display: flex;
}
header ul {
  width: 326px;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header ul li {
  width: 159px;
  border-radius: 5px;
  background: #dcdcdc;
  line-height: 37px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
header ul li:nth-child(2n) {
  margin-left: 8px;
}
header ul li.stay, header ul li:hover {
  background: #007bc7;
}
header ul li a {
  display: block;
  border-radius: 5px;
  height: 100%;
}
header ul li a:hover {
  color: #FFF;
}

button.slick-prev,
button.slick-next {
  z-index: 10;
}

.slick-prev,
.slick-next {
  width: 29px;
  height: 44px;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

#sec01 {
  background: url(../img/bg_nami01.gif) 0 bottom repeat-x #0087da;
  margin-bottom: -1px;
  padding: 30px 0 33px;
  color: #FFF;
}
#sec01 .mainSlide {
  position: relative;
}
#sec01 .naminosuke {
  position: absolute;
  right: -22px;
  bottom: 0;
  z-index: 20;
}
#sec01 .slide-thumb {
  width: 603px;
  margin: 10px auto 40px;
}
#sec01 .slide-thumb li {
  cursor: pointer;
}
#sec01 .slide-thumb li img {
  border: 4px solid #FFF;
}
#sec01 p {
  font-size: 18px;
  font-weight: bold;
}

#sec02 {
  background: #b7e8ff;
  padding: 30px 0 40px;
}
#sec02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#sec03 {
  background: url(../img/bg_nami02.gif) 0 top repeat-x;
  margin-top: -1px;
  padding: 36px 0 92px;
}
#sec03 h2 {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  padding-left: 60px;
  margin-bottom: 35px;
  background: url(../img/ico_map.png) 0 0 no-repeat;
  font-size: 30px;
}
#sec03 .wrap {
  position: relative;
}
#sec03 .mozuyan {
  position: absolute;
  bottom: -70px;
  left: 0;
}

#sec04 {
  background: url(../img/bg_nami03.gif) 0 bottom repeat-x #eeeeee;
  margin-bottom: -1px;
  padding: 40px 0 80px;
}
#sec04 #gmap {
  position: relative;
  padding-bottom: 386px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
#sec04 #gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#sec04 h2 {
  padding-left: 60px;
  background: url(../img/ico_gmap.png) 0 0 no-repeat;
  font-size: 30px;
}
#sec04 .boxL {
  width: 470px;
  float: left;
}
#sec04 .boxR {
  width: 530px;
  float: right;
}
#sec04 .boxR h3 {
  margin-bottom: 10px;
  padding-right: 210px;
}
#sec04 .boxR p {
  padding-right: 210px;
}
#sec04 .boxR .cap {
  float: right;
}

#sec05 {
  background: #0087da;
  padding: 30px 0 45px;
}
#sec05 h2 {
  width: 760px;
  padding-left: 60px;
  margin-bottom: 8px;
  background: url(../img/ico_access.png) 0 50% no-repeat;
  font-size: 24px;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
#sec05 ul {
  width: 760px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#sec05 ul li {
  font-size: 14px;
  color: #FFF;
}
#sec05 .fb {
  float: right;
}
#sec05 .lang,
#sec05 .count {
  display: inline-block;
  text-align: right;
}
#sec05 .count {
  width: 100px;
  padding-right: 5px;
  background: #FFF;
  color: #0087da;
  font-weight: bold;
}

footer {
  padding: 30px 0;
}
footer h2 {
  border-top: 1px solid #b4b4b4;
  padding-top: 10px;
}
footer p {
  text-align: right;
  margin-top: -23px;
}

.tac {
  text-align: center;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}
