@charset "UTF-8";
/*======================================*/
/*======================================*/
@import url(css/reset.css);
@import url(css/animate.css);
@import url(css/normalize.css);
/*======================================*/
/*　　　　　　　　　設定　　　　　　　　　*/
/*======================================*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
html {
  font-family: "Noto Sans JP",
 "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;
  line-height: 1.8em; }

.mf-color {
  color: #171D38; }

.roboto {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em; }

a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

/*　画面サイズが768pxから*/
.disp-pc {
  display: block; }
  @media screen and (max-width: 1600px) {
    .disp-pc {
      display: none; } }

.disp-n-tab {
  display: block; }
  @media screen and (max-width: 768px) {
    .disp-n-tab {
      display: none; } }

.disp-tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .disp-tab {
      display: block; } }

.is-hide {
  display: none !important; }

.max-width {
  max-width: 1100px;
  margin: 0 auto; }

.sspacer, #index .maincontainer {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .sspacer, #index .maincontainer {
      padding: 50px 0; } }

.space {
  margin: 50px 0 0 0; }
  @media screen and (max-width: 768px) {
    .space {
      padding: 25px 0 0 0; } }

.wrap {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  letter-spacing: .15em; }
  @media screen and (max-width: 768px) {
    .wrap {
      font-size: 13px; } }

.container {
  width: 80%;
  max-width: 700px;
  margin: 0 auto; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.allcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.txt-center {
  text-align: center; }

.opacityHover {
  opacity: .6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.headerlogo {
  position: fixed;
  top: 0;
  z-index: 6;
  display: none; }
  .headerlogo .logo {
    width: 140px;
    height: 140px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .headerlogo .logo {
        width: 60px;
        height: 50px; } }
    .headerlogo .logo a {
      display: block;
      width: 100px;
      height: 63px;
      background: url(img/logo.svg) no-repeat;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
      @media screen and (max-width: 768px) {
        .headerlogo .logo a {
          width: 45px;
          height: 30px; } }
    .headerlogo .logo a:hover {
      -webkit-animation: logoanime 2s  infinite;
      animation: logoanime 2s  infinite; }

@-webkit-keyframes logoanime {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1); }
  50% {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1); }
  100% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1); } }

@keyframes logoanime {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1); }
  50% {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1); }
  100% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1); } }

