@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
-------------------------------------------------------------- */


/* 基本css
------------------------------------------------------------*/

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.bottom {
	vertical-align:bottom !important;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.must {
   color: #ffffff;
   background: #f94e4e;
   border-radius: 5px;
   padding: 2px 4px 2px 3px;
   margin-left: 3px;
}

.qrcode {
	text-align: center;
}

.post img {
   max-width: 100%;
   height: auto;
   padding: 0 !important;
   margin: 0 auto !important;
   border: none !important;
}



/* ヘッダー
------------------------------------------------------------*/

@media only screen and (max-width: 640px) {
#header .contact {
    padding: 0 10px;
    margin: 15px auto 0 auto;
    width: 280px;
    display: block;
}
}


/* メニュー
------------------------------------------------------------*/

@media print, screen and (min-width: 1024px) {
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
    margin: 0 auto;
	height: 30px;
	position: relative;
}

nav#mainNav ul li.current-menu-item a:after, nav#mainNav ul li a:hover:after {
    border: 8px solid transparent;
    border-top-color: #28385E;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
}
}

#breadcrumb {
    background-color: #fff;
}

#breadcrumb ul li a, #breadcrumb ul li {
    color: #516C8D;
}

/* 見出し
------------------------------------------------------------*/

h1.title, .post h1 {
	padding:10px;
	border:1px solid #28385E;
	background: #28385E;
	color:#FFF;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);
}

section.widget h2 {
    background: none;
    padding: 7.5px 0;
    font-size: 18px;
    border-bottom: #28385E dotted 1px;
	color:#28385E;
}


/* メイン
------------------------------------------------------------*/

.post {
    border: none;
	padding: 10px 0;
}

.postlist {
    border: none;
}

.tel {
    font-size: 200%;
    margin-bottom: 10px;
    line-height: 1.2;
}

.post table th {
    color: #ffffff;
    background-color: #6a91c1;
}

p.linkBtn.frontBottomCat {
    margin: 0 auto;
    padding-bottom: 1em;
    padding-top: 1em;
}

.linkBtn.frontBottomCat a {
    padding: 0.8em 2em;
    border-radius: 10px;
}

.linkBtn.frontBottomCat a:hover {
    padding: 0.8em 2em;
}

.linkBtn a {
    display: inline-block;
    background: #a11613;
    background: -webkit-linear-gradient(top, rgba(165, 31, 28, 0.8), #a11613 100%);
    background: linear-gradient(to bottom, rgba(165, 31, 28, 0.8), #a11613 100%);
    padding: 1em 3em;
    color: #fff;
}

.linkBtn a:hover {
    display: inline-block;
    background: #a11613;
    background: -webkit-linear-gradient(top, #a11613 0%, rgba(165, 31, 28, 0.8) 100%);
    background: linear-gradient(to bottom, #a11613 0%, rgba(165, 31, 28, 0.8) 100%);
    padding: 1em 3em;
    color: #fff;
}

.index_box {
	text-align:center;
}

.index_box01 a, .index_box02 a, .index_box03 a {
    color: #fff;
}

.index_box01 a:hover, .index_box02 a:hover, .index_box03 a:hover {
	text-decoration: underline;
}

.index_box01 {
	background: #28385E;
	background-image: url(/struct/wp-content/uploads/index_box01.png);
	background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: left 30px center;
	box-sizing: border-box;
	color: #fff;
	padding: 40px 20px 40px 110px;
	text-align: center;
    font-size: 16px;
    border-radius: 6px;
}

.index_box02 {
	background: #03bbb9;
	background-image: url(/struct/wp-content/uploads/index_box02.png);
	background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: left 30px center;
	box-sizing: border-box;
	color: #fff;
	padding: 40px 20px 40px 110px;
	text-align: center;
    font-size: 16px;
    border-radius: 6px;
}

.index_box03 {
	background: #15abec;
	background-image: url(/struct/wp-content/uploads/index_box03.png);
	background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: left 30px center;
	box-sizing: border-box;
	color: #fff;
	padding: 40px 20px 40px 110px;
	text-align: center;
    font-size: 16px;
    border-radius: 6px;
}

.post .index_box .column3_33 {
    display: inline-block;
    margin: 5px 0.8%;
    width: 31%;
    vertical-align: top;
}

@media only screen and (max-width: 640px) {
.post .index_box .column3_33 {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}
}

.index_box01 span, .index_box02 span, .index_box03 span {
	display: block;
    font-size: 14px;
}


/*新HOLOCF7送信ボタンずれ対応*/
.wpcf7-spinner {
    display: block!important;
	margin: 0 auto!important;
}