/****
 * uenoharakajuen.com
 */
* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: auto;
	font-weight: 400;
	font-style: normal;
    overflow-y: scroll;    /* fancybox */
}

body {
    margin: 0;
    color: #595757;
    width: 100%;
    line-height: 1.7;
    font-size: 1.2rem;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}


@media screen and (max-width: 700px) {
    body {
        font-size: 1rem;
    }
}

@media screen and (max-width: 414px) {
    body {
        line-height: 1.4;
        font-size: 0.9rem;
    }
}


img {
    max-width: 100%;
}


a, a p {
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

a:hover,
a p:hover {
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

h1 {
    font-weight: normal;
    letter-spacing: 3px;
}


hr {
    border: 1px solid #00a199;
}



/**
 * form control
 *************************************/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
    font-size: 1.1em;
    padding: 5px;
}

input[type="email"] {
    width: 400px;
}

input[type="radio"] {
    transform: scale(1.5);
    margin-right: 10px;
}

input::placeholder,
textarea::placeholder {
	color: #ccc;
}



/**
 * Common
 *************************************/
.ge_container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}

@media screen and (max-width: 1020px){
    .ge_container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
}


.aligncenter {
    text-align: center;
}
.alignright {
    text-align: right;
}

.d_block {
    display: block;
}

.txt_small {
    font-size: 0.8em;
}

.txt_big {
    font-size: 1.8em;
}

.txt_xbig {
    font-size: 2.2em;
}

.txt_xxbig {
    font-size: 3em;
}

.txtcolor_green {
    color: #00a199;
}

.txtcolor_pink {
    color: #e51373;
}
.txtcolor_black {
    color: #000;
}
.txtcolor_white {
    color: #FFF;
}

.line_up {
    line-height: 1.8;
}

.back_bright {
    background-image: url(images/back_bright.jpg);
    background-position: center top;
}

.back_bluegreen_bright {
    background-image: url(images/back_bluegreen_bright.jpg);
}
.back_green_bright {
    background-image: url(images/back_green_bright.jpg);
}
.back_blue_bright {
    background-image: url(images/back_blue_bright.jpg);
}
.back_orange_bright {
    background-image: url(images/back_orange_bright.jpg);
}

.back_bluegreen_bright,
.back_green_bright,
.back_blue_bright,
.back_orange_bright {
    background-position: center center;
}

.back_circle_yellow {
    background-image: url(images/circle_yellow.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 70px;
    min-height: 260px;
    font-size: 1.3em;
}


.cmn_green_box {
    border: 2px solid #00a199;
    background-color: #FFF;
    padding: 10px 10px 10px 55px;
    box-shadow: 7px 7px #00a199;
    width: 98%;
    font-size: 1.2em;
}

.cmn_green_box {
}


.side_box_left,
.side_box_right {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}

.side_box_left {
    margin-right: 5%;
}

@media screen and (max-width: 700px){
	.side_box_left {
        margin-right: 0;
	}
}


/*
.cmn_green_box:before {
    content: "";
    background-color: #00a199;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 10px;
    z-index: -1;
}
*/

/**
 * Head
 *************************************/
header {
    background: url(images/back_town.png) repeat-x center bottom;
    height: 580px;
    overflow: hidden;
}

header .cloud_box,
header .ge_container .headimg1,
header .ge_container .headimg2 {
    position: absolute;
}

header .cloud_box {
    width: 100%;
    height: 263px;
    background-color: #e6f6f5;
    background-image: url(images/back_cloud.png);
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
}

header .ge_container .headimg1 {
    top: -10px;
    left: 30px;
    width: 300px;
    transform: rotate(-5deg);
    z-index: 1;
}

header .ge_container .headimg2 {
    top: 50px;
    left: 310px;
    z-index: 2;
}

header .headtxt_block {
    width: 770px;
    position: relative;
    top: 200px;
}
header .headtxt_block_sp {
    display: none;
    position: relative;
    top: 200px;
    width: 90%;
    text-align: center;
}

@media screen and (max-width: 1150px){
    header .ge_container .headimg2 {
    	top: 20px;
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 850px){
    header {
        height: 750px;
    }
    header .headtxt_block {
        display: none;
    }
    header .headtxt_block_sp {
        display: block;
    }
}

@media screen and (max-width: 500px){
    header {
        height: 630px;
    }
    
    header .ge_container .headimg2 {
    	max-width: 60%;
    }
}

@media screen and (max-width: 414px) {
	header {
        height: 570px;
	}

	header .ge_container .headimg1 {
	    width: 70%;
	}
}


/**
 * main & section
 *************************************/
main {
	padding-bottom: 100px;
	overflow: hidden;
}
 
 
section {
    padding-top: 50px;
    padding-bottom: 50px;
}


#applicable {
    padding-top: 0;
    background: url(images/back_solarpanel.jpg) no-repeat center top;
    background-size: cover;
}


#applicable .box_tailbottom, 
#utilize_nighttime .box_tailbottom,
#more_costup .box_tailbottom,
#safeguard .box_tailbottom,
#conclusion .box_tailbottom,
#reason .box_tailbottom {
    position: relative;
    padding: 15px 0;
}

