* {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}

* ::-webkit-scrollbar {
    display: none;
}



body {
    background-color: #F5F5F5;
}

.fake-header {
    height: 100px;
    /* border: solid; */

}

.bread {
    background-color: #F5F5F5;
    color: #2f2f2f;
    z-index: 9;
    font-size: 1rem;
    padding-top: 90px;
    padding-left: 2%;
    padding-bottom: 8px;
    letter-spacing: 0.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 4;
    font-style: normal;

}

.top-img {
    position: relative;
}

.kasou-top-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.top-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 150px;
    overflow-x: hidden;
}

.top-img p {
    position: absolute;
    font-size: 70%;
}

.kasou-top-logo {
    display: flex;
    justify-content: center;
    transform: translateY(-70%);
}

.kasou-top-logo img {
    width: 3.5vw;
    min-width: 25px;
    height: 2.5vw;
    min-height: 25px;
    margin: 0 auto;
    /* position: absolute; */
    /* left: 48.2%;
    transform: translate(0%, -65%); */
    display: inline-block;
}

.haikei {
    z-index: -1;
    width: 100%;
    background-attachment: fixed;
    position: fixed;
    -webkit-filter: opacity(39%);
    filter: opacity(39%);
    display: inline-block;
    pointer-events: none;
    overflow-x: hidden;
}

.haikei img {
    overflow: hidden;
}

.kasou-top-img p {
    /* text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    /* -ms-transform: translate(-50%,-50%); 
  -webkit-transform: translate(-50%,-50%);  */
    transform: translate(-49%, -50%);
    /* margin: 0;
    padding: 0; */
    /* font-size: 2.5rem; */
    font-size: 3vw;
    color: white;
    z-index: 2;
    /* width: -webkit-fit-content;
    width: -moz-fit-content; */
    width: fit-content;
    letter-spacing: 0.45rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.1em;
}

@media screen and (max-width: 1000px) {
    .kasou-top-img p {
        font-size: 3.5vw;
    }
}

.wrapper {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    /* border: solid; */
    /* height: 150vh; */
    position: relative;

}

.wrapper-body {
    margin-top: 80px;
    position: absolute;
}

.le-contents {
    font-size: 1rem;
    padding: 2% 5% 2% 5%;
    background-color: #ffffff6e;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #2f2f2f;
    text-align: justify;
    text-justify: inter-ideograph;

}

.ticket-detail-contents::first-letter {
    color: #2fa89a;
    font-size: 1.5rem;
    letter-spacing: 4px;
}

.le-contents::first-letter {
    color: #2fa89a;
    font-size: 1.5rem;
    letter-spacing: 4px;
}

/* 小見出しの緑まる　小見出しはこれを使って欲しい！ */

.le-table-title {
    text-align: start;
    font-size: 1.4rem;
    /* margin-left: 12px; */
}

.table-sircle {
    color: #2fa89a;
    font-size: 12px;
    text-align: center;
    vertical-align: top;

}

/* ここまで */

/* 適当な時に使う箇条書きの丸たち */

.yallow-sircle {
    color: #f4e767;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
}

.contact-sircle {
    color: #79d2db;
    font-size: 10px;
    vertical-align: top;
}

/* お問い合せで使って欲しい！ */

.le-contact-title {
    font-size: 1.28rem;
}

.contact-sircle {
    color: #79d2db;
    font-size: 10px;
    vertical-align: top;
}

/* 文章中のメアドもお問い合わせのメアドもこれ！ */
.le-mail-adress {
    color: #2fa89a;
}

.le-mail-adress:hover {
    color: #79d2db;
    transition: 0.25s;
}

