@charset "UTF-8";

/*===============================================
  PC_STYLE.CSS     [画面の横幅が798px以上（PC用）]
===============================================*/
@media screen and (min-width: 798px){

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


  .pc { display:inline; }
  .sp { display:none; }

body {
  margin: 0;
  padding: 0;
/*
  background: rgb(227,236,255,0.4);
background: linear-gradient(90deg, rgba(227,236,255,0.5) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(227,236,255,0.5) 100%);
*/
    /*background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 15%);
*/
}



/* ///  訴求 ///////////////////////　*/

.vue-all {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 4rem;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #7fc242;
    position: relative;
  }


.vue-all::after{ /*　▼矢印　*/
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 2px 20vw;
    border-color: #7fc242 transparent transparent transparent;
    bottom: -5rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.vue-all .vue {
margin: 0 auto 0;
    width: 100%;
    float: inherit;
    background: url(../img/img_main_pc.png) no-repeat;
    background-position: center 0%;
    background-size: contain;
    padding-top: 42.7%;
    text-align: center;
  }

.unser-box{
    margin: -2rem auto 0;
    padding: 2rem;
    max-width: 960px;
    text-align: center;
    background: #fff;
    opacity: 0;
    border-radius: 2rem;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.3));
  animation: switcher 2s 2s forwards;
}
  @media screen and (max-width: 960px) {
.unser-box{
    margin: -2rem 2% 0 4%;
     }}

@keyframes switcher {
    0% { opacity: 0; transform:scale(10)}
    5% { opacity: 0; transform:scale(6),margin-top: -6rem}
    20% { opacity: 0; transform:scale(1),margin-top: -2rem}
    100% { opacity: 1; transform:scale(1),margin-top: -2rem}
}



.count1,
.count2{
margin: 0 auto 0;
    padding: 2rem 0 3rem;
    width: 86%;
    text-align: center;
    opacity: 0;
    animation: fadeIn 1s  forwards;
}
.count1{animation-delay: 2s;}
.count2{animation-delay: 4s;}

@keyframes fadeIn {
  0% { opacity: 0; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}


.riquestion-box{
    margin: 3rem auto;
    max-width: 1000px;
    text-align: center;
    border-radius: 2rem;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.3));
    display:flex;
    flex-wrap: wrap;
}
  @media screen and (max-width: 960px) {
.riquestion-box{
    margin: 3rem 2% 2rem 4%;
  }}


.riquestion{
    margin: 2rem 3%;
    padding: 4rem 2%;
    width: 27.3%;
    text-align: center;
    filter: drop-shadow(0px 2px 0px rgba(0,0,0,0.03));
    display: grid;
    place-items: center;
    font-size: 130%;
    line-height: initial;
    font-weight: bold;
    border-radius: 2rem;
    background: #ffffc9 url(../img/ic_hatena.png)no-repeat right top;
    background-size: 26%;   
}
  @media screen and (max-width: 960px) {
.riquestion{
        font-size: 106%;
  }}



/* ///  紹介 ///////////////////////　*/

.introduction-all {
    margin: 2rem auto;
    text-align: center;
    padding: 3rem 0 5rem;
    width: 100%;
        background: #ededdb;
        position: relative;
  }


.introduction-all::after{ /*　▼矢印　*/
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 2px 20vw;
    border-color: #ededdb transparent transparent transparent;
    bottom: -5rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}


.introduction-all .introduction,
.introduction2-all .introduction {
    margin: 0 auto 0;
    text-align: center;
    padding: 0;
    max-width: 1200px;
  }


.introduction-all .introduction h1,
.introduction2-all .introduction h1{
    padding: 2rem;
    margin: 5rem auto 4rem;
}

.introduction1{
font-size: 120%;
    font-weight: bold;
        margin-top: 3vh;
margin-bottom: 5rem;
line-height: 1.7;
}

.introduction-all .introduction #introduction1 img{
    margin: 0 auto;
    text-align: center;
    max-width: 1000%;
}

