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

@import url('https://fonts.googleapis.com/css?family=Alice|Sawarabi+Mincho&display=swap');

/*-------------------------------------
 共通設定
----------------------------------------*/


body.home:before {
    display:none;
}

div#full-wrapper {
    overflow: hidden;
}

.contsBox {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
}

.flowBox {
    display: flex;
}

.post table, .post table th, .post table td {
    border: 1px solid transparent;
    padding: 39px;
    box-sizing: border-box;
}

.post table th, .post table td{
    border-bottom: 1px solid #dcdde0 !important;
	font-size: 120%;
}

.post table {
    background: rgba(255,255,255,0.4);
    background-size: 40%;
}

.wpcf7-form .must {
    background: rgb(239, 133, 133);
}

a.anchor{
    display: block;
    padding-top: 500px;
    margin-top: -500px;
}

@media only screen and (max-width: 640px){
.flowBox {
    display: inherit;
}
body:before {
    background: url(/struct/wp-content/uploads/background1.jpg) no-repeat center 0px;
}
br.dsp {
    display: none;
}
}





/*-------------------------------------
フロントページ
----------------------------------------*/

/*フロントバナー*/
section.contsbnrBox {
    background: url(/struct/wp-content/uploads/bg_body02.png) no-repeat;
    margin-top: -166px;
}

section.contsbnrBox .contsBox {
    padding-top: 220px;
    padding-bottom: 40px;
}

ul.thumb {
    overflow: hidden;
}

ul.thumb li img {
    display: block;
    transition-duration: 0.3s;
}

ul.thumb li img:hover {
    transform: scale(1.02);
    transition-duration: 0.3s;
}

.shopBox01, .shopBox02 {
    display: flex;
    margin-bottom: 20px;
}

.shopBox .btnBox {
    text-align: right;
}

.shopBox .addBox {
    padding: 24px;
    box-sizing: border-box;
}

.addBox ul li {
    line-height: 64%;
}

.tit_shop {
    font-weight: bold;
    font-size: 17px;
	display: block;
	margin-bottom: 15px;
}

span.tit_add {
    margin: 13px 15px;
    display: inline-block;
    width: 82px;
    font-weight: normal;
}

.shopBox02 .addBox {
    padding: 23px 23px 0px;
    box-sizing: border-box;
}

.shopBox01 .column2_50,.shopBox02 .column2_50 {
    display: inline-block;
	margin: 0;
    width: 49.5%;
    vertical-align: top;
	background: #ffffff;
}

.shopBox01 .column2_50 img,.shopBox02 .column2_50 img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

.informaiton {
    border: 1px solid #535252;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.informaiton a:hover {
    text-decoration: underline;
}

p.info_tit {
    border-bottom: 1px dashed #535252;
    margin: 0 0 10px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 18px;
}

.btn9:hover::after {
    background: #535252;
}


.CBlock-img {;
    box-sizing: border-box;
}

.CBlock-img {
   margin-right: 0;
}

.img-box {
  position: relative;
}

.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s; 
}

.img-box:hover .active {
  opacity: 1;
}


p.lead {
    font-size: 220%;
    line-height: 131%;
}

section.introBox {
    padding: 80px 0;
    width: 98%;
    margin: 0 auto;
}

section.introBox .flowBox {
    margin-bottom: 30px;
	box-shadow: 0px 0px 6px 1px #d3cad8;
}

section.introBox .imgBox {
    width: 48%;
    height: auto;
}

section.introBox .imgBox img.aligncenter {
    margin: 0 auto;
    width: 100%;
}

section.introBox .txtBox {
    background: rgba(255,255,255,0.5);
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}

section.introBox .txtBox p.noBox {
    padding-bottom: 15px;
    position: absolute;
    top: -30px;
    right: 20px;
}

section.introBox .txtBox p.noBox img {
    width: 70%;
}

