@charset "UTF-8";

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

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

/* tenpo_pht
===================================*/

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

#tenpo_pht h2 {
	margin-bottom: 2em;
    text-align: left;
}

#tenpo_pht p.read {
	font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 2.0;
    /*margin-bottom: 2em;*/
}

#tenpo_pht ul{
    width: 100%;
    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-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

#tenpo_pht li{
    width: 50%;
}

#tenpo_pht .photo{
    width: 100%;
    text-align: right;
    margin-top: 3em;
}

#tenpo_pht .photo img{
    max-width: 100%;
    height: auto;
}


/* tenpo_bottom
===================================*/

#tenpo_bottom {
    position: relative;
    width: 100%;
    padding: 80px 40px 80px;
    margin-top: -70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../../tenpo/images/tenpo_bg.png);
    background-repeat: repeat;
    background-position: center top;
}

#tenpo_bottom .inner{
    max-width: 1040px;
    padding-top: 0px;
    margin-bottom: 80px;
}

.tenpo_wrap{
    position: relative;
    /*width: 100%;*/
    margin-left: 100px;
    padding: 60px 0;
    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;
}

.profile {
    width: 32%;
    max-width: 320px;
    text-align: left;
    position: relative;
    margin-left: -60px;
}

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

.profile_txt {
    padding: 0px 120px 0px 0px;
    width: 66%;
    max-width: 660px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ill_ume {
    position: absolute;
    bottom: -60px;
    right: -80px;
    z-index: 11;
}

#tenpo_bottom h4{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1em;
}
/*
#tenpo_bottom p{
    margin-bottom: 2em;
}
*/
/* ggmap
===================================*/

.ggmap {
    overflow: hidden;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    height: 430px;
}
 
.ggmap iframe {
    width: 100%;
}



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

[Media Queries] smart phone : Landscape

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

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


/* tenpo_bottom
===================================*/

#tenpo_bottom {
    padding: 60px 0px;
    margin-top: -70px;
}

.tenpo_wrap{
    margin-left: 0px;
    padding: 20px 0;
}

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

.profile_txt {
    padding: 30px 30px;
    width: 100%;
}

.ill_ume {
    bottom: -60px;
    right: -60px;
    text-align: right;
}

.ill_ume img{
    max-width: 80%;
    height: auto;
}

/* ggmap
===================================*/

.ggmap {
    width: 90%;
    height: 400px;
}

} /*@mediaEnd*/








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

[Media Queries] smart phone : Portrait

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

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

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

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

#tenpo_pht p.read {
	font-size: 1.4rem;
    margin-bottom: 2em;
}

#tenpo_bottom p{
    font-size: 1.2rem;
}
    
.ill_ume {
    bottom: -40px;
    right: -30px;
    text-align: right;
}

.ill_ume img{
    max-width: 40%;
    height: auto;
}

} /*@mediaEnd*/

