/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css");

*{
font-family: 'Hina Mincho', serif;
/* font-family: 'Noto Sans JP', sans-serif; */
/* font-family: 'Shippori Mincho B1', serif; */
}

.home {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 37vh;
    max-width: 250px;
}
#home {
  background: url(../img/picture.jpg) 100%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.home .home-logo {
  width: 100%;
  max-width: 250px;
}

#top .home .home-logo {
  width: 93%;
  max-width: 100px;
  filter: drop-shadow(2px 3px 2px #000);
}
#top .home {
    width: 100px;
    height: 320px;
    z-index: 4;
}

.btn.first-btn,
.btn.second-btn {
  border:1px solid #fff;
  color:#fff;
  width:100%;
  font-size:13px;
  padding: 10px;
  letter-spacing: 1px;
  max-width:250px;
}
.btn.first-btn span {
  font-size:12px;
  margin-left:7px;
}
.btn.first-btn {
  margin-top:40px;
}
.btn.second-btn {
  margin-top:20px;
}


#shop-menu,
#b-menu {
  display:none;
}

#b-menu {
    background:rgb(0 0 0 / 70%);
}
#b-menu .col-2 {
    width:20%;
}
#b-menu a {
    /* color:#333; */
    color:#d1a816;
    text-decoration:none;
}
#b-menu a i {
    font-size:18px;
}
#b-menu a .small {
    font-size:11px;
    font-weight:bold;
}
#b-menu a .small.myb {
    letter-spacing: -0.3px;
    white-space: nowrap;
}


/* 絞り込み */
#k-list .col-xs-12.col-sm-6.col-md-4{
  animation: test .8s;
}
  
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.bg-gold {
background: linear-gradient(to bottom, rgba(255,228,147,1) 0%,rgba(166,136,87,1) 30%,rgba(166,136,87,1) 65%,rgba(222,181,115,1) 100%);
}
#status {
    display:none;
}
#status .bg-gold {
    border-radius: 10px;
    font-weight: bold;
    color: #c00000;
    position: relative;
        text-shadow: 1px 1px 1px rgb(255 255 255 / 66%);
}
.stts-ttl {
    position: absolute;
    font-size: 10px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.2;
}
/* #status {
    height:70px;
} */
/************************** TOP **************************/
#top-menu {
    position:fixed;
    bottom:55px;
    /* background:grey; */
    /* background: url(../img/bg-jppr.jpg); */
    background-size: 100%;
    width:94%;
    margin-left:3%;
    /* height:270px; */
}
/* #top-menu .container {
    background: url(../img/kiji-bg.jpg);
    background-size: 60%;
    padding: 3%;
    border: 6px inset #f9d27a;
} */
#top-menu .btn-bg {
    border: 4px inset #ffe4a8;
}

#top-menu .btn-bg.btngb1 {
background: url(../img/kiji-bg2.jpg);
    background-size: 60%;
}
#top-menu .btn-bg.btngb2 {
background: url(../img/kiji-bg3.jpg);
    background-size: 60%;
}
#top-menu .btn-bg.btngb3 {
background: url(../img/kiji-bg4.jpg);
    background-size: 60%;
}
#top-menu .btn-bg.btngb4 {
background: url(../img/kiji-bg5.jpg);
    background-size: 60%;
}
#top-menu .btn-bg.btngb5 {
background: url(../img/kiji-bg6.jpg);
    background-size: 60%;
}
#top-menu .btn-bg.btngb6 {
background: url(../img/kiji-bg8.jpg);
    background-size: 60%;
}

#top-menu .btn-bg .col-tm {
    width:85%;
    max-width: 150px;
}
#top-menu .col-tm,
.setting .col-6 {
    background:rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
}
#top-menu .col-tm {
    /* width:27%; */
    /* border: 1px solid;
    border-image: linear-gradient(to right, #94fafb 0%, #ca8acb 100%);
    border-image-slice: 1; */
    position:relative;
    color:#c00000;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(255,228,147,1) 0%,rgba(166,136,87,1) 25%,rgba(166,136,87,1) 70%,rgba(222,181,115,1) 100%);
    /* background:url(../img/btn.png); */
        /* box-shadow: 0px 2px 2px rgb(0 0 0 / 29%); */
    /* border-bottom: solid 3px #c58668; */
        font-weight: bold;
        text-shadow: 1px 1px 1px rgb(255 255 255 / 66%);
        /* border: 4px inset #ffe4a8; */
    /* background: linear-gradient( 
31deg, rgb(251 224 169 / 90%) 0%, rgb(219 190 76 / 90%) 45%, rgb(254 233 160 / 90%) 70%, rgb(245 206 56 / 90%) 85%, rgb(241 173 34 / 90%) 90% 40%); */
}
#top-menu .col-tm::after {
    content:"";
    position:absolute;

}
.status .col-10.m-auto {
    background: #fff;
    margin: auto;
    position: relative;
    bottom: -15px;
    z-index:2;
}
#top-menu .status i {
    position: absolute;
    font-size: 15px;
    right: 7px;
    top: 7px;
    color: lightgrey;
}

