@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 200%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-style: normal;
}

article, header, footer, aside, figure, figcaption, nav, section, main {
    display: block;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    pointer-events: none;
}

a {
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a::selection, img::selection, span::selection {
    background: rgba(0, 0, 0, 0);
}

/* ------------- reset fin ----------------- */

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif, ;
    color: #501301;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

main::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: auto auto;
    background-color: rgba(214, 254, 246, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(173, 253, 237, 1) 10px, rgba(173, 253, 237, 1) 20px);
}

.pc {
    display: none;
}

.sp {
    display: block;
}

/* ------------------- kv --------------------- */

.kv_sp {
    background-image: url(https://hypnosismic-cafe.com/assets/images/kv_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 146.5333%;
}

/* .kv_pc {
    background-image: url(https://hypnosismic-cafe.com/assets/images/kv_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 56.25%;
} */

.title_area {
    text-align: center;
    margin: 5rem auto;
}

.tit {
    margin-bottom: 4rem;
}

.tit p {
    font-size: 2.2em;
    font-family: ab-quadra, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tit_in {
    font-size: 1.5em;
    background-color: #07f2c9;
    padding: .6em 0;
}

.tit_in p {
    padding: .6em 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.tit_sub p {
    padding-top: 1.2rem;
}

.lead {
    font-size: 1.4em;
    font-weight: bold;
}

/* ------------------- contents --------------------- */

h2, h3, .btn {
    font-family: ab-quadra, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 2.5em;
    margin: 4rem auto;
    position: relative;
    display: inline-block;
}

h2::before {
    content: '';
    background-image: url(https://hypnosismic-cafe.com/assets/images/deco01.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    left: -1em;
    transform: translate(-50%, -20%) rotate(-30deg);
}

h2::after {
    content: '';
    background-image: url(https://hypnosismic-cafe.com/assets/images/deco02.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -1em;
    transform: translate(50%, -20%) rotate(30deg);
}

section {
    width: 100%;
    margin: 5rem auto;
    padding: 0 4%;
    box-sizing: border-box;
}

.content {
    width: auto;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
    outline: 2px solid #501301;
    outline-offset: -6px;
    margin: 0 auto;
    max-width: 1000px;
}

.content_tit {
    text-align: center;
}

/* ------------------- info --------------------- */

#info h3, #menulist h3 {
    font-size: 1.5em;
    background-color: #adfded;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4em 1.5em;
    border-radius: 20px;
    width: 25%;
    margin: 0 auto 2rem;
    letter-spacing: .1em;
    max-width: 100px;
}

#info h4 {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -0.5px;
    background-color: #f6d8e5;
    display: block;
    padding: 0 1em;
    border-radius: 20px;
    text-align: center;
    width: 25%;
    margin: 2rem auto .5rem;
    max-width: 80px;
}

.box {
    margin-bottom: 4rem;
}

.date, .time, .venue {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

.caution {
    font-size: 1.1em;
    text-align: left;
    width: 90%;
    margin: 1em auto;
}

/* ------------------- menu --------------------- */

#menulist h4 {
    font-size: 1.5em;
    font-weight: bold;
}

.item_box {
    padding: 0 1rem;
}

.item_box_list {
    margin-bottom: 4rem;
	position: relative;
}

.icon {
position: absolute;
    top: -30px;

    right: 0px;
}
.icon3 {
position: absolute;
    top: -30px;
    right: 0px;
}
.icon2 {
position: absolute;
    top: -30px;

    right: 0px;
}
.icon span{
  display: inline-block;
    font-size: 1.8em;
    background-color: #0000fe;
    color: #fff;
    padding: .5em 1.5em;
    border-radius: 50%;
    width: 3em; 
    height: 3em;
    line-height: 2em;
    text-align: center;
    letter-spacing: .1em;
    font-weight: bold;
    position: relative;
    z-index: 1;
}


.icon3 img {
    width: 72px;
    height: 72px;
    object-fit: contain; /* アイコン画像をコンテナに収める */
}
.icon2 span{
    display: inline-block;
    font-size: 1.8em;
    background-color: #e85c5f;
    color: #fff;
    padding: .5em;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    line-height: 2.8em;
    text-align: center;
    margin: 0 auto 2rem;
    font-weight: bold;
}
@media screen and (min-width: 768px){
.icon {
    position: absolute;
    top: 0px;
  right: -12px;
}
	
.icon2 {
    position: absolute;
    top: 0px;
    right: -12px;
}
	.icon3 {
    position: absolute;
    top: 0px;
    right: -12px;
}
	
.icon span{
  display: inline-block;
    font-size: 1.5em;
    background-color: #0000fe;
    color: #fff;
    padding: .5em 1.5em;
    border-radius: 50%;
    width: 3em; 
    height: 3em;
    line-height: 2em;
    text-align: center;
    letter-spacing: .1em;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.icon2 span{
    display: inline-block;
    font-size: 1.5em;
    background-color: #e85c5f;
    color: #fff;
    padding: .5em;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    line-height: 2.8em;
    text-align: center;
    margin: 0 auto 2rem;
    font-weight: bold;
}
.icon3 img {
    width: 60px;
    height: 60px;
    object-fit: contain; /* アイコン画像をコンテナに収める */
}

}





.item_txt {
    margin: 1rem .5rem 0;
	width: 100%;
	text-align: center;
}

.item_txt p {
    margin: 1rem 0;
    font-size: 1.2em;
}

.item_txt p.price {
    font-size: 1.5em;
    font-weight: bold;
}

/* ------------------- goods --------------------- */

#goods h4 {
    font-size: 1.5em;
    font-weight: bold;
	line-height: 1.8em;
}


/* ------------------- novelty --------------------- */


#novelty h3 {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #501301;
    margin: 0 auto 2rem;
    padding-bottom: 1rem;
    width: 94%;
}

#novelty .item_txt {
    font-size: 1.1em;
}

#novelty .caution {
    font-size: 1em;
}