/*===============================================================================

html,body,a{
  cursor: none;
  @include max($tablet){
    cursor: inherit;
  }
  }
  #cursor{
	transform: translate(0,0);
	  pointer-events: none;
	  position: fixed;
	  top: -7px;    //座標調節（カーソル位置と円の中心を合わせる）
	  left: -7px;   //座標調節（カーソル位置と円の中心を合わせる）
	  width: 14px;   //カーソルの直径
	  height: 14px;  //カーソルの直径
    background: rgb(255, 252, 93);
    border: 2px solid rgba($color: #000000, $alpha: 1.0);
	  border-radius: 100%;
	  z-index: 999;
	  transition: width .3s, height .3s, top .3s, left .3s;
	
	&.hov_{
	  top: -22px;    //大きくなった分の座標調節
	  left: -22px;   //大きくなった分の座標調節
	  width:32px;   //カーソルの直径
	  height: 32px;  //カーソルの直径
	  background: rgba(134, 156, 255,.5);
	  border:12px solid rgba(227, 232, 255,.5);
	}
  }
*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100vh + 200px);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #fff;
  z-index: 10; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 350px;
  margin-top: -175px;
  margin-left: -175px;
  text-align: center;
  color: #fff;
  z-index: 2; }
  #loader img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    #loader {
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px; } }

footer {
  width: 100%;
  padding: 100px 50px 150px 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333 url(img/bg.png); }

.footerlogo {
  display: block;
  width: 100px;
  height: 100px;
  background: url(img/logo2.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.footerlogo:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.footerwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .footerwrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .footerwrap .border {
    width: 1px;
    height: 100%;
    display: block;
    background: #fff;
    margin: 0 50px; }
    @media screen and (max-width: 768px) {
      .footerwrap .border {
        width: 100%;
        height: 1px;
        margin: 50px 0; } }
  .footerwrap .access {
    text-align: left; }
    .footerwrap .access .accesswrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .footerwrap .access .accesswrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline; } }
      .footerwrap .access .accesswrap p {
        display: block;
        margin: 0px 15px 20px 15px; }
        @media screen and (max-width: 768px) {
          .footerwrap .access .accesswrap p {
            margin: 5px 0 15px 0;
            text-align: center; } }
        .footerwrap .access .accesswrap p:first-child {
          width: 160px; }
          @media screen and (max-width: 768px) {
            .footerwrap .access .accesswrap p:first-child {
              width: 100%;
              margin: 10px 0 0 0;
              font-size: 17px;
              font-weight: bold;
              text-align: center; } }
        @media screen and (max-width: 768px) {
          .footerwrap .access .accesswrap p:nth-child(2) {
            margin: 10px 10px 0 0; } }
        .footerwrap .access .accesswrap p:last-child {
          margin: 0 15px; }
          @media screen and (max-width: 768px) {
            .footerwrap .access .accesswrap p:last-child {
              margin: 5px 0 15px 0;
              text-align: center; } }

#top {
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 7;
  mix-blend-mode: exclusion; }
  #top svg {
    fill: #fff !important; }
  @media screen and (max-width: 768px) {
    #top {
      width: 30px;
      height: 30px;
      bottom: 10px;
      right: 10px; } }

#top a {
  width: 100%;
  height: 100%;
  display: block; }

#top a:hover {
  -webkit-transform: scale(1.2) rotate(360deg);
  -ms-transform: scale(1.2) rotate(360deg);
  transform: scale(1.2) rotate(360deg); }

.cttl {
  width: 100%;
  text-align: right;
  background: url(img/dot.svg) repeat-x;
  background-position: bottom;
  background-size: 16px;
  font-size: 25px;
  color: #8E8E8F;
  padding: 20px 0;
  margin: 50px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .cttl {
      font-size: 18px;
      margin: 25px 0; } }

.cttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 80px;
  height: 50px;
  display: block; }
  @media screen and (max-width: 768px) {
    .cttl::before {
      width: 50px;
      height: 40px;
      bottom: 10px; } }

.cttl.infoicon::before {
  background: url("img/infoicon.svg") no-repeat;
  background-size: contain;
  background-position: left bottom; }

.cttl.infoicon::before:hover {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.cttl.access::before {
  background: url("img/access.svg") no-repeat;
  background-size: contain;
  background-position: left bottom; }

.cttl.access::before:hover {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.cttl.contact::before {
  background: url("img/contact.svg") no-repeat;
  background-size: contain;
  background-position: left bottom; }

.cttl.contact::before:hover {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.cttl.koyaicon::before {
  background: url("img/koyaicon.svg") no-repeat;
  background-size: contain;
  background-position: left bottom; }

.cttl.koyaicon::before:hover {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.title {
  margin: 100px auto 60px auto;
  text-align: center; }
  .title h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .18em;
    text-align: center;
    padding: 10px;
    border-bottom: 5px solid #000; }
  @media screen and (max-width: 768px) {
    .title {
      width: 100%;
      margin: 40px auto 30px auto; }
      .title h3 {
        font-size: 18px; } }

.title2 {
  text-align: center;
  width: 100%;
  background: url(img/sliderimg01.jpg) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 400px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .title2 {
      padding: 150px 0; } }

.imgtitle {
  width: 100%;
  margin: 0 auto;
  padding: 20px 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .imgtitle {
      padding: 10px 30px; } }
  .imgtitle h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-shadow: 2px 2px 5px #000;
    -webkit-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    transform: scaleY(1.2); }
    @media screen and (max-width: 768px) {
      .imgtitle h3 {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .imgtitle h3 {
        font-size: 15px; } }
  .imgtitle p {
    color: #fff;
    padding: 30px 0;
    letter-spacing: 0.12em;
    text-shadow: 2px 2px 5px #000; }
    @media screen and (max-width: 768px) {
      .imgtitle p {
        padding: 10px 0; } }
    @media screen and (max-width: 480px) {
      .imgtitle p {
        padding: 0; } }

.title-kome {
  margin: 0 auto 50px auto;
  padding: 20px 0;
  width: 100%;
  border-bottom: 2px solid #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media screen and (max-width: 768px) {
    .title-kome {
      margin: 0 auto 20px auto; } }
  .title-kome h3 {
    display: inline-block;
    font-size: 33px;
    line-height: 1.6em;
    padding: 0 0 0 90px;
    text-align: left;
    background: url(img/kome-stroke.svg) no-repeat;
    background-size: 40px;
    background-position: left center;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .title-kome h3 {
        display: inline-block;
        font-size: 20px;
        line-height: 1.6em;
        padding: 0 0 0 60px;
        text-align: left;
        background: url(img/kome-stroke.svg) no-repeat;
        background-size: 30px;
        background-position: left center;
        margin: 0 auto; } }
    .title-kome h3 span {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .title-kome h3 span {
          font-size: 14px; } }

.title-yagi {
  margin: 0 auto 50px auto;
  padding: 30px 0;
  width: 100%;
  border-bottom: 2px solid #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media screen and (max-width: 768px) {
    .title-yagi {
      margin: 0 auto 20px auto; } }
  .title-yagi h3 {
    display: inline-block;
    font-size: 33px;
    line-height: 1.6em;
    padding: 0 0 0 90px;
    text-align: left;
    background: url(img/yagi2.svg) no-repeat;
    background-size: 40px;
    background-position: left center;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .title-yagi h3 {
        display: inline-block;
        font-size: 20px;
        line-height: 1.6em;
        padding: 10px 0 10px 60px;
        text-align: left;
        background-size: 30px;
        background-position: left center;
        margin: 0 auto; } }
    .title-yagi h3 span {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .title-yagi h3 span {
          font-size: 14px; } }

.title-oil {
  margin: 0 auto 50px auto;
  padding: 20px 0;
  width: 100%;
  border-bottom: 2px solid #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media screen and (max-width: 768px) {
    .title-oil {
      margin: 0 auto 20px auto; } }
  .title-oil h3 {
    display: inline-block;
    font-size: 33px;
    line-height: 1.6em;
    padding: 0 0 0 90px;
    text-align: left;
    background: url(img/oilstroke.svg) no-repeat;
    background-size: 40px;
    background-position: left center;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .title-oil h3 {
        display: inline-block;
        font-size: 20px;
        line-height: 1.6em;
        padding: 0 0 0 40px;
        text-align: left;
        background-size: 20px;
        background-position: left center;
        margin: 0 auto; } }
    .title-oil h3 span {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .title-oil h3 span {
          font-size: 14px; } }

.title-honey {
  margin: 0 auto 50px auto;
  padding: 20px 0;
  width: 100%;
  border-bottom: 2px solid #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media screen and (max-width: 768px) {
    .title-honey {
      margin: 0 auto 20px auto; } }
  .title-honey h3 {
    display: inline-block;
    font-size: 33px;
    line-height: 1.6em;
    padding: 0 0 0 90px;
    text-align: left;
    background: url(img/honeystroke.svg) no-repeat;
    background-size: 40px;
    background-position: left center;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .title-honey h3 {
        display: inline-block;
        font-size: 20px;
        line-height: 1.6em;
        padding: 0 0 0 60px;
        background-size: 30px;
        background-position: left center;
        margin: 0 auto; } }
    .title-honey h3 span {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .title-honey h3 span {
          font-size: 14px; } }

.title-none {
  margin: 80px auto 50px auto; }
  @media screen and (max-width: 768px) {
    .title-none {
      margin: 30px auto 20px auto; } }
  .title-none h3 {
    font-size: 33px;
    line-height: 1.6em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .title-none h3 {
        font-size: 20px;
        line-height: 1.6em;
        text-align: center; } }
    .title-none h3 span {
      font-size: 22px;
      padding: 0 20px 0 0; }
      @media screen and (max-width: 768px) {
        .title-none h3 span {
          font-size: 14px; } }
  .title-none .borderline {
    width: 100%;
    height: 3px;
    background: #6d6d6d;
    margin: 15px 0; }

.title-me {
  margin: 80px auto 50px auto;
  padding: 20px 0;
  width: 100%;
  border-bottom: 2px solid #6d6d6d;
  background: url(img/me.svg) no-repeat;
  background-size: 70px;
  background-position: right bottom; }
  @media screen and (max-width: 768px) {
    .title-me {
      margin: 30px auto 20px auto;
      padding: 5px 0;
      background-size: 40px; } }
  .title-me h3 {
    font-size: 33px;
    line-height: 1.6em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .title-me h3 {
        font-size: 20px;
        line-height: 1.6em;
        text-align: center; } }
    .title-me h3 span {
      font-size: 22px;
      padding: 0 20px 0 0; }
      @media screen and (max-width: 768px) {
        .title-me h3 span {
          font-size: 14px; } }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both; }

.slider img {
  height: auto;
  width: 100%; }

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000; }

.headerslider .slick-next, .headerslider .slick-prev {
  display: none !important; }

@-webkit-keyframes rote {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(120deg);
    transform: rotateY(120deg); } }

@keyframes rote {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(120deg);
    transform: rotateY(120deg); } }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes circle {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-100deg) scale(0.3);
    transform: rotate(-100deg) scale(0.3);
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-100deg) scale(0.3);
    transform: rotate(-100deg) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes grow {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes kumo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 35%;
    opacity: 0; }
  10% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 85%;
    opacity: .8; }
  90% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    left: 70%; } }

@keyframes kumo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 35%;
    opacity: 0; }
  10% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 85%;
    opacity: .8; }
  90% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    left: 70%; } }

@-webkit-keyframes kumo2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    right: 10%;
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8; }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    right: 65%; }
  90% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kumo2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    right: 10%;
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8; }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    right: 65%; }
  90% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: scale(1.2) translate(0px, 0px) rotateZ(0deg);
    transform: scale(1.2) translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: scale(1.2) translate(2px, 2px) rotateZ(1deg);
    transform: scale(1.2) translate(2px, 2px) rotateZ(1deg); }
  50% {
    -webkit-transform: scale(1.2) translate(0px, 2px) rotateZ(0deg);
    transform: scale(1.2) translate(0px, 2px) rotateZ(0deg); }
  75% {
    -webkit-transform: scale(1.2) translate(2px, 0px) rotateZ(-1deg);
    transform: scale(1.2) translate(2px, 0px) rotateZ(-1deg); }
  100% {
    -webkit-transform: scale(1.2) translate(0px, 0px) rotateZ(0deg);
    transform: scale(1.2) translate(0px, 0px) rotateZ(0deg); } }

@keyframes hurueru {
  0% {
    -webkit-transform: scale(1.2) translate(0px, 0px) rotateZ(0deg);
    transform: scale(1.2) translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: scale(1.2) translate(2px, 2px) rotateZ(1deg);
    transform: scale(1.2) translate(2px, 2px) rotateZ(1deg); }
  50% {
    -webkit-transform: scale(1.2) translate(0px, 2px) rotateZ(0deg);
    transform: scale(1.2) translate(0px, 2px) rotateZ(0deg); }
  75% {
    -webkit-transform: scale(1.2) translate(2px, 0px) rotateZ(-1deg);
    transform: scale(1.2) translate(2px, 0px) rotateZ(-1deg); }
  100% {
    -webkit-transform: scale(1.2) translate(0px, 0px) rotateZ(0deg);
    transform: scale(1.2) translate(0px, 0px) rotateZ(0deg); } }

/*======================================*/
/*　　　　　　グローバルナビ　　　　　　　　*/
/*======================================*/
/*ハンバーガー用CSS*/
.navToggle {
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 40px;
  top: 40px;
  width: 50px;
  height: 40px;
  z-index: 9;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .navToggle {
      position: fixed;
      right: 25px;
      top: 25px;
      width: 35px;
      height: 30px;
      z-index: 9;
      text-align: center; } }

