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

/*ヘッダー*/
#header .logo img {
    max-height: 100px;
}
.sns_icon ul {
    display: flex;
    float: right;
}
#header-layout {
    padding-bottom: 20px;
    display: flex;
}
.sns_icon {
    align-items: center;
    display: flex;
    margin-left: auto;
}
.fa-2x {
    font-size: 4em !important;
}
.sns_icon li {
    margin: 5px;
}
.sns_icon a{
    color: #302F4D;
}
.sns_icon a:hover {
    color: #B81C22;
}
@media only screen and (max-width: 640px){
	#header-layout {
    padding-bottom: 20px;
    display: block;
}
	.sns_icon ul {
    float: none;
		margin: 0 auto;
}
}
/*メイン画像*/

.mobile #mainImg {
    margin-top: 0px;
}
@media only screen and (max-width: 380px){
#mainImg div.nivoSlider img {
    height: 200px !important;
	}}
/*パンくず*/
.mobile #breadcrumb{
	    margin-top: 0px;
}
/*h1*/
.post h1 span {
    background: none;
    padding-left: 0px;
}
span.red{
	color: #bf0000;
}
h1.title, .post h1 {
    border: none;
    background: none;
    padding: 20px 25px;
	text-align: center;    
	display: table;
    margin: 2em auto 1em;
}

h1:first-letter{
	color: #bf0000;
}
h1 {
  position: relative;
  line-height: 1.4;
  padding:1em 1.2em;

}

h1:before, h1:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h1:before {
  border-left: solid 2px #302F4D;
  border-top: solid 2px #302F4D;
  top:0;
  left: 0;
}

h1:after {
  border-right: solid 2px #302F4D;
  border-bottom: solid 2px #302F4D;
  bottom:0;
  right: 0;
}
@media only screen and (max-width: 640px){
	h1.title, .post h1 {  
	margin: 1em auto 0.5em;
	font-size: 25px;
	padding: 12px 17px;
	}
}
/*h2*/
.post2b h2 {
    background-color:transparent;
}
.post h2, .post2b h2, .post4b h2, h2.title {
    text-align: left;
    background: transparent;
}
/*グローバルメニュー*/
@media print, screen and (min-width: 1240px){
nav#mainNav ul {
    letter-spacing: -.4em;
    padding: 0.5em;
	}}
/*TOP-CONCEPT*/
.top_con {
    max-width: 1500px;
        margin: 0em auto 8em;
	display: table;
}
.top_con .column2_50{
	display: table-cell;
}
.column2_50.frame{
      background-image: url(/wp-content/uploads/frame.png), url(/wp-content/uploads/frame2.png);
    background-repeat: no-repeat;
    background-position: center 0%, center 100%;
    vertical-align: middle;
    text-align: center;
}
.column2_50.frame p{
vertical-align: middle;
}
@media only screen and (max-width: 640px){
	.top_con .column2_50{
	display: inline-block;
}
	.column2_50.frame{
	    background-size: 100%;
    padding: 3em 1em;
		box-sizing: border-box;}
	.top_con {
    margin: 0em auto 3em;
}
}

/*TOP-PRODUCTS*/
.top_products {
    max-width: 1240px;
     margin: 3em auto;
}
.column2_50.text {
	text-align: center;
}
@media only screen and (max-width: 640px){
	.top_products {
    display: flex;
		flex-wrap: wrap;
}
	.column2_50.text{
		order: 2;
		width: 100%;
		display: inline-block;
	}
	.column2_50.pic{
		order: 1;
		width: 100%;
		display: inline-block;
	}
}
/*TOP-SHOP*/
.top_shop {
    max-width: 1240px;
    margin: 3em auto;
}
.top_shop .column2_50{
		text-align: center;
	}

/*投稿*/
.post2b li {
    display: flex;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    padding: 4px 10px;
    display: inline-block;
}
.linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
    background: #302f4d;
    position: relative;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8;
    transition: all .3s;
    text-align: center;
    display: block;
    margin: 0 auto 2em;
    text-align: center;
    max-width: 120px;
}
.linkBtn:hover {
    background: #b81c22;
}

ul.post {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
ul.post li {
    width: 50%;
    padding: 2%;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px){
	.post h2, h2.title, .post h2 a, .post2b h2 a, .post4b h2 a {
    color: #302F4D;
    font-size: 15px;
}
	.post2b li {
    display: block;
}
	#content .post2b_img {
    text-align: center;
}
}
/*products*/
.genre_box {
    margin: 3em 0;
}
@media only screen and (max-width: 640px){
	.genre_box {
    margin: 1em 0;
}
.change {
    display: flex;
	flex-wrap: wrap;
}
.column2_40.pic {
    order: 1;
	width: 100%;
}
.column2_60.text {
    order: 2;
	width: 100%;
}}