/* ------------------- goods --------------------- */

#goods .item_txt {
    margin: 4rem .5rem 0;
}

#access p {
    font-size: 1.3em;
}

/* ------------------- music --------------------- */

#music p {
    font-family: ab-quadra, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#music p.date, p.name {
    font-size: 1.8em;
}

#music p.tit {
    font-size: 2.3em;
    margin: 1rem auto;
}

#music p.tit span {
    font-size: .95em;
}

.detail {
    margin: 2rem auto;
}

#music .btn a {
    margin-top: 1em;
    margin-bottom: 0;
}

#music .txt {
    font-size: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

#music .txtbox {
    font-size: 1.3em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    display: block;
    background-color: #f6d8e563;
    margin-top: 1em;
    padding: 1em;
	text-align: center;
}

#music .txtbox span {
    font-weight: bold;
}

#music .item_box {
    margin: 2rem 0 4rem;
}

/* ------------------- footer --------------------- */

footer {
    background-color: #d6fef6;
    padding: 5rem 0 0;
}

.footer_in {
    margin-bottom: 5rem;

}

footer p {
    font-size: 1.4em;
    font-weight: 900;
    letter-spacing: 0.1rem;
    text-align: center;
}

small {
    display: block;
    text-align: center;
    font-size: 0.8em;
}

/* ------------------- PC --------------------- */

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

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    h2 {
        font-size: 3.5em;
    }

    #info .caution {
        text-align: center;
    }

    .tit_sub p {
        padding-top: 3.2rem;
    }

    .tit p {
        font-size: 3.2em;
    }

    .lead {
        font-size: 1.6em;
        line-height: 2;
    }

    .swiper-slide {
        width: 60%;
    }

    .c-line {
        padding: 1em 0em 0em !important;
    }

    #info h3, #menulist h3 {
        font-size: 2em;
    }

    #info h4 {
        font-size: 1.5em;
        padding: .2em 1em;
        max-width: 100px;
    }

    #menulist .item_box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2em;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #menulist .item_box_list {
        padding: 10px;
    }

    #goods .item_box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2em;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #goods .item_box_list {
        padding: 10px;
        min-width: 192px;
    }

    .caution {
        width: 98%;
    }

    #novelty ul {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    #novelty ul li {
        max-width: initial;
        display: flex;
        width: 100%;
    }

    #novelty h3 {
        width: 98%;
        font-size: 1.8em;
    }

    #novelty .item_img {
        width: 100%;
        max-width: 530px;
    }

    #novelty .item_txt {
        font-size: 1.3em;
        margin: 1rem 0 0 2rem;
    }

    #music .item_box {
        margin: 4rem auto;
        display: flex;
        max-width: 800px;
        align-items: center;
    }

    #music .item_box.sub {
        margin: 0 auto;
        display: block;
        max-width: 800px;
        align-items: center;
    }

    #music .img {
        width: 50%;
    }

    #music .detail {
        width: 59%;
        font-size: 1.5em;
    }

    #music p.tit {
        margin: 3rem auto;
    }

    #music p.tit span {
        font-size: .85em;
    }

    #music .btn a {
        margin-top: 3rem;
    }

    #access .detail {
        font-size: 1.2em;
        text-align: center;
    }

    .modal-content .btnsub a {
        font-size: 1.5em;
        padding: 1.8em 1.5em;
        border-radius: 40px;
        margin: 5em auto;
        max-width: 400px;
    }

    .gNav_pc {
        margin-top: 43px;
    }
}

/* ------------------- btn --------------------- */

.btnsub a {
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: .8em 1.5em;
    background-color: #501301;
    border-radius: 30px;
    margin: 2em auto;
    transition: ease .5s;
    display: block;
    position: relative;
    max-width: 400px;
    z-index: 1;
    overflow: hidden;
    width: 30%;
    max-width: 150px;
}

.btnsub a::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    top: 50%;
    right: 8%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: ease .5s;
}

.btnsub a:hover {
    color: #fff;
    background-color: #501301;
    opacity: 0.8;
}

.btnsub a:hover::before {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    right: 5%;
}

.btnsub a:hover {
    color: #fff;
    background-color: #501301;
}

