@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Allan:400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

#wrapper {
  position: relative;
  margin: 0;
  overflow:hidden;
}


.page-view {
  height: 45vh;/*95*/
  width: 100vw;/*100vw*/
  position: relative;
  top: 0;
  left: 0;
  z-index: 98;
}


.page-view .project {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(img/fv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*object-fit: cover; */
}



.page-view .project .text h1 {
  width: 200px;/*260*/
  height: 260px;/*380*/
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: center;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 10px #fff;
      font-family: 'Passion One', cursive;
        font-weight: 400;
        font-size: 3.8rem;
        line-height: 1.4;
        text-align: center;
        letter-spacing: 0;

display: flex;
  justify-content: center;
  align-items: center;
        
  
}



.page-view .project .text h1 img {
   width: 100%;
   height: auto;
}


p.tel {
  /*position: absolute;*/
  position: fixed;
  top: 5px;
  right: 80px;
  z-index: 1910!important;
}

p.tel img{
  width: 40px;
  height: auto;
}

p.web {
  position: fixed;
  top: 43px;
  right: 15px;
  z-index: 1920;
}

p.web img{
  width: 120px;
  height: 120px;
}



.recruit{ 
       position: fixed;
       top: 174px;
       right: 15px;
       
       width: 120px;
       height: 34px;
       line-height:30px; 
       text-align:center; 
       border: 2px solid #fff;
       vertical-align: middle;
       z-index: 1921;
       
}

.recruit a{ 
       font-family: 'Passion One', cursive; 
       vertical-align: middle;
       text-align:center; 
       color:#fff;
       font-weight: 400;
       line-height:30px; 
       font-size: 1.8rem; 
       letter-spacing: 0.08em; 
       text-decoration: none;
       
}



.recruit:hover {
	background:rgba(223, 220, 218, 0.3);
        cursor:pointer;
}








.page-view .arrows a {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0 ;
  left: 50%;
  text-align: center;
  color: #fff;
  font-family: 'Passion One', cursive;
  margin-left: -40px;
  font-weight: 400;
  font-size: 95%;
  letter-spacing: 0.07em;
  line-height: 100%;
  z-index: 98;
  
}


.page-view .arrows a span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 60px;
  border-left:1px solid #fff;
 
}

@media screen and (max-width: 1300px) {
p.tel {
  position: fixed;
  top: 5px;
  right: 70px;
}

p.web {
  position: fixed;
  top: 43px;
  right: 7px;
}

.recruit{ 
       position: fixed;
       top: 174px;
       right: 7px;
       
       width: 120px;
       height: 34px;
       line-height:30px; 
       text-align:center; 
       border: 2px solid #fff;
       
       z-index: 1921;
       
}
}
@media screen and (max-width: 768px) {
.page-view {
  /*height: 426px;
  width: 100%;*/
  height: 35vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.page-view .project {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(img/fv.jpg);
  background-size: cover;
}

.page-view .project .text h1 {
  width: 80px;/*260*/
  height: 100px;/*380*/
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: center;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 5px #fff;
      font-family: 'Passion One', cursive;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0;

display: flex;
  justify-content: center;
  align-items: center;
        
  
}


.page-view .arrows a {
  
  font-size: 80%;
  letter-spacing: 0.03em;
  
}



p.tel {
  position: fixed;
  top: 7px;
  right: 48px;
}

p.tel img{
  width: 34px;
  height: auto;
}

p.web {
  position: fixed;
  top: 40px;
  right: 6px;
}

p.web img{
  width: 72px;
  height: 72px;
}

.recruit{ 
       position: fixed;
       top: 120px;
       right: 8px;
       display: inline-block;
       padding: 0 12px;
       width: auto;
       height: 24px;
       line-height:20px; 
       text-align:center; 
       border: 2px solid #fff;
       
       z-index: 1921;
       
}

.recruit a {
       font-size: 1.2rem; 
       letter-spacing: 0.02em;
       line-height: 20px; 
       
}

}







.text_c {
text-align: center!important;
}



h3.jp {
    font-weight: 500; 
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 30px auto 40px;
}




h3.en{
    position: relative;
    display: inline-block;
    font-family: 'Passion One', cursive;
    font-size: 4rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase; 
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    margin: 0 auto 30px;
}


h3.en::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #fff;
 width : 40px;
 margin: 0 auto;
}




p.jp {
    font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "Noto Serif Japanese", "Times New Roman", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.06em; 
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin-top: 20px;
}

b{
       font-weight: bold!important;
}

.mt60 {
    margin-top: 60px!important;
}


.mt100 {
    margin-top: 100px!important;
}



@media screen and (max-width: 876px) {

h3.jp {
    font-weight: 500; 
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0!important;
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 15px auto 30px;
}



h3.en{
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h3.en::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #fff;
 width : 30px;
 margin: 0 auto;
}


p.jp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0; 
    margin-top: 0;
}

}

button{
  display: block;
  position: relative;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  background: transparent;
  border: none;
  color: #040000;
  width: 240px;
  height: 44px;
  margin: 30px auto;
  background: transparent;
  border: #040000 1px solid;  
  line-height: 44px;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px; 
  -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}


button span{
  display: block;
}

button:hover {
    border: #fff 1px dashed;  
    color: #fff;
}

@media screen and (max-width: 876px) { 
button{
    margin: 30px auto 10px;
}

}