.navToggle span {
  position: absolute;
  /* .navToggleに対して */
  width: 50px;
  border-bottom: solid 5px #FCDA00;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 0px; }
  @media screen and (max-width: 768px) {
    .navToggle span {
      width: 35px; } }

.navToggle span:nth-child(1) {
  top: 0px; }

.navToggle span:nth-child(2) {
  width: 25px;
  top: 16px;
  right: 0px;
  opacity: 1;
  left: auto; }
  @media screen and (max-width: 768px) {
    .navToggle span:nth-child(2) {
      width: 18px;
      top: 13px; } }

.navToggle span:nth-child(3) {
  top: 30px; }
  @media screen and (max-width: 768px) {
    .navToggle span:nth-child(3) {
      top: 26px; } }

/*ハンバーガーメニュータップ後CSS*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  border-bottom: solid 5px #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  width: 50px;
  top: 18px;
  left: 6px;
  opacity: 0;
  border-bottom: solid 5px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (max-width: 768px) {
    .navToggle.active span:nth-child(2) {
      width: 35px; } }

.navToggle.active span:nth-child(3) {
  width: 50px;
  top: 18px;
  left: 6px;
  border-bottom: solid 5px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (max-width: 768px) {
    .navToggle.active span:nth-child(3) {
      width: 35px; } }

#globalMenuSp {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: calc(100% + 20px);
  opacity: 0;
  background: url(img/bg.png); }

#globalMenuSp .wraper {
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  overflow-y: scroll;
  opacity: 0; }

#globalMenuSp.active .wraper {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  opacity: 1; }

/* このクラスを、jQueryで付与・削除する */
#globalMenuSp.active {
  opacity: 1;
  z-index: 8; }
  #globalMenuSp.active .wraper {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

.logohead a {
  width: 120px;
  height: 120px;
  background: url(img//nav/logo2.svg) no-repeat;
  background-size: contain;
  display: block;
  margin: 100px auto 80px auto;
  padding: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    .logohead a {
      width: 80px;
      height: 80px;
      margin: 50px auto; } }

.logohead a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

#globalMenuSp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 700px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #globalMenuSp ul {
      width: 80%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

#globalMenuSp li {
  font-size: 1.1em;
  list-style-type: none;
  font-weight: bold;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #globalMenuSp li {
      width: 33%;
      margin: 0 0 25px 0; } }

#globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0;
  letter-spacing: .12em; }
  @media screen and (max-width: 768px) {
    #globalMenuSp ul li a {
      font-size: 12px; } }

#globalMenuSp ul li a.kome::after {
  content: "";
  width: 50px;
  height: 100px;
  display: block;
  background: url("img//nav/kome.svg") no-repeat;
  background-position: center bottom;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #globalMenuSp ul li a.kome::after {
      width: 30px;
      height: 50px; } }

#globalMenuSp ul li a.kome:hover::after {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp ul li a.egoma::after {
  content: "";
  width: 50px;
  height: 100px;
  display: block;
  background: url("img//nav/egoma.svg") no-repeat;
  background-position: center bottom;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #globalMenuSp ul li a.egoma::after {
      width: 30px;
      height: 50px; } }

#globalMenuSp ul li a.egoma:hover::after {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp ul li a.hati::after {
  content: "";
  width: 50px;
  height: 100px;
  display: block;
  background: url("img//nav/hati.svg") no-repeat;
  background-position: center bottom;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #globalMenuSp ul li a.hati::after {
      width: 30px;
      height: 50px; } }

#globalMenuSp ul li a.hati:hover::after {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp ul li a.yagi::after {
  content: "";
  width: 50px;
  height: 100px;
  display: block;
  background: url("img//nav/yagi.svg") no-repeat;
  background-position: center bottom;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #globalMenuSp ul li a.yagi::after {
      width: 30px;
      height: 50px; } }

#globalMenuSp ul li a.yagi:hover::after {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp ul li a.vegi::after {
  content: "";
  width: 50px;
  height: 100px;
  display: block;
  background: url("img//nav/vegi.svg") no-repeat;
  background-position: center bottom;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #globalMenuSp ul li a.vegi::after {
      width: 30px;
      height: 50px; } }

#globalMenuSp ul li a.vegi:hover::after {
  -webkit-animation: hurueru 1s  infinite;
  animation: hurueru 1s  infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.navbox {
  width: 100%;
  height: calc(100vh - 425px);
  min-height: 410px;
  display: block;
  position: relative; }
  @media screen and (max-width: 768px) {
    .navbox {
      min-height: auto; } }