.setting .col-6 {
    width:48%;
}
#top-menu button div {
    line-height:18px;
    white-space: nowrap;
}
#top-menu button i {
    font-size:30px;
}
#top-menu .mdl button i {
    font-size:15px;
}
#top-menu button .small {
    font-size:10px;
}
#top-menu button .small.myb {
    font-size:10px;
    /* letter-spacing: -0.3px; */
    white-space: nowrap;
}
.status .col-12 {
    border: 1px solid;
    border-image: linear-gradient(to right, #94fafb 0%, #ca8acb 100%);
    border-image-slice: 1;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(5px);
}
.sml-ttl {
    font-size:12px;
    margin-left: 5px;
    white-space: nowrap;
}
.numbr {
    background-image: linear-gradient( 
210deg, #f9b2d0 0%, #ac5af7 74%);
    color: #fff;
    height: 26px;
    width: 26px;
    display: inline-block;
}

.point {
    font-size:21px;
    text-align:right;
    position:relative;
}
.point::before {
    content:"";
    position:absolute;
    width:1px;
    height:40px;
    left:0;
    background-color:grey;
}
.p-in {
    font-size:12px;
    margin-right:5px;
}
.pnt-num {
    text-shadow: 0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff, /* 導線の輪郭 */ 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, /* 導線の輪郭 */ 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, /* 導線の輪郭 */ 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, /* 導線の輪郭 */ 0 0.05em 0.01em #000;
}
.pntp {
    font-size: 14px;
    color: grey;
    margin-left: 7px;
}
.mrng,
.evng {
    padding: 2px;
    width: 35px;
    font-size: 18px;
    text-shadow: 0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff, /* 導線の輪郭 */ 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, /* 導線の輪郭 */ 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, /* 導線の輪郭 */ 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, /* 導線の輪郭 */ 0 0.05em 0.01em #000;
}
.mr-ttl {
    font-size: 12px;
    margin-top: 5px;
    
}
.mrng.done,
.evng.done {
border: 1px solid #ca8acb;
border-radius: 50%;
}

.rank-up {
border: 2px solid;
    border-image: linear-gradient(to right, #94fafb 0%, #ca8acb 100%);
    border-image-slice: 1;
}

.pnt-red::after {
    content:"";
    display:block;
    width:5px;
    height:5px;
    background:red;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 10px;
}
#top-menu .col-tm.pnt-red::after {
    right: 12px;
    top: 5px;
}
/************************** shop **************************/
#hoji,
#shop,
#search,
#butsudan,
#hoji-detail,
#okyo {
background: url(../img/bg-jppr.jpg);
    background-size: 100%;
}

.fm-in, .bg-fff {
    background:#fff;
}

#shop .container,
#butsudan .container {
    max-width:100%;
}
#title {
    /* background: #3e2058; */
    color: #fff;
    text-align:center;
    padding:1%;
    /* background-color: #a4508b;
background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%); */
    /* background-color: #20bf55;
    background-image: linear-gradient(
210deg, #20bf55 0%, #01baef 74%); */
    background-color: #22cd5b;
    /* background-image: linear-gradient( 
210deg, #25df63 0%, #18ccff 74%); */
    background-image: linear-gradient( 
210deg, #f9b2d0 0%, #ac5af7 74%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background:none;
    /* border:1px solid #3e2058; */
    border-radius: 20px;
    
    
}
.shp-pnt.text-danger {
    font-size: 22px;
}
.shp-pnt span {
    font-size: 15px;
}
.nav-pills .nav-link.active {
    color:#333;
    background:#fff;
}