#applicable h1,
#utilize_nighttime h1,
#more_costup h1,
#safeguard h1,
#conclusion h1,
#reason h1 {
    color: #FFF;
    margin: 0;
}

.box_tailbottom:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00a199;
}

#more_costup .box_tailbottom:before,
#safeguard .box_tailbottom:before {
    border-top: 15px solid #0b9f61;
}
#conclusion .box_tailbottom:before {
    border-top: 15px solid #3c83c9;
}
#reason .box_tailbottom:before {
    border-top: 15px solid #d94f11;
}


#applicable .cmn_green_box {
    width: 83%;
    margin-left: 10%;
    background-image: url(images/mark_check.png);
    background-repeat:  no-repeat;
    background-position: 15px center;
    line-height: 1.5;
}

#applicable .cmn_green_box img {
    vertical-align: -15px;
}

@media screen and (max-width: 800px){
    #applicable .cmn_green_box {
        width: 97%;
        margin-left: 0;
    }
}





#sotsu_fit_exp {
    background: url(images/back_naganoshi.jpg) no-repeat bottom center;
    background-size: cover;
}

#sotsu_fit_exp .exp_box {
    width: 60%;
    line-height: 1.8;
    font-size: 0.9em;
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
    padding: 25px;
    box-shadow: 3px 3px 6px #AAA;
    background-color: #FFF;
}

#sotsu_fit_exp img {
    position: absolute;
}

#sotsu_fit_exp .img_problem {
    top: 0;
    left: 20px;
}
#sotsu_fit_exp .img_woman {
    bottom: -50px
}

@media screen and (max-width: 700px){
    #sotsu_fit_exp .img_problem {
        left: 0;
        right: 0;
        margin: auto;
    }
    #sotsu_fit_exp .img_woman {
        width: 180px;
        bottom: -160px;
    }
    #sotsu_fit_exp .exp_box {
        width: 80%;
        margin-top: 80px;
        margin-bottom: 110px;
        /*margin: 80px auto 0;*/
    }
}

@media screen and (max-width: 414px){
    #sotsu_fit_exp .exp_box {
        width: 100%;
	}
}


#simulation {
    padding-top: 20px;
    background: url(images/back_town_big.png) repeat-x center bottom;
}

#simulation .sim_container {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}

#simulation .sim_container div {
    display: inline-block;
    width: 40%;
    padding: 10px 20px;
    vertical-align: top;
}

#simulation .sim_container select {
    width: 100%;
    font-size: 1.4em;
    padding: 5px;
}

#simulation .sim_result {
	background-color: #FFF;
    border: 2px solid #00a199;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 1.2em;
    display: none;
}

