@charset "UTF-8";
/* CSS Document */
/* ヘッダー部分 */
header.headerTop {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 55px;
  margin-top: 0;
  padding: 2.375em 1.875em;
}
@media (max-width: 640px) {
  header.headerTop {
    position: fixed;
    background-color: black;
    padding: 14px 10px;
  }
}
header.headerTop .logoBox {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
header.headerTop .logo {
  width: 222px;
  height: 38px;
}
header.headerTop .logo img {
  width: 100%;
}
header.headerTop .menu-trigger,
header.headerTop .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  header.headerTop .menu-trigger,
  header.headerTop .menu-trigger span {
    display: none;
  }
}
header.headerTop .menu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  z-index: 10;
}
@media (min-width: 641px) {
  header.headerTop .menu-trigger {
    width: 8.46vw;
    height: 7.16vw;
  }
}
header.headerTop.active .menu-trigger {
  background-color: transparent;
  box-shadow: none;
}
header.headerTop .menu-trigger span {
  position: absolute;
  right: 1.125em;
  width: 2.125em;
  height: 1.5px;
  background-color: white;
  border-radius: 3px;
}
header.headerTop.active .menu-trigger span {
  background-color: white;
}
header.headerTop .menu-trigger span:nth-of-type(1) {
  top: 18px;
}
header.headerTop .menu-trigger span:nth-of-type(2) {
  top: 27px;
}
header.headerTop .menu-trigger span:nth-of-type(3) {
  top: 35px;
}
header.headerTop.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(0.9em) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
header.headerTop.active .menu-trigger span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  header.headerTop.active .menu-trigger span:nth-of-type(2) 100%  {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  header.headerTop.active .menu-trigger span:nth-of-type(2) 100%  {
    height: 0;
  }
}
header.headerTop.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-0.9em) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
header.headerTop nav {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(200%);
  background-color: black;
  z-index: 9;
  width: 100%;
}
@media (min-width: 641px) {
  header.headerTop nav {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
    overflow: visible;
    transform: none;
    background-color: transparent;
    position: static;
    height: auto;
    width: auto;
  }
}
@media (max-width: 640px) {
  header.headerTop nav {
    width: 50vw;
    height: 100vh;
  }
}
@media (max-width: 640px) {
  header.headerTop nav {
    width: 100%;
  }
}
@media (min-width: 641px) {
  header.headerTop nav .navSP {
    display: none;
  }
}
@media (max-width: 640px) {
  header.headerTop nav .navSP {
    padding-top: 54px;
  }
}
header.headerTop nav .navSP > li {
  text-align: center;
  color: white;
  line-height: 1;
  border-top: white 1px solid;
}
header.headerTop nav .navSP > li ul > li {
  border-top: gray 1px solid;
}
header.headerTop nav .navSP li a {
  position: relative;
  display: block;
  padding: 0.8em 0;
}
header.headerTop nav .navSP li a.toggle:after {
  position: absolute;
  right: 4vw;
  content: "";
  display: inline-block;
  background: url(../images/common/icon_plus.svg) no-repeat center center/100%;
  width: 1em;
  height: 1em;
}
header.headerTop nav .navSP li a.active:after {
  background-image: url(../images/common/icon_minus.svg);
}
header.headerTop nav .navSP .child {
  display: none;
}
header.headerTop nav .navSP a.toggle {
  cursor: pointer;
}
header.headerTop nav .navPC {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  padding: 1em;
}
@media (max-width: 640px) {
  header.headerTop nav .navPC {
    display: none;
  }
}
header.headerTop nav .navPC > li:not(:first-of-type) {
  margin-left: 1em;
}
header.headerTop nav .navPC li {
  position: relative;
}
header.headerTop nav .navPC li.contact {
  width: 1.67em;
}
header.headerTop nav .navPC li:first-child ul {
  left: -1.5em;
}
header.headerTop nav .navPC li:nth-child(2) ul {
  left: -4em;
}
header.headerTop nav .navPC li:nth-child(3) ul {
  left: -3.5em;
}
header.headerTop nav .navPC li ul {
  position: absolute;
  top: 2em;
}
header.headerTop nav .navPC li ul li {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  line-height: 1;
  transition: 0.2s;
}
header.headerTop nav .navPC li ul li:not(:first-child) a {
  border-top: white 1px solid;
}
header.headerTop nav .navPC li ul li a {
  box-sizing: border-box;
  width: 10em;
  background-color: #01296B;
  color: white;
  line-height: 1;
  height: 2.5em;
  padding: 0.7em 0 .5em;

}
header.headerTop nav .navPC li ul li a:hover {
  background-color: black;
}
header.headerTop nav .navPC li ul li a.childshop {
  width: 13em;
}
header.headerTop nav .navPC li:hover > ul > li {
  overflow: visible;
  height: 2.5em;
}
header.headerTop nav .navPC li a {
  display: block;
  line-height: 1;
  color: white;
  font-size: 1.0625em;
  text-decoration: none;
  text-align: center;
}
header.headerTop nav .navPC li a:hover {
  color:  #09C;
}
header.headerTop nav .navPC li a.arrow:after {
  content: "";
  display: inline-block;
  width: 0.764em;
  height: 0.411em;
  background: url(../images/common/icon_arrow.png) no-repeat center center/100%;
  margin-left: 0.5em;
}
header.headerTop.active nav {
  transform: translateX(0%);
}
@media (max-width: 640px) {
  header.headerTop.active nav {
    transform: translateX(50vw);
  }
}
@media (max-width: 640px) {
  header.headerTop.active nav {
    transform: translateX(0%);
  }
}
header.headerTop .contactBox {
  background-color: transparent;
}
@media (max-width: 640px) {
  header.headerTop .contactBox {
    background-color: black;
    border-top: white 1px solid;
    padding-bottom: 1em;
  }
}
header.headerTop .contactBox > a {
  font-weight: normal;
  font-size: 1.185em;
  font-family: "游ゴシック Medium", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic";
  display: block;
  color: white;
}
header.headerTop .contactBox > a:not(:first-of-type) {
  margin-top: 1em;
}
header.headerTop .contactBox .sns {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  padding: 0.7em 0;
}
header.headerTop .contactBox .sns a {
  display: block;
  width: 2em;
  height: 1.6875em;
}
header.headerTop .contactBox .sns a img {
  width: 100%;
}
header.headerTop .contactBox .sns .ig {
  padding: 0 0.75em;
}
header .contactBox {
  background-color: #01296B;
}

