@import 'https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700,900';


/* ==========================================================================
   common styles
   ========================================================================== */



.clear{
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

*, *::after, *::before {
    box-sizing: inherit;
}



.en  { font-family: 'Droid Serif', serif; }

.go  { font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;}

.min { font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;}


/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #a8dcdd; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #a8dcdd; /* Firefox */
	color: #FFFFFF;
}


input {
    outline: none;
}

button
{
    outline: none;
}


/*------------------Buttons---------------------*/
.btn01 {
  background-color: #000;
  color: #fff;
  line-height: 40px;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  cursor: pointer;
}


.btn01 a{

  color: #fff;
  text-decoration: none;

}



.btn01:hover, .btn01 a:hover  {
  background-color: #404040;
  color: #fff;
   text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}



.btn02 {
   background-color: #be0e1b;
  color: #fff;
  line-height: 40px;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  
}



.btn02 a{
  color: #fff;
  text-decoration: none;
}



.btn02:hover, .btn02 a:hover {
  color: #fff;
  background-color: #d62431;
   text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}



.btn03 {
  background-color: #000;
  color: #fff;
  line-height: 30px;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 15px;

}


.btn03 a{

  color: #fff;
  text-decoration: none;

}



.btn03:hover, .btn03 a:hover  {
  opacity: 0.9;
  color: #fff;
   text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




.btn04 {
  background-color: #000;
  color: #fff;
  line-height: 20px;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  width: 20%;

}


.btn04 a{

  color: #fff;
  text-decoration: none;

}



.btn04:hover, .btn04 a:hover  {
  opacity: 0.9;
  color: #fff;
   text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/* ==========================================================================
   font Styles
   ========================================================================== */


.mv {
    padding: 30px 30px 0px 30px;
    position: relative;
    width: 100%;

    overflow: hidden;
    min-width: 1280px;
}


.mv_t1{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    letter-spacing: 1em;
    margin-bottom: 40px;
    margin-top: 15px;
}


.mv_t2{
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    color: #000;
    letter-spacing: 0.1em; 
}

.mv_t2:after{

    display: block;
    content: "";
    margin-top: 30px;
    border-top: 2px solid #000;
    width: 100%;
}

.mv_t3{
   font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    -webkit-font-smoothing: antialiased;
   color: #000;
   font-weight: normal;
   font-size: 20px;
   margin-top: 30px;

}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}


.navbar {
    margin: auto;
    min-height: 60px;
    position: fixed;
    width: 100%;
    top: -114px;
    transition: top 0.6s ease 0s;
}

.navbar.open {
    top: 0;
}





.logo img {
	margin-top: 6px;
}



#nav-container {
    width:100%;
    min-width: 1280px;
    text-align:center;
    z-index: 9999;
}

#nav-container div.top{

    background: rgba(255, 255, 255, 0.976471);
    height: 60px;
    padding: 10px 0;

}


div#left{
  margin-top: 10px;
}


#left {
    float:left;
    width:33.3%;
}

#center {
    display: inline-block;
    margin:0 auto;
    width:33.3%;
}

#right {
    float:right;
    width:33.3%;
}

#right p{
   display: inline;
}



#nav-container div.btm{
      background: #000;
    line-height: 33px;

}




.nav {
    width: 1000px;
    margin: 0 auto;
}


.nav li  {
    float: left;
    margin-right: 5%;
    font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    -webkit-font-smoothing: antialiased; 
    font-size: 15px;

}



.nav li a {
    position: relative;
    display: block;
    padding: 10px 10px;
    color:#fff;
    text-decoration: none;
}

.nav li a:hover {
  
  opacity: 0.6;
}




/* ==========================================================================
   Main styles 
   ========================================================================== */



header {
  z-index: 9999;
} 




/* center */
.header-info {
    background: url(../img/mv_txtbg.png) no-repeat;
    text-align: center;
    margin: 0 auto;
    padding: 130px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
}




