@charset "UTF-8";

/*===============================================
画面の横幅が768px以上（PC用）

(max-width: 767.99px) (max-width: 959.99px)
(max-width: 1024.99px) (max-width: 1059.99px)
===============================================*/

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

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


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

body {
  margin: 0 auto;
  padding: 0;
}


.body-all{
    margin: 0 auto 0;
    padding: 0;
    background: #fff;
/*
    height:fit-content;
    background: #8acdf5 url(../img/sky.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: cover;
*/
}




/* ///  MV ///////////////////////　*/

.topview {
    width: 100%;
    position: relative;
    object-fit: contain !important;
    margin-top: 0;
    height: 34em;
    height: fit-content;
    background-image: url(../img/img_topbuck.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }






.topview img{
    width: 100%;
    height: auto;
    /*border-top-left-radius: 13% 12%;
    border-top-right-radius: 13% 12%;*/
}


.topview-under{
    margin: 0 auto;
    padding: 0.8rem 0 1rem;
    background: #6FBA2C; /*#769d5b */
    width: 100%;
    text-align: center;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.05rem;
    font-weight: bold;
    font-feature-settings: "palt";
}





/*  cap eria mov */
.procedure_item{
  width:100%;
  margin:0rem auto 3rem;
  text-align: center;
  padding:0;
  display: flex;
  flex-wrap: wrap;
align-items: flex-start;
    width: 80%;
    margin: 0rem auto;
    text-align: center;
    position: relative;
    max-width: 1000px;}
@media screen and (max-width: 767.99px){
.procedure_item .procedure_itemin{
    width: 80%;
  }}


 .procedurecircle {
    min-height: 10vh;
    margin: 3em auto;
    background: #f8b500;
    padding: 3vh 1vw 3vh;
    font-size: 1.8rem;
    color: #ad0021;
    font-weight: bold;
    text-align: center !important;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    /*animation: uneune 5slinear infinite;*/
    border-radius: 50%;
    width: 36%;}
@media screen and (max-width: 768px) {
 .procedurecircle {
  margin: 0 auto;
    font-size: 92%;
  }}

/*
@keyframes uneune {
  0% {border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; }
  25% {border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%; }
  50% {border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%; }
  75% {border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%; }
  100% {border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; }
}
*/


.procedurecircle .circletitle{
    font-size: 2rem;
    font-feature-settings: "palt";
    font-weight: bold;
    width: 100%;
    color: #ed1c24;
    text-align: center;}
 @media screen and (max-width: 767.99px) {
.procedure_item .proceduretitle{
line-height: 1.6;
    font-size: 130%;
}}


.procedurecircle .circlecap{
    margin: 1rem auto 3rem;
    font-size: 2.4rem;
    font-feature-settings: "palt";
    font-weight: bold;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.3;}
 @media screen and (max-width: 767.99px) {
.procedurecircle .circlecap{
line-height: 1.6;
    font-size: 120%;
}}










/*  */
.procedurecircle-boxin2{
    padding: 0;
    margin: 2rem auto 0em;
    width: 100%;
        max-width: 960px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
font-feature-settings: "palt";
        letter-spacing: 0.4px;
}

.procedurecircle-boxin2 .boxinbox{
    padding: 1.5rem 1vw;
    margin: 2rem 2%;
    width: 41%;
    position:relative;
    line-height: 1.4;
    text-align: center;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    background: #71bd43;
    /* border: 1px solid #71bd43; */
    border-radius: 3rem;
    filter: drop-shadow(1px 5px 2.5px #55555520);}
@media screen and (max-width: 1024.99px) {
.procedurecircle-boxin2 .boxinbox{
    width: 46%;
}}

.procedurecircle-boxin2 .boxinbox::after{
    content: "";
    position: absolute;
    top: calc(0% - -1.5em);
    right: 4%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
}




.procedurecircle-boxin2 .boxinbox .boxinboxtitle{
    margin: 0.6rem auto 0;
    width: 100%;
    line-height: 1.2;
    font-size: 2.1rem;
    color: #fff000;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;}
@media screen and (max-width: 915.99px) {
.procedurecircle-boxin2 .boxinbox .boxinboxtitle{
    font-size: 2rem;
}}


.procedurecircle-boxin2 .boxinbox .boxinboxcap{
    margin: 1rem auto 1rem;
    width: 100%;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #fff;
    font-feature-settings: "palt";
    text-align: center;}
@media screen and (max-width: 915.99px) {
.procedurecircle-boxin2 .boxinbox .boxinboxcap{
    font-size: 67%;
    color: #333;
    line-height: 1.5;
    text-align: left;
    margin: 1rem auto 0rem;
}}



.commentimg{
    width: 5%;
    margin: 0 0 0 1%;
    vertical-align: text-top;
}

.comment a{
    font-weight:bold;
    color:#71bd43;
    font-size: 140%;
}



.procedurecircle-boxin2 .boxinbox .boxinboximg{
    margin: 0 auto 1rem;
    text-align: center;
            width: 100%;}
.procedurecircle-boxin2 .boxinbox .boxinboximg img{
    width: 100%;
    border-radius: 50%;}


.procedurecircle-boxin2 .tt_tyuki{
margin: 0 auto 0;
    text-align: left;
    max-width: 960px;
    font-size: 14px;
    font-feature-settings: "palt";
    padding-left: 1em;
    text-indent: -1em;
}








/* ///  btn-eria_all ///////////////////////　*/
.btn-eria_all {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 3rem;
    width: 100%;
   background: #fafafa ;
/*background: linear-gradient(to top, #fafafa 0%, #fafafa 50%,#f4f4f4 100% );

    border-image: linear-gradient(to right, #f3e385 0%, #d4b54b 50%,#f3e385 100% );
    border-image-slice: 1;
  */
   }

.btn-eria_all .btn-eria {
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
  }


.btn-eria_all h1{
    padding: 4rem 0 0rem;
}



.btn-eria_all .titlename {
    margin: 0rem auto;
    width: 100%;
    line-height: 2;
    font-size: 3rem;
    color: #333;
    letter-spacing: 0.2rem;
    text-align: center;
    font-weight: 500;
    /* font-family: 'Noto Serif JP', serif; */
    font-feature-settings: "palt";
}


.btn-eria_all .btn-eria .block_btn{
    margin-bottom: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    width: 50%;}
@media screen and (max-width: 768px) {
.btn-eria_all .btn-eria .block_btn{
    width: erit;
}}

.btn-eria_all .btn-eria .block_btn .btn_link{
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.02));
}


.btn-eria_all .btn-eria .block_btn .capname {
    margin: 2rem auto 0;
    width: 100%;
    /* line-height: 2; */
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    font-weight: 500;
    position: relative;
    /*letter-spacing: 0.2rem;*/
    /* font-family: 'Noto Serif JP', serif;*/
}

.btn-eria_all .btn-eria .block_btn .capname::before,
.btn-eria_all .btn-eria .block_btn .capname::after {
content: "";
/*position: absolute;*/
top: 40%;
display: inline-block;
background: #555;
width: 30px;
height: 1px;
vertical-align: middle;
}

.btn-eria_all .btn-eria .block_btn .capname::before{
transform: rotate(70deg);
margin-left: 0;
}

.btn-eria_all .btn-eria .block_btn .capname::after{
transform: rotate(-70deg);
margin-right: 0;
}

.btn-eria_all .btn-eria .block_btn .capname2 {
    margin: 1.4rem auto 0;
    width: 100%;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2rem;
    filter: drop-shadow(0.5px 1px 0.5px #55555570);
}


.btn-eria_all .btn-eria .block_btn .btnin-cap {
    width: 80%;
    margin: 0rem 10% 2rem;
    padding: 0.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    background: #ffff;
    border-radius: 3rem;
}
.btn-eria_all .btn-eria .block_btn .btnin-cap:hover {
    color: #1ea427;
}
.btn-eria_all .btn-eria .block_btn .btnin-cap span:hover {
    color: #1ea427;
    animation:blink 1s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



.btn-eria_all .btn-eria .block_btn .tyuki{
margin: 0.5rem 10% 0rem;
    color: #333;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.3;
    float: left;
    /* letter-spacing: 0.1rem; */
    /* font-family: 'Noto Serif JP', serif; */
    font-feature-settings: "palt";
}



.btn-eria_all .btn-eria .block_btn .btn_link{
    position: relative;
    display: inline-block;
    margin: 1rem auto;
    padding: 2rem 60px;
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    border: 1px solid #f68800;
    background: #f68800 ; 
    background: linear-gradient(to bottom, #ffeeb3 0%,#ffd028 100% );

    text-decoration: none;
    color: #333333;
    text-align: center;
    border-radius: 20rem;
    width: 80%;
    /*transition: 1s;*/}
@media screen and (max-width: 959.99px) {
.btn-eria_all .btn-eria .block_btn .btn_link{
    margin: 1rem auto;
    font-size: 2rem;
    padding: 1.3rem 10%;
}}



.btn-eria_all .btn-eria .block_btn a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 200px;
    left: 2.5%;
    top: calc(57% - 2.5em);
    background-image: url(../img/img_books.png);
    background-size: 55%;
    vertical-align: middle;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: rotate(354deg);*/
    rotate: 372deg;
    filter: drop-shadow(-1px 3px 2px #55555520);
    animation: poyopoyo 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {transform: scale(1.0);}
  50%, 70% {transform: scale(0.95);}
}

.btn-eria_all .btn-eria .block_btn a::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 100%;
    right: 3%;
    top: calc(50% - 0.7em);
    background-image: url(../img/ic_ore.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.btn-eria_all .btn-eria .block_btn a::before:hover,
.btn-eria_all .btn-eria .block_btn a::after:hover{
  border: 1px solid #7ae553;
}

.btn-eria_all .btn-eria .block_btn .btn_link:hover{
    background: linear-gradient(to bottom, #eef3b3 0%,#7ae553 100% );
  border: 1px solid #7ae553;
}








/* ///  表 ///////////////////////　*/
.greeting_all {
    margin: 0rem auto 0;
    text-align: center;
    padding: 8rem 0 4vh;
    width: 100%;
    position: relative;
    background: #fbfbf3;
    /*background: #fff url(../img/back01.jpg) center bottom;
    background-repeat: no-repeat;
    height: max-content;
    background-position: top center;*/
    /* border-image: linear-gradient(to right, #f3e385 0%, #d4b54b 50%,#f3e385 100% );
    border-image-slice: 1; 
    border-collapse: collapse; * 隙間埋め */
  }
@media screen and (max-width: 1024.99px) {
.greeting_all {
   padding: 8rem 0 1rem;
}}
@media screen and (max-width: 932.99px) {
.greeting_all {
   padding: 4rem 0 1rem;
}}



.hyo {
    margin: 5em auto 2em;
    text-align: center;
    padding: 0;
    width:96%;
    max-width: 1100px;
    margin-bottom: 30px;
    font-size: 1.3rem;
    background: #e3f1c7;
    /*border: 1px solid #e3f1c7;*/
    border-radius: 1em;
    filter: drop-shadow(2px 5px 3px #55555530);
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;}
@media screen and (max-width: 768.99px) {
.hyo {
    padding: 0 0 2rem;
}}




.hyo .capwaku {
    margin: 4rem 5% 4rem;
    padding: 0;
    width: 90%;
    max-width: 940px;
    text-align: center;}
@media screen and (max-width: 767.99px) {
.hyo .capwaku {
    margin: 2rem 2% 1rem;
    padding: 0;
    width: 96%;
}}


 .capwaku .cap {
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7;
    font-feature-settings: "palt";}
@media screen and (max-width: 896.99px) {
 .capwaku .cap {
        font-size: 120%;
}}
@media screen and (max-width: 767.99px) {
 .hyotitlecap {
    margin: 1rem 4%;
    font-size: 64%;
    line-height: 1.3;
}}
@media screen and (max-width: 375.99px) {
 .hyotitlecap {
    font-size: 58%;
}}




.hyo .toptitlename{
    padding: 2.8rem 2vw;
    margin: 0 auto 5rem;
    text-align: center;
    width: 100%;
    color: #fff;
    background: #71bd43;
    filter: drop-shadow(0.5px 2px 1px #55555520);
    border-radius: 0.9rem 0.9rem 0 0;
    font-size: 2.2em;
    font-weight:bold;}
@media screen and (max-width: 915.99px) {
.hyo .toptitlename{
    padding: 2rem 2vw;
    margin: 0 auto 3rem;
    font-size: 180%;
}}




.hyo .topbtn .toptitlename a{
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;}
@media screen and (max-width: 769.99px) {
.hyo .topbtn .toptitlename a{
    font-size: 100%;
  }}



.hyo .topbtn .topbtntitle a::after{
    position: absolute;
    content: "▼";
    color: #fff;
    top: calc(50% - 0.6em);
    right: 4%;
    border-radius: 50%;
    width: 2rem;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    /* transform: rotate(-90deg); */
    line-height: initial;
}

.hyo .topbtn .topbtntitle a:hover{
    color: #fff000;
}

.hyo .topbtn .topbtntitle :hover::after{
    color: #fff000;
    animation: ripple 1s 1 ease-out;
}
@keyframes ripple {
      0% {opacity: 1;transform: scale(0.0);}
      100% {opacity: 0;transform: scale(2.0);}
    }



.hyo .topdata{
    margin: 0rem 2% 1em;
    font-size: 1.6rem;
    font-weight: bold;
    width: 30%;
    text-align: left;
    background: #fff;
    padding: 1.4rem;
    color: #333;
    line-height:1.5;
    letter-spacing: 0.03em;
    border: 1px solid #71bd4370;
    font-feature-settings: "palt";}
@media screen and (max-width: 915.99px) {
.hyo .topdata{
    font-size: 100%;
width: 36%;
}}



.hyo .topcap{
position: relative;
    /* display: inline-block; */
    margin-left: 20px;
    margin-bottom: 1em;
    padding: 0.6em;
    border-radius: 3rem;
    background-color: #fff;/*f4f5f3*/
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
    color: #326d0c;
    width: 40%;}
@media screen and (max-width: 932.99px) {
.hyo .topcap{
    width: 24%;
    font-size: 140%;
    line-height: 1.4;
}}



.hyo .topcap::before {
    position: absolute;
    content: "▼";
    color: #fff;/*f4f5f3*/
    top: calc(50% - 0.5em);
    right: -2rem;
    border-radius: 50%;
    width: 2rem;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    transform: rotate(-90deg);
    line-height: initial;
}

.hyo .topcapimg {
    width: 200px;
    margin: 0 0 0 3rem;
    z-index: 2;
    /*transform: rotate(-90deg);*/
}
.hyo .topcapimg img{
    width: 100%;
}




.hyo .requestbox {
    margin: 0rem auto 3em;
    padding: 5px;
    font-feature-settings: "palt";
    filter: drop-shadow(0.5px 4px 4px #55555530);
    background: #fff;
    color: #333;
    text-align: center;
    border-radius: 1em;
    width: 96%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    }


.hyo .requestbox .requestboxtitle{
    padding: 2em 2vw;
    font-size: 2.2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;
    background: #f8b500;
    color: #fff;
    border-left: 2vw solid #4d4d4d;
    padding-left: 2%;
    margin: 1rem 2%;
    border-radius: 1rem;
    background-image: url(../img/illust_note.png);
    background-repeat: no-repeat;
    background-position: 128% 8.5vh;
    background-size: 60%;
    width: 22%;
}



.hyo .requestbox .requestboxcapin{
    padding: 2rem;
    font-size: 2rem;
    font-feature-settings: "palt";
    text-align: left;
    font-weight: bold;
    width: 70%;
}

.hyo .requestbox .requestboxcaptitle{
    padding: 1em 0 1rem;
    font-size: 2rem;
    font-feature-settings: "palt";
    text-align: left;
    color: #71bd43;
    font-weight: bold;
}

.hyo .requestbox .requestboxcap{
    padding: 0em 0 0.5em;
    font-size: 1.7rem;
    font-feature-settings: "palt";
    text-align: left;
    font-weight: 500;
}



.hyo .requestbox .requestanswer{
    margin: 4em 2% 0rem;
    text-align: center;
    width: 96%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2em;
    background-image: url(../img/back01.png);
    background-repeat: no-repeat;
    background-position: center 1.5vh;
    background-size: 90%;
}

.hyo .requestbox .requestanswer::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 2px 20vw;
    border-color: #7fc242 transparent transparent transparent;
    top: -7rem;
    /* top: calc(0% - 2em); */
    margin: 4rem auto 0;
}


.hyo .requestbox .requestanswertitle{
    padding: 1em 0 1rem;
    font-feature-settings: "palt";
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.8;
    color: #326d0c;
    z-index: 2;
    filter: drop-shadow(1px 2px 1px #fff);
}


.hyo .requestbox .requestanswer .requestanswerimg {
    width: 210px;
    margin: 0 0 0 3rem;
    /*transform: rotate(-90deg);*/}
.hyo .requestbox .requestanswer .requestanswerimg img{
    width: 22%;
    bottom: 0;
    position: absolute;
    right: 2%;
}



.hyo .requestbox .requestanswerimg2 {
    width: 96%;
    margin: 0 2% 3rem;}
.hyo .requestbox .requestanswerimg2 img{
    width: 100%;
}

.hyo .requestbox .boxinbox {
    /* padding: 2rem; */
    margin: 3em 5%;
    width: 90%;
    line-height: 1.4;
    text-align: center;
    color: #333;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}








.hyo table{
box-sizing: border-box;
word-break: break-all;
}

.hyo .hyo_item {
    width: 96%;
    border-collapse: collapse;
    /* border: 1px solid #769d5b; */
    /* border: 2px solid #fff; */
    text-align: center;
    margin: 0em auto;
    line-height: 1.4;
    font-size: 2rem;
    border-bottom: 1px #769d5b solid;
    border-collapse: separate;
    border-spacing: 0;
    display: inline-table;
    box-shadow: 0px 12px 7px -7px #33333330;

/* 横にはみ出しスクロール  NO*/
    /*display: block;
    overflow-x: scroll;*/
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768.99px) {
.hyo .hyo_item {
    font-size: 72%;
display: inline-block;
}}







.hyo_item tr {
    width: 100%;
    padding: 1.2vh 1vw;
    font-size: 1.3rem;
    /*border: 1px solid #769d5b;*/
}
@media screen and (max-width: 797.99px) {
  .hyo_item tr {
          font-size: 130%;
}}
@media screen and (max-width: 1024.99px) {
  .hyo_item tr {
          font-size: 80%;
}}



.hyo_item tr:last-child{
border-bottom: 2px solid #769d5b;
}



.hyo_item th,
.hyo_item td {
    padding: 1vh 1vw;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
 }

  .hyo_item th {
    width: 20%;
    background: #769d5b;
    padding: 0.6vh 1vw;
    color: #fff;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    font-feature-settings: "palt";
    font-size: 1.6rem;
     }

  .hyo_item th:last-child{
border-bottom: 2px solid #769d5b!important;
}



.hyo_item th .bigfont{
    font-size: 140% !important;
    font-weight: bold;
    vertical-align: middle;
}



  .hyo_item td {
    table-layout: fixed;
    word-wrap: break-word;
    text-align: center;
    padding: 1vh 1vw;
    font-size: 1.6rem;
    line-height: 1;
    background:#fff;
    /* border: 1px solid #769d5b; 
    border: 2px solid #fff;
    border-bottom: 1px solid #769d5b;*/
    font-feature-settings: "palt";
    border:solid 1px;
    border-color: #fff #769d5b #769d5b #fff;
    vertical-align: middle;}
@media screen and (max-width: 797.99px) {
  .hyo_item td {
    font-size: 1.8rem;
}}






/* ///  流れbtn /////////////

.block_btn2cap{
margin: 0rem auto 0;
    width: 100%;
    font-size: 2rem;
    color: #fff!important;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
    padding-top: 3vh;
}

 .block_btn2{
    margin: 1rem auto;
    font-weight: bold;
    max-width: 1000px;}
@media screen and (max-width: 768px) {
.block_btn2{
            width: inherit;
        }}

.block_btn2 a{
    position: relative;
    display: inline-block;
    margin: 1rem auto;
    padding: 1.8rem 60px;
    font-size: 2rem;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.07em;

   background: #fff ; 
    text-decoration: none;
    color: #6f543b!important;
    text-align: center;
    border-radius: 0.6rem;
    width: 70%;
    transition: 1s;}
 @media screen and (max-width: 959.99px) {
.block_btn2 a{
    margin: 1rem auto;
    font-size: 2rem;
    padding: 2rem 10%;
}}


.block_btn2 a:hover{
transform: scale(1.05, 1.05);
}

/　*/





/* ///  CEREMONIA SHOP 紹介1 ///////////////////////　*/
.ceremonia_all{
    margin: 0 auto;
    text-align: center;
    padding: 0 0 3rem;
    width: 100%;
  }


/* */
.ceremonia_all .ceremonia{
    margin: 0rem auto;
    text-align: center;
    width: 100%;
    padding: 0;}


/*
.ceremonia_all .ceremonia .view{
}

.ceremonia_all .ceremonia .ceremoniaview img{
    width: 100%;}
@media screen and (max-width: 1024.99px) {
.ceremonia_all .ceremonia .ceremoniaview img{
    height: 8em;
    object-fit: cover;
}}


 .ceremonia .ceremoniaview .ceremoniaviewtitle {
position: absolute;
        margin: 0rem 20% 0rem;
        text-align: center;
        width: 60%;
        color: #333;
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.3;
        font-feature-settings: "palt";
        top: 26%;
        bottom: 20%;}
@media screen and (max-width: 767.99px) {
 .ceremonia .ceremoniaview .ceremoniaviewtitle {
    font-size: 130%;
    margin: 1rem 30% 0rem;
}}
@media screen and (max-width: 1024.99px) {
 .ceremonia .ceremoniaview .ceremoniaviewtitle {
font-size: 146%;
}}
*/


.ceremonia_all .ceremonia .ceremoniacaptitle{
    margin: 5rem 2% 3rem;
            width: 96%;
    line-height: 1.6;
    font-size: 2rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: center;
font-weight: 500;
}



.ceremonia .ceremonialogo{
    margin: 8vh auto 5rem;
    border-bottom: 2px solid #71bd43;
    text-align: center;
    max-width: 1100px;
    padding: 0;}
@media screen and (max-width: 1024.99px) {
.ceremonia .ceremonialogo{
    margin: 5vh auto 3vh;
}}

.ceremonia .ceremonialogo img{
    width: 38;}





.ceremonia .ceremoniatoptitlecap{
    margin: 0 auto 5rem;
    width: 100%;
    line-height: 1.6;
    font-size: 2.2rem;
    font-weight: bold;
    color: #71bd43;
    font-feature-settings: "palt";
    text-align: center;}
@media only screen and (min-width: 768px) and (max-width: 959.99px)  {
.ceremonia .ceremoniatoptitlecap{
    font-size: 100%;
    margin: 0 2% 3rem;
    width: 96%;
}}
@media screen and (max-width: 1024.99px) {
.ceremonia .ceremoniatoptitlecap{
    font-size: 110%;
    margin: 0 2% 3rem;
    width: 96%;
}}



.ceremonia_all .ceremonia .ceremonia-box{
    padding: 0 0 4rem;
    line-height: 2.2;
    text-align: center;
    margin: 3rem auto 0rem;
    max-width: 1100px;
}




/*  */
.ceremonia .ceremonia-boxin{
    padding: 0 0 1em;
    margin: 2rem auto 3rem;
    width: 100%;
    text-align: center;
    background: #e3f1c7;
    /*border: 1px solid #71bd4350;*/
    border-radius: 1.5rem;
    /*filter: drop-shadow(1px 5px 3px #55555540);*/}
@media screen and (max-width: 959.99px) {
.ceremonia .ceremonia-boxin{
        margin: 2rem 2% 3rem;
        width: 96%;
}}

.ceremonia .ceremonia-boxin .toptitlename {
    padding: 2rem 1vw;
    margin: 0 auto 5rem;
    text-align: center;
    width: 100%;
    color: #fff;
    background: #71bd43;
    /* filter: drop-shadow(0.5px 2px 1px #55555520); */
    border-radius: 0.9rem 0.9rem 0 0;
    font-size: 2.1em;
    font-weight: bold;
    background-image: url(../img/back02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

 }



.ceremonia .ceremonia-boxin .boxinbox{
    /*padding: 2rem;*/
            margin: 3em 3%;
            width: 94%;
    line-height: 1.4;
    text-align: center;
    color: #333;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(1px 5px 3px #55555520);
}

.ceremonia .ceremonia-boxin .boxinboxin{
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    color: #333;
    background: #fff;
    border: 1px solid #71bd4350;
    border-radius: 1.5rem;
    filter: drop-shadow(1px 5px 2.5px #55555520);
}


.boxinbox .ceremoniaimg{
    padding: 1rem 1vw 2rem 3vw;
    text-align: center;
    width: 54%;}
.boxinbox .ceremoniaimg img{ width: 100%;}



/*    */
.boxinbox .ceremoniaprice{
    padding: 1rem 1vw;
    text-align: center;
    width: 45%;
}

.boxinbox .boxinboxtitle0{
    padding: 1rem 0;
    margin: 0rem auto 2rem;
    width: 100%;
    line-height: 1.3;
    font-size: 2.4rem;
    color: #ee86a5;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;
    background: #ffe7e7;}
@media screen and (max-width: 915.99px) {
.boxinbox .boxinboxtitle0{
    font-size: 2.6rem;
}}

.boxinbox .boxinboxtitle0 img{
    width: 50%;
    text-align: center;
}



.boxinbox .boxinboxtitle00{
    padding: 2rem 0 0;
    margin: 0rem auto 2rem;
    width: 100%;
    line-height: 1.3;
    font-size: 2.4rem;
    color: #326d0c;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;
    background: #fff;}
@media screen and (max-width: 915.99px) {
.boxinbox .boxinboxtitle00{
    font-size: 2.6rem;
}}

.boxinbox .boxinboxtitle00 img{
    width: 20%;
    text-align: center;
}


.boxinbox .boxinboxtitle1{
    padding: 1rem 0 0.25rem;
    margin: 0rem 0% 2rem;
    width: 100%;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #4d4d4d;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;
    border-bottom: 1px solid #4d4d4d;}
@media screen and (max-width: 915.99px) {
.boxinbox .boxinboxtitle1{
    font-size: 2rem;
}}


.boxinbox .boxinboxtitle2{
    padding: 2rem 0;
    margin: 2rem 3% 3rem;
    width: 94%;
    line-height: 1.3;
    font-size: 2.6rem;
    color: #ee86a5;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;}
@media screen and (max-width: 915.99px) {
.boxinbox .boxinboxtitle2{
    font-size: 2.8rem;
}}


.boxinbox .boxinboxtitle3{
    margin: 2rem 3% 0rem;
    width: 94%;
    max-width:880px;
    line-height: 1.4;
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
    font-feature-settings: "palt";
    text-align: center;}
@media screen and (max-width: 915.99px) {
.boxinbox .boxinboxtitle3{
    font-size: 86%;
}}

.boxinbox .boxinboxtitle4{
    padding: 4rem 0;
    margin: 0rem auto 2rem;
    width: 100%;
    line-height: 1.3;
    font-size: 3rem;
    color: #326d0c;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;
    background: #65a9009e;}
@media screen and (max-width: 915.99px) {
.boxinbox .boxinboxtitle4{
    font-size: 2.6rem;
}}

.boxinbox .boxinboxtitle4 img{
    width: 50%;
    text-align: center;
}



.boxinbox .boxinboxcap{
    margin: 0rem auto 1rem;
    width: 100%;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: left;}
@media screen and (max-width: 915.99px) {
.boxinbox .boxinboxcap{
    font-size: 100%;
}}



.boxinbox .boxinboximg{
    margin: 0 auto;
    text-align: center;
    width: 38%;}
.boxinbox .boxinboximg img{ width: 100%;}


.boxinbox .shoptitle{
    margin: 0.25rem auto 0 1rem;
    line-height: 1;
    width: 60%;
    font-size: 2.4rem;
    color: #4d4d4d;
    font-weight: bold;
    font-feature-settings: "palt";}
@media screen and (max-width: 915.99px) {
.boxinbox .shoptitle{
     font-size: 110%;
}}


.boxinbox .usually{
    margin: 0rem 1rem 3rem 0;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    height: fit-content;
    flex-wrap: wrap;}
.boxinbox .usually img{ width: 45%;}

.usually .usuallyprice{
    margin: 0 0.4rem 0 0.3rem;
    padding: 0.6rem;
    float: left;
    height: fit-content;
    line-height: 1.2;
    font-size: 90%;
    color: #fff;
    background: #4d4d4d;
    font-weight: 600;
    font-feature-settings: "palt";
    text-align: center;}
@media screen and (max-width: 915.99px) {
.usually .usuallyprice{
    font-size: 68%;
}}


.boxinbox .usuallyprice2{
    margin: 0 2% 0 1rem;
    /* width: 80%;*/
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: right;}
@media screen and (max-width: 1024.99px) {
.boxinbox .usuallyprice2{
    font-size: 156%;
  }}

@media screen and (max-width: 767.99px) {
.boxinbox .usuallyprice2{
    font-size: 100%;
}}
@media only screen and (min-width: 768px) and (max-width: 915.99px) {
.boxinbox .usuallyprice2{
font-size: 100%;
                margin: 0px 2% 0 0;
                width: 70%;
}}


.usually .saleprice{
    margin: 0 0.4rem 24px 0.3rem;
    padding: 0.6rem;
    position: relative;
    float: left;
    width: 97%;
    height: fit-content;
    line-height: 1.2;
    font-size: 14px;
    color: #fff;
    background: #f54c83;/*ff1d5c*/
    font-weight: 600;
    text-align: center;}
@media screen and (max-width: 915.99px) {
.usually .saleprice{
    font-size: 80%;
}}


.usually .saleprice::after{
    position: absolute;
    content: "";
    color: #fff;
    left: calc(20% - 1.5em);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 140px 0 140px;
    border-color: #fbe5ed transparent transparent transparent;
    bottom: -30px;
}
@media screen and (max-width: 915.99px) {
.usually .saleprice::after{
        left: calc(14% - 0.6em);
        border-style: solid;
        border-width: 17px 110px 0 110px;
        border-color: #fbe5ed transparent transparent transparent;
        bottom: -17px;
}}



.usually .saleprice2{
    margin: 20px 2% 0 0;
    width: 97%;
    font-size: 40px;
    color: #f54c83;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: right;}

@media screen and (max-width: 767.99px) {
.usually .saleprice2{
    font-size: 150%;
}}
@media only screen and (min-width: 768px) and (max-width: 915.99px) {
.usually .saleprice2{
    font-size: 150%;
    margin: 0px 2% 0 0;
}}



.prececount{
    font-size:14px;
}


.ceremonia .tt_tyuki{
    margin: 0rem 2.5% 0.8rem;
    width: 95%;
    line-height: 1.2;
    font-size: 1.4rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: left;}
@media screen and (max-width: 767.99px) {
.ceremonia .tt_tyuki{
    font-size: 86%;
}}



.boxinbox .salelogo{
    margin: 1rem;
    text-align: left;
    width: 95%;
    display: flex;
    align-items: center;
    padding: 0;
    height: fit-content;}
.boxinbox .salelogo img{ width: 97%;}




/* OPTIION */
.boxinbox .ceremoniaoption{
    margin: 1em 2%;
    padding: 1rem 1vw;
    text-align: center;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


.boxinbox .ceremoniaoption .ceremoniaoption-in{
    margin: 1em 1% 0.5rem;
    padding: 0 0 2rem;
    text-align: center;
    width: 98%;
    border:4px solid #5a77af;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

/*
.boxinbox .ceremoniaoption .ceremoniaoption-in.option-in2{
    width: 35%;
}
*/

p.optiontitle {
    background: #5a77af;
    width: 100%;
    padding: 0.4rem;
    color: #fff;
    font-weight: 500;
    font-size: 88%;
}



.optionimg{
    margin: 1rem 1.3% 0;
    width: 100%;
}
.optionimg img{
    width: 100%;
}






/* ///  anexample 例 ///////////////////////　*/
.anexample_all{
    margin: 0 auto;
    text-align: center;
    padding: 0 0 3rem;
    width: 100%;
  }


/* */
.anexample_all .anexample{
    margin: 0rem auto;
    text-align: center;
    width: 100%;
    padding: 0;}


/*
.anexample_all .anexample .view{
    position: relative; 
    margin: 0rem auto 0rem;
    text-align: center;
    width: 100%;
    padding: 3em 0;
    background: #71bd43;
}

.anexample_all .anexample .view img{
    width: 100%;}
@media screen and (max-width: 1024.99px) {
.anexample_all .anexample .anexampleview img{
    height: 8em;
    object-fit: cover;
}}
*/



.anexample_all .anexample .anexamplecaptitle{
    margin: 6rem auto 4rem;
    width: 100%;
    line-height: 1.6;
    font-size: 2rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: center;
}








/* ///  ITEM KAINDS 種類 ///////////////////////　*/
.itemkinds_all{
    margin: 0 auto 0em;
    text-align: center;
    padding: 0 0 1em;
    width: 100%;
    background: #e9fcfd;
  }


/* */
.itemkinds_all .itemkinds{
    margin: 0rem auto;
    text-align: center;
    width: 100%;
    padding: 0;}


.itemkinds .view{

    /*height: 190px;
    background-image: url(../img/subtopview02_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/
}





.itemkinds .itemkindstitle-box{
    margin: 12vh auto 5rem;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    padding: 0;}
@media screen and (max-width: 1024.99px) {
.itemkinds .itemkindstitle-box{
    margin: 6vh auto 5rem;
}}

/*
.itemkinds .itemkindstitlecap{
    margin: -2.75rem auto -2rem;
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    width: fit-content;
    padding: 0px 2rem;
    letter-spacing: 0.2rem;}
@media screen and (max-width: 1024.99px) {
.itemkinds .itemkindstitleca{
    padding: 1rem;
}}
*/


.itemkinds .itemkindstitlecap2{
    margin: 6rem auto 4rem;
    width: 100%;
    line-height: 1.6;
    font-size: 2rem;
    /* font-weight: bold; */
    color: #333;
    font-feature-settings: "palt";
    text-align: center;
}




/* 紹介 */
.introduction_item {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    min-height:200px;
    position:relative;
  }

.introduction {
    margin: 4em 2% 0;
    /* padding: 1em; */
    font-size: 2rem;
    font-weight: bold;
    color: #346e0e;
    text-align: center;
    line-height: 1.2;
    width: 96%;
    /* font-feature-settings: "palt"; */
    /* filter: drop-shadow(0.5px 4px 4px #55555530); */
    /* background: #f8b500; */
    /* background-image: url(../img/illust_04.png), url(../img/illust_05.png); */
    /* background-repeat: no-repeat, no-repeat; */
    /* background-position: 5% bottom, 95% bottom; */
    /* background-size: contain; */
    /* border-radius: 20rem; */
    /* outline: none; */
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}


.introduction1 {
    margin: 2rem 2%;
    padding: 1em;
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    color: #333;
    text-align: center;
    width: 96%;
    background: #f8b500;
    line-height: 1.2;
}


.introduction .service8,
.introduction1 .service8{
    font-size: 2.8rem;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: center;
}



.introductiontitlecap{
    margin: 2rem auto;
    width: 100%;
    line-height: 1.6;
    font-size: 1.9rem;
    font-weight: 500;
    color: #4d4d4d;
    font-feature-settings: "palt";
    text-align: center;
    max-width: 1000px;}
@media screen and (max-width: 1024.99px) {
.introductiontitlecap{
    font-size: 110%;
    margin: 1em 2%;
    width: 96%;
}}
@media only screen and (min-width: 768px) and (max-width: 959.99px)  {
.introductiontitlecap{
    font-size: 100%;
    margin: 1em 2%;
    width: 96%;
}}



.introductioncap{
        margin: 2rem 3% 0rem;
        width: 94%;
        max-width: 880px;
        line-height: 1.6;
        font-size: 1.8rem;
        color: #333;
        font-feature-settings: "palt";
        text-align: center;
}




/*  */
.introduction2 {
    padding: 1em 1vw;
    margin: 4em auto 0em;
    width: 96%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    background: #aceef1;
    justify-content: center;
}

.introduction2 .introduction2in {
    width: 29%;
    padding-bottom: 1rem;
    margin: 2rem 1.5%;
    background: #fff;
    border-radius: 1rem;
    filter: drop-shadow(0.5px 4px 4px #55555530);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.introduction2 .introduction2in2 {
    width: 48%; /* 22.5% */
    margin: 3rem 1%;
    background: #fff;
    border-radius: 1rem;
    filter: drop-shadow(0.5px 4px 4px #55555530);
}


.introduction2 .introduction2in3 {
    width: 98%; /* 22.5% */
    margin: 3rem 1%;
    background: #fff;
    border-radius: 1rem;
    filter: drop-shadow(0.5px 4px 4px #55555530);
}

.introduction2inback {
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fff;
    border-radius: 0.6rem 0.6rem 0 0;
    text-align: center;
    }


.introduction2inback iframe{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    height:fit-content;
    min-height:30em;
    border: 2px solid #4d4d4d;
    }







.introduction2inback ul {
    padding: 0 1rem;
    margin: 0 2% 1rem 9%;
    width: 89%;
    text-align: left;
    }
 @media only screen and (min-width: 768px) and (max-width: 868.99px) {
.introduction2inback ul {
    padding: 5rem 1rem 1em;
    margin: 0 2% 1rem 10%;
    width: 88%;
    text-align: left;
}}



.introduction2inback ul li{
    margin: 0;
    width: 100%;
    line-height: 1.7;
    font-size: 1.6rem;
    color: #4d4d4d;
    text-align: left;
    font-weight: 600;
    font-feature-settings: "palt";
    list-style: outside;
    }
 @media only screen and (min-width: 768px) and (max-width: 868.99px) {
.introduction2inback ul li{
            margin-bottom: 1rem;
            line-height: 1.7;
            font-size: 1.7rem;
        }}


.introduction2inback .introduction2inimg {
    width: 100%;}
.introduction2inback .introduction2inimg img{
        width: 100%;
    border-radius: 0.6rem 0.6rem 0 0;
 }

.introduction2intitle,
.introduction2intitle2 {
    padding: 1rem 0vw 1rem 3.6vw;
    margin: 0;
    width: 100%;
    line-height: 1.2;
    font-size: 1.9rem;
    color: #5ab620;
    text-align: left;
    font-weight: bold;
    font-feature-settings: "palt";
    position: relative;}
  @media screen and (max-width: 959.99px) {
.introduction2intitle,
.introduction2intitle2 {
    padding: 1rem 0vw 1rem 5vw;
    font-size: 80%;
}}
 @media screen and (max-width: 768.99px) {
.introduction2intitle,
.introduction2intitle2 {
    padding: 1rem 0vw 1rem 5.6vw;
    font-size: 75%;
}}



.introduction2intitle::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 50%;
    top: calc(50% - 0.8em);
    left: 1vw;
    background-image: url(../img/ic_koen.png);
    background-size: 100%;
    vertical-align: bottom;
    background-repeat: no-repeat;
}

.introduction2intitle2::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 50%;
    top: calc(50% - 0.8em);
    left: 1vw;
    background-image: url(../img/ic_jiin.png);
    background-size: 100%;
    vertical-align: bottom;
    background-repeat: no-repeat;
}



/*
.introduction2intitle2 {
padding: 1rem 1vw 0;
        width: 100%;
        line-height: 1.2;
        font-size: 1.8rem;
        color: #f8b500;
        text-align: center;
        font-weight: bold;
        font-feature-settings: "palt";
    }
*/


.introduction2intitle3 {
    padding: 1.4em 1% 1.5em 10%;
            margin: 0;
            width: 98%;
            line-height: 1.4;
            font-size: 1.8rem;
            color: #326d0c;
            text-align: center;
            font-weight: bold;
            border-radius:1em;
            font-feature-settings: "palt";}
 @media only screen and (min-width: 768px) and (max-width: 868.99px) {
.introduction2intitle3 {
            padding: 2em 3% 1.2em 14%;
            margin: 0;
            width: 100%;
            line-height: 1.6;
}}



.inaddress {
padding: 0rem 1vw;
        margin: 0rem auto;
        width: 100%;
        line-height: 1.4;
        font-size: 1.3rem;
        color: #4d4d4d;
        text-align: left;
        font-weight: 500;
        font-feature-settings: "palt";
}

.incap {
    padding: 1rem 1vw;
        margin: 0rem auto;
        width: 100%;
        line-height: 1.4;
        font-size: 1.4rem;
        color: #4d4d4d;
        text-align: left;
        font-weight: 500;
        font-feature-settings: "palt";}



.introduction2inlink {
    margin: 1rem 2% 0em;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}



/* */
.itemkinds_all .itemkinds .itemkinds-box{
    padding: 0 0 8rem;
    line-height: 2.2;
    text-align: center;
    margin: 0rem auto 0rem;
    max-width: 1100px;
}


.itemkinds .itemkindstoptitle{
    margin: 7rem auto 3rem;
    padding: 1.2rem;
    line-height: 1.4;
    font-size: 2.6rem;
    font-weight: bold;
    background: #71bd43;
    border-radius: 3rem;
    color: #fff;
    width: 50%;
    text-align: center;
    font-feature-settings: "palt";
}


.itemkinds .itemkindstoptitlecap{
    margin: 0 auto 5rem;
    width: 100%;
    line-height: 1.6;
    font-size: 2rem;
    font-weight: bold;
    color: #71bd43;
    font-feature-settings: "palt";
    text-align: center;}
@media screen and (min-width: 768px) {
.itemkinds .itemkindstoptitlecap{
    font-size: 2.4rem;
}}


/*  */
.itemkinds .itemkinds-boxin{
    padding: 2rem;
    margin: 0rem auto 0rem;
    line-height: 2.2;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 959.99px) {
.itemkinds .itemkinds-boxin{
    margin: 0rem auto 2rem;
  }}




.itemkinds .itemkinds-boxin .kindsbox{
    padding: 0 2rem;
    margin: 0rem 2% 4rem;
    line-height: 2.2;
    text-align: center;
    width: 46%;
    /* background: #fff;
    border: 1px solid #fafafa;
    border-radius: 1.5rem;
    filter: drop-shadow(1px 5px 2.5px #55555520);*/
}


.kindsbox .boxinboxtitle{
    margin: 1rem auto;
    width: 100%;
    line-height: 1.3;
    font-size: 2rem;
    background: #769d5b;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: left;
    padding: 0.8rem 2%;
    color: #fff;}
@media screen and (max-width: 915.99px) {
.kindsbox .boxinboxtitle{
    font-size: 2.4rem;
}}

.kindsbox .boxinboximg{
    margin: 0 auto 1rem;
    text-align: center;}
.kindsbox .boxinboximg img{ width: 100%;}



.kindsbox .boxinboxcap{
    margin: 0rem auto 2rem;
    width: 100%;
    line-height: 1.4;
    font-size: 1.7rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: left;
    min-height: 5em;
}


.kindsbox .boxinboxcap2{
    margin: 3rem auto 2rem;
    text-align: left;
    width: 100%;
    padding: 0;}

hr.green_l{
    margin-top: 3rem;
    border-top: 1px solid #71bd43;
}


hr.unber_l{
    margin-top: 3rem;
    border-top: 1px solid #524327;
}

hr.unber2_l{
    margin-top: 3rem;
    border-top: 1px solid #b98e48;
}

.kindsbox .boxinboxcap2cap{
    margin: -2.25rem auto 0rem;
    text-align: left;
    color: #fff;
    background: #71bd43;
    font-size: 70%;
    font-weight: bold;
    line-height: 1.2;
    font-feature-settings: "palt";
    width: fit-content;
    padding: 0.4rem 1vw;
    float: left;
    border-radius: 2rem;
}

.kindsbox .boxinboxcap3{
    margin: 2rem auto 0rem;
    width: 100%;
    line-height: 1.3;
    font-size: 1.7rem;
    color: #71bd43;
    font-feature-settings: "palt";
    text-align: left;
    min-height: 4em;
}

.kindsbox .boxinboxcap3 a{
    text-decoration: none;
    color: #71bd43;
}

.kindsbox .boxinboxcap3 a:active,
.kindsbox .boxinboxcap3 a:hover{
    text-decoration: none;
    background:linear-gradient(transparent 80%, #ffa50030 0%) ;
}

.itemkinds .itemkinds-boxin .tt_tyuki{
    margin: 0rem 2.5% 0.8rem;
    width: 95%;
    line-height: 1.2;
    font-size: 1.4rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: left;}
@media screen and (max-width: 767.99px) {
.itemkinds .itemkinds-boxin .tt_tyuki{
    font-size: 86%;
}}











/* ///  対応エリア ///////////////////////　*/
.reienlist_all {
    margin: 0 auto 2em;
    text-align: center;
    padding: 0;
    width: 100%;
    float: none;

    /*background: url(../img/back02.jpg)center bottom;
    background-repeat: no-repeat;
    height: max-content;*/
  }


/* */
.reienlist_all .view {
    /*height: 190px;
    background-image: url(../img/subtopview02_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/
}



 /*   
@media screen and (max-width: 1240.99px) {
.reienlist_all .view {
    height: 150px;
}}

.reienlist_all .reienlistview img{width: 100%;}
@media screen and (max-width: 1024.99px) {
.reienlist_all .reienlistview img{
    height: 8em;
    object-fit: cover;
}}


.reienlistview .reienlistviewtitle {

position: absolute;
        margin: 0rem 20% 0rem;
        text-align: center;
        width: 60%;
        color: #333;
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.3;
        font-feature-settings: "palt";
        top: 26%;
        bottom: 20%;}
@media screen and (max-width: 767.99px) {
.reienlistview .reienlistviewtitle {
    font-size: 130%;
    margin: 1rem 30% 0rem;
}}
@media screen and (max-width: 1024.99px) {
.reienlistview .reienlistviewtitle {
    font-size: 146%;
}}
*/


.reienlistview .reienlistviewcap {
        margin: 0 auto 5rem;
        width: 100%;
        line-height: 1.6;
        font-size: 2rem;
        /* font-weight: bold; */
        color: #333;
        font-feature-settings: "palt";
        text-align: center;
    }



.reienlist_all .reienlist {
    margin: 0 auto 0;
    text-align: center;
    max-width: 1200px;}
@media screen and (max-width: 767.99px) {
.reienlist_all .reienlist {
    padding: 0.5rem 0 0;
    width: 100%;
}}


/*  */
.reienlist_all .reienlist-box{
    margin: 0 auto 0rem;
    padding: 1rem 0 3rem;
    width: 100%;
    max-width: 1100px;
}


.reienlist_all .reienlist-mapbox{
    z-index: 100;
    margin: 8rem auto;
    width: 100%;
    background: #8e8cb9;
    border: 4px solid #8e8cb9;
    position: relative;}
@media screen and (max-width: 959.99px) {
.reienlist_all .reienlist-mapbox{
    margin: 2rem 2%;
    width: 96%;
    border: 7px solid #8e8cb9;
}}


.reienlist_all .reienlist-box img{  width: 100%;}


.reienlist_all .reienlist-mapbox iframe{
    border: none;}




/* */
.reienlist_all .reienlist-mapbox2{
    margin: 8rem auto 1em;
    width: 100%;
    max-width:1100px;
    position: relative;
display:flex;
flex-wrap:wrap;}
@media screen and (max-width: 959.99px) {
.reienlist_all .reienlist-mapbox2{
    margin: 2rem 2%;
    width: 96%;
}}


.reienlist_all .reienlist-mapbox2 .boxinboximg{
    margin: 1rem;
    width: 41%;
    float: left;
    height: fit-content;
background: #fffde3;}
@media screen and (max-width: 959.99px) {
.reienlist_all .reienlist-mapbox2 .boxinboximg{
    width: 100%;
}}


.reienlist_all .reienlist-mapbox2 .boxinboximg img{
    width: 100%;
}

.reienlist_all .reienlist-mapbox2 .boxinboxtext{
    margin: 0rem 1% 0em;
    width: 53%;}
@media screen and (max-width: 959.99px) {
.reienlist_all .reienlist-mapbox2 .boxinboxtext{
    width: 100%;
}}

.boxinboxtext2{
    margin: 0rem 0% 1em;
    width: 100%;
    color: #71bd43;
    font-weight: bold;
    font-size: 2.4rem;

}


.rightboxtitle{
    margin: 0rem auto 1em;
    font-size: 2.1rem;
    padding: 1.2rem 1vw;
    color: #4d4d4d;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
}

.rightboxcap{
    margin: 0rem auto 1em;
    font-size: 1.8rem;
    padding: 1.2rem 1vw;
    color: #333;
    text-align:left;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height:1.6;
}

.rightboxcap2{
    margin: 0rem auto 1em;
    font-size: 2.4rem;
    color: #71bd43;
    text-align:center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height:1.5;
    font-weight: bold;
font-family:serif;
    animation: changecolorimg 10s ease-in-out infinite;}



@keyframes changecolorimg  {
  0% {opacity: 1; color: #849f4c;/*transform: translateY(30px);*/}
  40% {opacity: 1; color: #71bd43;}
  80% {opacity: 1;color: #71bd43;}
  100% {opacity: 1;color: #849f4c;}
}


.centerboxtitle{
    margin: 4rem auto 2em;
    font-size: 2.1rem;
    padding: 2rem 1vw;
    color: #4d4d4d;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.15rem;
    text-align: center;
    font-family: serif;
    background-image: linear-gradient(90deg, transparent 0%, #fff00020 50%, transparent 100%);
}




/* */






.reienlist_all .reienlist-box .reienlistttitle {
    margin: 0rem auto;
    font-size: 2.4rem;
    padding: 1.2rem 1vw;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
}



.reienlist-box .reienlist-box-title{
    float: inherit;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem auto 4rem;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.1em;}
@media screen and (max-width: 959.99px) {
.reienlist-box3 .reienlist-box-title{
    font-size: 1.6rem;
}}


.reienlist-box .reienlist-boxin{
    margin: 3rem auto;
    width: 100%;
    display: flex;
}

.reienlist-box .reienlist-box-img{
    margin: 3rem 0;
    border-radius: 1rem;
    width: 70%;
    float: right;
}
.reienlist-box .reienlist-box-img img{
    width: 100%;
}



.reienlist-box .reienlist-boxcaptitle{
    margin: 3rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    float: right;
    width: 30%;
    line-height: 1.7;
    }

.reienlist-box .reienlist-boxcap{
    font-size: 1.4rem;
    padding: 1rem;
    float: right;
    width: 100%;
    line-height: 1.7;
    text-align: left;}
@media screen and (max-width: 959.99px) {
.reienlist-box .reienlist-boxcap{
    font-size: 1.2rem;
}}









/* ///   モーダル MOV 　JS ///////////////////////　*/
.modal_all {
  width: 100%;
  margin: 0rem auto 1em;
  text-align: center;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
}


.modal_all  .modal-topcap{
    width: 100%;
    margin: 2em auto 0rem;
    color: #fff;
    font-family: serif;
    font-size: larger;
}

/*.modal_all  .modal-topcap img{
  width:30%;
}*/

.modal_item {
  width:70%;
  margin:0 auto;
  padding:1em;
}

.modal_item .thumbnailimg{
    padding: 0.6rem 1%;
    background: #f5f5f5;
    border-radius: 0.4rem;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    width: 96%;
    min-height: 300px;
    border: 1px solid #f5f5f5;
}
.modal_item .thumbnailimg:hover {
    opacity: 0.8;
}

.thumbtitle{
  margin:1rem auto 0;
  width:100%;
  font-size: 1.8rem;
font-weight:600;
text-align:center;
color: #33366a;
    font-feature-settings: "palt";

}

.thumbtitle2{
  margin:1rem auto 0;
  width:100%;
  font-size: 2em;
font-weight:bold;
color:#8588c2;
text-align:center;
    font-feature-settings: "palt";
}

button.custom-close-btn {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 1.6rem;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: absolute;
    transform: rotate(45deg);
    border: none;
    right: -35px;
    top: 7px;
    opacity: 0.6;
    transition: 0.2s ease-in-out;
}

button.custom-close-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

button.custom-close-btn:hover {
    opacity: 1;
}

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

@keyframes fadeOut {
  0% {opacity: 1;}
  100% { opacity: 0;transform: translateY(60px);}
}


/*   */
.youtube {
  margin:1em auto;
  width: 80%;
  aspect-ratio: 16 / 9;}


.youtube button img {
  width: 100%;
  padding:0.6rem 0;
}


.youtube iframe {
  width: 100%;
  height: 100%;
}

.section-body iframe{
    margin:1em auto 0;
    width: 100%;
    max-width:1200px;
}

.youtube video {
  margin:1em auto;
  width: 100%;
  aspect-ratio: 16 / 9;}



/*  */
/* ///  MAP google　 ///////////////////////　*/


/*  */
.reienlist-mapbox3 {
    padding: 0em 1vw;
    margin: 1em auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reienlist-mapbox3 .reienlist-mapbox3in {
    width: 15.25%;
    margin: 1rem 0.5%;
    /* background: #fff;
    filter: drop-shadow(0.5px 2px 2px #55555530);*/

}

.reienlist-mapbox3 .reienlist-mapbox3ingoogle {
    width: 96%;
    margin: 0rem 2%;
    color: #333;
    text-align: center;
    line-height: 1.2;
    font-size: 70%;
}


.reienlist-mapbox3 .reienlist-mapbox3in a,
.reienlist-mapbox3 .reienlist-mapbox3ingoogle a{
    display:block;
    text-decoration:none;
}

.reienlist-mapbox3ingoogleimg {
    width: 100%;
    margin: 0rem auto;
text-align:center;}
.reienlist-mapbox3ingoogleimg img{
        width: 100%;
 }





.reienlist-mapbox3inback {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    }


.reienlist-mapbox3inimg {
    width: 100%;}
.reienlist-mapbox3inimg img{
        width: 100%;
 }


.reienlist-mapbox3intitle {
    padding: 5px;
    margin: 0;
    width: 100%;
    line-height: 1.2;
    font-size: 70%;
    color: #333;
    text-align: center;
    /* font-weight: 500; */
    font-feature-settings: "palt";
    }












/*  */
/* ///  大野屋直営斎場　 ///////////////////////　*/

.managedtitle {
    margin: -2.75rem auto 3rem;
    text-align: center;
    color: #71bd43;
    background: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    /* font-feature-settings: "palt"; */
    width: fit-content;
    padding: 0px 3rem;
    letter-spacing: 0.1rem;
}

.managedcap{
    margin: 5rem auto 3rem;
    width: 100%;
    line-height: 1.6;
    font-size: 2rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: center;
}

.managedlist{
    margin: 0 auto 2rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}


 .managedlistbox {
    display: inline-block;
    margin: 1rem;
    width: 22.25%;
    border-radius: 1rem;

}

.managedlistbox a{
    margin: 0 auto;
    text-decoration: none;
  transition:1s all;
}


.managedlistbox a:hover img{
  transform:scale(1.05,1.05);
  transition:0.75s all;
}



.managedlistbox a:hover .managedlistbox-in {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none; }



.managedlistbox a dl dt.managedlistbox-in {
  float: left;
  margin: 0 0 10px;
  border-radius: 10px;
  background-color: #fff;

  overflow: hidden;
filter: drop-shadow(0.5px 1px 2px #55555550);
  transition: all 0.3s;
}


.managedlistbox .managedlistbox-in img {
    width: 100%; }


.managedlistbox dd.name {
    font-size: 1.6rem;
    color: #71bd43;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 1rem;
}

.managedlistbox dd.honcap {
    font-size: 1.5rem;
    padding: 1rem 0.75rem 2rem;
    text-align: justify;
    line-height: 1.5;
    margin: 0 auto;
}








/* /// TAB  ///////////////////////　*/
.tab-wrap {
    margin: 1em auto;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 20px;
    background: #e3f1c7; /*71bd4320*/
    border-radius: 2rem;}
@media screen and (max-width: 1024.99px) {
.tab-wrap {
    padding: 0.5rem 0 0;
    width: 96%;
    margin: 0 2%;
}}


.tab-label {
    color: #6FBA2C;
    cursor: pointer;
    flex: 1;
    font-size: 1.7rem;
    font-weight: bold;
    order: -1;
    padding: 1.6rem 0.6vw;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1).2s;
    user-select: none;
    white-space: pre-line;
    -webkit-tap-highlight-color: transparent;
    font-feature-settings: "palt";
    border-right: 1px solid #82b03d30;
    border-bottom: 1px solid #82b03d50;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}



.tab-label:first-of-type {
    }
@media only screen and (min-width: 768px)and (max-width: 1024.99px) {
.tab-label:first-of-type {
    border-right: none;
    border-radius: 2rem 0 0 0;
    margin-left: 4px;
}}


.tab-label:last-of-type {
border-right: none;
    }
@media screen and (max-width: 1024.99px) {
.tab-label:last-of-type {
    border-right: none;
    border-radius: 0 2rem 0 0;
    margin-right: 4px;
}}




.tab-label:hover {
    background: #def5ae;
}

.tab-switch:checked + .tab-label {
   background: #cee996;
}

.tab-label::after {
    background: #82b03d;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(100%);
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 100%;
    z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
    transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
    opacity: 1;
    transform: translateX(0);
}

.tab-content {
    height:0;
    opacity:0;
    /* padding: 0 2% 2rem; */
    pointer-events:none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
    width: 100%;
}

.tab-switch:checked ~ .tab-content {
    transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events:auto;
    transform: translateX(0);
    width: 100%;
    margin: 0 auto;
    padding: 0 1vw 2rem;
}

.tab-wrap::after {
    content: '';
    height: 1rem;
    order: -1;
    width: 100%;
}

.tab-switch {
    display: none;
}


.panel-part {
    padding: 0;
    margin: 0 auto;
    width: auto;
    background: #fff;
    border-radius: 1rem;
    filter: drop-shadow(0px 3px 1px #82b03d20);
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-feature-settings: "palt";
}

.paneltitle{
    margin: 3rem 2.5% 1rem;
    color: #82b03d;
    width: 95%;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}

.paneltitlespan{
    margin-right: 3%;
    float: right;
    color: #7d991c;
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.5;}
@media screen and (max-width: 1024.99px) {
.paneltitlespan{
    width: auto;
}}

.panelin{
    margin: 1rem 0% 1rem 2%;
    width: 98%;
    display: flex;
    flex-wrap: wrap;
}

.panelimg{
    margin: 0 1% 1rem 0;
    width: 40%;
    height: fit-content;}
.panelimg img{
    width: 100%;
}


/*  */
.panelin .panelcap{
    width: 54%;
    margin: 0 3% 1rem 1%;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.5;
}

.panelcap{
    width: 77%;
    text-align: right;
    bottom: 0rem;
    right: 0;
    margin-right: 4%;
}

.panelcap .cap{
    margin: 0 auto 3rem;
    color: #333;
    line-height: 1.7;
    font-size: 1.6rem;
    font-feature-settings: "palt";}
@media screen and (max-width: 960px) {
.panelcap .cap{
    line-height: 2;
    font-size: 100%;
    }}

.panelcap .address-eria{
    font-size: 84%;
    padding: 1rem 1vw;
    width: 100%;
}

.panelcap .address-eria .add-cap,
.panelcap .address-eria .park-cap,
.panelcap .address-eria .open-cap{
    width: 80%;
    padding: 1rem 1% 0.5rem;
    position: relative;
    float: right;
}

.panelcap  .address-eria .add-cap:before{
    content: "所在地";
    position: absolute;
    width: 28%;
    color: #8E8BC2;
    border: 1px solid #8E8BC2;
    padding: 0.3rem;
    margin-right: 1rem;
    font-size: 84%;
    left: -30%;
    top: calc(33% - 0.5em);
    text-align: center;
}


.panelcap .address-eria .park-cap:before{
    content: "面積";
    position: absolute;
    width: 28%;
    color: #8E8BC2;
    border: 1px solid #8E8BC2;
    padding: 0.3rem;
    margin-right: 1rem;
    font-size: 84%;
    left: -30%;
    top: calc(33% - 0.5em);
    text-align: center;
}

.panelcap .address-eria .open-cap:before{
    content: "開園年月日";
    position: absolute;
    width: 28%;
    color: #8E8BC2;
    border: 1px solid #8E8BC2;
    padding: 0.3rem;
    margin-right: 1rem;
    font-size: 84%;
    left: -30%;
    top: calc(33% - 0.5em);
    text-align: center;
}


/*  */
.panelcap .address-eria .boxbtn {
    float: right;
    width: 40%;
    color: #8E8BC2;
    border: 2px solid #8E8BC270;
    background: #8E8BC210;
    padding: 0.5rem;
    margin: 1rem 0 0;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    border-radius: 2rem;
    position: relative;
}

.panelcap .address-eria .boxbtn::after {
    position: absolute;
    content: ">";
    width: 0;
    height: 0;
    right: calc(15% - 0.5em);
    top: 17%;
}

.panelcap .address-eria .boxbtn a {
    text-decoration: none;
    display: block;
}


.panelcap .address-eria .boxbtn:hover {
    opacity: 0.7;
    color: #33366a;
    background: #8E8BC240;
    border: 2px solid #8E8BC2;
    transition: 0.3s ease-in-out;
}






/*  */
.panelin .panelcap2 {
    width: 100%;
    text-align: left;
    bottom: 0rem;
    right: 0;
    margin: 1rem 0% 2rem;
    padding: 1rem 3vw 2rem 0;
}


.panelcap2 .captitle{
    margin: 1rem auto 0;
    border-top: 1px solid #8E8BC2;
    color: #333;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: left;
    bottom: 1rem;
    line-height: 1.5;
    position: relative;
}

.panelcap2 .captitle:before{
    content: "アクセス";
    position: absolute;
    width: 14%;
    background: #fff;
    border: 1px solid #8E8BC2;
    padding: 0.3rem;
    margin-right: 1rem;
    font-size: 84%;
    font-weight: normal;
    left: 0%;
    top: calc(-24% - 1rem);
    text-align: center;
    color: #8E8BC2;
}

.panelcap2 .cap{
    margin: 0 auto 1rem;
    line-height: 1.5;
    color: #7d991c;
    font-size: 1.8rem;
    font-weight: bold;
    font-feature-settings: "palt";
    text-indent: -1.6em;
    padding-left: 1.5em;}
@media screen and (max-width: 960px) {
.panelcap2 .cap{
    line-height: 2;
    font-size: 100%;
    }}

.panelcap2 .minicap{
    margin: 0 2.5% 0.6rem;
    width: 95%;
    line-height: 1.5;
    color: #333;
    font-size: 1.4rem;
    font-feature-settings: "palt";}
@media screen and (max-width: 960px) {
.panelcap2 .minicap{
    font-size: 1.5rem;
    }}


.panelcap2 .minicap:last-of-type{
    margin-bottom: 3rem;
}


/* ※注記 */
.panelcap2 .tt_tyuki {
    margin: 0 2.5% 1rem;
    width: 95%;
    font-size: 74%;
    text-align: left;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
}



/*  */
.panelin .panelcap3 {
    width: 100%;
    text-align: center;
    margin: 0rem 2% 2rem 0;
    padding: 1rem 1vw;
    display: flex;
    flex-wrap: wrap;
}


.panelcap3 .captitle{
    margin: 1.5rem auto 0;
    width:100%;
    line-height: 1.5;
color: #6FBA2C;
    font-size: 1.8rem;
    font-weight: bold;
    text-align:left;
    font-feature-settings: "palt";
    text-indent: -1.6em;
    padding-left: 1.5em;}
@media screen and (max-width: 960px) {
.panelcap3 .captitle{
    line-height: 2;
    font-size: 100%;
    }}

.panelcap3 .capneria{
    padding: 1rem 0 0rem 3em;
    width: 20%;
    line-height: 1.3;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    position:relative;
    font-feature-settings: "palt";}
@media screen and (max-width: 960px) {
.panelcap3 .capneria{
    line-height: 1.5;
    font-size: 78%;
    }}


.panelcap3 .capneria::before {
    content: "■";
    position: absolute;
    margin-left: -1.1em;
    font-size: 100%;
    color: #7d991c;
}










/* ///  QUESTIONNAIRE  ///////////　*/
.questionnaire_all{
    margin: 0 auto;
    text-align: center;
    padding: 0 0 70px;
    width: 100%;
    background: #fafbf5;/*ffffee e9fcfd f5f4f4 fafafa */

/*
    background: #e6fbff url(../img/sky.png) center top;
    background-repeat: no-repeat;
    height: max-content;
    background-position: top center;*/
  }
@media screen and (max-width: 957.99px) {
.questionnaire_all{
padding: 0 0 50px;
}}



/* */
.questionnaire_all .questionnaire{
    margin: 0rem auto;
    text-align: center;
    width: 100%;
    padding: 0;}

/*
.questionnaire .view{
    position: relative;

    margin: 0rem auto 0rem;
    text-align: center;
    width: 100%;
    padding: 3em 0;
    background: #71bd43;
}

.questionnaire .questionnaireview img{
    width: 100%;}
@media screen and (max-width: 1024.99px) {
.questionnaire .questionnaireview img{
    height: 8em;
    object-fit: cover;
}}
*/


.questionnaire .questionnairetitle {
    margin: 3em auto 0;
    width: 100%;
    line-height: 1.6;
    font-size: 2.2rem;
    font-weight: 600;
    color: #71bd43;
    font-feature-settings: "palt";
    text-align: center;
    max-width: 1000px;
}


/*
.questionnaire .questionnaireview .questionnaireviewtitle {
position: absolute;
        margin: 2rem 20% 0rem;
        text-align: center;
        width: 60%;
        color: #333;
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.3;
        font-feature-settings: "palt";
        top: 26%;
        bottom: 20%;}
@media screen and (max-width: 767.99px) {
.questionnaire .questionnaireview .questionnaireviewtitle {
    font-size: 130%;
    margin: 1rem 30% 0rem;
}}
@media screen and (max-width: 1024.99px) {
.questionnaire .questionnaireview .questionnaireviewtitle {
font-size: 146%;
}}
*/


.questionnaireview .questionnairetitlecap {
    margin: -2.75rem auto 0rem;
    text-align: center;
    color: #d5a250;
    background: #f2efe4;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    width: fit-content;
    padding: 0 1rem;
    letter-spacing: 0.2rem;
}

.questionnaire .questionnairetitle-box{
    margin: 12vh auto 5rem;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    padding: 0;}

.questionnaire .questionnairetitlecap{
    margin: -2.75rem auto -2rem;
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    /* font-feature-settings: "palt"; */
    width: fit-content;
    padding: 0 1rem;
    letter-spacing: 0.2rem;
}



/*   */
.questionnaire_qa-eria {
    margin: 7rem auto 2rem;
    text-align: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;}
@media screen and (max-width: 768.99px) {
.questionnaire_qa-eria {
    margin: 4rem auto 2rem;
}}


.qa-box-item{
    width: 100%;
    margin: 0 auto 0rem;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
@media screen and (max-width: 768.99px) {
.qa-box-item{
    padding-top: 1rem;
    width: 96%;
    margin: 0 2% 2rem;
    color: #333;
}}

.qa-box{
    width: 46%;
    background: #e8eddf;
    padding: 2%;
    margin: 0rem 2% 2em;
    border-radius: 1rem;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    position: relative;
    display: inline-block;
}

/*
.qa-box::before {
    position: absolute;
    content: "▼";
    color: #ebede8;
    top: calc(50% - 0.5em);
    left: -2rem;
    border-radius: 50%;
    width: 2rem;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    transform: rotate(-270deg);
    line-height: initial;
}
*/



.qa-titlein{
        /* background: #769d5b; */
        /* border-radius: 1rem; */
        border-bottom: 1px solid #ffffffde;
}

.qa-title{
    width: 96%;
    padding: 0.6rem;
    margin: 0% 2%;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    color: #4d4d4d;
    text-align: right;
}



.qa-ic {
    width: 14%;
    margin: 0rem 1% 1rem -1rem;
    float: left;}
@media screen and (max-width: 1024.99px) {
.qa-ic {
    width: 14%;
}}
@media screen and (max-width: 959.99px) {
.qa-ic {
    width: 16%;
}}
@media screen and (max-width: 812.99px) {
.qa-ic {
    margin: -2.8rem 1% 1rem 0;
    width: 18%;
}}
@media screen and (max-width: 768.99px) {
.qa-ic {
    width: 15%;
    margin: 0rem 1% 1rem -2%;
}}

.qa-ic img {
    width: 100%;}



.qa-ic2 {
     float: right;
     width: 19%;
     margin: 0 1% 0.5rem;}
@media screen and (max-width: 1024.99px) {
.qa-ic2 {
    width: 16%;
}}
@media screen and (max-width: 959.99px) {
.qa-ic2 {
    width: 18%;
}}
@media screen and (max-width: 812.99px) {
.qa-ic2 {
    width: 18%;
}}
@media screen and (max-width: 768.99px) {
.qa-ic2 {
    width: 17%;
}}

.qa-ic2 img {width: 100%;}








.qa-cap{
width: 100%;
    margin: 2rem auto 2rem;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #333;
    text-align: left;
    font-weight: 500;
    font-feature-settings: "palt";
}




.a-box {
    position: relative;
    /* display: inline-block; */
    /*margin-left: 20px;*/
    padding: 1em;
    /* border: 2px solid #71bd4330; */
    border-radius: 1rem;
    background-color: #e3f1c7;/*d7ebca*/
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    width: 43%;
}

/*
.a-box::before {
    position: absolute;
    content: "▼";
    color: #e3f1c7;
    top: calc(50% - 0.5em);
    right: -2rem;
    border-radius: 50%;
    width: 3rem;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    transform: rotate(-90deg);
    line-height: initial;
}
*/




/* ///  access ///////////////////////　*/


.access_box {
    margin: 0em auto 5em;
    width: 100%;
    max-width:1200px;
    padding: 1rem;
    background: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
}


.access_box h1 {
    margin: 1em auto;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    color: #000;
    padding: 0em 0 0 0;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    line-height: 1.7;
    text-shadow: 0px 0px 6px rgb(255 255 255 / 90%);}



.access_box .accessboxin{
    margin: 0.5rem 10% 3em;
    text-align: left;
    padding: 0.2rem 0 0 0%;
    width: 80%;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;}
 @media screen and (max-width: 959.99px) {
.access_box .accessboxin{
    font-size: 1.4rem;
    margin: 0.5rem 5% 0;
    width: 90%;
}}


.access_box .accesstitle {
    margin: 3rem 10%;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
    padding: 0.6rem;
}

.access_box .accesssubtitle {
    margin: 3rem 10% 2em;
    color: #fff;
    background: #61af2d;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
    padding: 0.7rem;
    border-radius: 5rem;}
 @media screen and (max-width: 959.99px) {
.access_box .accesssubtitle {
    width: 90%;
    margin: 3rem 5% 2em;
    width: 90%;
}}

.access_box .accessobi{
    float: left;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    background: #555;
    margin: -0.2rem 2% 0 0;
    width: 9rem;
    height: auto;
    color: #fff;
    padding: 0.4rem;
}

.access_box .accesscap{
    width: 86%;
    margin: 0rem 1% 0rem;
    font-size: 1.6rem;
    line-height: 1.6;
    font-feature-settings: "palt";
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
 @media screen and (max-width: 1145.99px) {
.access_box .accesscap{
    margin: 0rem 0 1rem;
    font-size: 1.6rem;
    width: 83%;
}}


.access_box .captitle {
    margin: 2rem auto;
    width: 82%;
    font-size: 1.7rem;
    font-weight:500;
    color: #333;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: -0.1px;
    line-height: 1.5;
}




/* ///  accordion ////// 不使用/////////////////　*/
.accordion_item{
    margin: 5rem auto;
    max-width: 1140px;
    padding: 3rem 2vw 20px;
    background: #ffffff; /*f2efe420*/
    border-radius: 1rem;
}

/*ベース*/
.toggle {
    display: none;
}

.Label { /*タイトル*/
    padding: 0rem 0 0rem 2vw;
    width: 90%;
    margin: 0 auto 0.5rem;
    display: inline-flex;
    color: #202d19;/*#3d5132*/
    background: #849f4c;/*#d6e3bb*/
    text-align: center;
    font-size: 2.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 3px solid #000000cc; /*#3d513268*/
    cursor: pointer;
    align-items: center;
    /* justify-content: center; */
    font-weight: bold;
}


.count {
    /*float: left; */
    /* position: absolute; */
    width: 7%;
    padding: 1vh;
    /* margin-right: 1rem; */
    /* left: 1%; */
    /* bottom: calc(25% - 25%); */
    /* text-align: center; */
    height: fit-content;
}

.count img {
    width: 100%;
    vertical-align: bottom;
}


.countcap {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    font-size: 90%;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1.3;
}





.Label::after{     /*タイトル横の矢印*/
    content: "";
    width: 14px;
    height: 14px;
    border-top: 3px solid #202d19; /*#3d5132*/
    border-right: 3px solid #202d19; /*#3d5132*/
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 8px );
    right: 3%;
    transform: rotate(135deg);
    transition: all .5s ease-out; /*閉じるときのスピード*/
}


.Label,
.accordio-eria {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    /*transition: all 0.5s;*/
}


.content {
    height: 0;
    margin: 0 auto 1em;
    width: 90%;
    padding: 0 2vw;
    overflow: hidden;
    background: #fff;
    /* background: linear-gradient(transparent 0%, #ffffff90 0.4rem, #ffffff 1rem, #ffffff 100%); */
    border-radius: 0 0 0.5rem 0.5rem;
    transition: all .5s ease-out;
    /* filter: drop-shadow(0px 5px 6px #cccccc);/*閉じ方*/
}


/*開閉時 > */
.toggle:checked + .Label + .content {   
    height: auto;
    padding: 0rem 0vw;
}

.toggle:checked + .Label::after {   
    transform: rotate(-316deg);
    transition: all .5s ease-out;  /*閉じ方*/
}




/*中身 */
.accordion_item .freeimg{
    margin: 0.4vh 1% 0;
    text-align: center;
    vertical-align: middle;
}

.accordion_item .freeimg img {
    width: 80%;
}
@media screen and (max-width: 959.99px) {
.accordion_item .freeimg img {
    width: 90%;
}}


.accordion_item .accordion-box{
    width: 100%;
    padding: 1rem 1% 0.5rem;
    float: right;
}

.accordion_item .accordion-box .boxtitle{
    width: 100%;
    margin: 1rem auto 3rem;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    bottom: 1rem;
    line-height: 1.6;
    font-feature-settings: "palt";
}

.accordion_item .accordion-box .boxtitle2{
    margin: 3rem 10%;
    color: #333;
    background: #F8B500;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
    padding: 0.6rem;
    border-radius: 5rem;}
@media screen and (max-width: 1024.99px) {
.accordion_item .accordion-box .boxtitle2{
    margin: 2rem auto;
    padding: 1rem 3vw;
  }}



.accordion_item .accordion-box .boxcaptitle{
    margin: 3rem auto 2rem;
    text-align: left;
    width: 100%;
    padding: 0;}

/* */
.accordion_item .accordion-box ul.boxbox{
    margin: 2rem auto 0;
    text-align: left;
    width: 100%;
    padding: 1rem;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
}

.accordion_item .accordion-box li.box{
    margin: 1rem auto 1rem;
    text-align: left;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    width: 100%;
    text-indent: -1em;
    padding-left: 2em;
}

.accordion_item .accordion-box li.box .picup{
    padding: 1em;
    margin: 1rem auto;
    text-align: left;
    color: #71bd43;
    font-size: 1.4rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    width: 100%;
    border: 1px solid #71bd43;
}


.accordion_item .accordion-box li.box:last-child{
    margin: 1rem auto 3rem;
}


/* */
.accordion_item .accordion-box .boxcaptitlecap{
    margin: -2.6rem auto 0rem;
    text-align: left;
    color: #71bd43;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    font-feature-settings: "palt";
    width: fit-content;
    padding: 0.4rem 0.5vw;
    float: left;
    border-radius: 1rem;
}


.accordion_item .accordion-box .boxcap {
    margin: 0rem auto 3rem;
    color: #333;
    width: 96%;
    line-height: 1.7;
    font-size: 1.65rem;
    text-align: left;
    font-weight: normal;
    font-feature-settings: "palt";
}

.accordion_item .accordion-box .boxcap img {
    margin: 1rem 10%;
    width: 80%;
    text-align: center;
}


.accordion_item .accordion-box .accord_tyuki {
    margin: 2rem auto 4rem;
    color: #333;
    width: 96%;
    line-height: 1.5;
    font-size: 1.4rem;
    text-align: left;
    font-weight: normal;
    font-feature-settings: "palt";
    padding-left: 1em;
    text-indent: -1em;
}



.accordion_item .accordion-box .picup2{
    padding: 1em;
    margin: 1rem auto;
    text-align: left;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    width: 100%;
    background: #f2efe4;
    border: 1px solid #f2efe4;
}


.accordion_item .accordion-box .boxbtn {
    float: right;
    width: 20%;
    color: #333;
    border: 1px solid #333;
    padding: 0.5rem;
    margin: 1rem 0 0;
    font-size: 70%;
    font-weight: bold;
    text-align: center;
}




/*  */
.accordion_item .accordion-box .flowbox{
    margin: 0em auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

 .accordion-box .flowbox .flowboxin{
    margin: 1em 1.5% 1em;
    border: 1px solid #3d5132;
    background: #fff;
    width: 30.3333%;
    position: relative;
    padding: 0;
    border-radius: 1rem;
}


 .flowbox .flowboxin .flowboxinnamber {
    left: 42%;
    margin: 0vh auto 1rem;
    width: 1.6em;
    height: 1.6em;
    font-size: 2rem;
    font-weight: bold;
    background: #3d5132;
    text-align: center;
    color: #fff;
    border-radius: 3em;
    vertical-align: middle;
    padding: 0.2rem;
    position: absolute;
    top: -0.75em;
    right: 42%;
}


 .flowbox .flowboxin .flowboxintitle {
    margin: 3.5vh 2% 1rem;
    width: 96%;
    font-size: 2rem;
    font-weight: bold;
    color: #3d5132;
    text-align: center;
    min-height: 1.5em;
padding: 1rem 5px 0.5rem;}
@media screen and (max-width: 1024.99px) {
 .flowbox .flowboxin .flowboxintitle {
    margin: 2vh 1% 0.5rem;
    min-height: 2em;
  }}



 .flowbox .flowboxin .flowboxinimg {
    margin: 0 auto 0rem;
    width: 100%;
    text-align: center;}
 .flowbox .flowboxin .flowboxinimg img {
    width: 100%;
}

 .flowbox .flowboxin .flowboxinsubtitle {
    margin: 0 auto 1rem;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #3d5132;
    padding: 0.6rem;
    text-align: center;
    border-radius: 0.8rem 0.8rem 0 0;
}


 .flowbox .flowboxin .flowboxincap {
    padding: 1rem 1vw;
    width: 100%;
    background: #fff;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #333;
    font-feature-settings: "palt";
    text-align: center;
    float: inline-end;
    border-radius: 0 0 1rem 1rem;
    min-height: 5.5em;
}



 .flowbox .flowboxin .flowboxintel {
    margin: 1rem auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .flowbox .flowboxin .flowboxintel a {
    text-decoration: none;
}

 .flowbox .flowboxin .flowboxintel a:hover {
    opacity: 0.7;
}

 .flowbox .flowboxin .flowboxintel .telno{
    float: right;
    text-align: left;
    width: 80%;
    font-size: 2.4rem;
    font-weight: bold;
    color: #3d5132;
}
@media screen and (max-width: 957.99px) {
 .flowbox .flowboxin .flowboxintel .telno{
    font-size: 110%;
  }}

 .flowbox .flowboxin .flowboxintel .ictel {
    margin: 0.4vh 2% 0;
    width: 10%;
    text-align: left;
    float: left;}
 .flowbox .flowboxin .flowboxintel .ictel img {
width: 100%;
}


 .flowbox .flowboxin .flowboxinsyosai{
    text-align: right;
    width: 100%;
    font-size: 1.6rem;
    color: #3d5132;
    font-feature-settings: "palt";
    padding: 2px 0.2vw;
}

.flowbox .flowboxin .flowboxinsyosai a,
.accordion_item .accordion-box .boxbtn a {
    text-decoration: none;
    display: block;
}

.flowbox .flowboxin .flowboxinsyosai a:hover {
    opacity: 0.7;
    color: #7d991c;
}



.accordion_item .accordion-box .boxbtn:hover {
    opacity: 0.7;
    color: #7d991c;
    border: 1px solid #7d991c;
}





/* ///  btn_all ///////////////////////　*/
.btn_all {
    margin: 0 auto 10rem;
    text-align: center;
    width: 100%;
    max-width: 1000px;
   }

.btn {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

.btn .block_btn{
    margin-bottom: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    width: 50%;}
 @media screen and (max-width: 768px) {
.btn .block_btn{
    width: inherit;
}}

.btn .btn_link{
    position: relative;
    display: inline-block;
    margin: 1rem auto;
    padding: 1.8rem 60px;
    font-size: 1.9rem;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.07em;

   background: #15222b ; 
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 0.6rem;
    width: 96%;
    animation: changecolor2 3s ease;
    /*transition: 1s;*/}
 @media screen and (max-width: 959.99px) {
.btn .btn_link{
    margin: 1rem auto;
    font-size: 2rem;
    padding: 2rem 10%;
}}

@keyframes changecolor2  {
  0% { border: 1px solid #fff;scale(1.0);/*transform: translateY(30px);*/}
  40% { border: 1px solid#ffff00;scale(1.1);}
  80% {border: 1px solid#f68800;scale(1.1);}
  100% {border: 1px solid#fff;scale(1.0);}
}



.btn .btn_link:hover{
    color: #ffff00;
}





/* ///  BTN 画像カラム　///////////////////////　*/

.btn_imglink,
.btn_imglink2 {
    display: flex;
    margin: 2em auto;
    text-align: center;
    width: 100%;
    transition: 0.5s;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: flex-start;
    width: 100%;
    max-width: 1000px;}


.btn_imglink a img,
.btn_imglink2 a img {
   width:100%;
filter: drop-shadow(0.5px 4px 4px #55555530);
     }



/*  BTN 画像2カラム　*/
.btn_imglink a{
    margin: 1rem 2%;
    padding: 0;
    width: 46%;
    }


/*  BTN 画像1カラム　*/
.btn_imglink2 a{
    margin: 1rem 5%;
    padding: 0;
    width: 90%;
    }


.btn_minilink:hover,
.btn_minilink2:hover {
   opacity:0.7;
     }



/* ///  bn　 ///////////////////////　*/

.bn-all {
    margin: 0 auto 0;
    text-align: center;
    padding: 0;
    color: #00498a;
    font-size: 170%;
    position: relative;
    max-width: 800px;
}


.bn-box{
  width: 82%;
  margin: 0 auto 7rem;
}


 .bn_fact a{
    padding: 0.5rem;
    display: block;
    font-size: 107%;
    font-weight: bold;
    transition: 0.4s;
    /*-webkit-transform: scale(1);
    transform: scale(0.9);*/
    position: relative;
    border: 1px solid #ccc;
    border-radius: 1rem;

}


 .bn_fact a:hover{
    color: #fff;
    background: #f3e385; /*#ad0036*/
    border: 1px solid #d4b54b;
    /*border-bottom: 2px solid #d4b54b;*/
    background: linear-gradient(to right, #f3e385 0%, #d4b54b 50%,#f3e385 100% );
    border-image-slice: 1;
    text-decoration: none;
     /* -webkit-transform: scale(1.0);
      transform: scale(1.0);*/
}


 .bn_fact a::before{
    content: "お問合せ先：";
    position: absolute;
    padding: 0.5rem;
    display: block;
    font-size: 75%;
    font-weight: bold;

    top: calc(50% - 0.8em);
    display: block;
    margin-left: 13%;
    margin-right: 13%;
}


 .bn_fact a .bn-tell{
    margin-left: 30%;
    vertical-align: middle;
}

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

.utilization-all {
    margin: 12.25rem auto 3rem;
    text-align: center;
    padding: 0;
    width: 100%;
  }

.utilization-all .utilization-box {
    margin: 6rem auto;
    text-align: center;
    padding: 0;
    max-width: 800px;
  }

.utilization-box .utilization-title{
    padding: 10rem 0 0;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
}

.utilization-box .obi-img {
    margin: 0 auto 6rem;
    text-align: center;
    width: 80%;
}
.utilization-box .obi-img img {width: 100%;}


.utilization-box .utilization-cap{
    margin: 0 auto 2rem;
    letter-spacing: 0.05em;
    font-size: 85%;
    line-height: 2;
    text-align: center;
    width: 100%;
}

.utilization-box .utilization-cap2{
    margin: 0 auto 6rem;
    letter-spacing: 0.05em;
    font-size: 75%;
    line-height: 2;
    text-align: left;
    width: 95%;
}

.utilization-all h1{
    max-width: 1100px;/*700px*/
    margin: 7rem auto;
    /*background: #333;*/
    color: #4d4d4d;
    text-shadow:none;
}



.utilization-item{
    width: 100%;
    margin: 0 auto 1rem;
    text-align: justify;
}


 .bn_utilization {
    width: 48%;
    display: inline-flex;
}

 .bn_utilization a{
    margin: 2rem auto;
    padding: 2rem 1%;
    font-size: 107%;
    font-weight: bold;
    transition: 1s;
    background: #00498a;
    width: 100%;
    color: #fff;
    position: relative;
    border-radius: 0.5rem;
    display: block;
    text-align: center;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


 .bn_utilization a:hover{
    color: #fff;
    background: #ad0036;
    text-decoration: none;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
 }



 .bn_utilization a::after{
    content: "";
    position: absolute;
    padding: 0.5rem;
    background: url(../img/ic_pdf.png) no-repeat;
    background-size: 8%;
    top: calc(50% - 0.65em);
    right: -85%;
    height: 10vh;
    width: inherit;
}



/*  tell案内  */
.tellcall-item{
    margin: 3rem auto;
    text-align: center;
    padding: 0;
    width: 70%;
    border: 1px solid #333;
    border-radius: 0.8rem;
    transition: 0.3s ease-in-out;

    background: #fff url(../img/ic_sankaku.png) no-repeat;
    background-size: 5%;
    background-position: right 10px bottom 10px;
}
.tellcall-item:hover{
    color: #fff;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 2px solid #d4b54

    background: linear-gradient(to right, #f3e385 0%, #d4b54b 50%,#f3e385 100% );
    border-image-slice: 1;

    background: #f3e385 url(../img/ic_sankaku.png) no-repeat;
    background-size: 5%;
    background-position: right 10px bottom 10px;
}

.tellcall-item a{
    color: #4d4d4d;
    display: block;
    text-align: center;
    text-decoration: none;
}

.tellcall-item .tellcap{
    margin: 2rem auto;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
}

.tellcall-item .tellcall{
    margin: 2rem auto 0;
    padding: 1rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 200%;
    font-weight: bold;
}

.tellcall-item .tellcall::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 50px;
    text-align: center;
    background-image: url(../img/ic_telmark.png);
    background-size: contain;
    vertical-align: middle;
    margin: -0.2rem 0 0 -32%;
    filter: drop-shadow(1px 1px 1px rgba(265,265,265,1));
}


.tellcall-item .call-cap{
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 100%;
    text-align: center;
    font-feature-settings: "palt";
}








/*  SHOP  */
.shop_box{
    margin: 0 auto 4rem;
    padding: 1%;
    width: 94%;
    text-align: center;
    border: 6px solid #e6e6e6;
    border-radius: 1rem;
    background: #fff;
    filter: drop-shadow(0px 2px 2px #62ba2b20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;}
 @media screen and (max-width: 959.99px) {
.shop_box{
    margin: 0 auto 2rem;
}}

.shoptitle{
margin: 2rem auto 0rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #333;
    font-feature-settings: "palt";}
 @media screen and (max-width: 959.99px) {
.shoptitle{
    font-size: 1.3rem;
}}


.shopcap{ 
    width: 100%;
    margin: 0rem auto 1em;
    font-size: 1.6rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    text-align: left;
    min-height: 2rem; }
 @media screen and (max-width: 959.99px) {
.shopcap {
    margin: 1rem auto;
    font-size: 1rem;
}}

.shopobi{
    margin: 0.5rem 1% 0;
    text-align: left;
    padding: 0.2rem 0 0 0%;
    width: 48%;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";}
 @media screen and (max-width: 959.99px) {
.shopobi{ 
    font-size: 1.4rem;
    padding: 0.2rem 0 0 0%;
}}

.shopobi2{
    margin: 0.5rem 10% 3em;
    text-align: left;
    padding: 0.2rem 0 0 0%;
    width: 80%;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";}
 @media screen and (max-width: 959.99px) {
.shopobi2{ 
    font-size: 1.4rem;
    margin: 0.5rem 2% 0;
    width: 96%;
}}

.obi{ 
    float: left;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    background: #849f4c;
    margin: -0.2rem 2% 0 0;
    width: 9rem;
    height: auto;
    color: #fff;
    padding: 1%;}



.shopimg{ 
    margin: 1rem auto 0;
    /* overflow: hidden; */
    float: left;
    width: 50%;
    height: max-content;
}

.shopimg img{
    width: 100%;
    transition:1s all;
}

.shopimg img:hover{
  transform:scale(1.05,1.05);
  transition:1s all;
}












/* ページTOPに戻る PCが認識されなかったりするのでここにも同じの配置 */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2%;
  bottom: 24px;
  background: #62ba2b;
  opacity: 0.9;
  border-radius: 50%;
  /*background: linear-gradient(to right, #f3e385 0%, #e0c25d 50%,#f3e385 100% );*/
    z-index: 10000;
}
 @media screen and (max-width: 820.99px) {
#page_top{
  bottom: 11px;
}}



#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  margin-top: -3%;
}

#page_top a::before{
    font-weight: 900;
    content: 'TOP';
    font-size: 17px;
    color: #fff;
    position: absolute;
    /* width: 25px; */
    height: 12px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}






}/*end */
