/*
Template:onepress
Theme Name:op-b01
*/
@import url('../onepress/style.css');
/*------------------------------------------------header-----*/
.site-branding{
	max-width: 261px;
	width: 70%;
}
.page-header{
	background-color: #165829;
	color: #fff;
}
/*------------------------------------------------slideshow--*/
.hero-slideshow-wrapper{
	max-width: 1110px;
	margin: auto;
	overflow: visible;
}
.hero-slideshow-wrapper:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100vw;
	height: 100%;
	display: block;
	background-image: url(/wp-content/uploads/init/howto_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -999999;
}
/*-----------------------------------------------page--*/
/*-----headline----*/
h1.entry-title{
	font-family: ten-mincho, serif;	
}
.section-title-area h2.section-title,h2.section-title{
	color: #165829;
	font-size: 30px;
	font-family: ten-mincho, serif;
	font-style: normal;
	font-weight: 400!important;
}
#about{
	position: relative;
	overflow: visible;
}
#about:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/init/about_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 350px;
}
.list-article-content h3{
	display: inline-block;
}
#about h3,#process h3,#wish h3{
	text-align: center;
	color: #165829;
	font-size: 25px;
	font-family: ten-mincho, serif;
	font-style: normal;
	font-weight: 400!important;
}
.section-about .row > div.outline-img{
	margin-top: 160px;
}
#contact h3{
	text-align: center;
}
h2.reaf {
    background: url(/wp-content/uploads/init/reaf.png) no-repeat left;
	background-size: 1.5em;
	background-position: left 60%;
    padding: 1em 1em 0.5em 2em;
    margin-top: 1em;
}
/*-----section-----*/
.section-padding{
	padding: 2em 0;
}
#about.section-padding{
	padding: 0;
}
.section-title-area{
	margin-bottom: 1em;
}
section#shortcut{
	background-color: #fff;
}
#shortcut.onepage-section .container{
	margin: 0 auto;
}
/*-----contents----*/
#content{
	min-height: calc(100vh - 100px);
	min-height: -webkit-calc(100vh - 100px);
}
#content img{
	margin: 0.5em auto;
}
.boxG{
	background-color: #165829;
	font-size: 120%;
	color: #fff;
	padding: 0.5em;
	text-align: center;
}
.reaf{
	background: url(/wp-content/uploads/init/reaf.png) no-repeat left;
	background-size: 3.5em;
	padding: 1em 1em 0.5em 4em;
	margin-top: 1em;
}
#howto{
	padding: 20px 0;
}
#howto>.container,#process>.container{
	width: 100%;
	text-align: center;
	padding: 0;
}
.howto_wrap{
	background-image: url(/wp-content/uploads/init/howto_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2em 1em;
}
.section-services .service-item{
	padding: 0;
}
.nowrap{
	white-space: nowrap;
	display: inline-block;
}
/***************************************news**/
#news,#concept,#service,#sns{
	text-align: center;
}
/***************************************process**/
.process_wrap{
	background-image: url(/wp-content/uploads/init/process_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0 1em;	
}
/***************************************contact**/
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label, div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel
.address-contacts-wrap{
	font-size: 0.9rem;
}
.address-contacts-wrap{
	width: 100%;
	max-width: 320px;
	margin: 2em auto;
	font-size: 0.9rem;
}
.section-contact .address-contact{
	margin-bottom: 20px;
}
.fa-stack{
	width: 3em!important;
	height: 3em!important;
	line-height: 3em!important;
}
.fa-stack-3x{
	font-size: 3em!important;
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.section-contact .address-contact .fa-inverse.fa-18{
	font-size: 18px;
}
.section-contact .address-contact .address-content{
	padding-left: 50px;
	line-height: 1.5;
	font-style: normal;
	letter-spacing: 0;
}
.section-contact .address-contact .address-content.tel-number{
	font-size: 1.95em;
	line-height: 1.5;
	font-weight: bold;
}
select{
	padding: 10px;
    max-width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
}
select:focus{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border-color: #EBEBEB;
	border-bottom: 1px solid #fff !important;
	background: #e9e9e9;
	outline-color: rgb(77,144,254);
}
.tel-number a{
	color: #165829;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
  }
/*------------------------------------------------flex-box----*/
.jc-center {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.jc-around {
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
}

.jc-between {
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
}
.flex-item-60,.flex-item-40{
	flex: 100% 0 0;
	-webkit-flex: 100% 0 0;
	-ms-flex: 100% 0 0;
}
.pc-hide{
	display: block;
}
.sm-hide{
	display: none;
}
/*------------------------------------------------list-flame--*/
.flex-list-L {
    flex: 0 0 100%;
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    background-color: #165829;
    color: #fff;
	padding: 0.5em;
	display: flex;
	align-items: center;
}

.flex-list-R {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    background-color: #e0f7e5;
    color: #000;
    padding: 0.5em;
}

.separater {
    width: 100%;
    height: 1px;
    border-top: none;
    border-top: 1px dashed #fff;
}
/***************************************table**/
#nutrition{
	border: 1px solid #000;
}
table#nutrition th,table#nutrition td{
	border: none;
	padding: 2px 5px;
	font-size: 83%;
}
table#nutrition th{
	letter-spacing: 0;
}
#outline{
	max-width: 400px;
	margin: auto;
}
#outline td{
	text-align: left;
}
/***************************************ggmap**/
.ggmap{
	position: relative;
    padding-top: 0;
    height: 0;
    overflow: hidden;    
	text-align: center;
	max-width: 500px;
	margin: 20px auto;
	padding-bottom: 75%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

/***************************************footer**/
.site-footer{
	color: #fff;
}
.site-footer .sidebar .widget a{
	color: #fff;
}
.site-footer .sidebar .widget a:hover{
	color: #03c4eb!important;
}
.site-footer .btt a{
	top: inherit;
	bottom: 120px;
	position: fixed;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 10px;
	display: none;
	background-color: #165829;
}
.site-footer .btt a:hover{
	color: #fff!important;
}
.site-footer .btt a i{
	margin-left: 0;
}
.footer-widgets {
	text-align: center;
}
.footer-widgets.section-padding{
	padding: 2em;
}
@media screen and (min-width: 320px){
	.col-sm-6A{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 576px){
	#about .col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%; 
		max-width: 100%; 
	}
}
@media (min-width: 600px){
	.swich600-vsbl{
		display: none;
	}
	.swich600-hide{
		display: inline-block;
	}
    .flex-list-L {
        flex: 0 0 18%;
        -webkit-box-flex: 0 0 18%;
        -ms-flex: 0 0 18%;
    }
    .flex-list-R {
        flex: 0 0 82%;
        -webkit-flex: 0 0 82%;
        -ms-flex: 0 0 82%;
    }
}
@media screen and (min-width: 768px) {


	#about .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%; 
		max-width: 50%; 
	}
	.section-about .row > div.outline-img{
		margin-top: 0;
	}
	#about:before{
		top: 40px;
		left: 0;
		background-size: contain;
	}
	.ggmap{
		padding-bottom: 75%;
		max-width: 100%;
		margin: 20px 0;
	}
	.flex-item-60{
		flex: 60% 0 0;
		-webkit-flex: 60% 0 0;
		-ms-flex: 60% 0 0;
	}
	.flex-item-40{
		flex: 40% 0 0;
		-webkit-flex: 40% 0 0;
		-ms-flex: 40% 0 0;
	}
	.pc-hide{
		display: none;
	}
	.sm-hide{
		display: block;
	}
	.sm-switch-768{
		flex: 50% 0 0;
		-webkit-flex: 50% 0 0;
		-ms-flex: 50% 0 0;
	}
}

@media screen and (max-width: 940px){
	.site-footer .btt a{
		right: 10px;
		bottom: 10px;
		left: inherit;
	}
}
@media screen and (min-width: 992px){
	#about:before{
		top: -40px;
	}
}