.salonBox {
    background: url(/struct/wp-content/uploads/img_shop.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
}

.menu01Box {
    background: url(/struct/wp-content/uploads/img_menu01.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
}

.menu02Box {
    background: url(/struct/wp-content/uploads/img_menu02.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
}

.menu03Box {
    background: url(/struct/wp-content/uploads/img_menu03.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
}

.menu04Box {
    background: url(/struct/wp-content/uploads/img_menu04.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
}

.imgBox .column3_33 {
    display: inline-block;
    margin: 5px 0;
    width: calc(99.4%/3);
    vertical-align: top;
}

.imgBox .column3_33 img {
    max-width: 100%;
    vertical-align: bottom;
}

/*お問い合わせ*/
.post .circlebox {
    max-width: 30%;
    text-align: center;
    margin: 0 auto;
}

.column5_20.qr img {
    width: 100%;
    box-sizing: border-box;
}

.column5_20.qr {
    display: inline-block;
    margin: 5px 8px;
    width: calc(76%/2);
    vertical-align: top;
}

.linkBtn,.post .linkBtn {
    padding: 12px 0;
    background: #df9696;
    display: block;
    width: 30%;
    margin: 0 auto 60px;
}

.linkBtn:hover,.post .linkBtn:hover {
    background: #d18383;
}

@media only screen and (max-width: 640px){
section.introBox .imgBox {
    width: 100%;
}
.linkBtn,.post .linkBtn {
    width: 90%;
}
section.introBox .txtBox p.noBox img {
    width: 50%;
}
section.introBox .txtBox p.noBox {
    right: 0px;
}
section.introBox {
    padding: 80px 0 0;
    width: 96%;
    margin: 0 auto;
}
section.shopBox {
    margin-bottom: 60px;
}
.column5_20.qr {
    margin: 0 auto;
    width: 100%;
}
.shopBox01, .shopBox02{
    display: inherit;
}
.shopBox01 .column2_50,.shopBox02 .column2_50 {
    display: inherit;
    width: 100%;
	margin:0 auto;
}
.shopBox01 .column2_50 img, .shopBox02 .column2_50 img {
    margin-bottom: 20px;
}
.addBox ul li {
    line-height: 120%;
}
.shopBox .addBox {
    padding: 22px 15px;
    box-sizing: border-box;
}
span.tit_add {
    width: 57px;
	font-weight:bold;
    margin: 13px 15px 0 0;
}
.addBox ul li {
    line-height: 141%;
    margin-bottom: 5px;
}
.addBox.column2_50 ul li p {
    line-height: 151%;
}
.CBlock-img {
    padding: 2em 0;
    box-sizing: border-box;
}
.imgBox .column3_33 {
    margin: 0 auto;
    width: 100%;
}
}


/*ベタ塗り 影ボックス*/
.box13 {
    padding: 2em;
    margin: auto;
    width: 200px;
    height: 110px;
    color: #ffffff;
    background: rgba(157,156,152,0.6);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    border-radius: 2px;
}

.box13 p {
    margin: 0; 
    padding: 0;
}

/*ベタ塗り 影ボックス*/
.box18 {
    padding: 2em;
    margin: 1em;
    color: #373737;
    background: #DDDCD8;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    border-radius: 2px;
}

.box18 p {
    margin: 0; 
    padding: 0;
}

/*テキストの背景に画像（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(/struct/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;;
	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(/struct/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 {
		padding: 50px 0;
		text-align: center;
	}
}

/*テキストの背景に画像（3）*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top3_msg {
	position: relative;;
	padding: 30px 0;
	line-height: 1.8;
}
#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(/struct/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 {
		padding: 50px 0;
		text-align: center;
	}
}

/*テキストの背景に画像（4）*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top4_msg {
	position: relative;;
	padding: 30px 0;
	line-height: 1.8;
}
#top4_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(/struct/wp-content/uploads/top04.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}

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

/*テキストの背景に画像（5）*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top5_msg {
	position: relative;;
	padding: 30px 0;
	line-height: 1.8;
}
#top5_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(/struct/wp-content/uploads/top05.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}

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

/*テキストの背景に画像（6）*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top6_msg {
	position: relative;;
	padding: 30px 0;
	line-height: 1.8;
}
#top6_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(/struct/wp-content/uploads/top06.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}

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


/*商品ページ調整*/
@media only screen and (max-width: 640px){
	.sp-03 .gallery-item{
		width: 33.3%!important;
	}
}

/*商品ページボタン*/
.btn-square {
    display: inline-block;
    padding-top: 7px;
    width: 200px;
    height: 30px;
    text-decoration: none;
    background: #333333;
    color: #FFF;
    border-bottom: solid 4px #111111;
    border-radius: 2px;
}
.btn-square:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

  /*テキストデコ*/
.under {
	background: linear-gradient(transparent 60%, #F8BBD0 60%);
}
/*画面の高さから、ヘッダーとフッタータブメニューの高さをマイナス*/
@media (max-width: 1023px) {
	.mobile nav#mainNav .panel > ul {
		overflow-y: scroll;
		max-height: calc( 100vh - 60px - 64px );
	}
}
/*
 * Google翻訳
 */
div#language {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-left: 4px;
}
#language #flags , #language #google_language_translator {
	width:auto;
}
.mobile #language #flags ul {
	display:flex;
	flex-wrap:wrap;
}
#language #flags a {
	vertical-align:middle;
}
body.mobile #breadcrumb ,
body.mobile #mainImg {
	margin-top: 0;
}
@media (max-width:1023px) {
	body.mobile #header + * {
		margin-top:93px;
	}
}

/*YouTubeレスポンシブ*/
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}