@charset "UTF-8";

/* main_visual
======================================================================*/

#main_visual {
    width: 100%;
    height: 280px;
    position: relative;
    z-index: 1;
    background-image: url(../../unagi/images/MainVisual.png);
    background-position: center center;
    background-size: cover;
    transition: all 0.25s ease-out;
}

#main_visual h2 {
    position: absolute;
    top: 30px;
    left: 90px;
    z-index: 11;
    transition: all 0.25s ease-out;
}

#main_visual h2 img {
	max-width: 100%;
    height: auto;
    transition: all 0.25s ease-out;
}

#main_visual p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all 0.25s ease-out;
    text-align: center;
}

#main_visual p img {
	max-width: 100%;
    height: auto;
    transition: all 0.25s ease-out;
}

/* message
===================================*/

#message {
	width: 100%;
	position: relative;
}

#message .inner{
	padding-top: 4em;
}

#message h3{
    text-align: left;
    margin-bottom: 1em;
    transition: all 0.25s ease-out;
}

#message p{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    transition: all 0.25s ease-out;
    line-height: 1.6;
}

#message ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin-top: 3em;
}

#message li {
	width: 48%;
}

#message li img{
	max-width: 100%;
    height: auto;
}

/* kodawari
===================================*/

#kodawari {
	width: 100%;
	position: relative;
}

#kodawari .inner{
	padding-top: 4em;
}

#kodawari h4{
    text-align: left;
    background-color: #9A7732;
    padding: 4px 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 1em;
}

#kodawari ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#kodawari li {
	width: 23%;
}

#kodawari li:last-child {
	width: 46%;
}

#kodawari p.mark{
    float: left;
    margin-right: 10px;
}

#kodawari p.caption{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: justify;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 0rem;
}

#kodawari p.caption img.f_right{
    float: right;
    margin-left: 10px;
}

@media only screen and (min-width:1px) and (max-width:480px){
#kodawari p.caption img.f_right{
    float: none;
    margin-left: 0px;
    margin-bottom: 10px;
    display: block;
}
}




/* menu_wrap
===================================*/

#menu_wrap{
    width: 100%;
    position: relative;
    margin-bottom: 4em;
}

#menu_wrap .inner{
    padding-top: 4em;
    /***** flex
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    *****/
}

#menu_wrap h4{
    text-align: left;
    background-color: #9A7732;
    padding: 4px 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 1.5em;
}

.menu_inside{
    /***** flex *****/
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.menu_inside p.caption{
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.menu_col{
    /*width: 46%;*/
    width: 48%;
}

/*** menu_L ***/

.menu_L {
    /*width: 43%;*/
    width: 100%;
    margin-bottom: 3em;
}

.menu_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items : flex-start;
    align-items : flex-start;
}
/*
.Left_col{
    width: 10%;
    border-right: 1px solid #9A7732;
}*/
.menu_L h5{
    /*min-width: 30px;*/
    width: 9%;
    text-align: left;
    /*min-height: 492px;*/
}

.menu_L table.menu{
    /*width: 80%;*/
    width: 91%;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 1px solid #9A7732;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_L table.menu th,
.menu_L table.menu td{
    padding-left: 10px;
    padding-bottom: 7px;
    vertical-align: top;
}

.menu_L table.menu th{
    text-align: left;
}

.menu_L table.menu th span{
    font-size: 1.2rem;
}

.menu_L table.menu th span.gold,
.menu_L table.menu th span.gold-2{
    font-size: 1.0rem;
    background-color: #8c7128;
    color: #FFFFFF;
    border-radius: 50vh;
    padding: 1px 5px;
}
@media only screen and (min-width:1px) and (max-width:480px){
.menu_L table.menu th span.gold-2{
    display: inline-block;
}
}

.menu_L table.menu td{
    text-align: right;
}

/*** menu_R ***/

.menu_R {
    /*width: 48%;*/
    width: 100%;
}

.menu_R ul{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.menu_R li{
    width: 48%;
    margin-bottom: 20px;
}

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

.menu_R li .thumb{
    text-align: right;
}

.menu_R li p{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: right;
    margin-top: 5px;
}

.menu_R li.osusume{
    width: 100%;
    text-align: right;
    position: relative;
}

.menu_R li .tate_osusume{
    position: absolute;
    top: -10px;
    left: 0;
}

.menu_R li.osusume .thumb{
    overflow: hidden;
    max-width: 340px;
    margin-left: auto;
}

.menu_R li.osusume p{
    text-align: justify;
    line-height: 1.5;
}

.menu_R li.osusume2{
    width: 100%;
    text-align: right;
    position: relative;
}

.menu_R li.osusume2 .thumb{
    overflow: hidden;
    max-width: 340px;
    margin-left: auto;
}

.menu_R li.osusume2 img{
    float: left;
    margin-right: 20px;
    max-width: 170px;
    height: auto;
}

.menu_R li.osusume2 p{
    font-size: 1.1rem;
    letter-spacing: 0;
    text-align: justify;
    line-height: 1.4;
    overflow: hidden;
    margin-top: 0px;
}



/* btm_yoyaku
===================================*/

#btm_yoyaku {
	width: 100%;
	position: relative;
}

#btm_yoyaku .inner{
    padding-top: 4em;
    padding-bottom: 8em;
}

#btm_yoyaku h4{
    text-align: left;
    background-color: #9A7732;
    padding: 4px 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 1em;
}

