@charset "utf-8";

/*
Theme Name:mrp04-child
Template:mrp04
Theme URI: http://hp-morph.com/
Description:MORPH 04テーマの子テーマ。
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*------------------------
GoogleMapレスポンシブ対応
------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------
グローバルメニュー幅調整
------------------------*/
@media only screen and (min-width: 1024px) {

nav#mainNav ul li a {
	padding-left:60px;
	padding-right:60px;
}

}/*@media only screen and (min-width: 1024px) */

/*------------------------
お問い合わせフォーム項目幅調整
------------------------*/
.wide70{
width:75%;
}

/*------------------------
entranceデザイン調整
------------------------*/
.page-entrance .post h3 {
position: relative;
background: #def5db;
padding: 6px 5px 6px 45px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 14px;
border-bottom: inherit;
font-weight:500;
}

.page-entrance .post h3:before {
font-family: FontAwesome;
content: "\f087";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #254d2b;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -0.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

.page-entrance .post .column3_33 {
    width: 30.7%;
    padding: 0 10px;
}

.contsBox {
    width: 100%;
    margin: 15px  auto;
    padding: 24px;
    border: 5px solid #cbdac6;
    background-color: #fffef3;
    border-radius: 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 8px gray;
}

.contsBox h2{
	font-weight:500;
}

span.order {
    width: 100%;
    height: 100%;
    background: #fbc49c;
    padding: 10px;
    border-radius: 6px;
    box-sizing: border-box;
    line-height: 270%;
    font-weight: 500;
    font-size: 17px;
}

.round i {
    color: #254d2b;
}

@media only screen and (max-width: 959px) {
.post .column3_33 {
    width: 29.7%;
    padding: 0 10px;
}	
.post h3 {
	font-size: 16px;
}
}

@media only screen and (max-width: 799px) {
.page-entrance .post .column3_33 {
    width: 29.7%;
    padding: 0 10px;
}
.page-entrance .post h3 {
	font-size: 14px;
}
}

@media only screen and (max-width: 750px) {
.page-entrance .post .column3_33 {
    width: 28.7%;
    padding: 0 10px;
}
.page-entrance .post h3 {
	font-size: 16px;
}
}
	
@media only screen and (max-width: 640px) {
.page-entrance .post .column3_33 {
    width: 100%;
    padding: 0 ;
	display: inherit;
}
}



/*アレンジ強調枠組み
----------------------------*/
.round {
    border: 2px solid #fb7a44;
    background-color: #fcffbc;
}

.round2 {
	border: 2px solid #3b7af4;
	margin-bottom:15px;
}

.round p, .round2 p {
	padding:1em;
}

.tl {
    background-color: #fb7a44;
    padding-bottom:5px;
}

.tl2 {
    background-color: #3b7af4;
    padding-bottom:5px;
}

.tl span, .tl2 span {
  padding: 0.5em;
  color: #fff;
}

/*------------------------
Adjust Css 2017/12/13
------------------------*/
#header .inner{
width:100%;
}
#header-layout{
width:80%;
margin:0 auto;
}
/*FIXさせる*/
@media print, screen and (min-width: 1024px){
#header{
/*	position:fixed;*/
z-index:200;
	}
}

/*スクロール途中からFIXさせる*/


@media print, screen and (min-width: 1024px){
.sticky-header .site-header{
		position: fixed !important;
	}
.admin-bar.sticky-header .site-header,
.admin-bar.sticky-header .hide-site-header {
    top: -95px;
	}
.sticky-header .site-header{
    top: -125px;
    transform: translateY( 125px );
    -ms-transform: translateY( 125px );
    transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
	}
}
@media print, screen and (min-width: 1024px){
nav#mainNav {
    box-shadow: none;
    margin-left: 0;
    margin: 0 auto;
    float: inherit;
    position: inherit;
    margin-bottom: 0;
    vertical-align: middle;
background: rgba(59, 122, 68, 0.6);
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a {
    background: rgba(255, 255, 255, 0.8);
    margin-left: -1px;
}
nav#mainNav ul li a {
    margin-left: -1px;
}
nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li li.current-menu-item li a {
    background-color: rgba(59, 122, 68, 0.6);
    color: #ffffff;
}
nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
}

.home #header {
position: absolute;
z-index: 100;
/*margin-left: calc(((100vw - 100%) / 2) * -1);*/
margin-right: calc(((100vw - 100%) / 2) * -1);
width: 100%;
background: none;
}
#header .bg{
/*margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);*/
}
@media print, screen and (max-width: 640px){
.home #header {
position:inherit;
}
.home #header, #header {
    background: url(../mrp04-child/images/parts/header01.jpg);
background-size:cover;
}

}
#header {
    background: url(../mrp04-child/images/parts/header01.jpg);
background-size:cover;
background-repeat:no-repeat;
}

@media only screen and (max-width: 1023px){
body nav#mainNav {
    background: none;
}
}
/*---------------------------------------------------
メインイメージ上にメニューを設置した際には設定が必要
------------------------------------------------------*/
#header {
    overflow: visible;
}

/*--------------------------
Contact Box
--------------------------*/
#header .contact .float {
    float: right;
    border: 1px solid green;
    border-radius: 13px;
    padding: 11px 15px 15px;
    background: rgba(255, 255, 255, 0.65);
}

#header .contact .tel {
    color: #4a2e17;
    font-size: 30px;
    font-family: 'Montserrat';
    margin-bottom: 3px;
    display:block;
    margin-left: 8px;
}
#header .contact .mail{display:block;margin-bottom: 6px;text-align: left;}
#header p {
    font-size: 93%;
    float: none;
    text-align: left;
}
.fa-phone-square:before {
    content: "\f098";
    font-size: 31px;
}
#header .mail img{
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 7px;
}
#header .mail a{
    color: #4A2E17;
    font-weight: bold;
}
#header .add{
    padding-left: 15px;
    letter-spacing: 0.08em;
    font-weight: bold;
    font-size: 15px;
}

@media only screen and (max-width: 640px){
#header .contact {
    margin-top: 2em;
    width: 100%;
    padding-left: 0px;
}
#header .contact .float {
    float: none;
}
#header .contact .float i{
margin-left: -21px !important;
}
#header .contact .tel {
    margin-left: -36px;
}
}
@media only screen and (max-width: 750px){
h1.title{
font-size: 159%;
    line-height: 1.5em;
}
}