@charset "UTF-8";
/*
Theme Name: myriadmirror
Description: myriadmirror
*/


/*///////////////////////////////
	共通パーツ
///////////////////////////////*/
html {height: calc(var(--vh, 1vh)* 100);}

body {
	margin:0px;
	padding:0px;
	font-size:100%;
    background: #fff;
    font-family: ' bilo', sans-serif;
    height: calc(var(--vh, 1vh)* 100);
}

.right_top_sp{
    display: none;
}

.container{
    background: #D5D5D5;
    width: 100%;
    min-height: calc(var(--vh, 1vh)* 100);
    position: relative;
}

.slider {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    height: calc(var(--vh, 1vh)* 100);
    position: absolute;
}

.slider-list {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow 70s infinite linear;
    list-style: none;
    width: 100vw;
    background: #f2eff4;
}

.slider-item {
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: calc(var(--vh, 1vh)* 100);
}

@keyframes slideShow {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }

}

.animation{
    animation: slideShow 50s infinite linear;
}

.item{
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    height: calc(var(--vh, 1vh)* 100);
    position: absolute;
    width: 100%;
    background: #f2eff4;
}

.item-list {
    display: flex;
    margin: 0;
    padding: 0;
    animation: slideShow 30s infinite linear;
    list-style: none;
    object-fit: cover;
    min-height: calc(var(--vh, 1vh)* 100);
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-item{
      
}

.item-item a:hover{
    opacity: 0.7; 
}

.item-item img {
    width: 100%;
    height: auto;
    
}

.item-item a{
    display:block
}

.item-item{
    width: 16%;
}

  .item_one{
        padding: 60px 10px 0px 30px;
    }

    .item_two{
        padding: 0px 20px 0px 10px;
    }

    .item_three{
        padding: 120px 10px 0px 10px;
    }

    .item_four{
        padding: 40px 40px 0px 0px;
    }

    .item_five{
        padding: 50px 10px 0px 30px;
    }

    .item_six{
        padding: 70px 0px 0px 0px;
    }

    .item_seven{
        padding: 30px 10px 0px 10px;
    }

    .item_eight{
        padding: 0px 10px 0px 30px;
    }

    .item_nine{
        padding: 20px 10px 0px 10px;
    }

    .item_ten{
        padding: 90px 30px 0px 0px;
    }


#mv img{
    width: 100%;
}

.work_mv{
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
    width: 100%;
    
}