.mouse-icon {
    border: 1px solid #000;
    border-radius: 16px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -15px;
    height: 50px;
    width: 30px;

}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #000 none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}


@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}





/* ==========================================================================
   section styles  - btn
   ========================================================================== */
p.link {
    width: 119px;
    margin: 0 auto;
}

.link{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.4em;
  position: relative;
}

.link a{
    color: #000;
    font-weight: 700;

}

.link a:hover{
    color: #2f2f2f;
    text-decoration: none!important;
   -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;   
}


.link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #0f172b;

    }




.w1 {width: 146px!important;}

.w2 {width: 83px!important;}



/* ==========================================================================
   section styles  - layout
   ========================================================================== */

/* TOP */

h2 span{
  display: block;
}

#concept{
    margin-top:-90px;
    padding-top:90px;
}


#concept .container{

    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    text-align: center;
    /* margin-top: 20px; */
    background: url(../img/sec01_bg.jpg) no-repeat;
     background-size: cover;
    background-attachment: fixed, fixed;
 }




.title {

    color: #000;
    font-weight: 400;
    font-style: italic;
    font-size: 29px;
    letter-spacing: 0.1em; 
}

.title-jp{
    color: #000;
    font-size: 12px;
    letter-spacing: 0.1em; 
}


.title-sec01{

    color: #dc8277;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 0.1em; 
    line-height: 1.8em;
}


.title-jp2{
    color: #000;
    font-size: 15px;
    letter-spacing: 0.1em; 
    line-height: 2em;
}


.photo li{

     float: left;
 }





/* PLAN */

#plan01 .container {
    background: #f8eeee;
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}



#plan01 .container-inner {
   
    width: 960px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;

}



#plan01 .container h2 {
    float: left;
    margin: 40px 55px;
}


.dta {
    float: left;
    border-left: 1px #000 solid;
    padding: 10px 60px;
}

.ico img{
  margin-right: 10px;
}

.dta-title{
   border-radius: 50px;
   background: #e2a8ac;
   color: #fff;
   font-size: 17px;
}



.planlist, .planlist2{
  width: 1520px;
  margin: 0 auto;
}


.planlist ul li {
    float: left;
    width: 25%;
    position: relative;
}



.planlist2 ul li {
    float: left;
    width: 50%;
    position: relative;
}



.bk {

    width: 100%;
    background: #000;
    color: #fff;
   
    position: absolute;
    bottom: 0;

    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: center;
    
}


.line{
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}


/* plan hover ani 1 */

.w01 {
  width: 747px!important;
  max-width: 747px!important;
}

.p01{
  padding: 30px 100px 20px!important;
}

.l01{
  width: 50%!important;
}


.planhover {
  position: relative;
  float: left;
  margin: 10px 1%;
  max-width: 369px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #cf9499;
  font-size: 16px;
}


.planhover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.planhover img {
  position: relative;
  /*max-width: 100%; */
  vertical-align: top;
}


.planhover figcaption h3 {
    border: 1px solid #fff;
    padding: 15px 50px;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
}

.planhover figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 369px;
  height: 369px;
  z-index: 1;
  opacity: 0;
   padding: 30px 30px 20px;
}
.planhover figcaption:before,
.planhover figcaption:after {
  width: 1px;
  height: 0;
}
.planhover figcaption:before {
  right: 0;
  top: 0;
}
.planhover figcaption:after {
  left: 0;
  bottom: 0;
}
.planhover h3,
.planhover p {
  line-height: 1.5em;
}
.planhover h3 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.planhover p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  
}
.planhover a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.planhover:before,
.planhover:after,
.planhover figcaption:before,
.planhover figcaption:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.planhover:before,
.planhover:after {
  height: 1px;
  width: 0%;
}
.planhover:before {
  top: 0;
  left: 0;
}
.planhover:after {
  bottom: 0;
  right: 0;
}
.planhover:hover img,  /* hover opacity */
.planhover.hover img {
  opacity: 0.1;
}
.planhover:hover figcaption,
.planhover.hover figcaption {
  opacity: 1;
}
.planhover:hover figcaption:before,
.planhover.hover figcaption:before,
.planhover:hover figcaption:after,
.planhover.hover figcaption:after {
  height: 100%;
}
.planhover:hover:before,
.planhover.hover:before,
.planhover:hover:after,
.planhover.hover:after {
  width: 100%;
}
.planhover:hover:before,
.planhover.hover:before,
.planhover:hover:after,
.planhover.hover:after,
.planhover:hover figcaption:before,
.planhover.hover figcaption:before,
.planhover:hover figcaption:after,
.planhover.hover figcaption:after {
  opacity: 0.1;
}

