@charset "utf-8";
/* レイアウトのためのCSS */
body{
    background:#fff;
    font-family: 'Shippori Mincho B1', serif;
	color: #fff;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear{
    background:#fff;
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #555;
	text-decoration: none;
    outline: none;
}

img{
    width:100%;
    height: auto;
    vertical-align: bottom;
}

*{
    box-sizing: border-box
}

/* font-family */

#menu h2,
#splash-logo{
    font-family:'Cormorant Upright', serif;
}

h1,
#g-nav-list li:nth-child(1),
#blog h2,
#footer dl dd{
    font-family: 'Shippori Mincho B1', serif;
}

/* heading */
#menu h2{
    font-size: 4rem;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: normal;
    color: #e2a2b1;
}

@media screen and (max-width:768px) {
#menu h2,
#blog h2{
    font-size: 3rem;
    }
    
}

/* area */

#container{
    overflow-x: hidden;
}

.inner{
    width:100%;
    margin:0 auto;
    padding:70px;
}
.inner_top{
    width:100%;
    margin:0 auto;
    padding:70px;
}


@media screen and (max-width:940px) {
.inner{
    padding:20px;
}
.inner_top{
    padding:5px;
}
}

/* splash */

#splash-logo p{
    font-size:1.8rem;
    font-weight: normal;
    white-space: nowrap;
}

/* header */

.header-area{
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}

.header-area h1{
    display: block;
    font-size: 5vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.5em;
    padding: 0 10px
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-area p{
    font-size: 1.3vw;
    letter-spacing: 0.4em;
    margin: 0 0 5px 0;
}

.header-area h2{
    font-size: 1.7vw;
    letter-spacing: 0.7em;
    margin: 0 0 5px 0;
}

.header-area p br{
    display: none;
}


@media screen and (max-width:960px) {
.header-area h1{
    letter-spacing: 0.2em;
    font-size:3.5rem;
    margin-bottom: 10px;
}
.header-area p{
    font-size:0.8rem;
    whitewhite-space:no
}

.header-area h2{
    font-size: 1.5rem;
    letter-spacing: 0.2em;
}


.header-area p br{
    display: block;
}

}

/* gnavi */

#g-nav-list li:nth-of-type(1){
    font-size: 1.5rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0 20px 0;
}

#g-nav-list li:nth-of-type(2){
    animation-delay: .2s;
}
#g-nav-list li:nth-of-type(3){
    animation-delay: .4s;
}
#g-nav-list li:nth-of-type(4){
    animation-delay: .6s;
}
#g-nav-list li:nth-of-type(5){
    animation-delay: .8s;
}
#g-nav-list li:nth-of-type(6){
    animation-delay: 1.1s;
}
#g-nav-list li:nth-of-type(7){
    animation-delay: 1.3s;
}
/* lead */

#lead{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:140px;
}

#lead .lead-img{
     width:46%;
    min-height: 400px;
    background: url("../img/lead.jpg") no-repeat center;
    background-size: cover;
}

#lead .lead-area{
    width:52%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    flex-direction: row-reverse;
}

@media screen and (max-width:1060px) {
#lead .lead-img{
     width:30%;
}
#lead .lead-area{
    width:68%;
}
}

@media screen and (max-width:768px) {
#lead{
    flex-direction: column-reverse;
}

#lead .lead-img,
#lead .lead-area{
    width:100%;
} 
    
#lead .lead-img{
    min-height: 250px;
    }
    
#lead .lead-area{
    margin: 0 0 140px 0;
    min-height: 20em;
    justify-content: center;
}
}

#lead .lead-area h2,
#lead .lead-area h3,
#lead .lead-area p,
#lead .lead-area .lead-btn a{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
}

#lead .lead-area h2{
    width:28%;
    line-height:2.5;
    font-size:1.4rem;
}

#lead .lead-area h3{
    width:10%; 
    position: relative;
    top: 240px;
}

#lead .lead-area p{
     width:48%;   
    padding: 50px 0 0 0;
    line-height: 2.8;
}

@media screen and (max-width:1300px) {
#lead .lead-area h2{
    line-height:2;
}
#lead .lead-area p{
    line-height: 2.3;
}    
}

@media screen and (max-width:768px) {
#lead .lead-area h3{
    width:100%;
    top: 50px;
    text-align: center;
}
    
    .btn04{
        width:250px;
    }
    
