@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Handlee');
/**************************
property reset,tool
**************************/

* {
  margin: 0;
  padding: 0;
  line-height: 100%;
  box-sizing: border-box;
}
ul, li {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul li img {
  vertical-align: bottom;
}
table, th, td {
  border: none;
}
form {
  display: inline;
}
br.clear, p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
}
#contents p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 1em 0;
}
.clear {
  clear: both;
}
.skipmenu {
  position: absolute;
  right: 0pt;
  top: -10em;
}
a {
  overflow: hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1; /* for IE6/7 */
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


body {
  font-family:"Sawarabi Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 0;
  text-align: center;
}
body * {
  box-sizing: border-box;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 130px;
  height: 100vh;
  background: #445C42;
  z-index: 999;
  box-shadow: 2px 0 4px #333;
}
#headerInside {
  position: relative;
  width: 130px;
  height: 100vh;
  padding: 20px;
}
#headerInside ul {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -24px;
}
#headerInside ul li {
  margin-bottom: 10px;
}

.cover {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}
.section1 {
  height: 100vh;
  background: url(images/01.jpg) no-repeat fixed;
  background-size: cover;
}
.contentBox {
  position: absolute;
  top: 125px;
  left: 50%;
  margin: auto;
  text-align: center;
  text-shadow: 0 0 10px #000, 0 0 6px #000;
}
.contentBox h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.contentBox p {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Sawarabi Gothic", sans-serif;
}

.purun {
  -webkit-animation: purun 0.8s linear 0s 1;
  animation: purun 0.8s linear 0s 1;
}
@-webkit-keyframes purun {
  0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

#scrollArrow {
  position: absolute;
  bottom: 40px;
  right: 60px;
}

.section2 {
  height: 100vh;
  background: url(images/02.jpg) no-repeat fixed;
  background-size: cover;
}
.section2a {
  height: 50vh;
  background: #2A3F5E;
  color: #FFF;
  position: relative;
  text-align: left;
}

.section2a p {
  font-family: 'Handlee', cursive;
  font-size: 40px;
  line-height: 50vh;
  margin-left: 200px;
}
.section2b {
  background: #FFF;
  position: absolute;
  top: 35vh;
  right: 80px;
  width: 35%;
  padding: 20px;
  box-shadow: 0 0 10px #333;
}
.section2b p {
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-size: 16px;
  font-family:"Sawarabi Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section2b h2 {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.section3 {
  margin-left: 130px;
}
.section3 h2 {
  margin: 20px;
  padding-top: 30px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.section3 h3 {
  background: #2A3F5E;
  color: #FFF;
  margin: 40px 0 0;
  padding: 10px;
}
.movieArea {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movieArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section4 {
  margin-left: 130px;
  background: #F0ECDE;
  padding: 20px 80px 50px;
}
.section4 h2 {
  margin: 0 20px 20px;
  padding-top: 30px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.section4 p {
  line-height: 1.5;
}
#backNumberWrap {
  margin-top: 30px;
}
#backNumberWrap img {
  width: 125px;
  height: auto;
}
/**  Slider  **/
.slider {
    width: 100%;
    margin: 10px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-prev {
   background: url(images/triangleL.png) no-repeat center center !important;
   height: 60px !important;
   width: 24px !important;
   left: -35px !important;
   text-indent: -9999px;
}
.slick-next {
   background: url(images/triangleR.png) no-repeat center center !important;
   height: 60px !important;
   width: 24px !important;
   right: -35px !important;
   text-indent: -9999px;
}

.section5 {
  margin-left: 130px;
  padding: 30px 0 80px;
}
.section5 h2 {
  margin: 0 20px 20px;
  padding-top: 30px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.section5 p {
  line-height: 1.5;
}
.snsArea {
  display: table;
  width: 100%;
  margin-top: 60px;
}
.facebookArea,
.twitterArea {
  display: table-cell;
  width: 50%;
}
.twitterArea iframe {
  border: 1px solid #CCC !important;
}
.facebookArea iframe,
.twitterArea iframe {
  width: 340px !important;
  margin: auto;
}

.section6 {
  margin-left: 130px;
  background: #F0ECDE;
  padding: 50px 80px 20px;
}
#kankoArea {
  display: table;
  width: 100%;
  margin: 40px 0;
}
.tableCell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  text-align: left;
}
#nohohon {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 36px;
  background: #FFF;
  padding: 10px 40px;
  font-size: 24px;
  white-space: nowrap;
  margin-bottom: 50px;
}
#kankoArea p {
  line-height: 1.8;
}
#kankoArea a {
  color: #333;
  text-decoration: none;
}
#kankoArea a:hover {
  color: #b03a08;
}