#simulation .sim_result .r_orange {
	color: #e35927;
	font-size: 1.6em;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
}

#simulation .sim_result b {
	font-size: 1.4em;
}

@media screen and (max-width: 1020px){
    #simulation .sim_container {
        width: 100%;
    }
    #simulation .sim_container div {
        width: 45%;
    }
}

@media screen and (max-width: 650px){
    #simulation .sim_container div {
        display: block;
        width: 100%;
    }
}


#no_merit {
    padding: 0;
}

#no_merit .ge_container {
    padding: 80px 20px;
}

#no_merit .ge_container {
    background: url(images/woman_shock.png) no-repeat right bottom;
    background-size: 350px auto;
}


#no_merit .txt_shock {
    display: inline-block;
    height: 100%;
    font-size: 2.8em;
    color: #FFF;
    line-height: 1.5;
}

@media screen and (max-width: 900px){
    #no_merit .txt_shock {
        text-shadow: 2px 2px 5px rgba(0,0,0,.5);
    }
}
@media screen and (max-width: 560px){
    #no_merit .txt_shock {
        font-size: 2.3em;
    }
}


#energy_shift,
#utilize_nighttime,
#safeguard .preparation {
    background: url(images/back_green_stream.jpg) repeat-y center top;
    background-size: 100% auto;
}


#energy_shift .cmn_green_box {
	font-size: 1.8em;
	padding-left: 10px;
}

#energy_shift .solarpanel_asset {
    margin-top: 50px;
    width: 70%;
}

@media screen and (max-width: 700px){
    #energy_shift .solarpanel_asset {
        width: 90%;
    }
}




.cont_border_box {
    width: 80%;
    background-color: #FFF;
    padding-top: 10px;
    border: 1px solid #b4b4b5;
}

@media screen and (max-width: 800px){
    .cont_border_box {
        width: 90%;
    }
}

@media screen and (max-width: 500px){
    .cont_border_box {
        width: 99%;
    }
}


#more_costup {
    background-image: url(images/back_fossilfuel.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 950px;
    padding-top: 0;
    padding-bottom: 0;
}

#more_costup > div {
    background-image: url(images/back_worldmap.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

#more_costup .ecoearth {
    padding-bottom: 50px;
}


#utilize_nighttime .back_circle_yellow,
#more_costup .back_circle_yellow {
	text-align: center;
}

#utilize_nighttime .unit_cost {
	position: relative;
	padding-top: 30px;
}

#utilize_nighttime .down_arrow {
	position: absolute;
	top: -100px;
	right: 1%;
	
}



@media screen and (max-width: 700px){
    #more_costup {
        background-size: 100% 850px;
    }
    
	#utilize_nighttime .back_circle_yellow,
	#more_costup .back_circle_yellow {
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	#utilize_nighttime .back_circle_yellow br {
		display: none;
	}
}

@media screen and (max-width: 580px){
	#utilize_nighttime .down_arrow {
		max-width: 20%;
	}
	
}



#safeguard,
#conclusion,
#reason {
    padding-top: 0;
}

@media screen and (max-width: 1020px){
    #more_costup .side_box_left,
    #safeguard .side_box_left {
        width: 100%;
        margin-right: 0;
    }
    #more_costup .ecoearth img,
    #safeguard .disaster img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


#safeguard {
    padding-bottom: 0;
}

#safeguard .disaster {
    background: url(images/back_blackout.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 30px;
}

#safeguard .preparation {
    text-align: center;
    padding-bottom: 50px;
}

#safeguard .preparation_cont {
    width: 80%;
    text-align: left;
}


#conclusion .conclusion_cont {
    border: 2px solid #00a199;
    padding: 20px 15% 20px 5%;
    margin-bottom: 80px;
	width: 80%;
    font-weight: bold;
}

#conclusion .img_battery {
	position: absolute;
	right: 0;
	bottom: -80px;
	max-width: 35%;
}