.introduction-all .introduction .cap{
    margin: 0 10% 1rem 0;
    font-size: 80%;
    font-weight: normal;
    max-width: 1000px;
    text-align: right;
    float: right;
}


/* ///  紹介2 ///////////////////////　*/

.introduction2-all {
margin: 8rem auto;
    text-align: center;
    padding: 0rem 0 5rem;
    width: 100%;
    background: #fff;
    position: relative;
  }


.introduction2{
    background: #f6f080;
    font-size: 120%;
    font-weight: bold;
    margin: 6rem auto 5rem;
    line-height: 1.7;
    max-width: 940px;
    padding: 3rem 1% 4.5rem;
    border: 2rem solid #7fc242;
    position: relative;
}

.introduction2::before {
  background: linear-gradient(to right, #7fc242 0%,#fff 50%,#7fc242 100%);
  content: '';
  display: block;
  height: 0.5rem;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 0;
  left: 50%;
}
.introduction2::before {
width: 100%;
margin-top: -0.1rem;
}


.introduction2::after {
  background: linear-gradient(to right, #7fc242 0%,#fff 50%,#7fc242 100%);
  content: '';
  display: block;
  height: 0.5rem;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: -1px;
  left: 50%;
}
.introduction2::after {
  width: 100%;
}


.introduction2 p.cap-title {
    padding: 2rem;
    font-size: 2rem;
}

.introduction2 p.cap{
    margin: 0 3% 1rem 0;
    font-size: 66%;
    font-weight: normal;
    max-width: 1000px;
    text-align: right;
    float: right;
}



/* ///  紹介DATA ///////////////////////　*/

.appearance-all {
    margin: -8rem auto 0;
    text-align: center;
    padding: 7rem 0 5rem;
    width: 100%;
    background: #bada78;
    position: relative;
  }


.appearance-all::before{ /*　▼矢印　*/
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 2px 20vw;
    border-color: #fff transparent transparent transparent;
    top: 0.6rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}


.appearance-all::after{ /*　▼矢印　*/
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 2px 20vw;
    border-color: #bada78 transparent transparent transparent;
    bottom: -5rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.appearance{
    margin: 0 auto 0;
    text-align: center;
    padding: 0;
    max-width: 1200px;
}

.appearance-all .appearance h1{
    padding: 2rem;
    margin: 5rem auto 4rem;
}


.appearance .appearance-box{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.appearance .appearance-box .inner-box{
    margin: 0 1%;
    padding: 2rem 0;
    width: 23%;
    line-height: 1.3;
    display: grid;
}


.inner-last{
    margin: 0vh 2.5% 4rem;
    padding: 0 2.5%;
    width: 33%;
    line-height: 1.3;
    display: grid;
    place-items: center;   
}

.appearance img{
    width: 100%;
}

.appearance .cap{
font-size: 100%;
    font-weight: bold;
    text-align: center;
    margin: 1rem auto 2rem;  
    color: #fff;
}
  @media screen and (max-width: 960px) {
.appearance .cap{
    font-size: 82%;
  }}




/* ///  大野屋　 ///////////////////////　*/

.ceremonia-all{
margin:0rem auto;
    text-align: center;
  background: #fff; /*rgba(186,231,120,1): */
background: linear-gradient(90deg, rgba(186,231,120,1) 0%, rgba(186,231,120,0.2) 25%, rgba(186,231,120,0.2) 75%, rgba(186,231,120,1) 100%);
}

.ceremonia {
    padding: 1rem 0 7rem;

    background-image: url(../img/img_reef.png),
    url(../img/img_woodback.png);
    background-repeat: repeat-x,repeat-x;
    background-position: 120% -2vh,100% 0vh;
    background-size: 100%, 100%;

}
  @media screen and (max-width: 960px) {
.ceremonia {
    width: 100%;
    padding: 2rem 0% 7rem;
  }}



.ceremonia-box {
    margin: 8rem auto 7rem;
    max-width: 1000px;
    text-align: center;
    background: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
    bottom: 0;
    line-height: 1.8;
}
  @media screen and (max-width: 960px) {
.ceremonia-box {
    width: 92%;
    margin: 8rem 4% 7rem;
  }}




.ceremonia-box .temple{
    margin: 0 auto;
    padding: 0 0 6rem;
    width: 100%;
    position: relative;
}
  @media screen and (max-width: 960px) {
.ceremonia-box .temple{
    width: auto;
    margin: 0rem 2%;
  }}



.ceremonia-box .temple::after{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 2px 20vw;
    border-color: #fff transparent transparent transparent;
    bottom: -5rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}




.ceremonia-box .temple .temple-img{
    padding: 3rem 3% 0.5rem;
}

.ceremonia-box .temple .temple-img2{
    margin: 3rem auto;
    width: 80%;
}

.ceremonia-box .temple h2{
    margin: -2rem auto;
    width: 90%;
    font-size: 160%;
    text-align: center;
    line-height: 1.8;
    font-family: serif;
font-feature-settings: "palt";
}
  @media screen and (max-width: 960px) {
.ceremonia-box .temple h2{
        font-size: 130%;
  }}




.ceremonia-box .temple .tyuki{
    font-size: 70%;
    text-align: left;
    line-height: 1.5;
    margin: -0.5rem 4% 2rem 4%;
    text-align: justify;
}

.ceremonia-box .temple .tyuki-r{
    font-size: 70%;
    text-align: center;
    line-height: 1.5;
}

.ceremonia-box .temple .tyukiimg{
    margin: -54rem 26% 0rem 4%;
    width: 44%;
    float: left;
}
  @media screen and (min-width: 960px) {
.ceremonia-box .temple .tyukiimg{
margin: -58rem 26% 0rem 4%;
    width: 42%;
  }}



.ceremonia-box .temple .cap{
    margin: 8rem 4%;
    font-size: 105%;
    color: #3a7200;
    font-weight: 600;
    width: 88%;
    text-align: right;
    line-height: 3;
}
  @media screen and (max-width: 960px) {
.ceremonia-box .temple .cap{
    line-height: 2.5;
  }}


.ceremonia-box .temple h1{
    padding: 2rem;
    margin: 5rem auto 4rem;
}





/* ///  手続き　 ///////////////////////　*/

.procedure-all{
margin: -7rem auto 8rem;
    padding-top: 10rem;
    text-align: center;
    background: #f7f7f7;
}

.procedure-all .procedure {
    padding-bottom: 3rem;
    margin: 2rem auto 7rem;
    max-width: 1000px;
    text-align: center;
    position: relative;
}
  @media screen and (max-width: 960px) {
.procedure-all .procedure {
    margin: -5rem auto 7rem;
  }}



.procedure-all .procedure::before{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 0 20vw;
    border-color: #f7f7f7 transparent transparent transparent;
    bottom: -5rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}


.procedure-all .procedure .procedure-box{
    margin: 0 auto 5rem;
    padding: 3rem 0;
    width: 100%;
    position: relative;
    background: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1)); 
    border-radius: 2rem;
}
  @media screen and (max-width: 960px) {
.procedure-all .procedure .procedure-box{
    margin: -2rem 2% 5rem 2%;
    width: 96%;
  }}



.procedure-all .procedure .procedure-box::before{
content: "";
    position: absolute;
    border-style: solid;
    border-width: 3rem 10vw 11px 10vw;
    border-color: #7fc242 transparent transparent transparent;
    bottom: -6.3rem;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.procedure-box .procedure-boxinner {
    margin: 2rem 10%;
    border-top: 6px solid #7fc242;
    border-bottom: 6px solid #7fc242;
     }
  @media screen and (max-width: 960px) {
.procedure-box .procedure-boxinner {
    margin: 2rem 3%;
  }}


.procedure-boxinner .point-item {
    margin: 1rem 6% 2rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px solid #f4f4f4;
    vertical-align: middle;
     }


.procedure-boxinner .point-item .ttl-cap {
    margin: 0 auto;
    font-size: 84%;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    font-feature-settings: "palt";
}


.procedure-boxinner .point-item:first-child {
margin-top:3rem;
     }


.procedure-boxinner .point-item:last-child {
margin-bottom: 4rem;
    border-bottom: none;
     }

.procedure-boxinner .point-item .num {
    width: 15%;
    margin-top: 0.3rem;
}

.procedure-boxinner .point-item .num img {
    width: 42%;
    margin: 1rem 1rem;
}



.procedure-boxinner .point-item .ttl {
    margin: 1.5rem 0 2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #555;
    line-height: 1.4;
    text-align: left;
    width: 78%;
}
    @media screen and (max-width: 1200px) {
    .procedure-box .procedure-boxinner .point-item .ttl {
        font-size: 2.6rem; } }



.procedure-all .procedure .example-box{
    margin: 0 auto 5rem;
    padding: 3rem 0 1rem;
    width: 93%;
    position: relative;
    background: #fff;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
    border-radius: 2rem;
}
  @media screen and (max-width: 960px) {
.procedure-all .procedure .example-box{
    width: auto;
    margin: 0rem 2%;
  }}


.example-box .example-boxinner{
    margin: 4rem 4%;
    padding: 2rem 2%;
    font-size: 1.6rem;
    color: #555;
    background: #ededdb;
    line-height: 1.4;
    text-align: center;
    border-radius: 2rem;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1)); 
}
  @media screen and (max-width: 960px) {
.example-box .example-boxinner{
    width: auto;
    margin: 0rem 3%;
  }}


.example-boxinner .example-item{
    margin: 0 auto 5rem;
    font-size: 1.6rem;
    color: #555;
    background: #fff;
    line-height: 1.4;
    text-align: center;
    border-radius: 1rem;
}

.example-boxinner .example-item.last{
    margin: 0 auto 2rem;
    font-size: 1.6rem;
    color: #555;
    background: #fff;
    line-height: 1.4;
    text-align: center;
    border-radius: 1rem;
}

.example-boxinner .example-item .capall-inner{
    margin: 1rem 0 0;
    text-align: left;
    font-size: 105%;
    font-weight: bold;
    width: 99%;
    background: #fff;
    display: flex;
    border-radius: 1rem 1rem 0 0;
    padding-top: 1rem;
}

.example-boxinner .example-item .num{
    margin: -4rem 0 0 -2%;
    text-align: left;
    font-size: 100%;
}

.example-boxinner .example-item .ttl{
    margin: 1.5rem 1% 0 2%;
    text-align: left;
    font-size: 130%;
    font-weight: bold;
    width: 74%;
}

.example-boxinner .example-item .address{
    text-align: center;
    margin: 1.5rem 1%;
    padding: 2rem 1% 1.6rem 1%;
    font-size: 98%;
    font-weight: bold;
    color: #fff;
    background: #3a7200;
    box-shadow: 2px 2px 2px 2px #000 inset;
    width: 22%;
    border-radius: 1rem;
    height: auto;
}

.example-boxinner .example-item .capall-outer{
    margin: 2rem auto;
    font-size: 1.3rem;
    background: #fff;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    display:flex;
    border-radius: 0 0 1rem 1rem;
}

.example-boxinner .example-item .capall-outer .capimg{
    margin: 0 1% 0 10%;
    text-align: left;
    width: 20%;
}

.example-boxinner .example-item .capall-outer .cap-all{
margin: 0 3% 2rem 1%;
    text-align: right;
    width: 78%;
}

.example-boxinner .example-item .capall-outer .captitle{
    margin: 0 auto;
    padding: 0.4rem;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    color: #fff;
    background: #333;
    height: auto;
    float: right;
}

.example-boxinner .example-item .capall-outer .cap{
    margin: 1rem 0% 2rem;
    padding-top: 1rem;
    text-align: justify;
    font-size: 120%;
    font-weight: normal;
    color: #333;
    background: #fff;
    width: 100%;
    float: left;
    line-height: 1.6;
}

.example-boxinner .example-item .capall-outer .cap2{
margin: 1rem 0% 4rem;
    padding-top: 1rem;
    text-align: justify;
    font-size: 120%;
    font-weight: normal;
    color: #333;
    background: #fff;
    width: 68%;
    float: left;
    line-height: 1.6;
}

.example-boxinner .example-item .capall-outer .capimgs{
    margin: 1rem 0% 3rem;
    width: 30%;
    float: right;
}

.procedure h2,
.procedure-box h2,
.example-box h2{
    margin: 4rem auto;
    width: 90%;
    font-size: 160%;
    text-align: center;
    line-height: 1.5;
    font-family: serif;
    font-feature-settings: "palt";
}

.procedure h3 {
  margin: 7rem auto;
    width: 90%;
    font-size: 200%;
    text-align: center;
    line-height: 1.5;
    font-family: serif;
    font-feature-settings: "palt";
    animation: fadeing 10s  infinite;
}

@keyframes fadeing {
  0% {opacity: 0;transform: translateY(30px);}
  80% {opacity: 1; }
  100% {opacity: 0; }
}



.procedure h1,
.procedure-box h1,
.example-box h1{
    padding: 1.6rem;
    margin: 5rem auto 4rem;
    line-height: 1.5;
}


.movya{
    margin: 3rem auto;
    width: 60%;
    text-align: center;
}





/* ///  声　 ///////////////////////　*/

.voice-all{
    margin: 4rem auto 8rem;
    padding: 6rem 0 3rem;
    text-align: center;
    background: #fdfef2;
}

.voice-all .voice {
    margin: 2rem auto;
    max-width: 1000px;
    text-align: center;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
}

.voice-all .voice::before{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 2px 20vw;
    border-color: #fdfef2 transparent transparent transparent;
    bottom: -4.2rem;
    left: 22%;
    right: 22%;
}


.voice-all h1{
padding: 1.6rem;
    margin: 2rem auto 4rem;
    line-height: 1.5;
}


.voice-all .voice .voice-box{
margin: 3rem 2%;
    padding: 2rem;
    width: 46%;
    background: #ffffc9;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
    border-radius: 2rem;
}


.voice-all .voice .voice-box .voiceimg{
    margin: -3rem auto 1rem;
    width: 40%;
}

.voice-all .voice .voice-box .voice-unser{
    padding: 0.5rem;
    width: 100%;
    font-size: 105%;
    font-weight: bold;
    color: #1a4400;
}

.voice-unser .font-small{font-size: 86%;}

.voice-all .voice .voice-box .voice-read{
    padding: 1rem;
    width: 100%;
    font-size: 94%;
    line-height: 1.6;
    text-align: justify;
}


.voice-all h2{
    margin: 7rem auto;
    line-height: 2.2;
    width: 90%;
    font-size: 170%;
    text-align: center;
    font-family: serif;
    font-feature-settings: "palt";
    animation: fadeing 10s  infinite;
}
  @media screen and (max-width: 960px) {
.voice-all h2{
    font-size: 130%;
  }}



@keyframes fadeing {
  0% {opacity: 0;transform: translateY(30px);}
  80% {opacity: 1; }
  100% {opacity: 0; }
}



/* /////////////////////////////////////////　*/
/* ///  bt  ///////////////////////　*/

.bt-all {
    margin: 10rem auto;
    padding: 2rem 0;
    background: #edf7d7;
    max-width: 920px;
    border-radius: 3.5rem;
    filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.3));
}


  @media screen and (max-width: 960px) {
.bt-all {
    margin: 5rem 2% 8rem;
  }}