.nav-pills .nav-link{
    font-weight:bold;
    border-radius: 20px;
}

.nav-item a {
color:grey;
    font-size: 13px;
    letter-spacing: 1px;
} 
.nav-link, .nav-item  {
    border-radius: 20px;
}
.bdan {
    text-decoration: none;
    color:#333;
    
}
#pills-tabContent {
        background: url(../img/bg-jppr.jpg);
    background-size: 100%;
}
.bdan:hover {
    color:#333;
}
.bdan img {
    width:60%;
}

a.blink {
    text-decoration: none;
}
.card.bdan {
    background:rgba(255,255,255,0.6);
    /* border-radius: 10px; */
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
    /* border:0; */
    position:relative;
    border: 2px solid;
    border-image: linear-gradient(to right, #94fafb 0%, #ca8acb 100%);
    border-image-slice: 1;
}

.card.bdan i {
position: absolute;
    top: 49%;
    right: 5%;
    font-size: 17px;
    color:grey;
}

#pills-okyo .card.bdan i {
    top: 30%;
}



.dt {
    font-weight:bold;
}
.dt.red {
    font-size:22px;
    color:#9f2b2b;
}
.back-btn {
    color:#fff;
    /* border:1px solid #fff; */
    font-size:13px;
        max-width: 100px;
    width: 100%;
    cursor: pointer;
    
}
.back-btn:hover {
    color:#fff;
}

.bd {
        width: 55%;
    max-width: 400px;
}
/* 
.shp-btd {
background-color: #e170bf;
    background-image: linear-gradient( 
105deg, #ed72c8 0%, #a128db 74%);
} */
#search .shp-btd {
    background:#fff;
}


.shp-btd-ttl {
/* background-color: #fff; */
    /* background-image: linear-gradient( 
105deg, #ed72c8 0%, #a128db 74%); */
    color: #333;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2)); */
        /* position: relative;
    bottom: -30px;
    z-index: 2; */
}
.shp-btd-ttl h4 {
    font-size:18px;
        /* background: -webkit-linear-gradient(
0deg, #8540e0, #09a1db, #33ff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-weight: bold;
    letter-spacing: 2px;
}
#shop-menu {
    transform: scale(0.8);
    z-index:5;
}
#shop-menu .sm,
#shop-menu .sr {
/* width:40px;
height:40px; */
color: #fff;
background: rgba(0,0,0,0.5);
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
.srch-btn {
    background: transparent;
}
.pdct-ttl {
    /* border-bottom: 1px solid #333; */
    position: absolute;
    color:#333;
    top: 20px;
    z-index: 2;
    font-size: 13px;
        background: #94fafb;
    letter-spacing: 2px;
    
}
#okyo .pdct-ttl {
    top:10px;
}
#okyo .btdn {
    background: rgba(0,0,0,0.5);
}

.btdn .pdct-ttl {
    left:0;
}
.shop-img {
position:relative;
}
.shop-img img {
    width:100%;
}
.shop-img:after {
    content:"";
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    backdrop-filter: blur(3px);
}

.c-btn {
    width:100%;
    background: #fff;
    border-radius: 20px;
}

.minner-c .col-6.px-0 {
    width: 49%;
    margin: auto;
}

.minner-c .col-6.px-0 button {
    position:relative;
}
.minner-c .col-6.px-0 button .bi.bi-chevron-right {
    position: absolute;
    right: 5px;
    color: lightgrey;
}

.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  background:#57a2c7;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
    width: 40%;
  }

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

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

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

/*activeクラスが付与されると線が回転して×に*/

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

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

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

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 3;
    /*ナビのスタート位置と形状*/
	bottom:-120%;
    left:0;
	width:100%;
    height: 430px;/*ナビの高さ*/
	background: rgb(153 153 153 / 40%);
    /*動き*/
	transition: all 0.6s;
    backdrop-filter: blur(4px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    bottom: 0;
}
.mail {
    background:transparent;
}
.mail .mmin {
    width: 30px;
    margin: auto;
}
.mail i {
    font-size:28px;
}
.mail span {
    top: 13px;
    right: -10px;
}
.mail:focus {
    outline: none;
}
.mail .m-ttl {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 29px;
    margin-bottom: 2px;
    left: 0;
}