.yallow-line {
    background: linear-gradient(transparent 80%, #F4E767 80%);
    text-shadow: 1px 1px 2px #F0F0F0;
}

.theme-color-line {
    background: linear-gradient(transparent 70%, #2fa89aa6 70%);
    text-shadow: 1px 1px 0.8px #F0F0F0;
}

/* ここまで */



/* 受付はこちら！のところはこれ使うと統一感でる！　
リンクで飛ぶやつは私ほぼこれにしてる！ */

.jump-to-contact {
    color: #79d2db;
}

.jump-to-contact:hover {
    color: #2fa89a;
    transition: 0.25s;

}


:root {

    --white: #636363;
    --grey-light: #71D1C5;
    --grey: #71D1C5;
    --black: #9262d1;
    --black-blue: #71D1C5;
    --black-blue-light: #71D1C5;
    --black-blue-light-2: #71D1C5;
    --black-blue-light-3: #71D1C5;
    --black-light: #71D1C5;

}







/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 4vw;
    bottom: 80px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2.5px rgba(77, 74, 74, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f106';
    font-weight: 900;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: var(--white);
    left: 0;
    top: 0;
    height: 50px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

}

.progress-wrap:hover::after {
    opacity: 0.5;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f106';
    font-weight: 900;
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    opacity: 0;
    /* background-image: linear-gradient(298deg, var(--red), var(--yellow)); */
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.table-yokonarabe {
    display: flex;
}

/* ここまで */




/*　画像の縮小＋テキスト出現　*/

.zoomOutText {
    /*背景色とテキストの基点となる位置を定義*/
    position: relative;
}

.zoomOutText span.ticket-mask {
    position: relative;
    transition: .3s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
    display: block;
    /*画像をくくるspanタグをブロック要素にする*/
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
}

.zoomOutText:hover span.ticket-mask::before {
    /*hoverした時の変化*/
    content: "";
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.5);
    /*背景色*/
}

.zoomOutText img {

    transform: scale(1.2);
    filter: blur(0);
    transition: .3s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.zoomOutText:hover img {
    /*hoverした時の変化*/
    transform: scale(1);
    /*縮小の値を変更したい場合はこの数値を変更*/
    filter: blur(2px);
    /*ぼかし具合を変更したい場合はこの数値を変更*/

}

.zoomOutText:hover .ticket-detail-days {
    opacity: 0;
    transition: 0.2s;

}

.zoomOutText span.ticket-cap {
    opacity: 0;
    transition: .5s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
    position: absolute;
    z-index: 3;
    /*テキストを前面に出す*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /*テキストの色を変えたい場合はここを修正*/
    line-height: 1.5;
    /*行の高さを1.5にする*/
    text-align: center;
    font-size: large;
}

.zoomOutText:hover span.ticket-cap {
    /*hoverした時の変化*/
    opacity: 1;
}


.ticket-please td {
    vertical-align: top;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ticket-please-ten {
    padding: 0 0 0 15px;
}

.ticket-span-please {
    font-weight: 800;
    /* letter-spacing: 0.4rem; */
}

.ticket-span-please-question {
    font-weight: 1000;
}

.ticket-span-please-question td {
    vertical-align: top;
}

.answer td {
    vertical-align: top;

}

details {
    margin: 0 auto 20px;
    width: 90%;
    line-height: 1.4;
}

.ticket-detail-days {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 10;
    font-size: 17px;
    color: #e3e3e3;
    text-shadow: 1px 2px 3px #2f2f2f;
    background-color: #2fa89ad7;
    padding: 5px 20px;
    letter-spacing: 2px;
}


li {
	list-style-type:none;		/*リストマーカー無しにする*/
}


/* @media not all and (min-width: 578px) {
    details {
        width: 380px;
    }
} */

summary {
    list-style: none;
    position: relative;
    padding: 10px 60px 10px 30px;
    cursor: pointer;
    background-image: linear-gradient(120deg, #71d1c6cb, #79d1dba9);
    line-height: 2.3rem;
}

/* @media not all and (min-width: 768px) {
    summary {
        padding: 20px 50px 20px 20px;
    }
} */


summary:hover,
details[open] summary {
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 10px #929292, 3px 3px 7px #ffffff;
}

summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform 0.5s;
    font-size: 30px;
}

details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.answer {
    padding: 20px 30px;
    border-left: solid #2f2f2f14;
    border-bottom: solid #2f2f2f14;
    border-right: solid #2f2f2f14;

}

/* @media not all and (min-width: 768px) {
    summary::after {
        right: 20px;
        font-size: 20px;
    }

    .answer {
        padding: 10px 20px;
    }
} */

details[open] .answer {
    animation: fadein 0.5s ease;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




.memory-1225-writting {
    text-align: center;
    margin: 50px 0;


}




#memory-wrapper {
    width: 600px;
    /* margin: 50px auto; */
    height: 400px;
    position: relative;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
    text-align: center;
    margin: 0 auto;
}

#slider-wrap {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
   
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 600px;
    height: 400px;
}

#slider-wrap ul#slider li>div {
    position: absolute;
    top: 20px;
    left: 35px;
}

#slider-wrap ul#slider li>div h3 {
    font-size: 36px;
    text-transform: uppercase;
}

#slider-wrap ul#slider li>div span {
    font-family: Neucha, Arial, sans serif;
    font-size: 21px;
}

#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px;
}
/* 

btns
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;



    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.3);
}

#next {
    right: -50px;
    border-radius: 7px 0px 0px 7px;
} */
/* 
#previous {
    left: -50px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
} */


/*bar*/
/* #pagination-wrap {
    min-width: 20px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;


}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

 */

.memory-img_present{
    object-fit: cover;
    width: 100%;
    height: auto;
}


/*ANIMATION*/
#slider-wrap ul{
    -webkit-transition: all 0.5s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.5s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.5 cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.5s cubic-bezier(1, .01, .32, 1);
    transition: all 0.5s cubic-bezier(1, .01, .32, 1);
}

.lb-nav{
    position: fixed;
}

.lightboxOverlay{
position: fixed;}

.lightbox{
    position: fixed;
}

.memory_img_bottom{
    width: 32%;
    margin-bottom: 10px;

}

.memory-box{
    opacity: 0;
    
}
@media screen {
    
}