.bt-all .bt-box {
    margin: 1.5vh 3%;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 2rem;
}


.bt-all .bt-box .bt-ribbon {
    padding: 3rem 0 0;
    text-align: center;
    filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.1));
}

.bt-all .bt-box .bt-title {
    margin: -1rem 5%;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

.bt-all .bt-box .bt-books {
    padding: 0 5%;
    text-align: center;
    display: flex;
}

.bt-all .bt-box .bt-books .bt-book {
    padding: 0.5rem 2%;
    font-size: 100%;
    text-align: center;
}


.bt-book .bt-txttitle {
    margin: 1rem auto 0;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    background: #333;
    text-align: center;
    width: 100%;
    padding: 1rem 0 0.8rem;
    border-radius: 5px;
}

.bt-book .bt-txt {
    padding: 2rem 5% 1rem;
    font-size: 100%;
    font-weight: normal;
    text-align: justify;
    font-feature-settings: "palt";
}



/* btn体裁 */
.bt-all .bt-box .bt-boxinner {
    padding: 0;
    margin: 4rem auto;
  width: 800px;
  color: #fff;
  text-align: center;
    cursor: pointer;
    /*background: #6fb62c ;*//*transparent*/
    /*background: linear-gradient(90deg, rgba(105,152,75,1) 0%, rgba(111,182,44,1) 5%, rgba(111,182,44,1) 95%, rgba(105,152,75,1) 100%);*/
   /* box-shadow: 0 6px 0 rgba(105,152,75,0.4);  ボタンの影*/

}


  @media screen and (max-width: 960px) {
.bt-all .bt-box .bt-boxinner {
    width: auto;
    margin: 4rem 2% 4rem 2%;
  }}


.bt-all .bt-box .bt-boxinner a{
  padding: 3rem 1rem 2.9rem;
  color: #fffe00;
  font-size: 166%;
  font-weight: bold;
  text-decoration: none;
  font-feature-settings: "palt";

  display: block;
  border-radius: 1rem;
  background-size: 100% 100%;
/*background: #d01f26;*/
  background: linear-gradient(90deg, rgba(187,48,48,1) 0%, rgba(208,31,38,1) 5%, rgba(208,31,38,1) 95%, rgba(187,48,48,1) 100%);
   /* box-shadow: 0 6px 0 rgba(187,48,48,0.4);  ボタンの影*/
 filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.3));

    position: relative;
    text-align: center;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

