
@charset "utf-8";

/*-----------------------------------------*/

html {
    scroll-behavior: smooth;
}
body {
    overscroll-behavior: none;
}


#main_content.visid.w_100vw {
	overflow-x: clip;
}

#main_content.visid > div {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


/*------------------------------------------ */
@media screen and (max-width: 479px){
	.xl{
		font-size: 27px;
	}
}
.visid .button.critical {
	background: #d7410b;
}
.visid .button.critical:hover {
	background: #c14018;
}

.visid img{
	height: auto;
}

@media screen and (max-width: 1023px){
	.main_ttl img{
		width: 100%;
	}
}



/* ==================================================
	main
================================================== */

.main .main_pic {
    text-align: center;
}

.main > .main_txt {
    padding: 15px;
    position: relative;
    width: 100%;
    height: auto;
}
.main > .main_txt:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.main > .main_txt > div {
    position: absolute;
    left: 30px;
    top: 30px; 
    width: 90%;
    height: 100%;
}

.main > .main_txt img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 22%;
}

.main > .main_txt h2 {
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.main > .main_txt p {
    font-size: 18px;
    letter-spacing: 1px;
}

@media screen and (min-width: 480px){
    .main > .main_txt > div {
        left: 35px;
        top: 35px; 
    }
    .main > .main_txt h2 {
        font-size: 44px;
        line-height: 1.4;
    }
    .main > .main_txt img {
        left: 8px;
        top: 8px;
        width: 20%;
    }
    .main > .main_txt:before {
        padding-top: 50%;
    }
}

@media screen and (min-width: 768px){
    .main > .main_txt > div {
        left: 38px;
        top: 38px; 
    }
    .main > .main_txt {
        padding: 20px;
    }
    .main > .main_txt h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .main > .main_txt p {
        font-size: 20px;
    }
    .main > .main_txt img {
        left: 10px;
        top: 10px;
        width: 14%;
    }
    .main > .main_txt:before {
        padding-top: 20%;
    }
}


@media screen and (min-width: 1024px){
    .main {
        display: flex;
        /*align-items: center;*/
    }
    .main > .main_txt {
        order: 1;
        width: 500px;
        padding:  0 40px 0 0;
    }
    .main > .main_txt img {
        width: 128px;
        top: 0;
        left: 0;
    }
    .main > .main_pic {
        order: 2;
        width: 700px;
    }
    
    .main > .main_txt h2 {
        font-size: 62px;
        margin-bottom: 20px;
    }
    .main > .main_txt p {
        font-size: 22px;
    }
    .main > .main_txt > div {
        left: 36px;
        top: 26px; 
    }
}



/* ==================================================
	point
================================================== */

.point > div {
    border: 3px solid #000;
    padding: 10px;
    text-align: center;
}
.point > div:nth-child(n+2) {
    margin-top: 15px;
}

.point > div span {
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 3px;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.point > div p {
    font-size: 28px;
    line-height: 1.2;
}

@media screen and (min-width: 1024px){
    .point {
        display: flex;
    }
    .point > div {
        width: calc((100% - (20px * 2)) / 3);
        padding: 30px 20px;
    }
    .point > div:nth-child(n+2) {
        margin-top: 0;
        margin-left: 20px;
    }

    .point > div span {
        font-size: 22px;
    }
}



/* ==================================================
	call
================================================== */

.call {
    background: #f2f2f2;
    padding: 15px;
}
.call h4 {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    margin-bottom: 15px;
    font-size: 24px;
}

@media screen and (min-width: 1024px){
    .call {
        padding: 25px;
    }
}



/* ==================================================
	detail
================================================== */

.detail {
    
}
.detail > div:nth-child(n+2) {
    margin-top: 20px;
}

.detail h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.detail p + p {
    margin-top: 15px;
}
.detail > div .txt_box {
    margin-top: 10px;
}

@media screen and (min-width: 768px){
    .detail > div {
        display: flex;
        align-items: center;
    }
    .detail > div:nth-child(odd) .txt_box {
        order: 1;
        margin-right: 15px;
    }
    .detail > div:nth-child(even) .txt_box {
        margin-left: 15px;
    }
    .detail > div:nth-child(odd) .pic_box {
        order: 2;
    }
    .detail > div .txt_box {
        width: calc(52% - 15px);
        margin-top: 0;
    }
    .detail > div .pic_box {
        width: 48%;
    }
}

@media screen and (min-width: 1024px){
    .detail > div:nth-child(odd) .txt_box {
        margin-right: 40px;
    }
    .detail > div:nth-child(even) .txt_box {
        margin-left: 40px;
    }
    .detail > div .txt_box {
        width: calc(50% - 40px);
    }
    .detail > div .pic_box {
        width: 50%;
    }
    .detail h3 {
        font-size: 38px;
    }
    .detail p {
        font-size: 18px;
        line-height: 1.8;
    }
}
























/* ==================================================
	info_cafe
================================================== */

.info_cafe {
    background: #000;
    color: #fff;
    padding: 4rem 3rem;
}
.info_cafe h3 {
    text-align: center;
    margin-bottom: 2rem;
}
.info_cafe p.info_text {
    margin-bottom: 2rem;
}
.info_detail {
    background: #1d1d1d;
    padding: 2rem;
}
.info_detail > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.info_detail > div p.week {
    background: #000;
    width: 30%;
    padding: .5rem;
    margin-right: 2rem;
    text-align: center;
}
.info_detail > div p.time {
    width: calc(70%-2rem);
}
.info_detail > div p {
    font-size: 1.8rem;
}
.info_detail p.tel {
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
}
.info_detail p.tel a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .info_detail {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info_detail > div {
        width: 50%;
        margin-bottom: 0;
    }
    .info_detail > p.tel {
        width: 50%;
    }
    
}

@media screen and (min-width: 1024px) {
    .info_cafe h3 {
        margin-bottom: 40px;
    }
    .info_cafe p.info_text {
        font-size: 20px;
        padding: 0 160px;
        margin-bottom: 30px;
    }
    .info_detail > div p {
        font-size: 22px;
    }
    .info_detail p.tel {
        font-size: 36px;
    }
    .info_detail > div p.week {
        width: 20%;
    }
    .info_detail > div p.time {
        width: calc(80%-2rem);
    }
}


/* ==================================================
	performance_list
================================================== */

.performance_list {
	color: #5a5a5a;
	text-align: center;
	padding-top: 2rem;
}
.performance_list > li {
	padding: 1.5rem 0;
}
.performance_list > li p{ 
	text-align:left!important;
}
	
.performance_list > li:nth-child(n+2) {
	border-top: 1px dotted #999;
}
.performance_list > li img{
	max-height:60px;
}

@media screen and (min-width: 768px) {
	.performance_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.performance_list > li {
		width: 33.33333%;
		padding: 20px;
		border-right: 1px dotted #999;
	}
	.performance_list > li:nth-child(even) {
		border-right: 1px dotted #999;
	}
	.performance_list > li:nth-child(2),
	.performance_list > li:nth-child(3) {
		border-top: none;
	}
	.performance_list > li:nth-child(3n) {
		border-right: none;
	}
}
/* --------------------
hp icon icon_img 
-------------------- */
.performance_list .icon_img {
    width: auto;
    max-height: 60px;
    line-height: 60px;
	display: inline-block;
	font-size:4.5rem;
		color:#767676;
}