.mapwrap {
  width: 100%;
  position: relative;
  height: 100vh; }

.mapnav {
  position: absolute;
  width: 100%;
  margin: 40px auto 0 auto;
  display: block;
  overflow: hidden;
  bottom: 0; }
  @media screen and (max-width: 768px) {
    .mapnav {
      position: relative;
      width: 100%;
      margin: 20px auto 0 auto;
      display: block;
      bottom: auto; } }

.navilust {
  width: 95%;
  height: 400px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .navilust {
      height: 340px; } }

#globalMenuSp .grass {
  position: absolute;
  bottom: -120px;
  width: 200px;
  height: 70px;
  background: url(img//nav/grass.svg) no-repeat;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp.active .grass {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 200px;
  height: 70px;
  background: url(img//nav/grass.svg) no-repeat;
  -webkit-animation: grow 1s ease-in-out forwards;
  animation: grow 1s ease-in-out forwards;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .grass {
      bottom: -10px;
      left: -15px;
      width: 135px;
      height: 48px; } }

#globalMenuSp.active .grass:hover {
  display: block;
  position: absolute;
  bottom: -70px;
  width: 200px;
  height: 70px;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp.active .grass2 {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 46%;
  width: 200px;
  height: 70px;
  background: url(img//nav/grass.svg) no-repeat;
  -webkit-animation: grow 1.4s ease-in-out forwards;
  animation: grow 1.4s ease-in-out forwards;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .grass2 {
      bottom: -25px;
      left: -15px;
      width: 135px;
      height: 50px;
      display: none; } }

#globalMenuSp.active .grass2:hover {
  display: block;
  position: absolute;
  bottom: -70px;
  width: 200px;
  height: 70px;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp .yama {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 100px;
  width: 400px;
  height: 80px;
  background: url(img//nav/yama.svg) no-repeat; }
  @media screen and (max-width: 768px) {
    #globalMenuSp .yama {
      bottom: -10px;
      left: 65px;
      width: 250px;
      height: 50px; } }

#globalMenuSp .ki {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 150px;
  height: 60px;
  background: url(img//nav/ki.svg) no-repeat;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    #globalMenuSp .ki {
      width: 100px;
      height: 40px; } }

#globalMenuSp.active .ki {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 150px;
  height: 60px;
  background: url(img//nav/ki.svg) no-repeat;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp.active .ki:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

#globalMenuSp.active .kumo {
  display: block;
  position: absolute;
  bottom: 100px;
  width: 100px;
  height: 30px;
  opacity: 0;
  background: url(img//nav/kumo.svg) no-repeat;
  -webkit-animation-name: kumo;
  animation-name: kumo;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

#globalMenuSp.active .kumo2 {
  display: block;
  position: absolute;
  bottom: 180px;
  width: 70px;
  height: 20px;
  opacity: 0;
  background: url(img//nav/kumo.svg) no-repeat;
  -webkit-animation-name: kumo2;
  animation-name: kumo2;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.circle-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%; }

.circle {
  position: absolute;
  top: 0;
  left: 0;
  fill: #F4D08A;
  fill-opacity: 0.3;
  display: none;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: circle 5s;
  animation: circle 5s;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0); }

.tatebtn {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media screen and (max-width: 768px) {
    .tatebtn {
      width: 80%;
      margin: 15px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 370px; } }

.tatebtn span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .tatebtn span {
      font-size: 16px; } }

.kominka {
  position: absolute;
  bottom: 160px;
  right: 160px;
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    .kominka {
      position: inherit;
      right: auto;
      bottom: auto; } }

#globalMenuSp.active .kominka {
  bottom: 0;
  right: 160px;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .kominka {
      position: inherit;
      right: auto;
      bottom: auto; } }

#globalMenuSp.active .kominka:hover {
  bottom: 10px; }
  #globalMenuSp.active .kominka:hover .maruru {
    margin: 25px auto 0 auto;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
  #globalMenuSp.active .kominka:hover .koya {
    -webkit-animation: hurueru 1s  infinite;
    animation: hurueru 1s  infinite; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .kominka:hover {
      bottom: auto; }
      #globalMenuSp.active .kominka:hover .maruru {
        margin: 0 10px; } }

.hukiware {
  position: absolute;
  bottom: 100px;
  right: 240px;
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    .hukiware {
      position: inherit;
      right: auto;
      bottom: auto; } }

#globalMenuSp.active .hukiware {
  bottom: 0;
  right: 240px;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .hukiware {
      position: inherit;
      right: auto;
      bottom: auto; } }

#globalMenuSp.active .hukiware:hover {
  bottom: 10px; }
  #globalMenuSp.active .hukiware:hover .maruru {
    margin: 25px auto 0 auto;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
  #globalMenuSp.active .hukiware:hover .scop {
    -webkit-animation: hurueru 1s  infinite;
    animation: hurueru 1s  infinite; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .hukiware:hover {
      bottom: auto; }
      #globalMenuSp.active .hukiware:hover .maruru {
        margin: 0 10px; } }

.akagi {
  position: absolute;
  left: 314px;
  bottom: 100px;
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    .akagi {
      position: inherit;
      left: auto;
      bottom: auto; } }

#globalMenuSp.active .akagi {
  left: 314px;
  bottom: 53px;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .akagi {
      position: inherit;
      left: auto;
      bottom: auto; } }

#globalMenuSp.active .akagi:hover {
  bottom: 60px; }
  #globalMenuSp.active .akagi:hover .maruru {
    margin: 25px auto 0 auto;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
  #globalMenuSp.active .akagi:hover .scop {
    -webkit-animation: hurueru 1s  infinite;
    animation: hurueru 1s  infinite; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .akagi:hover {
      bottom: auto; }
      #globalMenuSp.active .akagi:hover .maruru {
        margin: 0 10px; } }

.yagibtn {
  position: absolute;
  left: 195px;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    .yagibtn {
      position: inherit;
      left: auto;
      bottom: auto; } }

#globalMenuSp.active .yagibtn {
  left: 195px;
  bottom: 35px;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .yagibtn {
      position: inherit;
      left: auto;
      bottom: auto; } }

#globalMenuSp.active .yagibtn:hover {
  bottom: 40px; }
  #globalMenuSp.active .yagibtn:hover .maruru {
    margin: 25px auto 0 auto;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
  #globalMenuSp.active .yagibtn:hover .yagi2 {
    -webkit-animation: hurueru .5s  infinite;
    animation: hurueru .5s  infinite; }
  @media screen and (max-width: 768px) {
    #globalMenuSp.active .yagibtn:hover {
      bottom: auto; }
      #globalMenuSp.active .yagibtn:hover .maruru {
        margin: 0 10px; } }