.fixheader {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 55px;
  margin-top: 0;
  background-color: black;
  position: fixed;
  top: -55px;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .fixheader {
    position: fixed;
    background-color: black;
    padding: 1.17vw 1.82vw;
  }
}
.fixheader .logoBox {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-left: 1.375em;
}
.fixheader .logo {
  width: 12.5em;
  height: 2.25em;
}
.fixheader .logo img {
  width: 100%;
}
@media (max-width: 640px) {
  .fixheader .logo {
    width: 28.9vw;
    height: 4.94vw;
  }
}
.fixheader nav {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(200%);
  background-color: black;
  z-index: 9;
  width: 100%;
}
@media (min-width: 641px) {
  .fixheader nav {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
    overflow: visible;
    transform: none;
    background-color: transparent;
    position: static;
    height: auto;
    width: auto;
  }
}
.fixheader nav .navPC {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .fixheader nav .navPC {
    display: none;
  }
}
.fixheader nav .navPC > li {
  margin-right: 1.5em;
}
.fixheader nav .navPC li {
  position: relative;
}
.fixheader nav .navPC li.contact {
  width: 1.67em;
}
.fixheader nav .navPC li:first-child ul {
  left: -1.5em;
}
.fixheader nav .navPC li:nth-child(2) ul {
  left: -4em;
}
.fixheader nav .navPC li:nth-child(3) ul {
  left: -3.5em;
}
.fixheader nav .navPC li ul {
  position: absolute;
  top: 54px;
}
.fixheader nav .navPC li ul li {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.fixheader nav .navPC li ul li:not(:first-child) a {
  border-top: white 1px solid;
}
.fixheader nav .navPC li ul li a {
  box-sizing: border-box;
  width: 10em;
  background-color: #01296B;
  color: white;
  line-height: 1;
  height: 2.5em;
  padding: 0.1em 0.3em 0.3em;
}
.fixheader nav .navPC li ul li a:hover {
  background-color: black;
}
.fixheader nav .navPC li ul li a.childshop {
  width: 13em;
}
.fixheader nav .navPC li:hover > ul > li {
  overflow: visible;
  height: 2.5em;
}
.fixheader nav .navPC li a {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: white;
  font-size: 1.0625em;
  height: 55px;
  text-decoration: none;
  text-align: center;
}
.fixheader nav .navPC li a:hover {
  color: #fff;
}
.fixheader nav .navPC li a.arrow:after {
  content: "";
  display: inline-block;
  width: 0.764em;
  height: 0.411em;
  background: url(../images/common/icon_arrow.png) no-repeat center center/100%;
  margin-left: 0.5em;
  margin-top: 0.5em;
}
.fixheader .contactBox {
  background-color: #01296B;
}
@media (max-width: 640px) {
  .fixheader .contactBox {
    background-color: black;
    border-top: white 1px solid;
    padding-bottom: 1em;
  }
}
.fixheader .contactBox > a {
  font-weight: normal;
  font-size: 1.185em;
  font-family: "游ゴシック Medium", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic";
  display: block;
  color: white;
}
.fixheader .contactBox > a:not(:first-of-type) {
  margin-top: 1em;
}
.fixheader .contactBox .sns {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0 1em;
}
.fixheader .contactBox .sns a {
  display: block;
  width: 2em;
  height: 1.6875em;
}
.fixheader .contactBox .sns a img {
  width: 100%;
}
.fixheader .contactBox .sns .ig {
  padding: 0 0.75em;
}
@media (max-width: 640px) {
  .fixheader {
    display: none;
  }
}
.fixheader.show {
  top: 0;
}

main {
  padding-top: 100vh;
}

.mainVisual {
  position: absolute;
  top: 0;
  background: url(../images/top/main.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
}
.mainVisual .scroll {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  width: 2.13em;
  margin: auto;
}



section {
  padding: 5.13em 0 7.33em;
}
@media (max-width: 640px) {
  section {
    padding: 10.42vw 0 9.77vw;
  }
}
section.news {
  padding-bottom: 5.13em;
}
@media (max-width: 640px) {
  section.news {
    padding-bottom: 9.77vw;
  }
}
section.news .innerNews {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  max-width: 830px;
}
@media (max-width: 640px) {
  section.news .innerNews {
    display: block;
  }
}
section.news li {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  line-height: 1.6;
}
section.news li:not(:first-child) {
  padding-top: 1em;
}
section.news li .date {
  width: 6em;
  color: #4d4d4d;
  padding-right: 1em;
}
section.news li .title {
  width: calc(100% - 6em);
}
section.news .newsTitle, section.news ul {
  padding: 1em 2em;
}
@media (max-width: 640px) {
  section.news .newsTitle, section.news ul {
    padding: 4vw 2em;
  }
}
@media (max-width: 640px) {
  section.news ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.news .newsTitle {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  position: relative;
}
section.news .newsTitle span {
  font-size: 1.87em;
}
@media (max-width: 640px) {
  section.news .newsTitle {
    padding-top: 0;
  }
}
section.news .newsTitle:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: gray;
}
@media (max-width: 640px) {
  section.news .newsTitle:after {
    display: none;
  }
}
section.about .textBox {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  width: 34.87em;
  padding: 3em;
}
@media (max-width: 640px) {
  section.about .textBox {
  background-color: rgba(255, 255, 255, 0.7);
  width:100%;
  padding: 3em;
}
  }
}
@media (max-width: 640px) {
  section.about .textBox {
    padding: 0;
  }
}
section.about .inner {
  background: url(../images/top/about.jpg) no-repeat top right/64.285%;
  padding-top: 12.13em;
}
@media (max-width: 640px) {
  section.about .inner {
    background-position: top center;
    background-size: 92vw;
    padding: 59.72% 0 0;
  }
}
section.about .title {
  font-weight: 500;
  font-size: 1.67em;
}
section.about p {
  line-height: 1.73;
  padding-top: 1em;
}
section.blog ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
@media (max-width: 640px) {
  section.blog ul {
    flex-wrap: wrap;
    margin-left: -3vw;
    margin-bottom: -3vw;
  }
}
section.blog li {
  box-sizing: border-box;
  width: calc((100% - 1.33em * 4) / 4);
  background-color: white;
  margin-left: 1.33em;
}
@media (max-width: 640px) {
  section.blog li {
    width: calc(50% - 3vw);
    margin-left: 3vw;
    margin-bottom: 3vw;
  }
}
section.blog .textBox {
  padding: 1.5em 1em;
}
section.blog .date {
  font-size: 0.8em;
  color: #666666;
  padding-bottom: 0.3em;
}
section.blog .title {
  font-size: 1.07em;
  line-height: 1.625;
}
section.map {
  background: url(../images/common/bg_gd_big.jpg) repeat bottom center;
  padding-top: 100px;
}
@media (max-width: 640px) {
  section.map {
    background-size: auto 50.13vw;
  }
}
section.map .mapBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 44.64%;
}
section.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.sns .wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  section.sns .wrap {
    display: block;
  }
}
section.sns .fb, section.sns .tw {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 640px) {
  section.sns .fb, section.sns .tw {
    margin-right: auto;
    margin-left: auto;
  }
}
section.sns .tw {
  margin-left: 4.53em;
  height: 350px;
  overflow-y: auto;
}
@media (max-width: 640px) {
  section.sns .tw {
    margin-top: 9.77vw;
    margin-left: auto;
  }
}
section.sns .fb-page {
  max-width: 470px;
  width: 100%;
}

@media (min-width: 641px) {

.dantai{
	text-align:center;
	font-size:36px;
	color:#FFF;}

.scrolllogo{
	width:800px;
	margin:0 auto;
	padding:300px 0 0 0;}

}

@media (max-width: 640px) {

.dantai{
	text-align:left;
	font-size:26px;
	color:#FFF;}


.scrolllogo{
	width:100%;
	margin:0 auto;
	padding:250px 0 0 0;}

}