#conclusion .mottainai {
    background: url(images/back_earth.jpg) no-repeat center top;
    background-size: cover;
}

#conclusion .mottainai .ge_container {
    padding-top: 50px;
}

#conclusion .mottainai .side_box_right p {
    line-height: 1.3;
}

@media screen and (max-width: 1020px){
    #conclusion .mottainai .side_box_left,
    #conclusion .mottainai .side_box_right {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}



#omakase {
    background: url(images/back_leaf.jpg) no-repeat right bottom;
}

#omakase .intro {
    width: 90%;
}

@media screen and (max-width: 900px){
    #omakase .intro {
        width: 100%;
    }
}
@media screen and (max-width: 700px){
    #omakase .photo_onda_box {
        text-align: center;
    }
    #omakase .photo_onda_box img {
        max-width: 250px;
    }
}




#reason {
    background: url(images/back_solarpanel2.jpg) no-repeat center top;
    background-size: cover;
}

#reason .pv_planner {
    background-color: #c8bb9b;
    padding: 20px;
}

#reason .pv_planner b {
    color: #604c3f;
}


.philosophy {
    list-style: none;
    background-color: #FFF;
    padding: 20px 10px 20px 25px;
    font-size: 0.9em;
}
.philosophy li  {
    margin-left: 1em;
    color: #dc2526;
}
.philosophy li::before  {
    content: "１、";
    margin-left: -2em;
}


@media screen and (max-width: 700px){
    #reason .side_box_left {
        width: 100%;
    }
    
}

@media screen and (max-width: 700px){
	#reason .copy_activities {
		font-size: 1.6em;
	}
}

#clean_life {
    background: url(images/back_leaf_flow.jpg) no-repeat center center;
}




#contact_form_sec {
    background: url(images/back_bright_gray.jpg) no-repeat center top;
    background-size: cover
}

#contact_form_sec form {
    width: 80%;
    margin-top: 50px;
}

@media screen and (max-width: 900px){
	#contact_form_sec form {
	    width: 100%;
	}
}

#contact_form_sec ul {
    list-style: none;
}

#contact_form_sec ul li {
    margin-bottom: 20px;
}

#contact_form_sec ul li span {
    display: inline-block;
    width: 200px;
    background-color: #00a199;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
    border-radius: 10px;
    color: #FFF;
    vertical-align: top;
}

#contact_form_sec ul li .err_msg {
	margin: 5px 0 0 220px;
	padding-left: 10px;
	background-color: #f43737;
	color: #FFF;
	font-size: 0.9em;
}

#contact_form_sec .send_msg {
	text-align: center;
	color: #f43737;
	font-weight: bold;
	padding: 0;
}

#contact_form_sec .send_msg.success {
	color: #3cb371;
}

#contact_form_sec .loading {
	display: none;
	padding: 0;
}



#contact_form_sec ul li label {
    margin-right: 20px;
    font-size: 1.1em;
}

@media screen and (max-width: 750px){
	#contact_form_sec ul {
	    padding: 0;
	}
	#contact_form_sec ul li {
	    margin-bottom: 20px;
	}
	#contact_form_sec ul li span {
	    display: block;
	    width: 100%;
	    text-align: left;
	    padding: 0;
	    margin-bottom: 5px;
	    background-color: transparent;
	    border-radius: 0;
	    border-bottom: 3px solid #00a199;
	    color: #000;
	    font-weight: bold;
	}
	#contact_form_sec input[name="inp_name"],
	#contact_form_sec input[name="inp_tel"],
	#contact_form_sec input[name="inp_mail"],
	#contact_form_sec textarea {
		width: 100%;
	}
	#contact_form_sec ul li label {
		font-size: 1.3em;
	}
	
	#contact_form_sec ul li .err_msg {
		margin-left: 0;
	}
	
}




#information .img_logo {
	max-width: 50%;
}



