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

.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;
}

.qrcode {
    text-align: center;
}

figure {
	margin: 0;
}

.post img {
  max-width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 auto !important;
  border: none !important;
}

#scrollUp {
    padding: 2px 10px !important;
}

.post img.aligncenter {
    background: none;
}

@media only screen and (min-width: 959px){
#sidebar {
     margin-top: 25px;
}
}


/* ヘッダー */

#header h1, #header .description {
     padding: 7px 0;
}

#header .bg {
    background: url(/struct/wp-content/uploads/bg_conts.png) repeat;
}

@media print, screen and (min-width: 1024px) {
#header-layout {
    width: 1024px;
}
}


/* タイトル */

h1.title, .post h1 {
	position: relative;
	background: #FCC292;
	box-shadow: 0px 0px 0px 5px #FCC292;
	border: dotted 2px white;
    padding: 0.8em 1em;
	color: #454545;
    margin-bottom: 20px;
	box-sizing: border-box;
    width: 99.5%;
}

.post h1:after, h1.title:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fbf4e3 #fbf4e3 #FCC292;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h1.top-loop {
	background: none;
	border: none;
    box-shadow: none;
	width: 70%;
    padding: 0;
	top: 0;
}

h1.top-loop:after{
	display: none;
}

h1.title span.subtext, .post h1 span.subtext {
    font-size: 15px;
    position: absolute;
    display: table-cell;
    top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
    right: 15px;
}

.post h3 {
     z-index: 0;
}

.post h3:before {
	content: "";
	position: absolute;
	background: #fcc292;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 50%;
	left: -5px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
h1.title, .post h1 {
    font-size: 112%;
}
h1.top-loop {
    top: 0px;
}
.post h2 {
    font-size: 100%;
}
}

/* ぱんくず */
@media print, screen and (min-width: 1024px) {
#breadcrumb {
    background-color: #fecc8d;
}
}

/* レスポンシブ */

.home #wrapper {
    width: 100%;
	overflow: inherit;
	padding: 0;
}

/*@media print, screen and (min-width: 1100px) {
.home #wrapper {
    width: 100%;
	overflow: inherit;
}
}*/

.home #content {
    padding: 0;
}

article.content {
	max-width: 960px;
	margin: 0 auto;
    padding: 30px 0 30px 0;
}

.home article.content .post {
	width: 80%;
	margin: 45px auto 0 auto;
}

@media only screen and (max-width: 1023px){
#content.wide {
    width: 100%;
}
article.content {
	max-width: 96%;
}
}


/* アコーディオン */

.acBox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}

.acBox label {
    display: block;
    margin: 1.5px 0;
    padding: 16px 12px;
    color :#5d4f4d;
    font-weight: bold;
    background: #ffffff;
    cursor :pointer;
    transition: all 0.5s;
    margin-bottom: 15px;
    margin-left: 30px;
	position: relative;
}

/*.acBox label:after {
    content: "詳細";
    clear: both;
    position: absolute;
    top: 25px;
    line-height: 1;
    background: #c65320;
    color: #fff;
    padding: 5px;
	font-weight: normal;
}*/

span.detail {
    background: #c65320;
    color: #fff;
    padding: 0px;
    font-weight: normal;
    display: block;
    width: 126%;
    text-align: center;
    margin-left: -15px;
    font-size: 139%;
}

.acBox label:hover {
    background :#f7e5b9;
}

.acBox h2 {
    position: relative;
    padding: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    background: none;
    border-top: none;
    border-bottom: none;
	z-index: 0;
    margin-left: -30px;
}

.acBox h2:before {
	content: "";
	position: absolute;
	background: #ffffff;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	top: 50%;
	border: solid 5px #fcc292;
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
    box-sizing: border-box;
}

.acBox h2 span {
    background: #fff;
    padding-left: 0;
}
.acBox span.headline2 {
    position: relative;
    padding: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    background: none;
    border-top: none;
    border-bottom: none;
	z-index: 0;
    margin-left: -30px;
}

.acBox span.headline2:before {
	content: "";
	position: absolute;
	background: #ffffff;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	top: 50%;
	border: solid 5px #fcc292;
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
    box-sizing: border-box;
}

.acBox span.headline2 span {
    background: #fff;
    padding-left: 0;
		font-size: 24px;
		font-weight: normal;
}

.acBox span.price {
    display: inline-block;
    vertical-align: middle;
    background: #fcf0e2;
    padding: 0px 16px;
    color: #fe831d;
    float: right;
    line-height: 2;
	font-size: 112%;
}

.acBox span.price span {
	font-size: 70%;
}

.acBox input {
    display: none;
}