.bt-all .bt-box .bt-boxinner a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    animation: shinyshiny 2s 3s ease-in-out infinite;
}



.bt-all .bt-box .bt-boxinner a:hover{
    /*color: #FFF;*/
    display: block;
    padding: 3rem 1rem 2.9rem;

    color: #d01f26;
    background: white;
    box-shadow: 0 0 5px white, 0 0 10px white, 0 0 40px white;
    border-radius: 1rem;

  filter: none;
  animation : infinite;
  -webkit-transform: 1.8s translateY(3px) ease;
}

@-webkit-keyframes shinyshiny {
0% { transform: scale(0) rotate(45deg); opacity: 0; }
22% { transform: scale(1) rotate(45deg); opacity: 0.7; }
23% { transform: scale(4) rotate(45deg); opacity: 1; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}



.bt-all .bt-box .tell-box {
    margin: 3rem 5%;
    width: 90%;
}

.bt-all .bt-box .tell-box .tell-cap {
    margin: 1rem auto;
    font-size: 140%;
    font-weight: bold;
    text-decoration: none;
    font-feature-settings: "palt";
}


.bt-all .bt-box .tellimg {
    margin: 1rem 5% 3rem;
    width: 90%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: flex;
}

.bt-all .bt-box .tellimg img {
    width: 100%;
    padding: 1rem;
}


.bt-all .bt-box .tellimg span{
    padding: 1rem;
    margin-top: 2.4rem;
    width: 46%;
    vertical-align: bottom;
    font-size: 94%;
}
  @media screen and (max-width: 960px) {
.bt-all .bt-box .tellimg span{
    font-size: 80%;
  }}



/* /////////////////////////////////////////　*/
/* ///  bts  ///////////////////////　*/

.bts-all {
margin: 0rem auto;
    text-align: center;
    padding: 0; 
    width: 100%;
    position: relative;
}

.bts-all h1{
    padding: 2rem;
    margin: 10rem auto 4rem;
}


.bts-all .bts-box {
    margin: 8rem auto;
    padding: 2rem 0;
    background: #edf7d7;
    max-width: 920px;
    border-radius: 3.5rem;
    filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.3));
    position: relative;
    animation: fuwari 2s;
}
  @media screen and (max-width: 960px) {
.bts-all .bts-box {
    margin: 4rem 2%;
  }}