#lead .lead-area h2,
#lead .lead-area p{
    width:auto;
} 
    
#lead .lead-area h2{
    margin:0 0 0 20px;
    line-height: 2.2;
}
    
#lead .lead-area p{
    line-height: 2;
}  
    
#lead .lead-area .lead-btn a{
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#lead .btn04{
    padding: 10px 30px;
}
    
}

@media screen and (max-width:470px) {
#lead .lead-area h2{
    line-height: 1.8;
}
#lead .lead-area p{   
    height: 23em;
}
    
_:-ms-lang(x)::-ms-backdrop, #lead .lead-area p{
    width:8em;
}
    
#lead .lead-area p br{
    display: none;
}
}

@media screen and (max-width:350px) {
#lead .lead-area h2{
    line-height: 1.6;
}
#lead .lead-area p {
    line-height: 1.8;
}
}

/* topsolo */

#topsolo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#topsolo:nth-child(odd){
    flex-direction: row-reverse;
}

#topsolo .topsolo-img{
    width:60%;
    min-height: 400px;
    background:url("../img/menb01.jpg") no-repeat center;
    background-size: cover;
    background-position: top;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
}

#topsolo .topsolo-area{
    width:35%;
    text-align: center;
}

@media screen and (max-width:1190px) {
#topsolo .topsolo-img{
    width:60%;
    }
#topsolo .topsolo-area{
    width:35%;
    }
}

@media screen and (max-width:768px) {
#topsolo .topsolo-img{
    width:48%;
    }
#topsolo .topsolo-area{
    width:48%;
    }
}

@media screen and (max-width:600px) {
#topsolo .topsolo-img,
#topsolo .topsolo-area{
    width:100%;
    }
#topsolo .topsolo-img{
        margin:50px 0 0 0;
}
}

#topsolo .topsolo-area h2{
  position: relative;
  padding: 1rem .5rem;
     font-size:1.3rem;   
    margin:0 0 10px 0;
}

#topsolo .topsolo-area h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  border-radius: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(218, 218, 218, 1));
}

@media screen and (max-width:768px) {
#topsolo .topsolo-area h2{
     font-size:1.1rem;   
    }
}

#topsolo .topsolo-area p{
     font-size:1.0rem;   
    margin:20px 0 30px 0;
}

/* fengshui */

#fengshui{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#fengshui:nth-child(odd){
    flex-direction: row-reverse;
}

#fengshui .fengshui-img{
    width:60%;
    min-height: 400px;
    background:url("../img/menu09.jpg") no-repeat center;
    background-size: contain;
    background-position: center;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
}

#fengshui .fengshui-area{
    width:35%;
    text-align: center;
}

@media screen and (max-width:1190px) {
#fengshui .fengshui-img{
    width:60%;
    }
#fengshui .fengshui-area{
    width:35%;
    }
}

@media screen and (max-width:768px) {
#fengshui .fengshui-img{
    width:48%;
    }
#fengshui .fengshui-area{
    width:48%;
    }
}

@media screen and (max-width:600px) {
#fengshui .fengshui-img,
#fengshui .fengshui-area{
    width:100%;
    }
#fengshui .fengshui-img{
        margin:0 0 0 0;
}
}

#fengshui .fengshui-area h2{
  position: relative;
  padding: 1rem .5rem;
     font-size:1.3rem;   
    margin:0 0 10px 0;
}

#fengshui .fengshui-area h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  border-radius: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(218, 218, 218, 1));
}

@media screen and (max-width:768px) {
#fengshui .fengshui-area h2{
     font-size:1.1rem;   
    }
}

#fengshui .fengshui-area p{
     font-size:1.0rem;   
    margin:10px 0 30px 0;
}

/* online_rsh */

#online_rsh{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#online_rsh:nth-child(odd){
    flex-direction: row-reverse;
}

#online_rsh .online_rsh-img{
    width:60%;
    min-height: 400px;
    background:url("../img/online_900_500.jpg") no-repeat center;
    background-size: contain;
    background-position: center;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
}

#online_rsh .online_rsh-area{
    width:35%;
    text-align: center;
}

@media screen and (max-width:1190px) {
#online_rsh .online_rsh-img{
    width:60%;
    }
#online_rsh .online_rsh-area{
    width:35%;
    }
}