.acBox .acOpen {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

.acInner {
    padding: 15px;
    box-sizing: border-box;
}

.cssac:checked + .acOpen {
    height: auto;
    padding: 5px;
    background: #ffffff;
    opacity: 1;
    margin-bottom: 15px;
}

@media only screen and (max-width: 799px) {
.acBox h2 span {
    font-size: 70%;
}
.acBox span.headline2 span {
    font-size: 70%;
}
}

@media only screen and (max-width: 640px) {
.acBox h2 span {
	font-size: 100%;
	margin-left: -29px
}
.acBox span.headline2 span {
	font-size: 100%;
	margin-left: -29px
}

.acBox label:after {
    font-size: 70%;
}
.acBox h2:before {
    width: 50px;
    height: 50px;
}
.acBox span.headline2:before {
    width: 50px;
    height: 50px;
}
.acBox span.price {
    padding: 0px 16px;
    font-size: 110%;
	margin-top: -6px;
}
}

@media only screen and (max-width: 540px) {
.acBox h2 span {
	font-size: 92%;
	margin-left: -29px
}
.acBox h2:before {
    width: 50px;
    height: 50px;
}
.acBox span.headline2 span {
	font-size: 92%;
	margin-left: -29px
}
.acBox span.headline2:before {
    width: 50px;
    height: 50px;
}

.acBox span.price {
	padding: 0px 15px;
    font-size: 94%;
}
}

@media only screen and (max-width: 485px) {
.acBox h2 span {
	font-size: 82%;
	margin-left: -29px;
	letter-spacing:-1px;
}
.acBox span.headline2 span {
	font-size: 82%;
	margin-left: -29px;
	letter-spacing:-1px;
}
.acBox span.price {
	padding: 0px 3px;
    font-size: 88%;
}
span.detail {
    width: 106%;
    margin-left: -3px;
}
.acBox label {
    margin-left: 28px;
}
article#post-45 .post {
    padding: 0px;
}
}



/* ニュース・スタッフ */

.newsBox {
    background: url(/struct/wp-content/uploads/bg_news.png) center top;
}

.newsFlex {
/*    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: center;
	align-items: center;*/
	max-width: 780px;
	margin: 0 auto;
    padding: 50px 0;
}

.newsFlexBox {
    -webkit-flex-grow: 0;
    flex-grow: 0;
/*    width: 49%;*/
	display: inline-table;
}

.staffBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
}

.staffBox img {
	max-width: 200px;
}

.staffBox li {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 48%;
}

.staffBox li .name {
	color: #fe831d;
	text-align: center;
	margin-top: 15px;
}

.staffBox li .name span {
	color: #464646;
	display: block;
}

.boxBorder {
	border-left: 1px solid;
	width: 60%;
}

.newsFlexBox .postlist {
    margin-bottom: 0;
	padding-left: 30px;
}

@media only screen and (max-width: 640px) {
.newsFlex {
	-webkit-align-items: center;
    align-items: center;
}

.newsFlexBox {
    width: 100%;
    -webkit-box-sizing: border-box;
}
.staffBox {
	-webkit-align-items: center;
    align-items: center;
}

.staffBox li {
    width: 100%;
    -webkit-box-sizing: border-box;
}
.boxBorder {
    border-left: inherit !important;
}
}

.newsFlexBox .postlist li {
    border-bottom: none;
    line-height: 1em;
}

.newsFlexBox .postlist .date {
    background: #fff5dc;
}

post .time, .postlist .time, .post2b .time, .post4b .time {
	display: none;
}

.newsFlexBox .postlist .post_text {
    margin: 7px auto 7px auto;
}

.postlist .ttls a:hover {
	color: #c49c70;
}

@media only screen and (max-width:1023px) {
.newsFlex {
    max-width: 94%;
}
}

@media only screen and (max-width: 640px) {
.newsFlexBox .postlist {
    padding-left: 10px;
}
.newsFlex {
    padding: 16px 0;
}
.postlist .ttls {
    line-height: 153%;
}
.postlist li {
    margin: 3px 0;
}
}

/* コンテンツバナー */

.wide .c2thumbWrap, .wide .c3thumbWrap {
    background: url(/struct/wp-content/uploads/bg_conts.png) repeat;	
}

ul.thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
    padding: 50px 0;
	max-width: 960px;
	margin: 0 auto;
}

.wide .c2thumbWrap ul.thumb li {
    padding: 0;
}

.wide ul.thumb li {
    float: none;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 50%;
}

@media only screen and (max-width:1023px) {
ul.thumb {
    max-width: 94%;
}
}

@media only screen and (max-width: 640px) {
ul.thumb {
	-webkit-align-items: center;
    align-items: center;
}

.wide ul.thumb li {
    width: 100%;
    -webkit-box-sizing: border-box;
}
.c2thumbWrap ul {
    padding: 16px 0 6px;
}
}


/* リンクボタン */

.post .linkBtn {
    background: #5d4f4d;
}

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


/* フォーム */

.wpcf7-form .must, .wpcf7-form .option {
    margin-left: 0;
	padding: 0.4em 0.8em;
    float: none;
}

@media only screen and (max-width: 959px) {
.wpcf7-form {
    padding: 0;
}
}

/* ボタン */

.square_btn {
	position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.55em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #e67f41;
    transition: .4s;
    width: 70%;
    text-align: center;
    margin-bottom: 2%;
    left: 12%;
    border-radius: 5px;
    margin-top: 2%;
}

.square_btn:hover {
    background: #fcc292;
}


/* フッター */

#footer div.inner {
    width: 100%;
    margin-left: 0;
}

#footer ul {
	text-align: center;
}

#footer ul {
    padding: 5px 0 7px 0;
}

#footer ul li {
    margin-top: 0;
    width: auto;
}

#footer ul li::before {
    background: none;
    left: 0;
}

#footer li a:before {
   font-family: FontAwesome;
   content: "\f0da";
   display: inline-block;
   padding: 0 3px 0 0;
   border-bottom: none;
   background: none;
}