.bts-box-h{
 background: #fff!important;
}

.bts-all .bts-box::after {
    content: "";
    position: absolute;
    background: url(../img/book-03.png) no-repeat;
    width: 50%;
    height: 50%;
    background-size: contain;
    transform: translateY(-50%);
    top: -2%;
    left: 71%;


  -webkit-animation-name:fuwari; /*  */
  -webkit-animation-duration:5s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;

  -moz-animation-name:fuwari;
  -moz-animation-duration:5s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwari {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -8px);}
  100% {-webkit-transform:translate(0, 0);}
}

@-moz-keyframes fuwari {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, -8px);}
  100% {-moz-transform:translate(0, 0);}
}



.bts-all .bts-box .bts-inner {
    margin: 1.5vh 3%;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 2rem;
}

.bts-inner-b{
    border: 4px solid #edf7d7!important;
}


.bts-all .bts-box .bts-inner .bts-title {
margin: 3rem 2% 2rem 4%;
    font-size: 142%;
    font-weight: bold;
    text-align: left;
    width: 66%;

}





/* btn体裁 */
.bts-all .bts-box .bts-boxinner {
    padding: 0;
    margin: 4rem auto;
  width: 800px;
  color: #fff;
  text-align: center;
    cursor: pointer;
    /*background: #6fb62c ;*//*transparent*/
    /*background: linear-gradient(90deg, rgba(105,152,75,1) 0%, rgba(111,182,44,1) 5%, rgba(111,182,44,1) 95%, rgba(105,152,75,1) 100%);*/
   /* box-shadow: 0 6px 0 rgba(105,152,75,0.4);  ボタンの影*/


}
  @media screen and (max-width: 960px) {
.bts-all .bts-box .bts-boxinner {
    width: auto;
    margin: 4rem 2% 4rem 2%;
  }}


