<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


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

/* ---------- COMMON ---------- */


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*お知らせテキストの背景色*/
div#belowmenu_attention_text{
    background: #00ACA8;    
}
/**/


#content_bg{
    background: #00ACA8;
    padding-top: 10px;
}

#content.kotatsu{
    max-width: inherit;
}

.kotatsu {
    margin-bottom: 50px;
}

.kotatsu img{
    max-width: 100%;
    height: auto;
}

.kotatsu .panel{
}

.kotatsu .main{
    width: 1260px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.kotatsu .main img{
    margin: 0 auto;
}

.kotatsu section{
    position: relative;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    background: #FFF;
    border: 4px solid #231815;
}

.inner{
    padding: 0 30px;
}
.inner.txtFront{
    position: relative;
}

.kotatsu section .ko_title{
    position: absolute;
    top:-25px;
    left: 25px;
}

.kotatsu section .copy{
    margin: 50px 0 15px;
    font-size: 2em;
    font-weight: bold;
    color: #00ACA8;
}

.kotatsu section .read{
    line-height: 200%;
    font-weight: bold;
}


.kotatsu section .menberWrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.kotatsu section .menberWrap dl{
    width: 30%;
    font-size: 0.85em;
    line-height: 150%;
}

.kotatsu section .menberWrap dl img.teisyu{
    width: 136px;
    margin-bottom: 16px;
}

.kotatsu section .menberWrap dl img.josyu{
    width: 80px;
    margin-bottom: 16px;
}

.kotatsu section .menberWrap dl img.sikai{
    width: 39px;
    margin-bottom: 16px;
}

.kotatsu section .menberWrap dl dt{
    display: flex;
    margin-bottom: 17px;
}

.kotatsu section .menberWrap dl dt img{
    width: 42.96%;
}

.kotatsu section .menberWrap dl dt div{
    margin-left: 6.6%;
    font-weight: bold;
}

.kotatsu section .menberWrap dl dt div.sikai{
    margin-left: 0;
}

.kotatsu section .menberWrap dl dt p.name{
    font-size: 1.4em;
    margin-bottom: 15px;
}

.kotatsu section .menberWrap dl dd{
}

/*sec01*/

.kotatsu section.sec01 .menu01 {
    width: 534px;
    margin: 40px 0 33px;
}

.kotatsu section.sec01 .menu02 {
    width: 530px;
    margin: 15px 0 33px;
}

.kotatsu section.sec01 .bg_g{
    background: #F9F9F9;
}

.kotatsu section.sec01 .bg_y{
    background: #FFF57F;
    padding-top: 30px;
}


.kotatsu section.sec01 .bgImg01{
    position: absolute;
    display: block;
    top:-12px;
    right: 35px;    
}

.kotatsu section.sec01 .bgImg02{
    position: absolute;
    display: block;
    bottom:-19px;
    right: 2px;    
}

/*sec02*/

.kotatsu section.sec02{
    margin-top: 55px;
}

.kotatsu section.sec02 .bgImg01{
    position: absolute;
    display: block;
    top:-17px;
    right: 25px;    
}

.kotatsu section.sec02 .bgImg02{
    position: absolute;
    display: block;
    bottom:-50px;
    right: 35px;    
}

.kotatsu section.sec02 .contents{
    margin: 45px 0 65px;
}


.kotatsu section.sec02 .shops{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.kotatsu section.sec02 .shops .shop{
    margin: 25px 0;
    margin-right: 5%;
    width:30%;
}
.kotatsu section.sec02 .shops .shop:nth-child(3n){
    margin-right: 0;
}
.kotatsu section.sec02 .shops .shop .cate{
    display: inline-block;
    margin-bottom: 10px;
    padding:4px 8px;
    background: #FFF57F;
    font-weight: bold;
    border: 2px solid #000;
}
.kotatsu section.sec02 .shops .shop img{
    padding:0 0 10px 10px;
    float: right;
    max-width: 40%;    
}
.kotatsu section.sec02 .shops .shop .name{
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
}
.kotatsu section.sec02 .shops .shop .title{
    margin-bottom: 8px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
}
.kotatsu section.sec02 .shops .shop .text{
    font-size: 0.9em;
    line-height: 1.4;
}
.kotatsu section.sec02 .shops .shop .note{
    margin-top:10px;
    text-align: right;
}
.kotatsu section.sec02 .shops .shop .note span{
    display: inline-block;
    padding:4px 8px;
    font-size:0.9em;
    color: #FFF;
    background: #000;
}


/*sec03*/

.kotatsu section.sec03{
    margin-top: 90px;
    
}

.kotatsu section.sec03 .menuP{
    margin: 20px 0 38px;    
}

.kotatsu .info{
    color: #FFF;
    text-align: center;
    line-height: 200%;
    margin: 40px 0;
}

.kotatsu .info a{
    color: #FFF;    
}


.pc{
	display:block;
}
.sp{
	display:none;
}

/* ---------- SP ---------- */

@media only screen and (max-width: 640px) {

    /*common*/    
    .kotatsu {
        margin-bottom: 20px;
    }
    

	
    /*メニュー下背景*/
    #navigatorWrap{
        background: #00ACA8;
        }
    /*メニュー下背景*/


    .kotatsu section {
        width: 92%;
    }

    .inner {
        padding: 0 5%;
    }

    .kotatsu section.sec01 .ko_title {
        width: 70%;
        top: -22px;
        left: 10px;
    }

    .kotatsu section.sec01 .bgImg01 {
        top: 8px;
        right: -15px;
        width: 35%;
    }

    .kotatsu section.sec01 .bgImg02 {
        bottom: -35px;
        right: -15px;
        width: 37%;
    }

    .kotatsu section .copy {
        margin: 60px 0 15px;
        font-size: 1.5em;
        line-height: 140%;
        }

    .kotatsu section.sec01 .menu01 {
        width: 100%;
        margin: 30px 0 30px;
    }

    .kotatsu section.sec01 .menu02 {
        width: 100%;
        margin: 0 0 30px;
    }


    .kotatsu section .menberWrap {
        flex-direction: column;
        padding-bottom: 0;
        }

    .kotatsu section .menberWrap dl {
        width: 100%;
        margin-bottom: 33px;
    }


    .kotatsu section.sec01 .bg_g {
        padding-top: 30px;
    }

    .kotatsu section .menberWrap dl img.teisyu {
        width: 50%;
    }

    .kotatsu section .menberWrap dl img.josyu {
        width: 30%;
    }    

    .kotatsu section .menberWrap dl img.sikai {
        width: 14%;
    }


    .kotatsu section.sec02 {
        margin-top: 75px;
    }

    .kotatsu section.sec02 .ko_title {
        top: -22px;
        left: 4%;
        width: 92%;
    }
        
    .kotatsu section.sec02 .bgImg01 {
        top: 25px;
        right: -20px;
        width: 90px;
    }

    .kotatsu section.sec02 .bgImg02 {
        bottom: -8%;
        right: 25%;
        width: 47%;
    }


    .kotatsu section.sec02 .shops{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .kotatsu section.sec02 .shops .shop{
        margin: 25px 0;
        margin-right: 0;
        width:100%;
    }
    .kotatsu section.sec02 .shops .shop:nth-child(n+2){
        margin-top: 0;
        padding-top:25px;
        border-top:1px dotted #000;
    }
    .kotatsu section.sec02 .shops .shop .cate{
        font-size: 0.9em;
    }
    .kotatsu section.sec02 .shops .shop .name{
        margin-bottom: 10px;
        font-size: 1.15em;
    }
    .kotatsu section.sec02 .shops .shop .title{
        margin-bottom: 8px;
        font-size: 1em;
        line-height: 1.5;
    }
    .kotatsu section.sec02 .shops .shop .text{
        font-size: 0.9em;
        line-height: 1.5;
    }
    .kotatsu section.sec02 .shops .shop .note{
        font-size: 0.9em;
    }

       
    .kotatsu section.sec03 {
        margin-top: 120px;
    }

    .kotatsu section.sec03 .ko_title {
        top: -30px;
        left: 4%;
        width: 84%;
    }


    .kotatsu .info{
        text-align: left;
    }

	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
    
}/*sp end*/

</pre></body></html>