/* /plan hover ani 1 */



.container
   {

    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    padding: 30px;
 }



#point div.container,
#option div.container
   {

    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    padding: 80px 30px;
 }





/* FLOW */
#flow{

}


#flow .container
   {

    width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px;
 }




 li.f-left {
    float: left;
    width: 16.666%;
    position: relative;
 }



.number{
    font-weight: 400;
    font-style: italic;
    font-size: 42px;
    color: #000;
    letter-spacing: 0.1em; 
    position: relative;
}


.number:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #ecebe9;
}


.arrow {

   position: absolute;
   top: 19px;
   right: 0;

}




#gallery{
    margin-top:-90px;
    padding-top:90px;
}




.gbox{
  width: 766px;
  height: 501px;
  margin: 0 auto;
}





/*  OPTION */


#option{
   padding: 0 30px;
}


#option .container{

    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 15px;
    padding: 5em 0 5em 0;
  
  background: url("../img/obg.jpg") no-repeat center center; 
  background-size: cover;
  background-attachment: fixed, fixed;

 }


.op{
    width: 680px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.94);
    padding: 50px 50px;
}


.op p.txt{
  line-height: 2em;
  margin-top: 30px;
  font-size: 15px;
}



/* INFO */

#info .container
   {

    width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    padding: 30px;
    position: relative;
    
 }

.i-left {
    float: left;
    width: 33%;
    margin-right: 3px;
    cursor: pointer;
}


.tel {
  border-top: 1px solid #e0e0e0;
   padding-top: 20px;
}






/* ==========================================================================
   footer 
   ========================================================================== */

footer{

}

footer .container{

    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-top: 90px;
    min-width: 1280px;
    background: #626262;
    padding: 10px 0 30px 0;
 }





#footer_box{
    width: 960px;
    margin: 0 auto;
    clear: both;

}



.footer_link {
    float: left;
    width: 210px;
    margin: 20px 70px 0px 30px;
}


.fooer_title {
    color: #c3bdaf;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}


p.footer_text {
    margin-top: 5px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 0px;
}


.footer_link_center {
    float: left;
    width: 230px;
    margin: 20px 60px 0px 0px;
}


.footer_link_right {
    float: left;
    width: 350px;
    margin: 20px 0px 0px 0px;
}


.footer_logo {
    margin-top: 50px;
    margin-left: 20px;
    text-align: left;
}




footer .container2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #000;
    padding: 17px 0;
    min-width: 1280px;
    font-size: 13px;
 }



li.footer_quick {
      
    display: inline-block;
    line-height: 1;
    padding: 0 1em;
    border-right: #8f8f8f solid 1px;
}

li.footer_quick.fqlast {
      
    display: inline-block;
    line-height: 1;
    padding: 0 1em;
    border-right: #8f8f8f solid 0px;
}




.pc { display: block;}
.pc2{ display: none; }
.pc3{ display: none; }



@media (max-width: 1550px) { 
  
.pc { display: none;}
.pc2{ display: block;}
.pc3{ display: none; }

}



@media (max-width: 1300px) { 
  
.pc { display: none;}
.pc2{ display: none;}
.pc3{ display: block; }

}