.bts-all .bts-box .bts-boxinner a{
  padding: 3rem 1rem 2.9rem;
  color: #fffe00;
  font-size: 166%;
  font-weight: bold;
  text-decoration: none;
  font-feature-settings: "palt";

  display: block;
  border-radius: 1rem;
  background-size: 100% 100%;
/*background: #d01f26;*/
  background: linear-gradient(90deg, rgba(187,48,48,1) 0%, rgba(208,31,38,1) 5%, rgba(208,31,38,1) 95%, rgba(187,48,48,1) 100%);
   /* box-shadow: 0 6px 0 rgba(187,48,48,0.4);  ボタンの影*/
 filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.3));

    position: relative;
    text-align: center;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

.bts-all .bts-box .bts-boxinner a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    animation: shinyshiny 2s 3s ease-in-out infinite;
}



.bts-all .bts-box .bts-boxinner a:hover{
    display: block;
    padding: 3rem 1rem 2.9rem;

    color: #d01f26;
  background: white;
  box-shadow: 0 0 5px white, 0 0 10px white, 0 0 40px white;
 border-radius: 1rem;

  filter: none;
  animation : infinite;
  -webkit-transform: 1s translateY(3px) ease;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.4; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.bts-all .bts-box .bts-inner.bts-inner-b a:hover{
  background: #fffe00;
}