.light {
  margin:0 auto;
  text-align:center;
  　z-index: 99;
  width:100%;
  height:100vh;
  
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.light {
  position:absolute;
  　z-index: 99;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.3+0,0+50 */
background:  linear-gradient(to top right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=1 );

}


@keyframes flicker {
  from {
      opacity: 0.5;
    }
    4% {
      opacity: 0.7;
    }
    8% {
      opacity: 0.45;
    }
    12% {
      opacity: 0.65;
    }
    16% {
      opacity: 0.30;
    }
    20% {
      opacity: 0.5;
    }
    24% {
      opacity: 0.6;
    }
    28% {
      opacity: 0.25;
    }
    32% {
      opacity: 0.30;
    }
    36% {
      opacity: 0.55;
    }
    40% {
      opacity: 0.4;
    }
    44% {
      opacity: 0.6;
    }
    48% {
      opacity: 0.35;
    }
    52% {
      opacity: 0.20;
    }
    56% {
      opacity: 0.70;
    }
    60% {
      opacity: 0.5;
    }
    64% {
      opacity: 0.65;
    }
    68% {
      opacity: .35;
    }
    72% {
      opacity: 0.5;
    }
    76% {
      opacity: 0.4;
    }
    80% {
      opacity: .65;
    }
    84% {
      opacity: 0.40;
    }
    88% {
      opacity: 0.35;
    }
    92% {
      opacity: 0.6;
    }
    96% {
      opacity: 0.3;
    }
    to {
      opacity: 0.5;
    }
}
footer .mv{
    width: 100%;
    margin: auto;
    text-align: center;
}


a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img{
    width: 100%;
    height: auto;
}

.base{
    position: relative;
    height: 100vh;
}

.right_top_pc{
    position:absolute;
    right: 20px;
    top:20px;
    text-align: center;
    font-weight: 200;
    font-style: normal;
    width: 10%;
    z-index: 99;
}

.right_top_pc img{
   
}

.base nav{
    line-height: 0.7em;
    padding-top: 15px;
}

.mv{
    position:absolute;
    width: 100%;
    margin: auto;
    bottom:5px;
    text-align: center;
}

.mv img{
    width: 90%;
}

.copyright{
    font-size: min(1.3vw, 12px);
    text-align: center;
}


/*///////////////////////////////
	contact
///////////////////////////////*/
.br_sp{
    display: none;
}

.tableSample {
width: 100%;
border-collapse: collapse;
margin-bottom: 300px;
}

.tableSample th,td {
padding: 20px 25px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-weight: 200;
    font-style: normal;
    
}

.tableSample th {
width: 30%;
text-align: left;
}

@media only screen and (max-width:479px) {
.tableSample th,td {
width: auto;
display: block;
border-top: none;
border-bottom: none;
padding: 3px 0px;

}
.tableSample tr:first-child {
border-top: 1px solid #000;
}
.tableSample tr {
border-bottom: 1px solid #000;

}
    
.tableSample th {
padding-top: 15px;
}
.tableSample td {
padding-bottom: 15px;
font-size: 75%;
}
.tableSample {
margin-bottom: 100px;
}
}

.mail{
    text-align: center;
}

.mail p{
    padding: 20px 25px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 0;
    margin-bottom: 0;
}

.mail p:first-child {
border-bottom: none;
}

.inner { 
    display:block; 
    margin:0 300px;
}

.contact_in{
    margin-top: 280px;
}

footer .mv{
   position: static; 
   margin-top: 450px;
}

.wrap{
    display:block; 
    margin:0 104px;
}
.title{
    font-size: 360%;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 100px;
}

.right_top_pc{
        display: block;
    }

.right_top_pc nav {
    line-height: 0.7em;
    padding-top: 15px;
}


.wpcf7-form-control{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcf7-form {
  margin: 0 auto;
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

.wpcf7-list-item{
    display: flex;
}

.wpcf7-list-item input{
    width: auto;
    margin-right: 10px;
}

#contact{
    margin-top: 280px;
}

#contact h3{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 28px;
}

#contact p{
    margin-top: 0;
    margin-bottom: 0;
}

#contact input{
    padding: 5px;
}

#contact .inner{
    max-width: 800px;
    margin: auto;
}

.zip-wrapper,
.tel-wrapper {
  display: flex !important;
  gap: 8px;
  flex-wrap: wrap;
    align-items: center;
}

.zip-wrapper input,
.tel-wrapper input {
  width: 60px;
  text-align: center;
  box-sizing: border-box;
}

.hyphen {
  display: inline-block;
  padding: 0 4px;
  font-size: 18px;
  line-height: 1;
}


.zip-button-wrapper {
  display: flex;
  align-items: center;
    
  gap: 10px;
}

.zip-button-wrapper input {
  width: 120px;
}

.zip-button-wrapper button {
  padding: 6px 12px;
  cursor: pointer;
}

.zip-container {
  display: flex;
align-items: center;
  gap: 10px; /* 要素間の間隔 */
        margin-bottom: 15px;
}

.zip-wrapper {
  display: inline-flex;
  align-items: center;
}

.hyphen {
  margin: 0 4px;
}

#contact .cf7-cf-turnstile{
    margin-top: 74px!important;
    text-align: center;
}

#btn-zipcode-search,
.hyphen{
    margin-bottom: 15px;
}