.minner-t {
    top:20px;
    
}
.minner-t .col-10 {
    height:110px;
}
.minner-c .col-10 {
    height:300px;
}
.minner-c {
    bottom:70px;
    
}
.minner-t .row-t {
    height:110px;
}
.minner-t .row-t .col-4 {
    background: #fff;
    border-radius: 20px;
    width: 32%;
    margin-right: auto;
    margin-left: auto;
}
.minner-t .col-10,
.minner-c .col-10 {
width:100%;
background: #fff;
border-radius: 20px;
}

.minner {
    bottom:10px;
    width: 80%;
    background: #fff;
    left: 3%;
    border-radius: 20px;
    height:45px;
}
.p-done {
    position:relative;
}
.p-done.actv::after {
    content:"";
    display:block;
    width:33px;
    height:33px;
    border:1px solid #e96ad4;
        border-radius: 50%;
            position: absolute;
}



.btdn {
    border: 2px solid;
    border-image: linear-gradient(to right, #94fafb 0%, #ca8acb 100%);
    border-image-slice: 1;
    background: rgba(255,255,255,0.5);

}

.crt-arrw {
    position: absolute;
    right: 5px;
    color: lightgrey;
}

@media screen and (max-width:330px) { 
    #pills-tab .nav-item a {
        font-size:10px;
        white-space: nowrap;
    }
}


/*** CIRCLE PROGRESS BAR ***/
.progress {
    width: 100px;
    height: 100px !important;
    float: left;
    line-height: 150px;
    background: none;
    /* margin: 20px; */
    box-shadow: none;
    position: relative
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    /* background: #000; */
    background-image: linear-gradient( 
210deg, #f9b2d0 0%, #ac5af7 74%);
    font-size: 20px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%
}

.progress.blue .progress-bar {
    border-color: #049dff
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.progress.yellow .progress-bar {
    border-color: #fdba04
}

.progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

.progress.yellow .progress-left .progress-bar {
    animation: none
}
.av {
    margin-left: 10px;
    font-size: 30px;
}
.av-p {
    margin-left:5px;
}

.tag-btn a {
        text-decoration: none;
    background: #94fafb;
    padding: 2px 18px;
    border-radius: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}
.tag-btn a i {
    margin-right:5px;
}






/************************** hoji **************************/
#hoji {
    height:100%;
    position:relative;
}
#hoji-detail {
    height:100vh;
    position:relative;
}
.hoji-in {
    width:94%;
    height:88vh;
    position:absolute;
    top:78px;
    left:3%;
    background: rgb(255 255 255 / 50%);
    /* filter: blur(5px); */
    backdrop-filter: blur(2px);

}
.online-crd {
box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
    border-radius: 15px;
    z-index: 4;
}

 .online-crd div:first-child{
     background: url(../img/online-pic.jpg) center;
    background-size: cover;
 border-top-right-radius: 15px;
 border-top-left-radius: 15px;
     height: 200px;
 }
   .online-crd div:nth-child(2) {
    position:relative;
   }
  .online-crd div:nth-child(2) span {
    position: absolute;
    right: 10px;
  }
  .btn-booking {
    background: rgba(0,0,0,0.5);
    color:#fff;
  }
  .col-8.m-auto.btn.btn-secondary {
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
  }

#accordionFlush {
    z-index: 3;
}
.accordion-button {
    font-size:14px;
}
.accordion-button::after {
width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.accordion-button:focus {
border-color: #c37bf9;
    box-shadow: 0 0 0 0.25rem rgb(161 13 253 / 25%);
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #cb9aef;
}
.accordion-button:not(.collapsed)::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: #ac5af7;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ac5af7;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    background-image: linear-gradient( 
210deg, #f9b2d0 0%, #ac5af7 74%);
}
ul.timeline > li.bkng-fnsh:before {
    border: 3px solid grey;
    background: white;
}
/************************** register **************************/

.rg {
    width:40%;
    max-width:200px;
}
.org, .org:hover  {
    background:#ff7300;
    border:0;
}
    #register8 .container {
    max-width:100%;
}

#register8 .photo {
    max-width:150px;
}


/************************** search **************************/

.srch-img img {
    width:100%;
    border-radius: 50%;
}
.c333 {
    color:#333;
}

/************************** footer **************************/

footer {
    position:fixed;
    bottom:0;
    width:100%;
    padding:5% 0;
    /* height:100px; */
    background:grey;
    text-align:center;
}