@media screen and (max-width:768px) {
#online_rsh .online_rsh-img{
    width:48%;
    }
#online_rsh .online_rsh-area{
    width:48%;
    }
}

@media screen and (max-width:600px) {
#online_rsh .online_rsh-img{
    width:100%;
        margin:0 0 0 0;
}
#online_rsh .online_rsh-area{
    width:100%;
        margin-top:-50px;
    }
}

#online_rsh .online_rsh-area h2{
  position: relative;
  padding: 1rem .5rem;
     font-size:1.3rem;   
    margin:0 0 10px 0;
}

#online_rsh .online_rsh-area h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  border-radius: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(218, 218, 218, 1));
}

@media screen and (max-width:768px) {
#online_rsh .online_rsh-area h2{
     font-size:1.1rem;
     margin:10px 0 0 0;   
    }
}

#online_rsh .online_rsh-area p{
     font-size:1.0rem;   
    margin:0 0 30px 0;
}

/* contact */

#contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#contact .contact-img{
    width:60%;
    min-height: 400px;
    background:url("../img/tarots.jpg") no-repeat center;
    background-size: cover;
    background-position: top;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
}

#contact .contact-area{
    width:35%;
    text-align: center;
}

@media screen and (max-width:1190px) {
#contact .contact-img{
    width:60%;
    }
#contact .contact-area{
    width:35%;
    }
}

@media screen and (max-width:768px) {
#contact .contact-img{
    width:48%;
    }
#contact .contact-area{
    width:48%;
    }
}

@media screen and (max-width:600px) {
#contact .contact-img,
#contact .contact-area{
    width:100%;
    }
#contact .contact-img{
        margin:0 0 50px 0;
}
}

#contact .contact-area h2{
  position: relative;
  padding: 1rem .5rem;
     font-size:1.3rem;   
    margin:0 0 10px 0;
}

#contact .contact-area h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  border-radius: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(218, 218, 218, 1));
}

@media screen and (max-width:768px) {
#contact .contact-area h2{
     font-size:1.1rem;   
    }
}

#contact .contact-area p{
     font-size:1.0rem;   
    margin:20px 0 30px 0;
}

/* policy */

#policy{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

#policy .policy-img{
    width:60%;
    min-height: 400px;
    background:url("../img/policy.jpg") no-repeat center;
    background-size: contain;
    background-position: center;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
}

#policy .policy-area{
    width:35%;
    text-align: center;
}

@media screen and (max-width:1190px) {
#policy .policy-img{
    width:60%;
    }
#policy .policy-area{
    width:35%;
    }
}

@media screen and (max-width:768px) {
#policy .policy-img{
    width:48%;
    }
#policy .policy-area{
    width:48%;
    }
}

@media screen and (max-width:600px) {
#policy .policy-img,
#policy .policy-area{
    width:100%;
    }
#policy .policy-img{
        margin:0 0 10px 0;
}
}

#policy .policy-area h2{
  position: relative;
  padding: 1rem .5rem;
     font-size:1.3rem;   
    margin:0 0 10px 0;
}

#policy .policy-area h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  border-radius: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(218, 218, 218, 1));
}

@media screen and (max-width:768px) {
#policy .policy-area h2{
     font-size:1.1rem;   
    }
}

#policy .policy-area p{
     font-size:1.0rem;   
    margin:20px 0 30px 0;
}

/* ublog */

#ublog{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#ublog .ublog-img{
    width:60%;
    min-height: 400px;
    background:url("../img/home.jpg") no-repeat center;
    background-size: cover;
    background-position: center center;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
}

#ublog .ublog-area{
    width:35%;
    text-align: center;
}

@media screen and (max-width:1190px) {
#ublog .ublog-img{
    width:60%;
    }
#ublog .ublog-area{
    width:35%;
    }
}

@media screen and (max-width:768px) {
#ublog{
    margin-top:100px;
    }
#ublog .ublog-img{
    width:48%;
    }
#ublog .ublog-area{
    width:48%;
    }
}

@media screen and (max-width:600px) {
#ublog .ublog-img,
#ublog .ublog-area{
    width:100%;
    }
#ublog .ublog-img{
        margin:0 0 50px 0;
}
}

#ublog .ublog-area h2{
  position: relative;
  padding: 1rem .5rem;
     font-size:1.3rem;   
    margin:0 0 10px 0;
}