.mtakagi {
  width: 50px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 400px;
  opacity: 0;
  background: url("img//nav/Mtakagi.svg") no-repeat;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    .mtakagi {
      display: none; } }

#globalMenuSp.active .mtakagi {
  position: absolute;
  top: 62px;
  left: 400px;
  opacity: 1; }

.maruru {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  margin: 20px auto 0 auto;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 768px) {
    .maruru {
      margin: 0 15px; } }

.koya {
  content: "";
  width: 60px;
  height: 40px;
  display: block;
  background: url("img//nav/koya.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 20px 0 0 0; }
  @media screen and (max-width: 768px) {
    .koya {
      width: 45px;
      height: 40px;
      background: url("img//nav/koya.svg") no-repeat;
      background-size: contain;
      background-position: center;
      margin: 0; } }

.scop {
  content: "";
  width: 60px;
  height: 40px;
  display: block;
  background: url("img//nav/scop.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 20px 0 0 0; }
  @media screen and (max-width: 768px) {
    .scop {
      width: 45px;
      height: 40px;
      background: url("img//nav/scop.svg") no-repeat;
      background-size: contain;
      background-position: center;
      margin: 0; } }

.yagi2 {
  content: "";
  width: 60px;
  height: 40px;
  display: block;
  background: url("img//nav/yagi2.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 20px 0 0 0; }
  @media screen and (max-width: 768px) {
    .yagi2 {
      width: 45px;
      height: 40px;
      background: url("img//nav/yagi2.svg") no-repeat;
      background-size: contain;
      background-position: center;
      margin: 0; } }

/*======================================*/
/*　　　　　　　　　index　　　　　　　　　*/
/*======================================*/
#index {
  /*=========================== headerslider =================================//

.headerslider{
    width: 100%;
    transition: 4s;
    li{
        width:100%;
        bottom: 0;
        top: auto;
        img{
            width: 100%;
        }
    }
}

.imgtitle{
    width: 100%;
    margin: 0 auto;
    padding:20px 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    @include max($tablet){
        padding: 10px 30px;
    }
    h3{
        color: #fff;
        font-size: 34px;
        font-weight: 400;
        letter-spacing: 0.3em;
        text-shadow: 2px 2px 5px #000;
        transform: scaleY(1.2);
        @include max($tablet){
            font-size: 20px;
        }
        @include max($mobile){
            font-size:15px;
        }
    }
    p{
        color: #fff;
        padding: 30px 0;
        letter-spacing: 0.12em;
        text-shadow: 2px 2px 5px #000;
        @include max($tablet){
            padding: 10px 0;
        }
        @include max($mobile){
            font-size:12px;
            padding:10px 0 0 0;
            line-height: 1.2em;
        }
    }
}


*/ }
  #index .header {
    width: 100%;
    position: relative; }
  #index .videowrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    background: url(img/bg.png); }
    #index .videowrap h3 {
      position: absolute;
      bottom: 100px;
      width: 100%;
      display: block;
      height: 20px;
      z-index: 9;
      text-align: center;
      font-size: 2.5em;
      color: #fff;
      font-weight: 400; }
    @media screen and (max-width: 768px) {
      #index .videowrap {
        height: 100%;
        position: relative; }
        #index .videowrap h3 {
          bottom: 30px;
          font-size: 15px; } }
  #index section.cont1 {
    width: 100%;
    position: relative;
    margin: 100vh auto 0 auto;
    background: #333 url(img/bg.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #index section.cont1 {
        padding: 92px 0 0 0;
        margin: 0 auto; } }
    #index section.cont1 #globalMenuSp {
      position: relative;
      z-index: 1;
      color: #fff;
      text-align: center;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      width: 100%;
      opacity: 1;
      padding: 140px 0 0 0;
      background: url(img/bg.png);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #index section.cont1 #globalMenuSp {
          padding: 0px; } }
    #index section.cont1 #globalMenuSp ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      max-width: 700px;
      margin: 0 auto 40px auto; }
      @media screen and (max-width: 768px) {
        #index section.cont1 #globalMenuSp ul {
          width: 60%;
          max-width: 700px;
          min-width: 270px; } }
    #index section.cont1 #globalMenuSp.active .wraper {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      overflow: hidden;
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      opacity: 1; }
      @media screen and (max-width: 768px) {
        #index section.cont1 #globalMenuSp.active .wraper .navbox {
          height: 330px;
          min-height: 0; }
        #index section.cont1 #globalMenuSp.active .wraper .navilust {
          height: 330px; } }
    #index section.cont1 p {
      color: #fff;
      letter-spacing: .14em;
      line-height: 2.8em;
      font-weight: 400;
      width: 100%;
      text-align: center;
      margin: 0 auto 30px auto;
      padding: 0 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #index section.cont1 h3 {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
  #index .maincontainer {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #index .maincontainer .te {
      text-align: center;
      font-size: 26px;
      letter-spacing: .3em; }
      @media screen and (max-width: 768px) {
        #index .maincontainer .te {
          width: 80%;
          margin: 0 auto;
          font-size: 22px; } }
    #index .maincontainer ul.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 70%;
      max-width: 700px;
      margin: 100px auto; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul.flex {
          width: 80%;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    #index .maincontainer ul.flex li {
      font-size: 1.1em;
      list-style-type: none;
      font-weight: bold;
      padding: 0;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul.flex li {
          width: 33%;
          min-width: 100px;
          margin: 0 0 25px 0; } }
    #index .maincontainer ul.flex li a {
      display: block;
      color: #000;
      padding: 0;
      letter-spacing: .12em;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul.flex li a {
          font-size: 12px; } }
    #index .maincontainer ul li a.kome::after {
      content: "";
      width: 50px;
      height: 100px;
      display: block;
      background: url("img/kome.svg") no-repeat;
      background-position: center bottom;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul li a.kome::after {
          width: 30px;
          height: 50px; } }
    #index .maincontainer ul li a.kome:hover::after {
      -webkit-animation: hurueru 1s  infinite;
      animation: hurueru 1s  infinite;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    #index .maincontainer ul li a.egoma::after {
      content: "";
      width: 50px;
      height: 100px;
      display: block;
      background: url("img/egoma.svg") no-repeat;
      background-position: center bottom;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul li a.egoma::after {
          width: 30px;
          height: 50px; } }
    #index .maincontainer ul li a.egoma:hover::after {
      -webkit-animation: hurueru 1s  infinite;
      animation: hurueru 1s  infinite;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    #index .maincontainer ul li a.hati::after {
      content: "";
      width: 50px;
      height: 100px;
      display: block;
      background: url("img/hati.svg") no-repeat;
      background-position: center bottom;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul li a.hati::after {
          width: 30px;
          height: 50px; } }
    #index .maincontainer ul li a.hati:hover::after {
      -webkit-animation: hurueru 1s  infinite;
      animation: hurueru 1s  infinite;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    #index .maincontainer ul li a.yagi::after {
      content: "";
      width: 50px;
      height: 100px;
      display: block;
      background: url("img/yagi.svg") no-repeat;
      background-position: center bottom;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul li a.yagi::after {
          width: 30px;
          height: 50px; } }
    #index .maincontainer ul li a.yagi:hover::after {
      -webkit-animation: hurueru 1s  infinite;
      animation: hurueru 1s  infinite;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    #index .maincontainer ul li a.vegi::after {
      content: "";
      width: 50px;
      height: 100px;
      display: block;
      background: url("img/vegi.svg") no-repeat;
      background-position: center bottom;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #index .maincontainer ul li a.vegi::after {
          width: 30px;
          height: 50px; } }
    #index .maincontainer ul li a.vegi:hover::after {
      -webkit-animation: hurueru 1s  infinite;
      animation: hurueru 1s  infinite;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
  #index .topicsconatiner li {
    border-bottom: 1px dashed #8E8E8F;
    padding: 20px 0;
    margin: 0 0 80px 0; }
    @media screen and (max-width: 768px) {
      #index .topicsconatiner li {
        margin: 0 0 30px 0; } }
  #index .topicsconatiner li:last-child {
    border: none;
    margin: 0; }
  #index .topicsconatiner h3 {
    text-align: center;
    font-size: 25px;
    padding: 0 30px;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #index .topicsconatiner h3 {
        font-size: 18px; } }
  #index .thumnail {
    width: 80%;
    height: 400px;
    margin: 30px auto;
    background: #333;
    border-radius: 30px; }
    @media screen and (max-width: 768px) {
      #index .thumnail {
        width: 100%;
        margin: 20px auto;
        height: 250px; } }
  #index .ilust {
    width: 100%;
    max-width: 300px;
    height: 100px;
    margin: 50px auto;
    background: url(img/3yagi.svg) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 768px) {
      #index .ilust {
        margin: 35px auto; } }
  #index .tc {
    margin: 30px auto 80px auto; }
    @media screen and (max-width: 768px) {
      #index .tc {
        margin: 30px auto; } }
    #index .tc iframe {
      width: 85%;
      height: 315px;
      margin: 15px auto;
      display: block; }
      @media screen and (max-width: 768px) {
        #index .tc iframe {
          height: auto;
          min-height: 250px;
          margin: 10px auto; } }
    #index .tc img {
      width: 85%;
      height: auto;
      display: block;
      margin: 5px auto; }
  #index .googlemaps iframe {
    border-radius: 20px;
    margin: 100px auto;
    display: block; }
    @media screen and (max-width: 768px) {
      #index .googlemaps iframe {
        width: 100%;
        height: 300px;
        margin: 0 auto; } }
  #index .c3 {
    text-align: center; }
  #index .formwrap {
    width: 100%;
    margin: 40px auto; }
    @media screen and (max-width: 768px) {
      #index .formwrap {
        margin: 30px auto; } }
  #index .fwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      #index .fwrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    #index .fwrap .label {
      width: 130px;
      display: block;
      text-align: right; }
      @media screen and (max-width: 768px) {
        #index .fwrap .label {
          width: 100%;
          text-align: left; } }
    #index .fwrap p {
      width: calc(100% - 180px);
      display: block;
      margin: 0 0 0 20px;
      padding: 5px 10px;
      line-height: 1em;
      text-align: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #index .fwrap p {
          width: 100%;
          margin: 0;
          padding: 5px 0;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      #index .fwrap p input, #index .fwrap p textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #index .fwrap p input {
        height: 35px; }
      #index .fwrap p.form {
        border: 1px solid #333; }
      #index .fwrap p.textarea {
        height: 200px;
        border: 1px solid #333; }
      #index .fwrap p.text {
        height: auto;
        border: none;
        line-height: 1.8em; }
    #index .fwrap .rei {
      padding: 5px 0;
      display: block; }
      @media screen and (max-width: 768px) {
        #index .fwrap .rei {
          margin: 0;
          width: 100%;
          display: block;
          text-align: left; } }
  #index .submit {
    padding: 10px 50px;
    margin: 50px auto 0 auto;
    background: #000;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    border: none; }
  #index .screen-reader-response {
    display: none; }
  #index .wpcf7-not-valid-tip {
    font-size: 12px;
    color: red;
    padding: 5px 0 0 0;
    display: block; }
  #index .wpcf7-response-output {
    font-size: 12px;
    color: red;
    padding: 5px 0 0 0;
    display: block; }

