@charset "utf-8";

/*
Theme Name:mrp08-child
Template:mrp08
Theme URI: http://hp-morph.com/
Description:MORPH 08テーマの子テーマ。
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
-------------------------------------------------------------- */




/*-------------------------------------------------------------- */
/* 追加・変更
------------------------------------------------------------*/

/*　グローバルメニュー　項目余白調整　*/
@media only screen and (min-width: 1024px) {
	/*.panel ul li a{
padding:0 7px;
}
nav#mainNav ul li a span, nav#mainNav ul li a b {
    letter-spacing: -0.07em;
}

.panel ul ul {
    width: 270px;
}
.panel ul li {
	margin: 0 10px;
}
*/
}


/*float clear*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*改行位置指定用*/
span.nowrap {
	display: inline-block;
	white-space: nowrap;
}

/*赤文字*/
.fc-red {
	color: #F00
}


/*画像装飾なし*/
.post img.nodeco {
	padding: 0;
	border-width: 0 !important;
}

/*リスト*/
.post ul li {
	margin: 0px 0px 10px 20px !important;
	list-style: outside none disc;
}

.post ol li {
	margin: 0px 0px 10px 20px !important;
	list-style: outside none decimal;
}


/* カラムレイアウト　余白設定
------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	/*
div.column2_50 h2,
div.column2_50 h3,
div.column2_50 p,
div.column2_70 h2,
div.column2_70 h3,
div.column2_70 p {
width:90% !important;
margin:auto !important;
}


div.column3_33 p,
div.column3_33 h2 {
width:90% !important;
margin:auto !important;
margin-bottom:7px !important;
}

div.column3_33 img {
margin-bottom:.7em !important;
}
*/
}

/* クリアーテーブル修正
--------------------*/
.post table.clear {
	border-left-width: 0;
}

.post table.clear th {
	color: #1c1c1c;
}


/*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%;
}

/*---------------------------
Adjust Css 2017/03/15
----------------------*/
#mainImg {
	padding: 0;
	margin-top: 0px;
}

.linkBtn a,
a.linkBtn {
	background-color: #003f84;
	padding: 0.5em 1em;
	box-sizing: border-box;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
}

.linkBtn a:hover,
a.linkBtn:hover {
	opacity: 0.8;
}

body.headlogo-nonfix #header .logo img {
	max-height: 60px;
}
@media only screen and (max-width: 640px) {
    #header .logo img {
        max-width: 66%;
    }
}

body.footlogo-nonfix #footerLogo img {
	max-width: 260px;
	height: auto;
}

.page-top #post-106.content {
	display: none;
}

/*-------20240627--------*/

.wpcf7-form-control-wrap.your-message {
	position: relative;
	display: inline-grid;
	width: 100%;
}

#footer .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}

#footer ul {
	padding-bottom: 0 !important;
}

@media only screen and (max-width: 959px) {
	#footer ul {
		padding-top: 0 !important;
		text-align: left;
	}

	#headerInfo p {
		background: url(/struct/wp-content/themes/mrp08/images/05/openTime.png) no-repeat 0 3px;
	}

}

@media only screen and (max-width: 768px) {
	#footer .inner {
		flex-flow: column;
	}
}

@media only screen and (min-width: 1024px) {
	#headerInfo p {
		padding: 6px 0 6px 80px;
	}

	#headerInfo p {
		background: url(/struct/wp-content/themes/mrp08/images/05/openTime.png) no-repeat 0 6px;
	}

	#headerInfo p.tel {
		background: url(/struct/wp-content/themes/mrp08/images/05/tel.png) no-repeat 0 9px;
	}
}

@media only screen and (max-width: 640px) {
	#headerInfo {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {}

/*-------20240722--------*/
#copyright {
	color: #fff;
}

#footer ul li a {
	color: #fff;
}

#footer ul li a:hover {
	color: #fff;
	opacity: .6;
}

#footer {
	background: #003f84;
}

#footer ul li {
	background: url(/struct/wp-content/uploads/arrow_white.png) no-repeat 0 9px;
	background-size: 9px;
}

.openTime,
.tel {
	display: flex;
	align-items: center;
	column-gap: 10px;
	background: unset !important;
}

.openTime span,
.tel span {
	background: #000;
	color: #fff;
	height: 18px;
	width: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 10px;
}

#headerInfo p {
	padding: 2px 0 !important;
}

/*----MV----*/
.metaslider.metaslider-nivo.metaslider-2077.ml-slider {
	max-width: 100% !important;
}

/*----MV----*/

/* footerの繰り上がり防止 */
body {
	height:100vh;
}
footer {
	position:sticky;
	top: 100vh;
}