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

/*--------------------------------------*/
.center { text-align:center !important;}
.left { text-align:left !important;}
.right { text-align:right !important;}
.middle { vertical-align:middle !important;}
.bottom { vertical-align:bottom !important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb50 { margin-bottom:50px !important;}
/*--------------------------------------*/
p.title {
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    padding: 2% 0;
}

body {
    /*font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","Montserrat", "Kosugi Maru", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* スマホで改行をなくす
----------------------------------*/
@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}

/* スマホの時だけ改行（PCの時非表示）
----------------------------------*/
@media screen and (min-width:640px) {
    .br-pc { display:none; }
}

/* 画像表示順
----------------------------------*/
.f_Right {
float:right;
}

@media only screen and (max-width: 640px) {
.f_Right {
float: none;
}
}

/* 横幅100%
----------------------------------*/

body{overflow-x:hidden;}
#wrapper, #content, .post{overflow: visible;}

.bgfix { background-attachment:fixed !important;}
.ipod .bgfix { background-attachment:scroll !important; }
.iphone .bgfix { background-attachment:scroll !important; }
.ipad .bgfix { background-attachment:scroll !important; }

/* ボタン
----------------------------------*/
.btn1 {
    background-color: #4C3F26;
    color: #fff;
}
.btn1:hover {
    background-color: #CCBEA3;
    color: #4c3f26;
    letter-spacing: 0.5em;
}

/* ヘッダー
----------------------------------*/
#mainImg {
    background: #eee8dc;
    background-image: url(/struct/wp-content/uploads/1066_damask_fff_50.png);
    border-bottom: solid 5px #CCBEA3;
    border-top: solid 5px #CCBEA3;
}
#header .inner {
    margin: 0 auto;
    width: 100%;
}
#header-layout .sns li {
    text-align: center;
}


@media only screen and (min-width: 1024px){
#header-layout {
    display: flex;
    align-items: center;
}
.sns {
    padding: 0 2%;
    box-sizing: border-box;
}
}
@media only screen and (max-width: 1023px){
#header-layout {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 640px){
#mainImg {
    padding-top: 0 !important;
    padding-bottom: 0px;
}
}


i.fa.fa-instagram.fa-2x:before {
    content: "";
    background: url(/struct/wp-content/uploads/Instagram-Logo.png);
    background-repeat: no-repeat;
    background-size: 90px;
    display: block;
    width: 105px;
    height: 35px;
    top: 0;
    left: 0;
    margin-top: 19px;
}

/* フッター
----------------------------------*/
footer#footer .tel_no {
    display: block;
    font-size: 130%;
    margin: 5px 0;
}
footer#footer .fax_no {
    display: block;
    margin-bottom: 20px;
}
#footer ul {
    padding: 0 !important;
}
p.footertel a.button.btn1 {
    margin-bottom: 15px;
}
#footer ul li {
margin: 0px 15px;
}


/* ロゴと位置を合わせる */
.footnav {
    width: 251px;
    margin: 0 auto;
}
#footer ul {
    text-align: left;
    margin: 0;
}
#footer ul li::before {
    display: none;
}
#footer ul li a {
    padding: 0;
}

#footer ul li {
    display: inherit;
}
#footer ul {
    display: flex;
    justify-content: space-between;
}
#footer ul li {
    margin: 0;
}


/* フッターに地図 */
#footer .post {
    border-top: 5px solid #eee8dc;
}
#footer .post .column2_box {
    max-width: 960px;
    margin: 1% auto;
    box-sizing: border-box;
}

#footerLogo img {
    max-width: 90%;
    height: auto;
    margin-top: 30px;
}
.float #footerLogo {
    padding-top: 0;
}
.footcaption {
    padding-top: 20px;
}
#footer .post img.aligncenter {
    margin: 0 auto;
}
#footer .post p {
    padding-bottom: 0;
}


.footnav div#socialicon {
    display: none;
}


@media only screen and (min-width: 641px){
#footer .post img {
   /* width: 80%;*/
}
#footer .post .column2_box {
    padding: 1% 5%;
}
#footer .post .column2_box .column2_70 {
    margin-left: 5%;
    width: 64.5%;
}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* グローバルナビ
----------------------------------*/
@media only screen and (min-width: 1024px){
nav#mainNav ul li a {
    height: auto;
    padding: 10px 30px;
}
nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
    color: #fff;
}
}
@media screen and (min-width:1024px) and ( max-width:1090px) {
nav#mainNav ul li a {
    padding: 10px 23px;
}
}

