@charset="utf-8";

/*共通のCSS*/

.no-deco {
    list-style: none;
}

.navbar {
   display: inline-block;
    color: white;
    text-align: center;
}

.list-menu {
    display: inline-block;
    padding: 15px 25px;
    text-align: right;
    color: white;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #585858;

}




p {
    color: white;
    font-size: 14px;
}

li, li > a {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

li > a > span {
    font-size: 14px;
    font-weight: 100;
}

.underline {
    border-bottom: 1px solid #585858;
    padding: 15px 0;
}



/* headerエリアのCSS */

.nav-en {
    color: #585858;
}

.list-menu:hover{
    border-bottom: 1px solid red;
}

.navdefault:hover {
    color: white;
    text-decoration: none;
}


/*トップバナー*/
.topbana {
    width: 100%;
    height: auto;
}

#map {
	width: 700px;
	height: 400px;
}


/*first-contents*/
.first-contents {
    margin-top: 70px;
}

.text1 {
    font-size: 150%;
    padding: 10px 0 0px 0;
}



.text2 {
    font-size: 25px;
    padding: 20px 0 30px 0;
}

.text3 {
    font-size: 17px;
}

.text4{
	font-size: 12px;
	color: #ffffff;
	}
	
span.style01{
	font-size: 12px;
	color: #ffffff;
	}



/*second-contents*/

.h2bana {
    margin-top: 70px;
    margin-bottom: 0;
    text-align: center;
}

.nabe-menu {
    padding: 15px;
}

.price {
    color: #FACC2E;
    font-size: 40px;
    font-wight: bold;
    text-align: right;
}

.nabe-text {
    background-color: #FE2E64;
    padding: 10px;
    margin: 10px 0;
}

/*third-contents*/

.menu-list {
    background-color: black;
    padding: 25px 40px;
}

ul.menu-list ul{
    margin: 0;
    padding:0;
}

ul.menu-list li{
	line-height:3em;
    border-bottom: 1px solid grey;
}

ul.menu-list li.bono{
	line-height:3em;
    border-bottom: 0px solid grey;
}


ul.menu-list li.style{
	clear:both;
}

ul li.selected{
    border-bottom: 1px solid red;
}


.menu-item {
    border-bottom: 1px solid grey;
    padding: 7px 0;
    padding-left: 7px;
}


img.parts{width: 50%;}




/*フッター*/
footer {
    margin-top: 0;
}

.footerlist-menu {
    display: inline-block;
    padding: 15px 25px;
    text-align: right;
    color: white;
    width: auto;
    text-align: center;
}

.footerlist-menu:hover {
    border-bottom: 1px solid red;
}
.footerlist-menu ul li.selected{
    border-bottom: 1px solid red;
}


.list-border {
    display: inline-block;
    color: #B3B1B1;
    font-size: 30px;
}

.up {
    color: #E6E6E6;
    float: right;
    margin: 30px 10px;

}

.tel {
    color: #E6E6E6;
    float: right;
    margin: 30px 10px;

}

.Gmap {
    background-color: #01DFD7;
    width: 300px;
    border-radius: 50px;
    padding: 5px 10px;
    margin-left: 5px;
}

.bo{margin-bottom: 0px;}


.square:before {
    font-family: "Font Awesome 5 Free";
	content: '\f14a';
}

p.copyright{font-size: 10px;}


/* break point ---------------------------------------------------------------*/
/*モバイル、タブレット表示用CSS*/
@media screen and (min-width: 768px){
    .pc-only{
        display:none;!important
    }
	
}

@media screen and (min-width: 768px){
    .mobile-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
/*    img.logo{width:50%;}*/


    #wrap {
        padding: 0 40px;
    }

    .list-menu {
    border-right: 1px solid grey;
    display: inline-block;
    padding: 15px 40px;
    text-align: right;
    color: white;
    width: auto;
    text-align: center;

    }
  

}

@media screen and (min-width: 768px){
    p {
        font-size: 19px;
    }

    img {
        width: 100%;
    }

    .image-center {
        text-align: center;
        padding-top: 20px;
    }

    .text {
    margin-bottom: 20px;
    padding: 0 100px;
    }
	
	
    .nabe-menu {
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
    }

    .border {
        border-bottom: 3px solid grey;
        margin: 70px 30px 20px 40px;
    }

    .h2bana {
        width: ;
    }

    .footerlist-menu {
    display: inline-block;
    padding: 0 45px;
    color: white;
    width: auto;
    text-align: center;
    }
	
	 
	
}

@media screen and (max-width: 767px){
    .mobile-none {
        display: none;
    }
	.text3 {
    margin-bottom: 70px;
 }

    .text4{
	font-size: 12px;
	color: #ffffff;
	}

.logo_left{
	float:left;
	padding:10px;
	}

.logo_tel{
	float:right;
	padding:10px 10px 0px 0;
	}

span.style01{
	font-size: 12px;
	color: #ffffff;
	}

}

/*PC表示向けCSS*/
@media screen and (min-width: 960px){
    img {
        width: 100%;
    }


    .third-contents {
        background: url("") no-repeat;
    }

    .h2bana {
        width: ;
    }

    #telnone {
        display: none;
    }

    #upnone {
        display:none;
    }
}

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

@media screen and (min-width: 960px){
    .pc-none {
        display: none;
    }
    .mobile-none {
        display: block;
    }
}