#btm_yoyaku ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
     -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: left; 
    justify-content: left;
}

#btm_yoyaku li {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.0;
    margin-right: 20px;
}

#btm_yoyaku li:last-child {
	margin-right: 0px;
}

#btm_yoyaku li.tel_txt{
    margin-right: 10px;
}

#btm_yoyaku li.tel_num{
    font-size: 2.8rem;
    margin-right: 20px;
}

#btm_yoyaku li.mobile_txt{
    font-size: 1.2rem;
    margin-right: 10px;
}

#btm_yoyaku li.mobile_num{
    font-size: 2.0rem;
}



/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

/* main_visual
===================================*/

#main_visual h2 {
    top: 20px;
    left: 20px;
}

    
/* message
===================================*/

#message .inner{
	padding-top: 3em;
}

#message h3{
    font-size: 2.0rem;
    font-weight: 700;
}

#message p{
    font-size: 1.6rem;
}

#message li {
	width: 100%;
    text-align: left;
    margin-bottom: 2em;
}

#message li:last-child{
    margin-bottom: 0em;
}
    
    
/* kodawari
===================================*/

#kodawari li {
	width: 100%;
    margin-bottom: 1em;
}

#kodawari li:last-child {
	width: 100%;
    margin-bottom: 0;
}

/* menu
===================================*/

#menu_wrap .inner{
    padding-top: 3em;
}

#menu_wrap h4{
    padding: 4px 8px;
    font-size: 1.2rem;
}

.menu_col{
    width: 100%;
    margin-bottom: 3em;
}
    

/*** menu_L ***/

.menu_L {
    width: 100%;
    margin-bottom: 2em;
}

.menu_box{
    /*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
    -webkit-align-items: stretch;
    -ms-align-items : stretch;
    align-items : stretch;
}
    
.menu_L h5{
    width: 10%;
    min-height: auto;
}

.menu_L h5 img{
    max-width: 80%;
}

.menu_L table.menu{
    width: 85%;
    font-size: 1.4rem;
}
    
/*** menu_R ***/

.menu_R {
    width: 100%;
}
    
.menu_R li p{
    font-size: 1.2rem;
    margin-top: 5px;
}


/* btm_yoyaku
===================================*/

#btm_yoyaku h4{
    padding: 4px 8px;
    font-size: 1.2rem;
}

#btm_yoyaku li {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}

#btm_yoyaku li:last-child {
    margin-bottom: 0px;
}

#btm_yoyaku li p.tel{
    font-size: 2.4rem;
    margin-right: 20px;
    margin-bottom: 5px;
}

#btm_yoyaku li p.tel span{
    font-size: 1.4rem;
}

#btm_yoyaku li p.mobile{
    font-size: 1.8rem;
}

#btm_yoyaku li p.mobile span{
    font-size: 1.2rem;
}

#btm_yoyaku li p a{
    color: #333333;
}

#btm_yoyaku li p a:hover{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
    
} /*@mediaEnd*/








/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){

/* main_visual
===================================*/

#main_visual {
    height: 240px;
}

/* message
===================================*/

#message p{
    font-size: 1.4rem;
}

 /* menu
===================================*/

#menu_wrap h4{
    margin-bottom: 2em;
}

/*** menu_L ***/
    
.menu_L table.menu{
    /*width: 85%;*/
    font-size: 1.3rem;
}

.menu_L table.menu td{
    white-space: nowrap;
}

.menu_L table.menu th span{
    font-size: 1.1rem;
}
    
.menu_L table.menu th span.caption{
    font-size: 1.0rem;
}


/*** menu_R ***/
    
 .menu_R li.osusume .thumb{
    width: 80%;
}

 .menu_R li.osusume2 .thumb{
     width: 80%;
     text-align: left;
}
    
.menu_R li.osusume2 img{
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    max-width: 100%;
}

.menu_R li.osusume2 p{
    font-size: 1.2rem;
    line-height: 1.5;
}
    
/* btm_yoyaku
===================================*/
/*
#btm_yoyaku ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#btm_yoyaku li {
	margin-right: 0px;
    margin-bottom: 20px;
}

#btm_yoyaku li:last-child {
	margin-right: 0px;
    margin-bottom: 0px;
}
*/

} /*@mediaEnd*/

