@charset "UTF-8";
/*===リセットcss読み込み===*/
/*==================================
 resetcss default type: 1 or HTML5
 resetcss Eric type: 2 or Eric
 resetcss Yui type: 3 or YUI
 Normalize css type: 4 or Normalize
==================================*/
/* 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
	*/
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; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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; }

/* change border colour to suit your needs 
	*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*===リセットcss読み込み END===*/
.clear {
  clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.radius100 {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }

.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mvcover {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }

* {
  box-sizing: border-box; }

body {
  color: #222;
  font-size: 1em;
  letter-spacing: 1.2pt;
  line-height: 1.7em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center; }

a {
  color: #222;
  text-decoration: none; }

#header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000; }
  @media screen and (max-width: 780px) {
    #header {
      position: inherit !important; } }
  #header > div {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative; }
    @media screen and (max-width: 780px) {
      #header > div {
        width: 100%;
        text-align: center; } }
    #header > div h1 {
      display: block;
      width: 182px;
      height: 46px;
      background: url(../images/logo.png);
      background-size: 182px 46px;
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden; }
      @media screen and (max-width: 780px) {
        #header > div h1 {
          margin: 0 auto; } }
    #header > div .smp-only-home {
      display: none; }
      @media screen and (max-width: 780px) {
        #header > div .smp-only-home {
          display: flex;
          font-size: 11px;
          position: absolute;
          left: 11px;
          top: 11px;
          width: 48px;
          height: 48px;
          border: 1px solid #DFDFDF;
          border-radius: 3px;
          justify-content: center;
          align-items: center;
          line-height: 1; } }
    #header > div nav {
      position: absolute;
      right: 0;
      top: 22px; }
      @media screen and (max-width: 780px) {
        #header > div nav {
          position: fixed;
          bottom: 0;
          top: inherit;
          width: 100%; } }
      @media screen and (max-width: 780px) {
        #header > div nav ul {
          width: 100%;
          background: #FFF;
          border-top: 1px solid #DFDFDF; } }
      #header > div nav ul li {
        float: left;
        margin: 0 40px 0 0; }
        @media screen and (max-width: 780px) {
          #header > div nav ul li {
            width: 25%;
            margin: 0;
            border-right: 1px solid #DFDFDF; }
            #header > div nav ul li:first-child {
              display: none; } }
        #header > div nav ul li:last-child {
          margin: 0;
          border: none; }
        @media screen and (max-width: 780px) {
          #header > div nav ul li a {
            display: block;
            width: 100%;
            padding: 20px 0;
            font-size: 11px; } }

#top {
  width: 100%;
  height: 560px;
  background-image: url(../images/top-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 70px;
  padding-top: 200px; }
  @media screen and (max-width: 780px) {
    #top {
      margin-top: 0; } }
  #top p {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 0px 7px #000000;
    line-height: 1.7em;
    color: #FFF; }
    @media screen and (max-width: 780px) {
      #top p {
        font-size: 18px; } }

#content1 {
  width: 100%;
  padding: 80px 0;
  background: url(../images/bg.png); }
  @media screen and (max-width: 780px) {
    #content1 {
      padding: 40px 0; } }
  @media screen and (max-width: 780px) {
    #content1 img {
      width: 100%;
      height: auto; } }

#news {
  width: 100%;
  border-top: 6px #FBC600 solid;
  background: #FADC9D;
  padding: 80px 0; }
  #news > div {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 780px) {
      #news > div {
        width: 100%; } }
    #news > div h2 {
      font-size: 24px;
      line-height: 1;
      margin: 0 auto 40px; }
    @media screen and (max-width: 780px) {
      #news > div a {
        display: block;
        width: 100%;
        padding: 0 16px; } }
    #news > div dl {
      padding: 20px 32px;
      background: #FFF;
      display: table;
      width: 100%;
      margin-bottom: 10px;
      background-image: url(../images/yajirushi.png);
      background-size: 8px 12px;
      background-position: 760px center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 780px) {
        #news > div dl {
          display: inherit; } }
      #news > div dl dt {
        width: 160px;
        display: table-cell;
        text-align: left; }
        @media screen and (max-width: 780px) {
          #news > div dl dt {
            display: inherit; } }
      #news > div dl dd {
        display: table-cell;
        text-align: left; }
        @media screen and (max-width: 780px) {
          #news > div dl dd {
            display: inherit; } }