#ublog .ublog-area h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
  border-radius: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(218, 218, 218, 1));
}

@media screen and (max-width:768px) {
#ublog .ublog-area h2{
     font-size:1.1rem;   
    }
}

#ublog .ublog-area p{
     font-size:1.0rem;   
    margin:20px 0 30px 0;
}

/* blog */

#blog{
    margin:0 0 10px 0;
}
#blog h2{
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 1.5rem;
    line-height: 1.5;
}
.blog-area{
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.blog-area article:nth-of-type(1){ 
    width:30%;
}

.blog-area .blog-block{
    width:68%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-area .blog-block article{
     margin:0 0 3vh 0;   
}

.blog-area .blog-block article:nth-of-type(1){ 
    width:42%;
    animation-delay: 0.5s;
}
.blog-area .blog-block article:nth-of-type(2){ 
    width:20%;
    animation-delay: 1.5s;
}
.blog-area .blog-block article:nth-of-type(3){
    width:32%;
    animation-delay: 1s;
}

.blog-area .blog-block article:nth-of-type(4){ 
    width:32%;
    animation-delay: .8s;
}
.blog-area .blog-block article:nth-of-type(5){
    width:20%; 
    animation-delay: 1.8s;
}
.blog-area .blog-block article:nth-of-type(6){
    width:42%;
    animation-delay: 1.5s;
}

@media screen and (max-width:1300px) {
    .blog-area .blog-block article:nth-of-type(n+1){ 
        width:48%;
    }
}

@media screen and (max-width:820px) {
    .blog-area article:nth-of-type(1){
        width:50%;
        margin:0 auto 3vh auto;
    }

    .blog-area .blog-block article:nth-of-type(1){
         margin: 0 0 3vh 0;
    }

    .blog-area .blog-block{
            width:100%;
    }
}

@media screen and (max-width:768px){
    .blog-area .blog-block article:nth-of-type(n+1){ 
        animation-delay: .5s;
    }

    .blog-area article:nth-of-type(1){
        width:100%;
    }
}

@media screen and (max-width:450px){
.blog-area .blog-block article:nth-of-type(n+1) {
    width:100%;
    animation-delay: 0s!important;
    }
}


.blog-area h3{
    font-size:1rem;
    margin: 0 0 20px 0;
}

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

  .blog-area h3{
    font-size:0.9rem;
}
    
  .blog-area p{
  display: none;
    }
}

.blog-area time{
     font-size: 0.8rem;   
}

.blog-area img{
    width: auto;
    height:32vh;   
}

.blog-area article:nth-of-type(1) img{
    height:67vh;
}
  
.blog-area .blog-block article:nth-of-type(1) img{
    height:32vh;   
}


@media screen and (max-width:820px) {
.blog-area article:nth-of-type(1) img{
    width:100%;
    height:auto;
} 
.blog-area .blog-block article:nth-of-type(1) img{
    width:auto;
    height:32vh;
    }
}
  
@media screen and (max-width:450px){
.blog-area img,
.blog-area .blog-block article:nth-of-type(1) img{
    width:100%;
    height:auto;
}
}

.blog-area figure time{
    position: absolute;
    bottom:0;
    left:0;
    background:#0b0a67;
    display: block;
    width:100%;
    padding: 10px;
    color: #fff;
}

.blog-area p{
     margin:0 0 20px 0; 
    text-align: left;
    font-size: 0.9rem;
}

.blog-area span{
     border:1px solid rgba(255,255,255,0.7);
    display: inline-block;
    padding:5px 10px;
    text-align: center;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* footer */

#footer{
    border-top: 1px solid #ccc;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#footer dl{
     width:30%;   
}

#footer dl dt{
    font-size: 0.8rem;
}

#footer dl dd{
    font-size: 2rem;
}

@media screen and (max-width:900px) {
    #footer dl{
        margin: 50px 0;
    }
}

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

#footer dl dd{
    font-size: 1.3rem;
}
    
}

#footer .footer-list{
     width:65%; 
    text-align: right;
}

#footer ul li{
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 3;
}

#footer small{
    text-align: right;
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}

#footer #page-top span{
    display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}


@media screen and (max-width:900px){
#footer dl,
#footer .footer-list,
#footer small{
    width:100%;
    text-align: center;
}
    
}
