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

/*------------------------
改行位置の調整------------------------*/


@media screen and (min-width: 769px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*カラムの間隔調整
----------------------------*/

.post .column2_50 {
	width:47.5%;
	margin:0 1%;
}
@media only screen and (max-width: 640px) {
	.post .column2_50 {
		width:100%;
		margin:5px 0;
	}
}

/*----------------------
ヘッダー隙間調整
----------------------*/
.mobile #breadcrumb{
margin-top: 60px;
}
.mobile #mainImg{
margin-top: 60px;
}
body.mobile #header .logo{
height: 60px;
}
.mobile #header .logo .mark{
vertical-align: middle;
}


/*----------------------
送信ボタンの幅を広げる
----------------------*/
.wpcf7 .linkBtn {
display:block;
}

/*アレンジ強調枠組み
----------------------------*/
.round {
	border: 2px solid #e65856;
	margin-bottom:15px;
}

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

.round3 {
	border: 2px solid #55e6a0;
	margin-bottom:15px;
}


.round4 {
	border: 2px solid #eeeeee;
	margin-bottom:15px;
}

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


/*
テキストの背景に画像を敷くアレンジ（1）
*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top_msg {
	position: relative;;
	padding: 30px 0;
	line-height: 1.8;
}
#top_msg::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/top01.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}

@media (min-width: 641px){
	#top_msg {
		padding: 50px 0;
		text-align: center;
	}
}


/*
テキストの背景に画像を敷くアレンジ（2）
*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top2_msg {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 0;
	line-height: 1.8;
}
#top2_msg::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/top02.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}
@media (min-width: 641px){
	#top2_msg {
		margin-bottom: 50px;
		padding: 50px 0;
		text-align: center;
	}
}


/*@media only screen and (min-width: 1024px) */
.full_width {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1 );
}


/*
テキストの背景に画像を敷くアレンジ（3）
*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top3_msg {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 0;
}
#top3_msg::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/top03.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}
@media (min-width: 641px){
	#top3_msg {
		margin-bottom: 50px;
		padding: 50px 0;
		text-align: center;
	}
}


/*@media only screen and (min-width: 1024px) */
.full_width {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1 );
}




/*------------------------
画像を画面横幅一杯に表示
------------------------*/
/*class="container full_width"で、画面一杯&横並び配置になる*/
.container.full_width {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
}
/*class="container full_width mobile_verticalで、スマホ時は縦並びに*/
.post .container.full_width.mobile_vertical {
	flex-wrap:wrap;
}
@media (max-width:768px) {
	.post .container.full_width.mobile_vertical .column3_33,
	.post .container.full_width.mobile_vertical .column2_50 {
		width:100%;
	}
}

.post .container .column3_33, .post .container-rwd .column3_33{
	margin:0 auto;
}
.post .container .column3_33 img, .post .container-rwd .column3_33 img{
	margin:0 auto;	
}

.post .container .column2_50, .post .container-rwd .column2_50{
	margin:0 auto;
}
.post .container .column2_50 img, .post .container-rwd .column2_50 img{
	margin:0 auto;	
}



/*表組み線のみアレンジ*/

.post table, .post table th, .post table td {
	border:none;
}
.post table tr {
	border-bottom:1px solid #eeeeee;
}
.post table th {
	background-color:transparent;
	font-weight:bold;
}
.post table tr:last-child {
	border-bottom:none;
}


/*------------------------
スマホ時のh1重なり防止
------------------------*/

@media only screen and (max-width: 900px) {
h1.title span, .post h1::before {
font-size: 26px;
}
}

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

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

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


/*------------------------
投稿一覧ページ見出し修正
------------------------*/
.post4b h2 {
    overflow: hidden;
}

.post h2 {
    overflow: hidden;
}


/*タイトル背景img被り対策
-----------------------------------*/
body.mobile #mainImg,
body.mobile #breadcrumb ,
body.mobile #header + #wrapper,
body.mobile #header + #wrapper-full,
body.mobile #h1Header ,
body.mobile #thumbImg {
margin-top:60px !important;
}

body.mobile.page-template-page-fullthumb #breadcrumb,
body.mobile.page-template-page-nosidebar-fullthumb #breadcrumb,
body.mobile.page-template-page-nosidebar-fullwidththumb #breadcrumb,
body.mobile.page-template-page-fullthumb-h1 #breadcrumb,
body.mobile.page-template-page-nosidebar-fullthumb-h1 #breadcrumb,
body.mobile.page-template-page-nosidebar-fullwidththumb-h1 #breadcrumb {
margin-top:0px !important;
}




/*メイン画像下隙間詰める----------------------------*/

#mainImg {
    padding-bottom: 0;
}
.home #content {
    padding-top: 0;
}
.home .post {
    padding-top: 0;
}

/*カラムの間隔調整
----------------------------*/

.post .column3_33 {
	width:30.5%;
	margin:0 1%;
}
@media only screen and (max-width: 640px) {
	.post .column3_33 {
		width:100%;
		margin:5px 0;
	}
}


/*-----------------------------------
パララックス
-----------------------------------*/
body{
	overflow-x:hidden;
	}
#wrapper, #content, .post{
	overflow: visible;
	}
