@charset "utf-8";

/*---------------------------------------------
	[PC] header
---------------------------------------------*/
header{
    background-image: url("/img/common/main.jpg") ;
    background-position: center center;
}

.mainimg_change{
    background-image: url("/img/common/main_2.jpg") ;
    background-position: center center;
}

/*---------------------------------------------
	[PC] vertical
---------------------------------------------*/
/*---------------------------------------------
	vertical
---------------------------------------------*/
.vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto;
    text-orientation: mixed;
    vertical-align: baseline;
    display: inline-block;
    min-height: 25em;
}

.vertical {
    letter-spacing: 0.1rem;
    line-height: 5.0rem;
    font-size: 1.1em;
}


.poet {
    letter-spacing: 0.2em;
    line-height: 1.7em;
 }


 .sp_br{ display:none;}

/*---------------------------------------------
	[PC] column
---------------------------------------------*/
section{ margin-bottom: 5rem;}

.flexbox{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
   }
  
   .flexbox .flex_inner{
    display: block;
   }
  
.column3 .flex_inner{
    width: calc( 100% /3);
   }
  
   .column2 .flex_inner{
    width: calc( 100%/2);
   }
   
   .column1{
       max-width: 1200px;
   }

/*---------------------------------------------
	button
---------------------------------------------*/
.btn{
    width: 50rem;
    text-align: center;
  } 

/*---------------------------------------------
	header
---------------------------------------------*/
header{
    margin-bottom: 10rem;
  }

/*---------------------------------------------
	menu
---------------------------------------------*/
.menu {
    left: -40%;
    width: 40%;
}

.menu p {
    width: 30vw;
    text-align: center;
    font-size: 1.4em;
 }

 
 /*---------------------------------------------
	[PC] index_news
---------------------------------------------*/    
.ticker ul li {
    border-left: 5px solid #999;
}   

/*---------------------------------------------
	[PC] index_concept
---------------------------------------------*/

   #index_concept  .flexbox .flex_inner:nth-child(3){
    background: url(/img/concept/concept_photo_left.jpg) top left;
    background-repeat: no-repeat;
    background-size: cover ;
    display: table;
    height: 60rem;
    width: 40rem !important;
   }
   
   #index_concept  .flexbox .flex_inner:nth-child(2){
     text-align: center;
     display: table;
     padding-top: 10rem;
    }

    
   
   #index_concept  .flexbox .flex_inner:nth-child(1){
     background: url(/img/concept/concept_photo_right.jpg) top right;
     background-repeat: no-repeat;
     background-size: cover ;
     display: table;
     height: 60rem;
     width: 40rem !important;
    }  




    #index_concept2  .flexbox .flex_inner:nth-child(3){
        background: url(/img/concept_photo_left.jpg) top left;
        background-repeat: no-repeat;
        background-size: cover ;
        display: table;
        height: 60rem;
        width: 40rem !important;
       }
       
       #index_concept2  .flexbox .flex_inner:nth-child(2){
         text-align: center;
         display: table;
         padding-top: 10rem;
        }
    
        
       
       #index_concept2  .flexbox .flex_inner:nth-child(1){
         background: url(/img/concept_photo_right.jpg) top right;
         background-repeat: no-repeat;
         background-size: cover ;
         display: table;
         height: 60rem;
         width: 40rem !important;
        }  


/*---------------------------------------------
	[PC] index_gallery
---------------------------------------------*/
.index_gallery_txt{
    margin-top: 10rem;
    text-align: center;
    background: url("/img/index_gallery_title.png") no-repeat 85% 0 ;
 }

 .index_gallery_txt .btn{
    margin: 0 auto;
    text-align: center;
  }


/*---------------------------------------------
	[PC] footer
---------------------------------------------*/
 footer{ margin-top: 100px;}
 footer dl.company{
    margin-left: 5rem;
}

footer dl.company dt{
    margin-right: 3rem;
}

footer dl.company dd{
    width: 30vw;
}

footer .logo svg{
    width: 45rem;
}



/*---------------------------------------------
	[PC] news - wp
---------------------------------------------*/

  .info_list{
      width: 65%;
      margin: 2em auto;
  }

  .info_side{
      width: 30%;
      border-left: 1px solid #eee;
      padding-left: 3em;
      padding-top: 4em;
  }

  .info_side .sidebar-inner{
      width: 80%;
  }

/*---------------------------------------------
	[PC] concept
---------------------------------------------*/

#concept_body_1  .flexbox .flex_inner:nth-child(3){
    background: url(/img/concept/concept_photo_left.jpg) top left;
    background-repeat: no-repeat;
    background-size: cover ;
    display: table;
    height: 60rem;
    width: 40rem !important;
   }

#conce .vertical{ padding-top: 2em;}

#concept_body_6  .flexbox .flex_inner:nth-child(3){
    background-repeat: no-repeat;
    background-size: cover ;
    display: table;
    height: 60rem;
    width: 40rem !important;
   }
   
#concept_body_1  .flexbox .flex_inner:nth-child(2),
#concept_body_6  .flexbox .flex_inner:nth-child(2){
     text-align: center;
     background-size: cover ;
     display: table;
     padding-top: 10rem;
     width: 40%;
    }
   
    #concept_body_1  .flexbox .flex_inner:nth-child(1){
        background: url(/img/concept/concept_photo_right.jpg) top right;
        background-repeat: no-repeat;
        background-size: cover ;
        display: table;
        height: 60rem;
        width: 40rem !important;
       }  


#concept_body_6  .flexbox .flex_inner:nth-child(1){
     background-repeat: no-repeat;
     background-size: cover ;
     display: table;
     height: 60rem;
     width: 40rem !important;
    } 



#concept_body_6  .flexbox .flex_inner:nth-child(1){
    background-size: contain !important ;
}

#concept_body_6  .flexbox .flex_inner:nth-child(3){
    background-size: contain !important;
}

#concept_body_6  .flexbox .flex_inner:nth-child(3){ background: url(/img/concept/concept_photo_foot_right.jpg) top left; background-repeat: no-repeat;}
#concept_body_6  .flexbox .flex_inner:nth-child(1){ background: url(/img/concept/concept_photo_foot_left.jpg) top right; background-repeat: no-repeat;}

.add_text{ 
    border-top:1px dashed #ddd;
    padding-top: 50px;
    margin-top: 50px;
}

/*---------------------------------------------
	[PC] contact
---------------------------------------------*/

.form_inner{
    width: 1000px;
}
.form_inner dl{
    display: flex;
    width: 90%;
    margin: 20px auto;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.form_inner dl dt{ width: 25%; text-align: right;}
.form_inner dl dd{ width: 70%; text-align: left;}

.wpcf7-not-valid-tip{
    color: #d89c9c;
    font-weight: bold;
}

/*---------------------------------------------
	[PC] gallery
---------------------------------------------*/
.gallery_thumbnail{
    width: 100%;
    position: relative;
}
.gallery_thumbnail ul.autoflex{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
    align-items:stretch;
    margin: 0;
    padding: 0;
}
.gallery_thumbnail ul.autoflex li{
    width: calc( 100% / 4);
    padding: 0;
    margin:0;
    list-style: none;
    background:#000;
}
.gallery_thumbnail ul.autoflex li:nth-child(1){
    width: calc( 100% / 2);
}

.gallery_thumbnail ul.autoflex li img{
  display: block;
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.gallery_ttl h3{
    width: 35%;
    text-align: left;
    padding: 0.8em 0 0.5em 2em;
  }

  .gallery_ttl p{
      width: 70%;
      text-align: left;
      padding: 1em 3.5em 1em 2em;
  }
  


