@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/*------------------------
COMMON調整
------------------------*/
body{
	font-weight: 500;	
}

h1.title, .post h1 {
    font-size: 36px;
    padding-bottom: 18px;
}
#header h1, #header .description{
	font-size: 12px;
	padding: 6px 0;
	
}
#header .bg
,#footer,
.post .time, .postlist .time, .post2b .time, .post4b .time,
#copyright{
    background-color: #ffe4e1;
}
#header{
	position: relative;
    z-index: 1;
}
nav#mainNav{
	position: relative;
    z-index: 1;	
}
.kv-bg {
    position: fixed;
    z-index: -1;
		top:0;
}
.admin-bar .kv-bg{
	/*top:32px;*/
}
.frontBlock {
    background: #ffffff;
		position:relative;
}
#mainImg{
		position:relative;	
}
.frontBlock:before {
    content: '';
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/struct/wp-content/uploads/mainImg2.png);
    background-repeat: no-repeat;
		width: 100%;
    height: 100px;
    background-size: cover;
    max-width: 1920px;
		background-position: center;
}
#mainImg img.kv-logo{
	width: 100%;
	max-width: 1920px;
	height: auto;
}
.post h2, .post2b h2, .post4b h2, h2.title {
    border: 1px dotted #dddddd;
    text-align: left;
	padding-left: 5px;
    border-radius: 2px;
	background-color: #fdf6f0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-left: 8px solid #efcaa6;
}

h2.title {
	padding-left: 5px;
	font-size: 140%;
}

.post h2, .post2b h2, .post4b h2 {
    font-size:110%;
	padding-left: 0;
}

.post h2, .post h2 a, .post2b h2 a, .post4b h2 a {
    margin-left: -9px;
}

.post .time, .postlist .time, .post2b .time, .post4b .time {
    text-align: center;
}

#breadcrumb {
  background-color: #f0f0ee;
  padding: 15px;
	box-sizing: border-box;
}

@media only screen and (max-width: 959px) {
h1.title, .post h1 {
    font-size: 24px;
	line-height: 120%;
}
}

/*------------------------
グローバルナビ調整
------------------------*/
@media only screen and (min-width: 1024px){
nav#mainNav {
    margin-top: -82px;
    float: right;
    width: 800px;
	margin-right: 50px;
}
nav#mainNav ul li:first-child a ,nav#mainNav ul li:last-child a{
    background: inherit;
    filter: inherit;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a、 {
    border-bottom: 1px solid #464646;
    height: 36px;
}
nav#mainNav ul li a {
    font-size: 20px;
}
nav#mainNav ul li a b{
    font-weight:normal;
}
}

/*------------------------
サイドナビ調整
------------------------*/
section.widget, .widgetInfo {
    background-color: inherit;
}
.snsBox img {
    margin: 6px;
}
.menu-global-menu-container {
    background: #f6fde6;
    border: 12px solid #eeeeee;
}

#custom_html-2 .textwidget {
    padding: 15px;
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
	box-sizing: border-box;
}

section.widget h2 {
    background: none;
    border-top: 1px solid #464646;
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
	border-bottom: inherit;
    text-align: center;
}

section.widget h2 span {
    border-bottom: 1px solid #464646;
}

section.widget li a {
    font-size: 160%;
}

@media only screen and (max-width: 959px) {
.textwidget.custom-html-widget .snsBox{
    width: 200px;
    margin: 0 auto;
}
section#widget_sp_image-3 {
    width: 291px;
    margin: 0 auto;
}
}

/*------------------------
メインイメージ調整
------------------------*/
#mainImg {
    padding-top: 0px !important;
}

/*------------------------
フロントページ調整
------------------------*/
.c3thumbWrap {
	width: 100%;
	max-width: 1250px;
	margin: 20px auto;
	padding: 20px 0;
	overflow: hidden;
}
.c3thumbWrap li{
	
}
p.lead {
    text-align: center;
    font-size: 116%;
    margin-bottom: 10px;
    color: #cc8739;
    border-bottom: 1px dotted #464646;
    width: 50%;
    margin: 0 auto 36px;
}