#map {
  position: relative;
  padding: 80px 0;
  /* CSS3 ModalWindow SET
	-------------------------- */ }
  @media screen and (max-width: 780px) {
    #map > img {
      display: none; } }
  #map .smp-map {
    display: none; }
  @media screen and (max-width: 780px) {
    #map .smp-map {
      display: block; }
      #map .smp-map ul {
        display: flex; }
        #map .smp-map ul li {
          width: 14.285714285714286%;
          list-style: none;
          padding: 4px; }
          #map .smp-map ul li a {
            display: block;
            padding: 10px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px; }
          #map .smp-map ul li:nth-child(1) a {
            background: #E9546B;
            color: #FFF; }
          #map .smp-map ul li:nth-child(2) a {
            background: #00A0E9;
            color: #FFF; }
          #map .smp-map ul li:nth-child(3) a {
            background: #F39800;
            color: #FFF; }
          #map .smp-map ul li:nth-child(4) a {
            background: #00ADA9;
            color: #FFF; }
          #map .smp-map ul li:nth-child(5) a {
            background: #920783;
            color: #FFF; }
          #map .smp-map ul li:nth-child(6) a {
            background: #6FBA2C;
            color: #FFF; }
          #map .smp-map ul li:nth-child(7) a {
            background: #AA8420;
            color: #FFF; } }
  #map #A,
  #map #B,
  #map #C,
  #map #D,
  #map #E,
  #map #F,
  #map #G {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute; }
    #map #A h3,
    #map #B h3,
    #map #C h3,
    #map #D h3,
    #map #E h3,
    #map #F h3,
    #map #G h3 {
      background: #E8546B;
      font-size: 21px;
      font-weight: bold;
      padding: 12px 20px;
      margin: 0;
      line-height: 1;
      text-align: left;
      color: #FFF; }
    #map #A .modal_window > a,
    #map #B .modal_window > a,
    #map #C .modal_window > a,
    #map #D .modal_window > a,
    #map #E .modal_window > a,
    #map #F .modal_window > a,
    #map #G .modal_window > a {
      position: absolute;
      right: 0;
      top: -30px; }
      #map #A .modal_window > a span,
      #map #B .modal_window > a span,
      #map #C .modal_window > a span,
      #map #D .modal_window > a span,
      #map #E .modal_window > a span,
      #map #F .modal_window > a span,
      #map #G .modal_window > a span {
        display: inline-block;
        position: relative;
        margin: 0 20px 0 7px;
        padding: 0;
        width: 4px;
        height: 20px;
        background: #FFF;
        transform: rotate(45deg); }
        #map #A .modal_window > a span:before,
        #map #B .modal_window > a span:before,
        #map #C .modal_window > a span:before,
        #map #D .modal_window > a span:before,
        #map #E .modal_window > a span:before,
        #map #F .modal_window > a span:before,
        #map #G .modal_window > a span:before {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: -8px;
          width: 20px;
          height: 4px;
          margin-top: -2px;
          background: #FFF; }
  @media screen and (max-width: 780px) {
    #map img {
      width: 100%; } }
  #map #A h3 {
    background: #E8546B; }
  #map #B h3 {
    background: #009FE8; }
  #map #C h3 {
    background: #F29600; }
  #map #D h3 {
    background: #00ACA8; }
  #map #E h3 {
    background: #910782; }
  #map #F h3 {
    background: #6FB92C; }
  #map #G h3 {
    background: #A98320; }
  #map .close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5; }
  #map .modal_window {
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -400px;
    width: 800px;
    height: 600px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
    -webkit-transform: scale(0); }
    @media screen and (max-width: 780px) {
      #map .modal_window {
        width: 86%;
        left: 0;
        height: auto;
        margin: -180px 7% 0; } }
  #map .modal_window h2 {
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000; }
  #map .modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left; }