.logo {
  /*position: absolute;*/
  width: 246px;
  height: 212px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -50;
  
}

.logo h1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  text-align: center;
  
}


.logo h1 img {
   width: 100%;
   height: 100%;
}


@media screen and (max-width: 768px) {


.logo {
  /*position: absolute;*/
  width: 150px;
  height: 129px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -50;
}  

}





#content .intro {
    position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(img/intro.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 50px 0 80px;
   margin: 0 auto;
   text-align: center;
   /*color: #2a2a2a!important;*/
}

#content .intro p {
    width: 90%;
    margin: 0 auto;
}


@media screen and (max-width: 876px) {
#content .intro {
  position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(img/intro.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 40px 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
   margin-top: -1px;
}

}





#content #photo {
  position: relative;
   
   width: 100%;
   height: auto;
   padding: 0 50px;
  
  text-align: center;
  
}

#photo ul {
   width: 80%;
   height: auto;
    margin: 0 auto 80px;
    overflow: hidden;
   
   display: inine-block;
}
  
#photo ul li {
    position: relative;
    width: 23%;
    height: auto;
    
    float: left;  
    margin: 1%;
    border: solid 8px #fff;
        padding: 10px;  
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      /*overflow:hidden; */
    z-index: 40;
}
   
#photo ul li img {
     width: 100%;
     height: auto;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; 
}

/*#photo ul li img:hover {
     opacity: 0.5;
    
}*/
#photo .style_img {
    position: relative; 
}

#photo .style_img img.thumb {
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; 
}

/*#photo .style_img .mask {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      background: rgba(255,255,255,0.6); 
}



#photo .style_img:hover .mask{
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; 
}*/

     
#photo ul li {
      z-index: 36;
}
    
#photo ul li.style_img {
      z-index: 35;
}





    
@media screen and (max-width: 876px) {

#content #photo {
  position: relative;
   
   width: 100%;
   height: auto;
   padding: 0 0 40px;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}


#photo ul li {
    
    border: solid 6px #fff;
        padding: 0;  
}
   

}

@media screen and (max-width: 700px) {
#photo ul {
   width: 100%;/*96*/
   max-width: auto;
   height: auto;
   margin: 20px auto 0;
   display: inine-block;
}

#photo ul li {
      width: 48%;
      height: auto;
      /*max-width: initial;
      max-height: initial;*/
      float: left;
      margin: 1%;
     border: solid 4px #fff;
        padding: 9px;  
}

}





#pickup {
  position: relative;
   background-position: left center, center bottom, center top;
   background-repeat: no-repeat, repeat-x, repeat;
   background-size: 35% auto, contain, contain;
   background-image: url(img/bg2.png), url(img/bg3.png), url(img/bg.jpg);
   width: 100%;
   height: auto;
   padding: 50px 0;
  
  text-align: center;
  
}

.sec01 .box, .sec02 .box {
   position: relative;
   width: 80%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto 80px;
    display: flex;
  justify-content: center;
  align-items: center;
}


.sec03 {
   position: relative;
   width: 80%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto 100px;
    display: block;
}


  



.sec01 .box .left{
      width: 49%;
      float: left;
      
}


.sec01 .box .right {
     width: 47%;
     margin-left: 3%;
      float: right;
     
}


.center01 {
      
      width: 49%;
      float: left;
      
}


.center02 {
     
     width: 49%;
     margin-left: 1%;
      float: right;
     
}





.sec02 .box .left{
      width: 47%;
      margin-right: 3%;
      float: left;
      
}


.sec02 .box .right {
     width: 49%;
      float: right;
     
}



.name {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 2.5em;
    color: #fff;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    font-style : italic;
    padding-bottom: 20px;
    letter-spacing: 0;
}





.copy {
    display: block;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, 'Noto Serif Japanese', serif;
    font-size: 1.7em;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    
}



.text {
    display: block;
    padding-top: 25px;
}





@media screen and (max-width: 920px) {
.sec01 .box, .sec02 .box {
   position: relative;
   width: 94%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto 60px;
    display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 {
   position: relative;
   width: 94%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto 60px;
    display: block;
}
}
  



@media screen and (max-width: 767px) {

#pickup {
   position: relative;
   background-position: left center, center bottom, center top;
   background-repeat: no-repeat, repeat-x, repeat;
   background-size: 50% auto, contain, contain;
   background-image: url(img/bg2.png), url(img/bg3.png), url(img/bg.jpg);
   width: 100%;
   height: auto;
   padding: 30px 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.sec01 .box, .sec02 .box {
   width: 90%
   margin: 0 auto 40px;
   display: block;
}

#pickup .sec03 {
    display: none!important;
}

.center01 {
      
      width: 100%;
      float: none;
      margin-bottom: 15px;
}


.center02 {
     
     width: 100%;
      float: none;
     margin-left: 0;
     
}



.sec01 .box .left, .sec02 .box .right {
      width: 100%;
      float: none;
      margin-bottom: 0;
      
}


.sec01 .box .right, .sec02 .box .left {
     width: 100%;
     margin-left: 0;
      float: none;
}


.name {
    display: inline-block;
    
    font-size: 2em;
    color: #fff;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 0;
}



.copy {
    display: block;
    
    font-size: 1.5em;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    
    letter-spacing: 0;
}


.text {
    display: block;
    padding-top: 15px;
}

}