.btnsub a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    -webkit-transition: .7s;
    transition: .7s;
}

.btnsub a:hover::after {
    width: 100%;
}

.btn a {
    background-color: #07f2c9;
    color: #501301;
    padding: 0.8em 1em;
    line-height: 1.3;
    width: 70%;
    margin: 0 auto 3em;
    display: block;
    font-size: 1.9rem;
    text-align: center;
    transition: ease 0.6s;
    box-shadow: 8px 10px 0 0 #501301;
    border-radius: 50px;
    max-width: 320px;
}

.btn a:hover {
    background-color: #07f2c9;
    opacity: 1;
    box-shadow: none;
    transform: translate(3px, 4px);
}

.txtbox .btn a {
	margin-top: 1.5rem !important;
    margin-bottom: 1.5em !important;
    max-width: 250px;
}

.modal-content .btnsub a {
    width: 50%;
    max-width: 200px;
}


/* ------------------- swiper --------------------- */

.c-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #501301;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: .5em 0em 0em;
}

.c-line .swiper-slide {
    margin-right: 20px;
}

.c-line .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* -------------------slider -------------------*/


.slide-items {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.slide-items li {
    /* height: auto;
    margin-right: 10px;
    margin-left: 10px; */
}

.slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
    color: transparent;
}

.slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3rem;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button:before {
    color: #501301;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #07f2c9;
    opacity: 1;
}


/* ------------------- hamburger --------------------- */

.gNav_pc {
    display: none;
}

#gNav {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #501301;
    opacity: 0.9;
    position: fixed;
    color: #fff;
    box-sizing: border-box;
}

#gNav a {
    font-family: ab-quadra, sans-serif;
    font-size: 2.3em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto 40px auto;
    padding: 0 0 10px 0;
}

#gNav li {
    display: block;
    text-align: center;
}

#gNav li:last-child a {
    margin: 0 auto 0;
}

#gNav .gNavInr {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}

#menuButton {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 998;
    -webkit-animation: upIn 0.8s ease 1.5s 1 forwards;
    animation: upIn 0.8s ease 1.5s 1 forwards;
}

#menuButton span:first-child {
    top: 12px;
}

#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}

#menuButton span:nth-child(3) {
    bottom: 12px;
}

#menuButton.active span {
    background: #501301;
}

#menuButton.active span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
    opacity: 0;
}

#menuButton.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

#menuButton {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 998;
    background: #fff;
    border: none;
    text-decoration: none;
}

#menuButton span {
    display: block;
    background: #501301;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#menuButton span:first-child {
    top: 12px;
}

#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}

#menuButton span:nth-child(3) {
    bottom: 12px;
}

#menuButton.active span {
    background: #501301;
}

#menuButton.active span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
    opacity: 0;
}

#menuButton.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

@media screen and (max-width: 960px) {
    #gNav {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
    }
}


/* ------------------- menu 追加 --------------------- */

.menu_btn .menu_btnin {
    background-color: #fff;
    color: #501301;
    padding: 0.8em 1em;
    line-height: 1.3;
    width: 70%;
    margin: 0 auto 3em;
    display: block;
    font-size: 1.9rem;
    text-align: center;
    transition: ease 0.6s;
    box-shadow: 8px 10px 0 0 #501301;
    border-radius: 50px;
    max-width: 320px;
}

#gNav a.menu_btnin {
    font-size: 2.5em;
    margin: 4rem auto;
    position: relative;
    display: inline-block;
    color: #501301;
    padding: .5em;
}

.menu_btnin::before {
    content: '';
    background-image: url(https://hypnosismic-cafe.com/assets/images/deco01.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0em;
    left: 1.5em;
    transform: translate(0%, 20%) rotate(-30deg);
}

.menu_btnin::after {
    content: '';
    background-image: url(https://hypnosismic-cafe.com/assets/images/deco02.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: 1.5em;
    transform: translate(0%, 20%) rotate(30deg);
}

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

    .gNav_sp {
        display: none;
    }

    .gNav_pc {
        display: block;
    }

    .menu {
        display: -webkit-flex;
     display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #501301;
    padding: 1em;
    padding-right: 3em;
		    justify-content: center;
    }
	.item_txt {
    margin: 1rem .5rem 0;
     width: 100%; 
}

    .menu li a{
        margin-left: 1.8em;
    }

    .menu li a {
        font-family: ab-quadra, sans-serif;
        font-size: 1.8em;
        color: #fff;
    }

    .kv {
        padding-top: 40px;
    }

}

/* ------------------- modal --------------------- */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.modal-content {
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 5%;
}

/*.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}*/
.modal-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

#myModal7 .modal-content .link_btn a {
    font-size: .8em;
    margin: 2em auto;
}

#myModal7 .close {
    position: absolute;
    right: 3%;
    top: 5%;
}



/* ------------------- inview --------------------- */

.fade {
    opacity: 0;
    transition: opacity .8s, transform .8s;
}

.fade.is-inview {
    opacity: 1;
    transition-delay: .3s;
}

