@charset "utf-8";

/* ==========================================================================
   190806 Instagram
   ========================================================================== */

#gNav ul li:nth-of-type(10){
    top: -8px;
}

#gNav ul li:nth-of-type(10) p {
margin: 2px 0;
padding: 0 15px 0;
}

#gNav ul li:nth-of-type(10) img,
#gNav div.sns_aria img {
width: 100%;
max-width: 30px;
}

#gNav div.sns_aria {
display: none;
}

span.font-mini{
	font-size:0.9rem;
}

@media only screen and (max-width:640px) {
#gNav ul li:nth-of-type(11){
display: none;
}

#gNav div.sns_aria {
display: block;
width: 90vw;
margin: 1rem auto;
text-align: center;
}

}

/* ==========================================================================
   190830 Line
   ========================================================================== */

#gNav ul li:nth-of-type(10) ,
#gNav ul li:nth-of-type(11),
#gNav ul li:nth-of-type(12){
    top: -6px;
}

#gNav ul li:nth-of-type(10) p,
#gNav ul li:nth-of-type(11) p,
#gNav ul li:nth-of-type(12) p{
    margin: 2px 0;
    padding: 0 15px 0;
}

#gNav ul li:nth-of-type(11) img, #gNav div.sns_aria img {
    width: 100%;
    max-width: 30px;
    padding: 2px 0;
	margin-bottom: -3px;
}

#gNav ul li:nth-of-type(12) img, #gNav div.sns_aria img {
    padding: 6px 0 5px 0;
}

@media only screen and (max-width: 640px){
#gNav ul li:nth-of-type(11) {
    display: none;
}

/*#gNav li:nth-child(13) {
width: 100%!important;
}*/

}

.flaticon-line:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 5px;
    background: url(/common/imgs/ico_line.png);
    background-size: contain;
}

.sNav_logo{display: none;}

@media only screen and (max-width: 640px){
.sNav_logo{
display: block;
text-align: center;
margin: 15px auto;
}
}

.content_fixed{
position: fixed;
}


/* ===================================
fot_bnr_Area 共通バナーエリア
=================================== */

.fot_bnr_Area{
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
    .fot_bnr_Area p{
    margin-right:2%;
    }
    .fot_bnr_Area p:last-child{
    margin-right:0;
    }

.wrap_common_B{
   max-width: 960px; 
}
@media only screen and (max-width:640px) {
.fot_bnr_Area{
    flex-wrap: wrap;
}
    .fot_bnr_Area p{
    margin-right:0;
    margin-bottom:2%;
    }
    .fot_bnr_Area p:last-child{
    margin-right:0;
    }
    
}
@media only screen and (max-width:480px) {
    .fot_bnr_Area{
/*    flex-direction: column;*/
    text-align: center;
    }
    .fot_bnr_Area p{
    width:49%;
    margin-bottom:2%;
    }
}
.action-txt {
    background-image: url(../imgs/action-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 1rem 0;
}
.action-txt >h3 {
    font-size: 48px;
    text-align: center;
    color: #d00e3c;
}
.action-txt >h3 >span {
     font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho" !important;
}
.action-txt >h3 >span.font-large {
    font-size: 180%;
}
.action-txt >h3 >span.font-smarll {
    font-size: 60%;
}

@media only screen and (max-width:640px) {
    .action-txt {
        background-image: url(../imgs/action-bg-sp.jpg);
        width: 100%;
        padding: 1rem;
    }
    .action-txt >h3 {
        font-size: 24px;
        line-height: 1.2;
    }
}


/* 200227 TOP予約表追加 */

.top_price_wrap {
    max-width: 1165px;
    margin: auto;
    /* background-image: url(../imgs/top_price_bg.jpg); */
    /*background-size: cover;*/
    background-color: #fff;
    padding: 2rem 0;
}

.top_price_wrap >h3 {
    color: #395065;
    text-align: center;
    background-color: #fff;
    font-size: 1.6rem;
    margin:2rem auto 1rem;
}

.top_price_inner {
    max-width: 1165px;
    padding: 0 4rem;
    margin: auto;
}

.top_price_table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #666;
    word-break: break-all;
}

.top_price_table thead th {
    background-color: #EFDFAE;
    border: none;
    font-size: 1.1rem;
    text-align: center;
    padding: .3rem;
}

.top_price_table tbody td {
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #666;
    padding: .3rem;
}

.top_price_table tbody td span {
    font-size: 1rem;
}

.top_price_table tbody td >sup {
    font-size: .8rem;
}

.top_price_table tbody td >a {
    display: block;
    background-color: #AB4C67;
    text-align: center;
    font-size: 1rem;
    padding: .5rem;
    transition: .3s;
    color: #fff!important;
}

.top_price_table tbody td >a:hover {
    background-color: #E0C3C5;
}


@media only screen and (max-width:640px) {

.top_price_wrap {
    padding:0 .3rem 1rem;
}

.top_price_inner {
    font-size: .7rem;
    padding: 0;
}

.top_price_table thead th {
    font-size: .7rem;
}

.top_price_table thead th:nth-child(1) {
    min-width: 33px;
}

.top_price_table thead th:nth-child(2) {
    min-width: 30px;
}

.top_price_table tbody td:nth-child(4) {
    white-space: wrap;
}

.top_price_table thead th:nth-child(5) {
    min-width: 95px;
}

.top_price_table thead th:nth-child(6) {
    min-width: 40px;
}

.top_price_table tbody td {
    font-size: .7rem;
    padding: .1rem;
}



.top_price_table tbody td span {
    font-size: .5rem;
}

.top_price_table tbody td >sup {
    font-size: .2rem;
}

.top_price_table tbody td >a {
    font-size: .7rem;
    padding: .8rem 0;
}

.top_price_table .sp {
    display: block;
}

}
.top_price_table tbody td~.top_price {
	text-align: left;
    padding-left: .7rem!important;
}