#sdgs > img {
	max-width: 100%;
	height: 11px;
}

#sdgs .ge_sdgs {
	width: 80%;
	background: url(images/photo_ge_sdgs.jpg) no-repeat right top;
	background-size: contain;
	margin: 50px auto;
	padding: 20px 0;
}

#sdgs .ge_sdgs p {
	width: 50%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	#sdgs .ge_sdgs {
		width: 100%;
		margin: 30px auto;
	}
}
@media screen and (max-width: 600px) {
	#sdgs .ge_sdgs {
		background: url(images/photo_ge_sdgs.jpg) no-repeat right bottom;
		background-size: 75%;
		padding-bottom: 50%;
		margin: 15px auto;
	}
	
	#sdgs .ge_sdgs p {
		width: 100%;
		text-align: left;
	}
	#sdgs .ge_sdgs p br {
		display: none;
	}
}





/**
 * fix Contact
 *************************************/
#fix_contact {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: url(images/back_orange_bright.jpg);
    color: #FFF;
    font-size: 0.8em;
    letter-spacing: -1px;
    box-shadow: -1px -1px 3px rgba(0,0,0,.3);
    border-radius: 20px 20px 0 0;
}

#fix_contact a {
    display: block;
    background-color: #FFF;
    padding: 3px 3px 0;
}

#fix_contact picture {
    line-height: 0;
}

@media screen and (max-width: 960px){
    #fix_contact {
        width: 100%;
        padding: 5px;
    }
    #fix_contact a {
        display: inline-block;
        padding: 0;
    }
}



/**
 * br control
 *************************************/
.br600on,
.br900on {
    display: none;
}

.br600off {
	display: inline;
}


@media screen and (max-width: 900px){
    .br900on {
        display: inline;
    }
}
@media screen and (max-width: 600px){
    .br600on {
        display: inline;
    }
    .br600off {
        display: none;
    }
}



/**
 * Structure
 *************************************/

.m_auto {
    margin-left: auto;
    margin-right: auto;
}
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb100 {
    margin-bottom: 100px;
}

.pt30 {
    padding-top: 30px;
}

.w20 {
    width: 20%;
}
.w30 {
    width: 30%;
}
.w60 {
    width: 63%;
}
.w70 {
    width: 70%;
}

@media screen and (max-width: 700px){
    .w20,.w30,.w60,.w70 {
        width: 100%;
    }
}






/**
 * Animate keyframes
 *************************************/
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(15px, 0);
        transform: translate(15px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(15px, 0);
        transform: translate(15px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


@-webkit-keyframes poyon {
	0%  { transform: scale(0.9, 0.9); }
	5%  { transform: scale(0.6, 0.6); }
	45% { transform: scale(1.2, 1.2); }
	60% { transform: scale(0.9, 0.9); }
	85% { transform: scale(1.1, 1.1); }
	100% { transform: scale(1, 1); }
}


@keyframes poyon {
	0%  { transform: scale(0.9, 0.9); }
	5%  { transform: scale(0.6, 0.6); }
	45% { transform: scale(1.2, 1.2); }
	60% { transform: scale(0.9, 0.9); }
	85% { transform: scale(1.1, 1.1); }
	100% { transform: scale(1, 1); }
}

@-webkit-keyframes slideInUp_headcatch {
    0% {
        -webkit-transform: translate(0, 20%);
        transform: translate(0, 20%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        opacity: 1;
    }
}




.ani_poyon {
	-webkit-animation: poyon .9s ease-out;
	animation: poyon .9s ease-out;
	transform-origin: 50% 50%;
}

.ani_delay1 {
	animation-delay: 1s;
}

.ani_delay2 {
	animation-delay: 2s;
}




.slideInUp {
    -webkit-animation: slideInUp_headcatch 1.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation: slideInUp_headcatch 1.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    opacity: 1;
}


.lets_show {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1.3s ease-out;
    opacity: 1;
}

