@charset "UTF-8";

/* contents
======================================================================*/

#contents.soba .inner{
	max-width: 1160px;
    padding: 80px 40px 0px;
}

/* soba_pht
===================================*/

#soba_pht {
    width: 100%;
    position: relative;
    z-index: 2;
}

#soba_pht h2 {
    padding-bottom: 2em;
	margin-bottom: 2em;
    text-align: left;
    position: relative;
    z-index: 11;
}

#soba_pht h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: inline-block;
    width: 560px;
    height: 1px;
    background-color: #254e34;
}

#soba_pht p.read {
	font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 2.0;
    margin-bottom: 1em;
}

#soba_pht p.sub {
	font-size: 1.2rem;
}

#soba_pht 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;
    position: relative;
}

#soba_pht li{
    width: 48%;
    max-width: 480px;
    margin-bottom: 2em;
}

#soba_pht li.main{
    max-width: 560px;
    width: 56%;
    margin-bottom: 0em;
}

#soba_pht li.main img{
    max-width: 100%;
    height: auto;
}


/* soba_bottom
===================================*/

#soba_bottom {
    position: relative;
    width: 100%;
    padding: 280px 40px 80px;
    margin-top: -140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../../soba/images/soba_bg.png);
    background-repeat: repeat;
    background-position: center top;
}

.soba_wrap{
    position: relative;
    width: 100%;
    max-width: 1060px;
    /*padding: 40px;*/
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*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;
}

.oshinagaki {
    width: 48%;
    max-width: 480px;
    text-align: left;
    position: relative;
    margin-top: -40px;
    margin-left: -40px;
}

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

.oshinagaki_txt {
    padding: 40px 30px;
    width: 56%;
    max-width: 560px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.soba_ill {
    position: absolute;
    top: -100px;
    right: 30px;
    z-index: 11;
}

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

#soba_bottom p{
    margin-bottom: 2em;
}



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

[Media Queries] smart phone : Landscape

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

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


/* soba_pht
===================================*/

#soba_pht li{
    width: 100%;
}

#soba_pht li.main{
    width: 100%;
}


/* soba_bottom
===================================*/

.oshinagaki {
    width: 100%;
    margin-top: -20px;
    margin-left: -20px;
}

.oshinagaki_txt {
    width: 100%;
}

} /*@mediaEnd*/








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

[Media Queries] smart phone : Portrait

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

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

#contents.soba .inner{
    padding: 100px 40px 0px;
}

#soba_pht h2 img{
	max-width: 90%;
    height: auto;
}

#soba_pht p.read {
	font-size: 1.4rem;
}

#soba_bottom p{
    font-size: 1.2rem;
}
    
} /*@mediaEnd*/