/* 見出し
----------------------------------*/
h1.title.first.front-post {
    display: none;
}
.post h1 span {
    padding-left: 0;
}
.post h1 {
    line-height: 1.2em;
}
.post h2 {
    background: none;
    border:none;
}

body:not(.home) h1.title.first {
    margin: 2% 0;
}
.post h2 {
    margin-top: 5%;
    border-bottom: 5px double #4c3f26;
}

.post h3 {
    background: #eee8dc;
    color: #4c3f26;
    padding: 10px;
    border: none;
}
.post h3:after {
    display: none;
}

h1.title.first span {
    font-size: 60%;
    display: inline-block;
    vertical-align: bottom;
}



/* TOP
----------------------------------*/
/*　メッセージ部分　*/

.top_message {
    padding: 4em 0;
}

.top_message h1 {
    position: relative;
    margin-bottom: 8%;
}
.top_message h1:after {
    background-image: url(/struct/wp-content/uploads/top_message_h1_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    content: "";
    position: absolute;
    height: 56px;
    left: 0;
    right: 0;
    margin: auto;
	display:none;
}


.top_message h1,.top_message p{
    text-shadow: 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF;
    /*font-family: "Cormorant", "mymincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	*/
}

.top_message p {
    line-height: 2em;
    margin-top: 5%;
    font-size: 150%;
}

@media screen and (max-width:767px) {
.top_message h1:after {
    background-size: 100%;
}
.top_message p {
    margin-top: 15%;
    line-height: 1.5em;
    font-size: 120%;
}
}
@media screen and (max-width:640px) {
.top_message {
    /*padding: 3em calc((100vw - 100%) / 2);*/
    margin-bottom: 10%;
padding: 0;
}
}


/*　リンク部分　*/

.top_link_box02 {
    clear: both;
}
.txt_box {
    display: block;
    padding: 17% 0;
    box-sizing: border-box;
}
.top_link_box h2 {
    font-size: 40px;
}
.top_link_box .column2_50 {
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
}
.top_link_box .column2_50 img {
    max-width: 100%;
    margin: 0;
}

.top_link_box .column1 {
    text-align: center;
    padding: 5% 0;
    background-image: url(/struct/wp-content/uploads/top_content_img_004.jpg);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 0em calc((100vw - 100%) / 2);
    background-size: 100%;
    background-attachment: fixed !important;
}
.top_link_box .column1 h2 {
    text-shadow: 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF;
}

@media only screen and (min-width: 641px){
.top_link_box .column2_50 {
    width: 49.8%;
}
.column2_50.txt_box02 {
    width: 49%;
}

}

@media screen and (max-width:640px) {
.txt_box {

    padding: 5% 0 20%;
}
}


/*　お知らせ　*/
.listTitle {
    margin-top: 10%;
}
ul.postlist {
    margin-bottom: 10%;
}



/* 下層ページ：
----------------------------------*/
#breadcrumb {
    background-color: #eee8dc;
}
a.button.btn1.w_80 {
    width: 80%;
}


/* 下層ページ：テーブル
----------------------------------*/
table.price td {
    text-align: right;
}
table.responsive.plan_box th {
    text-align: center;
    vertical-align: middle;
}

/*　スタッフ　*/
table.plofe th.name {
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}
table.plofe td {
    text-align: right;
}
table.plofe th {
    white-space: nowrap;
}
td.nowrap {
    white-space: nowrap;
}

/* 下層ページ：ギャラリー
----------------------------------*/

/* 画像の上下の間隔を合わせる */
@media only screen and (min-width: 800px) {
.page-gallery .gallery-columns-4 {
    margin: 3% 0 !important;
}
.page-gallery .gallery-columns-4 .gallery-item {
    margin-top: 0 !IMPORTANT;
    margin-bottom: 2%;
}
div#gallery-4 {
    text-align: center;
    display: flex;
    justify-content: center;
}
}

/* 下層ページ：FAQ
----------------------------------*/
.cp_qa dt {
    font-size: 130%;
    border-bottom: 3px solid #CCBEA3;
    padding: 0 3%;
    padding-bottom: 1%;
    margin-bottom: 5px;
}
.cp_qa dd {
    margin-bottom: 5%;
    padding: 3% 5%;
}


/* 下層ページ：サイトマップ
----------------------------------*/
ul#sitemap_list {
    text-align: center;
}
.post ul#sitemap_list li {
    line-height: 2em;
}
/* 下層ページ：お問い合わせ：サンクスページ
----------------------------------*/
.page-thanks p {
    text-align: center;
}

/*レスポンシブ時改行調整
----------------------------------*/
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*新HOLOCF7送信ボタンずれ対応*/
.wpcf7-spinner {
    display: block!important;
	margin: 0 auto!important;
}