@media (max-width: 1030px) {
    .inner {
        display: block;
        margin: 0 100px;
    }
        .item-item{
        width: 23%;
    }

      .item_one{
            padding: 15px 5px 0px 7px;
        }

        .item_two{
            padding: 80px 0px 0px 5px;
        }

        .item_three{
            padding: 25px 0px 0px 5px;
        }

        .item_four{
            padding: 70px 0px 0px 0px;
        }

        .item_five{
            padding: 80px 5px 0px 15px;
            width: 25%;
        }

        .item_six{
            padding: 15px 0px 0px 0px;
            width: 25%;
        }

        .item_seven{
            padding: 60px 5px 0px 5px;
            width: 25%;
        }

        .item_eight{
            padding: 40px 5px 0px 15px;
            width: 25%;
        }

        .item_nine{
            padding: 90px 5px 0px 5px;
            width: 25%;
        }

        .item_ten{
            padding:20px 5px 0px 0px;
        }

        .item-list {
            animation: slideShow 60s infinite linear;
        }

    
}


@media (max-width: 760px) {
    
    /*///////////////////////////////
	   footer
    ///////////////////////////////*/


    .br_sp{
        display:block;
    }
    .copyright{
        font-size: 12px;
        position: absolute;
        bottom: 0;
    left:50%;
    transform: translate(-50%,-50%);
    }

    
    .right_top_sp{
        display: block;
    }
    
    /*========= ナビゲーションのためのCSS ===============*/
    .right_top_pc{
        display: none;
    }
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    left: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#fff;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding-left: 0;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: left;
    font-size: 250%;
    margin: 70px 0px;
}

#g-nav li a{
  color: #000;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight:100;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #000;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.inner { 
    display:block; 
    margin:0 40px;
}

.wrap{
    display:block; 
    margin:0 40px;
}
    
    #g-nav .adress{
        font-size: 20%;
        margin: 10px 0;
    }
    
    .mv{
        position: static;
        height: 100vh;
        display: flex;
  justify-content: center;
  align-items: center;
    }
    
    .mv_logo{
        transform: rotate( 90deg );
        
    }

    
    footer .contact_mv{
        display: block;
        height: auto;
        margin-top: 180px;
        padding-bottom: 5px;
    }
    
    .contact_mv .copyright{
        position: static;
        transform: none;
        
    }
    
    .contact_in {
        margin-top: 150px;
    }
    
    .title {
        font-size: 200%;
        font-weight: 400;
        font-style: normal;
        margin-bottom:50px;
        line-height: 2.3em;
    }
    
    .mail p {
        text-align: left;
        font-weight: 200;
        padding: 20px 0;
    }

    .item-item{
    width: 23%;
}

  .item_one{
        padding: 15px 5px 0px 7px;
    }

    .item_two{
        padding: 80px 0px 0px 5px;
    }

    .item_three{
        padding: 25px 0px 0px 5px;
    }

    .item_four{
        padding: 70px 0px 0px 0px;
    }

    .item_five{
        padding: 80px 5px 0px 15px;
        width: 25%;
    }

    .item_six{
        padding: 15px 0px 0px 0px;
        width: 25%;
    }

    .item_seven{
        padding: 60px 5px 0px 5px;
        width: 25%;
    }

    .item_eight{
        padding: 40px 5px 0px 15px;
        width: 25%;
    }

    .item_nine{
        padding: 90px 5px 0px 5px;
        width: 25%;
    }

    .item_ten{
        padding:20px 5px 0px 0px;
    }
    
    .item-list {
        animation: slideShow 10s infinite linear;
    }

    #contact {
        margin-top: 150px;
    }
    
    #contact h3 {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    
    #contact input {
        padding: 2px;
    }
    
    #contact label{
        font-size: 12px;
    }
    
    
    .wpcf7-list-item {
        margin: 0 0px 0 10px;
    }
    input.wpcf7-form-control,
    .wpcf7 textarea{
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    
    #contact .inner {
        margin: 0 30px;
    }
    
    #contact .init p {
        font-size: 12px;
    }


}