.section7 {
  margin-left: 130px;
  background: #E6E6E6;
  padding: 50px 80px 20px;
}
#visArea {
  display: table;
  width: 100%;
  margin: 40px 0;
}
#toyoUni {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 36px;
  background: #17194C;
  padding: 10px 40px;
  font-size: 24px;
  white-space: nowrap;
  margin-bottom: 50px;
}
#toyoUni span {
  font-family: sans-serif;
}
#visArea #toyoUni a {
  color: #FFF;
}
#visArea p {
  line-height: 1.8;
}
#visArea a {
  color: #333;
  text-decoration: none;
}
#visArea a:hover {
  color: #b03a08;
}

.section8 {
  margin-left: 130px;
  background: #d6dadd;
  padding: 50px 80px 20px;
}
#tamarujoArea {
  display: table;
  width: 100%;
  margin: 40px 0;
}
#tamarujo {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 36px;
  background: #333;
  color: #FFF;
  padding: 10px 40px;
  font-size: 24px;
  white-space: nowrap;
  margin-bottom: 50px;
}
#tamarujoArea a {
  color: #333;
  text-decoration: none;
}
#tamarujoArea a:hover {
  color: #b03a08;
}




footer {
  background: #2A3F5E;
  color: #FFF;
  margin-left: 130px;
  padding: 20px;
  font-size: 14px;
}
#footerID {
  font-size: 18px;
}
address {
  font-style: normal;
}
footer * {
  line-height: 1.8;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
.arrowRight {
  text-indent: -15px;
  padding-left: 15px;
}
.arrowRight::first-letter {
  background: url(images/liDetail.png) no-repeat left center;
  padding-left: 15px;
}
.spShow {
  display: none;
}


@media screen and (max-width:479px) {
  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pcShow {
    display: none !important;
  }
  .spShow {
    display: block;
  }

  header {
    width: 100%;
    height: auto;
  }
  #headerInside {
    width: 100%;
    height: auto;
    display: table;
    padding: 10px 20px;
  }
  .siteID,
  #headerInside ul {
    display: table-cell;
    width: 50%;
  }
  #headerInside ul {
    position: initial;
    margin: 0;
    left: auto;
    bottom: auto;
    text-align: right;
  }
  #headerInside ul li {
    display: inline;
  }
  #headerInside ul li img {
    width: 36px;
  }
  .siteID img {
    width: 100%;
  }
  .contentBox {
    position: initial;
    padding: 30px;
    margin-top: 60px;
  }
  .contentBox h2 {
    font-size: 19px;
  }
  .contentBox p {
    font-size: 14px;
  }
  .section2a p {
    margin-left: 10px;
    font-size: 30px;
  }
  .section2b {
    right: 20px;
    width: 85%;
  }
  .section2b h2 {
    font-size: 18px;
  }
  .section2b p {
    font-size: 14px;
  }
  .section3 {
    margin-left: 0;
  }
  .section3 h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .section4 {
    margin-left: 0;
    padding: 20px 20px 50px;
  }
  .section4 h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .section4 p {
    font-size: 14px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .section5 {
    margin-left: 0;
    padding: 30px 20px 80px;
  }
  .section5 h2 {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.4;
  }
  .section5 p {
    font-size: 14px;
  }
  .facebookArea, .twitterArea {
    display: block;
    width: auto;
    margin: 0 auto 20px;
  }
  .facebookArea iframe, .twitterArea iframe {
    width: 300px !important;
  }
  .section6 {
    margin-left: 0;
    padding: 30px 20px;
  }
  .srction5 {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.4;
  }
  #kankoArea {
    display: block;
    margin: 20px 0;
  }
  .tableCell {
    display: block;
    width: 100%;
    padding: 0 10px 30px;
  }
  #nohohon {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }



  footer {
    margin-left: 0;
    font-size: 12px;
  }
  address span {
    display: inline-block;
  }

  .fb_iframe_widget {
    display: block !important;
  }
  .fb-page>span {
    width: 100% !important;
  }

  #kankoArea .tableCell p div,
  #kankoArea .tableCell p canvas {
    width: 100% !important;
  }

  .section7,
  .section8 {
    margin-left: 0;
    padding: 30px 20px;
  }
  .section7 .tableCell p div,
  .section7 .tableCell p canvas,
  .section8 .tableCell p div,
  .section8 .tableCell p canvas {
    width: 100% !important;
  }
  #tamarujo,
  #toyoUni {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }


}