/*======================================*/
/*　　　　　　　　　index　　　　　　　　　*/
/*======================================*/
/*======================================*/
/*　　　　　　　　　pages　　　　　　　　*/
/*======================================*/
.videowrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  top: 0;
  background: url(img/bg.png); }
  .videowrap h3 {
    position: absolute;
    bottom: 100px;
    width: 100%;
    display: block;
    height: 20px;
    z-index: 9;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .videowrap {
      display: block;
      height: 230px;
      position: relative; }
      .videowrap h3 {
        bottom: 40px;
        font-size: 15px;
        width: 80%;
        display: block;
        text-align: center;
        margin: 0 auto; } }

video {
  display: block;
  width: 870px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    video {
      width: 100%;
      height: auto;
      position: relative; } }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .overlay {
      opacity: 0; } }

.videowrap .coments h3 {
  opacity: 0;
  margin: 0 auto; }

@-webkit-keyframes coment {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes coment {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#index .videowrap {
  display: block;
  background: url(img/bg.png); }
  #index .videowrap video {
    width: auto;
    height: 100vh; }
    @media screen and (min-width: 1600px) {
      #index .videowrap video {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 768px) {
      #index .videowrap video {
        width: 100%;
        height: auto; } }

#water, #anshin, #taikenpage, #kokusan {
  width: 100%;
  margin: 80vh 0 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #water, #anshin, #taikenpage, #kokusan {
      margin: 0 auto; } }
  #water section, #anshin section, #taikenpage section, #kokusan section {
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      #water section, #anshin section, #taikenpage section, #kokusan section {
        padding: 0; } }
  #water .cont1, #anshin .cont1, #taikenpage .cont1, #kokusan .cont1 {
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    text-align: center;
    line-height: 3em;
    font-size: 20px;
    letter-spacing: .2em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+95&0+0,0.67+34 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.9) 95%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.9) 95%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(34%, rgba(0, 0, 0, 0.5)), color-stop(95%, rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.9) 95%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.9) 95%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
    /* IE6-9 */ }
    @media screen and (max-width: 768px) {
      #water .cont1, #anshin .cont1, #taikenpage .cont1, #kokusan .cont1 {
        height: auto;
        background: url(img/bg.png);
        padding: 70px 50px;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    #water .cont1 h3, #anshin .cont1 h3, #taikenpage .cont1 h3, #kokusan .cont1 h3 {
      margin: 0 0 100px 0;
      font-size: 75px;
      font-weight: 100;
      font-weight: lighter; }
      @media screen and (max-width: 768px) {
        #water .cont1 h3, #anshin .cont1 h3, #taikenpage .cont1 h3, #kokusan .cont1 h3 {
          font-size: 30px;
          margin: 0 0 20px 0; } }
  #water .title2.suiden, #anshin .title2.suiden, #taikenpage .title2.suiden, #kokusan .title2.suiden {
    background: url(img/water.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.suiden, #anshin .title2.suiden, #taikenpage .title2.suiden, #kokusan .title2.suiden {
        background-attachment: inherit; } }
  #water .title2.komes, #anshin .title2.komes, #taikenpage .title2.komes, #kokusan .title2.komes {
    margin: 170px auto;
    background: url(img/komes.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.komes, #anshin .title2.komes, #taikenpage .title2.komes, #kokusan .title2.komes {
        background-attachment: inherit;
        margin: 60px auto 20px auto; } }
  #water .title2.carot, #anshin .title2.carot, #taikenpage .title2.carot, #kokusan .title2.carot {
    background: url(img/carot.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.carot, #anshin .title2.carot, #taikenpage .title2.carot, #kokusan .title2.carot {
        background-attachment: inherit; } }
  #water .title2.kominkaphoto, #anshin .title2.kominkaphoto, #taikenpage .title2.kominkaphoto, #kokusan .title2.kominkaphoto {
    background: url(img/kominka.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.kominkaphoto, #anshin .title2.kominkaphoto, #taikenpage .title2.kominkaphoto, #kokusan .title2.kominkaphoto {
        background-attachment: inherit; } }
  #water .title2.kominkaphoto2, #anshin .title2.kominkaphoto2, #taikenpage .title2.kominkaphoto2, #kokusan .title2.kominkaphoto2 {
    margin: 170px auto 0 auto;
    background: url(img/kominka-2.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.kominkaphoto2, #anshin .title2.kominkaphoto2, #taikenpage .title2.kominkaphoto2, #kokusan .title2.kominkaphoto2 {
        background-attachment: inherit;
        margin: 80px auto 0 auto; } }
  #water .title2.memeshop, #anshin .title2.memeshop, #taikenpage .title2.memeshop, #kokusan .title2.memeshop {
    background: url(img/memekids.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.memeshop, #anshin .title2.memeshop, #taikenpage .title2.memeshop, #kokusan .title2.memeshop {
        background-attachment: inherit; } }
  #water .title2.ego, #anshin .title2.ego, #taikenpage .title2.ego, #kokusan .title2.ego {
    background: url(img/ego.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.ego, #anshin .title2.ego, #taikenpage .title2.ego, #kokusan .title2.ego {
        background-attachment: inherit; } }
  #water .title2.nora, #anshin .title2.nora, #taikenpage .title2.nora, #kokusan .title2.nora {
    background: url(img/nora.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.nora, #anshin .title2.nora, #taikenpage .title2.nora, #kokusan .title2.nora {
        background-attachment: inherit; } }
  #water .title2.honey, #anshin .title2.honey, #taikenpage .title2.honey, #kokusan .title2.honey {
    background: url(img/honey.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #water .title2.honey, #anshin .title2.honey, #taikenpage .title2.honey, #kokusan .title2.honey {
        background-attachment: inherit;
        margin: 80px auto 30px auto; } }
  #water .maincontainer, #anshin .maincontainer, #taikenpage .maincontainer, #kokusan .maincontainer {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #fff;
    position: relative; }
    @media screen and (max-width: 768px) {
      #water .maincontainer, #anshin .maincontainer, #taikenpage .maincontainer, #kokusan .maincontainer {
        padding: 50px 0; } }
  #water #kome, #water #egoma, #water #yagi, #anshin #kome, #anshin #egoma, #anshin #yagi, #taikenpage #kome, #taikenpage #egoma, #taikenpage #yagi, #kokusan #kome, #kokusan #egoma, #kokusan #yagi {
    position: absolute;
    top: -200px; }
  #water .txtarea, #anshin .txtarea, #taikenpage .txtarea, #kokusan .txtarea {
    padding: 0 50px; }
    @media screen and (max-width: 768px) {
      #water .txtarea, #anshin .txtarea, #taikenpage .txtarea, #kokusan .txtarea {
        padding: 20px 0; } }
  #water .syouhin.komebg, #anshin .syouhin.komebg, #taikenpage .syouhin.komebg, #kokusan .syouhin.komebg {
    background: url(img/kominka.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0 0 0;
    margin: 50px 0 0 0; }
  #water .syouhin .komephoto, #anshin .syouhin .komephoto, #taikenpage .syouhin .komephoto, #kokusan .syouhin .komephoto {
    width: 300px;
    height: 400px;
    display: block;
    background: url(img/kome-photo.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px auto -30px auto;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      #water .syouhin .komephoto, #anshin .syouhin .komephoto, #taikenpage .syouhin .komephoto, #kokusan .syouhin .komephoto {
        width: 180px;
        height: 300px;
        display: block;
        background: url(img/kome-photo.png) no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0px auto -30px auto;
        position: relative;
        z-index: 2; } }
  #water .syouhin .hoho, #anshin .syouhin .hoho, #taikenpage .syouhin .hoho, #kokusan .syouhin .hoho {
    color: #fff;
    text-align: center;
    background: #9F7624;
    font-size: 25px;
    padding: 50px 30px 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #water .syouhin .hoho, #anshin .syouhin .hoho, #taikenpage .syouhin .hoho, #kokusan .syouhin .hoho {
        font-size: 18px;
        padding: 30px 10px 10px 10px; } }
  #water .syouhin p, #anshin .syouhin p, #taikenpage .syouhin p, #kokusan .syouhin p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 30px; }
    #water .syouhin p span, #anshin .syouhin p span, #taikenpage .syouhin p span, #kokusan .syouhin p span {
      font-size: .6em; }
    @media screen and (max-width: 768px) {
      #water .syouhin p, #anshin .syouhin p, #taikenpage .syouhin p, #kokusan .syouhin p {
        font-size: 16px;
        padding: 15px 0 0 0; } }
  #water a.contactbtn, #anshin a.contactbtn, #taikenpage a.contactbtn, #kokusan a.contactbtn {
    width: 300px;
    padding: 10px 20px;
    background: #222;
    color: #fff;
    text-align: center;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 30px auto; }
    @media screen and (max-width: 768px) {
      #water a.contactbtn, #anshin a.contactbtn, #taikenpage a.contactbtn, #kokusan a.contactbtn {
        font-size: 16px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px auto;
        padding: 5px 20px; } }
  #water a.contactbtn:hover, #anshin a.contactbtn:hover, #taikenpage a.contactbtn:hover, #kokusan a.contactbtn:hover {
    background: #614816; }
  #water .flex, #anshin .flex, #taikenpage .flex, #kokusan .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0; }
    @media screen and (max-width: 768px) {
      #water .flex, #anshin .flex, #taikenpage .flex, #kokusan .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin: 10px 0; } }
    #water .flex p, #anshin .flex p, #taikenpage .flex p, #kokusan .flex p {
      width: 260px;
      display: block;
      color: red; }
      @media screen and (max-width: 768px) {
        #water .flex p, #anshin .flex p, #taikenpage .flex p, #kokusan .flex p {
          text-align: center;
          width: 100%;
          margin: 20px 0; } }
    #water .flex .photo.mask, #anshin .flex .photo.mask, #taikenpage .flex .photo.mask, #kokusan .flex .photo.mask {
      width: 400px;
      height: 300px;
      display: block;
      background: url(img/kairo.png) no-repeat;
      background-size: contain;
      background-position: right center; }
      @media screen and (max-width: 768px) {
        #water .flex .photo.mask, #anshin .flex .photo.mask, #taikenpage .flex .photo.mask, #kokusan .flex .photo.mask {
          width: 100%;
          height: 200px;
          display: block;
          background: url(img/kairo.png) no-repeat;
          background-size: contain;
          background-position: center;
          margin: 30px 0; } }
  #water .mishin, #anshin .mishin, #taikenpage .mishin, #kokusan .mishin {
    width: 100%;
    height: 330px;
    display: block;
    background: url(img/mishin.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 70px 0; }
    @media screen and (max-width: 768px) {
      #water .mishin, #anshin .mishin, #taikenpage .mishin, #kokusan .mishin {
        height: 200px;
        margin: 40px 0; } }
  #water .kairos, #anshin .kairos, #taikenpage .kairos, #kokusan .kairos {
    width: 100%;
    color: #fff;
    text-align: center;
    background: #DB536F;
    font-size: 25px;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #water .kairos, #anshin .kairos, #taikenpage .kairos, #kokusan .kairos {
        font-size: 18px;
        padding: 10px 20px; } }