@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1; } }
  #map div#maplink div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 0.5;
    opacity: 1;
    display: block; }

@-webkit-keyframes modalScale {
  0% {
    opacity: 0;
    display: block;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
  #map div#maplink div:target .modal_window {
    -webkit-animation-name: modalScale;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 0.5;
    -webkit-transform: scale(1);
    opacity: 1;
    display: block; }
  #map .swiper-container,
  #map .swiper-container_b,
  #map .swiper-container_c,
  #map .swiper-container_d,
  #map .swiper-container_e,
  #map .swiper-container_f,
  #map .swiper-container_g {
    width: 800px;
    height: 532px; }
    @media screen and (max-width: 780px) {
      #map .swiper-container,
      #map .swiper-container_b,
      #map .swiper-container_c,
      #map .swiper-container_d,
      #map .swiper-container_e,
      #map .swiper-container_f,
      #map .swiper-container_g {
        width: 100%;
        height: 240px; } }
    #map .swiper-container .swiper-slide img,
    #map .swiper-container_b .swiper-slide img,
    #map .swiper-container_c .swiper-slide img,
    #map .swiper-container_d .swiper-slide img,
    #map .swiper-container_e .swiper-slide img,
    #map .swiper-container_f .swiper-slide img,
    #map .swiper-container_g .swiper-slide img {
      width: 100%;
      height: auto; }

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
  line-height: 20px !important;
  font-size: 12px !important;
  color: #000 !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.2) !important; }

.swiper-pagination-bullet-active {
  color: #fff !important;
  background: #007aff !important; }

#performance {
  width: 100%;
  border-top: 6px #009ADC solid;
  background: #DAEBF9;
  padding: 80px 0; }
  #performance > div {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 780px) {
      #performance > div {
        width: 100%;
        padding: 0 16px; } }
    #performance > div h2 {
      font-size: 24px;
      line-height: 1;
      margin: 0 auto 40px; }
    #performance > div ul {
      list-style: none;
      text-align: left; }
      #performance > div ul li a {
        display: block;
        padding: 20px 32px;
        background: #FFF;
        display: table;
        width: 100%;
        margin-bottom: 10px;
        background-image: url(../images/yajirushi.png);
        background-size: 8px 12px;
        background-position: 760px center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 780px) {
          #performance > div ul li a {
            position: 95% center; } }

.swiper-container_a {
  background: url(../images/A1.jpg) no-repeat;
  background-size: 100% auto; }

.swiper-container_b {
  background: url(../images/B1-1.jpg) no-repeat;
  background-size: 100% auto; }

.swiper-container_c {
  background: url(../images/C1-1.jpg) no-repeat;
  background-size: 100% auto; }

.swiper-container_d {
  background: url(../images/D1-1.jpg) no-repeat;
  background-size: 100% auto; }

.swiper-container_e {
  background: url(../images/E1-1.jpg) no-repeat;
  background-size: 100% auto; }

.swiper-container_f {
  background: url(../images/F1-1.jpg) no-repeat;
  background-size: 100% auto; }

.swiper-container_g {
  background: url(../images/G1-1.jpg) no-repeat;
  background-size: 100% auto; }

#footer {
  padding: 40px 0 20px; }
  @media screen and (max-width: 780px) {
    #footer {
      padding: 40px 16px 20px;
      font-size: 12px;
      margin-bottom: 50px; } }
  #footer div {
    width: 1200px;
    margin: 0 auto;
    text-align: left; }
    @media screen and (max-width: 780px) {
      #footer div {
        width: 100%; } }
    #footer div ul {
      margin-bottom: 40px;
      list-style: none; }
    #footer div span {
      text-align: center; }