@media print, screen and (min-width: 1024px) {
#wrapper {
	overflow: auto;
	}
	.c3thumbWrap li{
		width: 33.3%;
		padding: 1%;
		box-sizing: border-box;
		margin: 0;
	}
}
@media print, screen and (max-width: 1023px) {
.admin-bar .kv-bg, .kv-bg{
		top:inherit;
	}
#content.wide {
    width: 100%;
}
#wrapper {
	overflow:hidden;
	}	
	.c3thumbWrap li{
		width: 33.3%;
		padding: 1%;
		box-sizing: border-box;
		margin: 0;
	}
}
@media only screen and (max-width: 959px) {
.c3thumbWrap {
    width: 90%;
}
.frontBlock:before{
		top: -49px;
		height: 49px;
	}
}

@media only screen and (max-width: 845px) {
.c3thumbWrap {
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
}

@media only screen and (max-width: 640px) {
p.lead {
    width: 80%;
}
.kv-bg {
    position:relative;
	}
img.kv-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
		}
}

/*------------------------
下層ページ調整
------------------------*/
.wpcf7-form .must {
    background: #f7bfa2;
}

.post .linkBtn {
    background: #bee272;
}

.post .linkBtn:hover {
    background: #cfef8d;
}

.post .linkBtn input[type="submit"] {
    color: #464646;
}

.post .linkBtn::after {
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
}

.pointBox {
    width: 80%;
    background: #fdfdf3;
    margin: 0 auto 40px;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #ecebc9;
}

.menuBox {
    background: #ffffff;
    padding: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-top: 16px;
}

.menuBox .column2_70 p {
    color: #d09b65;
}

.menuBox ul li {
    border-bottom: 1px dotted #bdbcbc;
	font-size: 114%;
    text-align: left;
}

.menuBox table td.price {
    margin-left: 20px;
    color: #ec8b2a;
    text-align: right;
    vertical-align: bottom;
}


.page-menu .post table,.page-menu .post table th, .page-menu .post table td {
	border-top: inherit;
	border-right: inherit;
	border-left: inherit;
    border-bottom: 1px dotted #c3b3b3;
}

.pointBox ul li {
    border-bottom: 1px dotted #c3b3b3;
}

.bnrBox02 {
    width: 70%;
}

dl.qandaBox {
    background: #f9f0ef;
    padding: 20px 25px 10px;
    box-sizing: border-box;
    margin-right: 17px;
    position: relative;
    box-shadow: 0px 0px 0px 5px #ffe4e1;
    border: dashed 1px #e4cbcb;
    margin-bottom: 26px;
}

dl.qandaBox:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
    border-color: #fff #fff #f1d3d0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

dl.qandaBox dt {
    font-weight: bold;
    border-bottom: 1px dotted #8c8c89;
    padding-bottom: 8px;
    color: #9a7773;
    font-size: 110%;
}

dl.qandaBox dd {
    padding-top: 10px;
}



@media only screen and (max-width:1023px) {
.bnrBox02 {
	width: 80%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 750px) {
.bnrBox02 {
    width: 100%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 640px) {
.menuBox ul li {
    font-size: 100%;
}
}

/*------------------------
フッター調整
------------------------*/
#footer, #copyright{
	position: relative;
}
#footer ul li {
    width: 24%;
}

#footer ul li::before {
    left: -1%;
}

@media only screen and (max-width: 750px) {
#footer ul {
    margin-left: 0%;
}
}

@media only screen and (max-width:1023px) {
#footer ul li {
    width: 32%;
}
}

@media only screen and (max-width: 640px) {
#footer ul li {
    width: 50%;
}
}
/*新HOLOCF7送信テキストずれ対応*/
div.wpcf7 .wpcf7-spinner {
	margin: 0 auto;
}