@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Shuei MaruGo L', sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

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

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}
.f-a1{
  font-family: 'Midashi Min MA1', serif;
}
.f-sb{
  font-family: 'Shuei MaruGo B', sans-serif;
}
@media screen and (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  a:hover {
    opacity: 1;
  }
}
/* ===============================================================================
HeaderArea
=============================================================================== */
header{
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-image: url(../img/bg_top.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
header .yokoku{
  position: absolute;
  top: 10px;
  left: 11px;
  display: inline-block;
  border: solid 1.5px;
  border-radius: 5px;
  padding: 1px 12px;
  font-size: 1.2rem;
}
header .copy{
  position: absolute;
  top: 9px;
  right: 13px;
  font-size: 1rem;
  letter-spacing: .05rem;
}
header .hello{
  font-size: 2.1rem;
  padding-top: 240px;
  letter-spacing: .18rem;
  line-height: 1.48;
}
header .hello span{
  font-size: 4.8rem;
  letter-spacing: .1rem;
  display: block;
}
header .place{
  font-size: 1.1rem;
  letter-spacing: .1rem;
  line-height: 1.73;
  padding: 20px 0 30px;
}
header .scroll{
  padding-top: 42px;
}
header .effect {
  opacity : 0;
  -webkit-transition : all 1.5s .2s;
  transition : all 1.5s .2s;
}
header .fadein {
  opacity : 1;
}
header a{
  color: #ffffff;
}
@media screen and (max-width: 640px){
  header{
    background-position: 30% center;
  }  
  header .hello{
    padding-top: 250px;
  }
  header .hello span{
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 414px){
  header{
    background-image: url(../img/bg_top_sp.jpg);
    background-position: top center;
    background-size: auto 100%;
  }  
}

/* ===============================================================================
ContentsArea
=============================================================================== */
.roop {
  width: 100%;
  height: 170px;
  background-position: 0 0;
  -webkit-animation: bgroop 20s linear infinite;
          animation: bgroop 20s linear infinite;
}
.reverse {
  width: 100%;
  height: 170px;
  background-position: -1260px 0;
  -webkit-animation: bgroop2 20s linear infinite;
          animation: bgroop2 20s linear infinite;
}
.pattern1{
  background: url(../img/bg01.jpg) repeat-x;
  background-size: auto 100%;
}
.pattern2{
  background: url(../img/bg02.jpg) repeat-x;
  background-size: auto 100%;
}
.pattern3{
  background: url(../img/bg03.jpg) repeat-x;
  background-size: auto 100%;
}
.pattern4 {
  background: url(../img/bg04.jpg) repeat-x;
  background-size: auto 100%;
}
@-webkit-keyframes bgroop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1260px 0;
  }
}
@keyframes bgroop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1260px 0;
  }
}
@-webkit-keyframes bgroop2 {
  from {
      background-position: -1260px 0;
  }
  to {
      background-position: 0 0;
  }
}
@keyframes bgroop2 {
  from {
      background-position: -1260px 0;
  }
  to {
      background-position: 0 0;
  }
}
.navi{
  position: relative;
}
.navi .pattern1{
  margin-top: -60px;
}
.navi .pattern4{
  margin-bottom: -70px;
}
.navi .inner .head{
  background-color: rgba(27,20,100,.9);
  height: 40px;
  border-radius: 10px 10px 0 0;
  max-width: 500px;
  width: 80%;
  margin: -40px auto 0;
  position: relative;
  font-size: 1.6rem;
}
.navi .inner .head span{
  position: absolute;
  color: #ffffff;
  top: 31px;
  left: 90px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.navi .inner{
  position: absolute;
  max-width: 800px;
  width: 90%;
  right: 0;
  left: 0;
  top: 156px;
  margin: auto;
  background-color: rgba(27,20,100,.9);
  border-radius: 10px;
  text-align: center;
}
.navi h1, .navi p{
  color: #ffffff;
  font-size: 2.8rem;
  padding-top: 13px;
}
.navi h1 span, .navi p span{
  font-size: 75%;
}
.navi h1 span span{
  font-size: 2.8rem;
}

.navi h1{
  border-bottom: 1px solid;
  display: inline-block;
  padding-top: 0;
  margin-top: -8px;
}
.navi ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 35px 35px;
}
.navi ul li{
  width: 229px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 0 30px;
}
.navi ul li a{
  display: block;
}
.navi ul li dl dd{
  line-height: 1.25;
}
.navi ul li h2{
  font-size: 2rem;
  margin-top: 12px;
}
.navi ul li .btn{
  font-size: 1.2rem;
  letter-spacing: -.1rem;
  background-color: #f2f2f2;
  margin-top: 20px;
  display: inline-block;
  padding: 3px 0;
  border-radius: 20px;
  width: 114px;
}
.navi ul li .btn:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(../img/ico_down@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.navi ul li:nth-of-type(2){
  margin: 0 20px;
}
.info{
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.info .inner{
  max-width: 800px;
  width: 85%;
  margin: 0 auto;
  padding: 60px 0 0;
}
.info .desc{
  border-top: solid #cccccc 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
}
.info div.desc:last-of-type{
  border-bottom: solid #cccccc 1px;
}
.info .desc .img{
  padding-left: 45px;
}
.info h2{
  font-size: 3.2rem;
  line-height: 1.45;
  padding-bottom: .6em;
}
.info .desc .text{
  width: 55%;
  padding-left: 60px;

}
.info .desc .text div{
  font-size: 1.6rem;
  line-height: 1.625;
  color: #000000;
}
.info p{
  padding: 85px 0;
  text-align: center;
}
.info p span{
  font-size: 2.5rem;
  border-bottom: solid 1px;
  padding-bottom: .1em;
}
.banner{
  position: relative;
}
.banner .pattern1{
  margin-top: -100px;
}
.banner .pattern4{
  margin-bottom: -17px;
}
.banner .inner{
  max-width: 700px;
  width: 90%;
  text-align: center;
  margin: 0 auto;  
  position: absolute;
  right: 0;
  left: 0;
  top: 187px;
}
.banner .inner div{
  height: 95px;
  border-radius: 10px;
  background-color: rgba(27,20,100,.9);
}
.banner .inner div:first-of-type{
  margin-bottom: 30px;
}
.banner a{
  font-size: 2.1rem;
  color: #ffffff;
  display: block;
  line-height: 95px;
  position: relative;
}
.banner .new_l a{
  line-height: 82px;
}
.banner a span{
  position: absolute !important;
  display: block;
  right: 0;
  left: 0;
  bottom: 15px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 640px){
  .navi h1{
    border-bottom:none;
  }
  .navi h1 span{
    border-bottom: 1px solid;
    padding-bottom: 2px;
  }
  .navi h1 span span{
    border-bottom: none;
  }
  .navi .inner .head span{
    font-size: 1.5rem;
    top: 25px;
    left: 20px;
  }
  .navi ul{
    display: block;
    padding: 30px 20px;
  }
  .navi ul li{
    width: 100%;
    padding: 10px 0 20px;
  }
  .navi ul li:nth-of-type(2){
    margin: 10px 0;
  }
  .navi ul li dl{
    position: relative;
  }
  .navi ul li dl dt{
    position: absolute;
    top: 0;
    left: 20px;
  }
  .navi ul li dl dd{
    margin-left: 35px;
  }
  .navi ul li .btn{
    margin-top: 5px;
  }
  .info .desc{
    display: block;
    padding: 40px 0;
  }
  .navi .pattern4{
    margin-bottom: 0;
  }
  .navi .pattern1.spOnly{
    margin-top: 0;
    margin-bottom: -90px;
  }
  .info .desc .img{
    padding-left: 0;
  }
  .info .desc .img img{
    width: 100%;
  }
  .info .desc .text{
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .info h2{
    font-size: 2.8rem;
  }
  .info p span{
    font-size: 2.2rem;
  }
  .info p{
    padding: 45px 0;
  }
  .banner .inner{
    top: 150px;
  }
  .banner .inner div{
    height: 75px;
  }
  .banner a{
    font-size: 1.5rem;
    line-height: 75px;
  }
  .banner .new_l a{
    line-height: 60px;
  }
  .banner a span{
    bottom: 7px;
  }
  .banner .pattern4 {
    margin-bottom: -125px;
  }
}
@media screen and (max-width: 320px){
  .navi .inner{
    width: 95%;
  }
  .navi ul li dl dd{
    font-size: 1.2rem;
  }
  .info h2{
    font-size: 2.4rem;
  }
  .banner a{
    font-size: 1.4rem;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer{
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
footer .inner{
  max-width: 335px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 80px;
  font-size: 1.4rem;
  font-family: "KozGoPro-Heavy", "小塚ゴシック Pro H", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
  text-align: center;
}
footer ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer h5{
  font-size: 1.6rem;
  padding-bottom: .8em;
}
footer .sns{
  width: 170px;
  margin: 0 auto 40px;
}
footer li.btn{
  width: 48%;
}
footer .btn{
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: .5em 0;
  margin: 0 auto 20px;
  position: relative;
  width: 99%;
}
footer .btn a{
  display: block;
}
footer .btn a i {
  font-size: 150%;
  margin-right: 2px;
  vertical-align: sub;
}
footer .copy{
  font-size: 1.2rem;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding-top: 60px;
}
@media screen and (max-width: 640px){
  footer .inner{
    font-weight: bold;
  }
}