.greeting h1 {
	font-size: 200%;
	margin-bottom: 2em;
	text-align: center;
	border-width:0;
}
.greeting {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 0 calc((100vw - 100%) / 2);
	background: url(/wp-content/uploads/top00.jpg) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
}
.bg-mask { /*背景写真を半透明白にする*/
  height: 100%;
  background: rgba(255,255,255,0.5);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 0 calc((100vw - 100%) / 2);
}
.greeting .box {
padding:40px 8px;
font-weight:bold;
min-height: 360px;
}

/*表組み文字調整*/

.post table {
	font-size: 100%;
}

/*-------------------------------
2021/10/16追加
---------------------------------*/
/*-----------------------------------
 clearfix2021
-----------------------------------*/
/*float clear*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/*改行位置指定用*/
span.nowrap {
display:inline-block;
white-space:nowrap;
}
.nowrap {
white-space:nowrap;
}
@media print, screen and (min-width: 641px){
br.sp {
display:none;
}
}

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


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

/* カラムレイアウト　余白設定
------------------------------------*/
.colinner {padding: 0 5%;}
.colinner-l {padding: 0 5% 0 0;}
.colinner-r {padding: 0 0 0 5%;}
.colinner-c {padding: 0 2.5%;}

@media print, screen and (max-width: 640px){
.colinner,.colinner-l,.colinner-r,.colinner-c{padding: 0;}
}

/* flexbox
--------------------*/
.flex {
display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
/* 区切り線　（不可視）
--------------------*/
hr.hidden {
	visibility: hidden;
	margin: 1em auto;
}

/*GoogleMap埋め込み対処
-----------------------------------*/
.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*--------------------------------
　共通
----------------------------------*/
/* section
------------*/
.post section {margin-bottom: 3em;}
.post section:last-child {margin-bottom: 0;}

/* ボタン
------------*/
.btn {
	text-align: center;
	margin-top: 1.5em;
}
.btn a {
	position: relative;
	display: inline-block;
	min-width: 200px;
	background: #39342F;
	border: 1px solid #FA4516;
	color: #FA4516;
	padding: .8em 2em;
	transition: all .3s;
}
.btn a:hover {
	background: #000;
	color: #FA4516;
}
.btn a::after{
    position: absolute;
	content: "";
	right: 10px;
    width: 10px;
    height: 10px;
	margin-top: 8px;/*矢印の上位置調整*/
    border-top: 1px solid #FA4516;
    border-right: 1px solid #FA4516;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*調整*/
ul.st1 {
	list-style: disc;
	margin-left: 2em;
}
table.responsive td {text-align: left !important;}

/*画面幅一杯に*/
.f-w {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 3em calc((100vw - 100%) / 2);
}

/*--------------------------------------
餃子の並商
---------------------------------------*/
dl.radbox1 {
	border:3px solid #FFC000;
	border-radius: 40px;
	padding: 2em;
	background: #221A00;
	color: #fff;
	margin-bottom: 2em;
}
dl.radbox1 dt {
	text-align: center;
	font-size: 150%;
	margin-bottom: 1em;
}
dl.radbox1 li {border-width: 0;}

table.tbl2 {
	border-width: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
table.tbl2 th,table.tbl2 td {border-width: 0;}
table.tbl2 th {
	background: #221A00;
	color: #FFC000;
}
table.tbl2 td {
	background: #fff;
	color: #000;
}

.ggmap.gm2 {
position: relative;
padding-bottom: 80%;
}

/* ボタン
------------*/
.btn.twitter a {
	background: #fff;
	border-width: 0;
	border-radius: 10px;
	color: #000;
	padding: .8em 2em;
	transition: all .3s;
}
.btn.twitter a:hover {
	background: rgba(255,255,255,0.60);
	color: #000;
}
.btn.twitter a::after{
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

@media print, screen and (max-width: 640px){
	.flex.columnreverse {flex-direction: column-reverse}
}

/*--------------------------------------
びれっじふぃ～るど
---------------------------------------*/
dl.box2 {
	padding: 2em;
	background: url("images/box2bg.jpg") no-repeat center;
	background-size: cover;
	color: #000;
	margin-bottom: 2em;
}
dl.box2 dt {
	text-align: center;
	font-size: 150%;
	margin-bottom: 1em;
}
dl.box2 li {border-width: 0;}

/*--------------------------------------
コンセプト
---------------------------------------*/
dl.box3 {
	position: relative;
	padding: 2em;
	color: #000;
	margin: 0 15px 2em 15px;
	text-align: center;
	z-index: 1;
}
dl.box3::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("images/box3bg.jpg") no-repeat center;
	background-size: cover;
	z-index: -1;
}
dl.box3::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 15px;
	left: 15px;
	background: url("images/box3-2bg.jpg") no-repeat center;
	background-size: cover;
	z-index: -2;
}
dl.box3 dt {
	text-align: center;
	font-size: 150%;
	margin-bottom: 1em;
}
dl.box3 dt span.subttl {
	display: block;
	text-align: center;
	font-size: 80%;
	color: #FFC000;
}
dl.box3 .column3_33 {
	font-size: 115%;
	font-weight: bold;
}
dl.box3 .ilb {
	display: inline-block;
	text-align: left;
	margin-top: 3em;
}

@media print, screen and (max-width: 640px){
	dl.box3 .column3_33 {text-align: left !important;}
}