#anshin .flex .photo1 {
  width: 50%;
  height: 300px;
  background: url(img/meme.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 10px 15px; }
  @media screen and (max-width: 768px) {
    #anshin .flex .photo1 {
      width: 100%;
      height: 200px; } }

#anshin .flex .photo2 {
  width: 50%;
  height: 300px;
  background: url(img/shop.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 10px 15px; }
  @media screen and (max-width: 768px) {
    #anshin .flex .photo2 {
      width: 100%;
      height: 200px; } }

.rakkasephoto {
  width: 100%;
  height: 400px;
  display: block;
  background: url(img/rakasei.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 50px 0; }
  @media screen and (max-width: 768px) {
    .rakkasephoto {
      height: 280px;
      margin: 0; } }

.indent {
  padding: 0 0 0 20px;
  display: block; }

.akagimap {
  width: 100%;
  height: 500px;
  background: url(img/akagimap.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 100px 0 0 0; }
  @media screen and (max-width: 768px) {
    .akagimap {
      margin: 0; } }
  @media screen and (max-width: 480px) {
    .akagimap .akagimap {
      width: 100%;
      height: 150px;
      background: url(img/akagimap.svg) no-repeat;
      background-size: contain;
      background-position: center;
      margin: 0px 0 0 0; } }

#taikenpage .kominka1 {
  background: url(img/kominka1.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .kominka2 {
  background: url(img/kominka2.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .kominka3 {
  background: url(img/kominka3.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .kominka4 {
  background: url(img/kominka4.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .yagiphoto {
  background: url(img/yagiphoto.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .suiden01 {
  background: url(img/suiden01.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .imo {
  background: url(img/imo.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .yagicyc {
  background: url(img/yagicyc.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

#taikenpage .imgphoto {
  width: 100%;
  height: 500px;
  display: block;
  margin: 50px 0; }
  @media screen and (max-width: 768px) {
    #taikenpage .imgphoto {
      height: 250px;
      margin: 25px 0; } }

#taikenpage .photop {
  width: 100%;
  height: 500px;
  display: block;
  margin: 50px 0;
  background: url(img/yagicyc.svg) no-repeat;
  background-size: contain;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #taikenpage .photop {
      height: 250px;
      margin: 25px 0; } }

#taikenpage .flex {
  margin: 0; }
  #taikenpage .flex .koya-1, #taikenpage .flex .koya-2 {
    width: 100%;
    height: 500px; }
    @media screen and (max-width: 768px) {
      #taikenpage .flex .koya-1, #taikenpage .flex .koya-2 {
        height: 250px; } }
  #taikenpage .flex .koya-1 {
    background: url(img/koya-1.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  #taikenpage .flex .koya-2 {
    background: url(img/koya-2.jpg) no-repeat;
    background-size: cover;
    background-position: center; }

#kokusan .oils h4 {
  font-size: 23px;
  color: #666666;
  margin: 40px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #kokusan .oils h4 {
      font-size: 18px; } }

#kokusan .oils .oilimg01 {
  width: 90px;
  height: 400px;
  margin: 20px auto;
  background: url(img/oilimg01.svg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #kokusan .oils .oilimg01 {
      width: auto;
      height: 60vw;
      background-size: contain; } }

#kokusan .oils .oilimg02 {
  width: 90px;
  height: 400px;
  margin: 20px auto;
  background: url(img/oilimg02.svg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #kokusan .oils .oilimg02 {
      width: auto;
      height: 60vw;
      background-size: contain; } }

#kokusan .oils .oilimg03 {
  width: 90px;
  height: 400px;
  margin: 20px auto;
  background: url(img/oilimg03.svg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #kokusan .oils .oilimg03 {
      width: auto;
      height: 60vw;
      background-size: contain; } }

#kokusan .price {
  margin: 30px auto;
  text-align: center; }
  #kokusan .price h5 {
    font-size: 16px;
    text-align: center;
    padding: 20px 0; }
    @media screen and (max-width: 768px) {
      #kokusan .price h5 {
        font-size: .9em;
        padding: 13px 0;
        text-align: left;
        letter-spacing: .08em;
        line-height: 1.4em; } }
  #kokusan .price h3 {
    text-align: center;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      #kokusan .price h3 {
        font-size: 1.2em;
        text-align: left;
        letter-spacing: .08em;
        line-height: 1.4em; } }
    #kokusan .price h3 span {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        #kokusan .price h3 span {
          font-size: .8em;
          padding: 13px 0;
          letter-spacing: .08em;
          line-height: 1.4em; } }

#kokusan .oilname {
  background: #000;
  padding: 20px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    #kokusan .oilname {
      font-size: 15px;
      padding: 5px 10px; } }

/*======================================*/
/*　　　　　　　　　pages　　　　　　　　　*/
/*======================================*/
