@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*================================================
                　簡易サイト用
================================================*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;}


/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');


:root {
    /*------▼基本設定▼------*/
    --color-background: #FFFFFF; /* 純白で清潔感を強調 */
    --color-font: #333333; /* 読みやすさを重視した深いグレー */
    --color-primary: #B89150; /* 上品なシャンパンゴールド */
    --color-primary-shade: #8C6D39; /* 濃いゴールド（可読性・ボタン用） */
    --color-primary-tint: #997A45; /* 白文字とのコントラストを維持したゴールド */
    --color-secondary: #555555; /* サブカラー：落ち着いたチャコール */
    --color-secondary-tint: #666666; /* 白文字との視認性を確保したグレー */


    --color-table-border: #DDD;
    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    /* 1.6-1.4rem (1920-375) */
    --body-font-family: 'Noto Sans JP', sans-serif;	
    --font-family02: 'Shippori Mincho', serif;
    --content-max-width: 1240px;
	
    /*------▼ヘッダー設定▼------*/
--header-background: #FFFFFF;
--header-color-font: #333333;
--header-color-primary: #B89150;
--header-color-primary-shade: #8C6D39;
--header-color-primary-tint: #997A45;


    /*------▼フッター設定▼------*/
--footer-background: #F9F7F2; /* わずかにベージュを混ぜた白で高級感を */
--footer-color-font: #333333;
--footer-color-primary: #B89150;
}


  font-weight: 400;
  font-style: normal;
}

#front_top_content, #front_bottom_content {
    position: relative;
    background: #ffffff;
    padding: var(--px120) 0;
    z-index: 10;}


@media print, screen and (min-width: 1024px) {
    #header .logo img {
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
        height: 100%;
        max-width: 320px;
        max-height: 70px;}
    }
.googlemap {
    padding-bottom: 65%!important;
}

/* ヘッダーご予約ボタン */
#header a.head_btn.reservation_btn::before {
    content: '\f073';
}
#header a.head_btn.reservation_btn {
    background: #8f805e;
}



/*---------
見出しcenter（サブ+タイトル+下線）
txtstyle10
-----------*/
 
.post .txtstyle10 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: center;
    color: var(--color-font);
    line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0 0 var(--rem20);
  margin: var(--rem42) auto var(--rem30);
  border: none;
  background: transparent;
  }
.post .txtstyle10 .subtxt {
    display: block;
    font-size: var(--rem18);
    color: var(--color-primary);
	  font-family: var(--font-family02);
    font-weight: 500;
    padding: 0;
    margin: 0 0 var(--rem14);
    border: none;
  background: transparent;
}
.post .txtstyle10::before {
  content: none;
}
.post .txtstyle10::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--px80);
    border-bottom: 1px solid;
    content: "";
	height: 0;
}


/*---------
見出しleft（下線２色）
txtstyle04
-----------*/


.post .txtstyle04, .txtstyle04 {
    font-family: var(--font-family02);
    font-size: var(--rem28);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) 0 var(--rem30) 0;
    border: none;
    background: transparent;
}
.post .txtstyle04:before, .txtstyle04:before, .post .txtstyle04:after, .txtstyle04:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
}
.post .txtstyle04:before, .txtstyle04:before {
    width: 20%;
    background: var(--color-secondary);
    z-index: 1;
}
.post .txtstyle04:after, .txtstyle04:after {
    width: 100%;
    background: var(--color-primary);
    z-index: 0;
}
.googlemap {
    padding-bottom: 35%;
}
.post table td {
    color: var(--color-font);
    background: #fff;
}

/*  */
.post .txtstyle004, .txtstyle004 {
    font-family: var(--font-family02);
    font-size: var(--rem28);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    margin: 10px 0;
    border: none;
    background: transparent;
}

/*-----------------------------
.cardstyle
------------------------------*/
  /*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
/*     padding: 3.5rem 4rem; */
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
@media print, screen and (max-width: 768px) {
	.card01_list.cardstyle03 > li {
    padding: 2.5rem;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
}
.txtarea{
	padding: 3.5rem 4rem;
}

@media print, screen and (max-width: 768px) {
.txtarea {
    padding: 0rem;
}
}

/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: 24px;
  font-weight: 600;
	text-align: center;
  margin: var(--rem16) auto;
  background: transparent;
    color: var(--color-primary);
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}

/*---------txtstyle02 背景色あり-----------*/
.post .txtstyle002, .txtstyle002 {
    font-family: var(--font-family02);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: var(--rem16) auto;
    color: #fff;
    line-height: 1.4;
    padding: 1.5rem;
    background: var(--color-secondary);
}

/*----------------------------
リンクボタンリスト
-----------------------------*/

/*---ボタンデザイン---*/

.link_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background: var(--color-primary);
    width: 100%;
    font-size: var(--rem16);
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.6;
    text-align: center;
    padding: 14px var(--px40) 12px;
    border-radius: 50vw;
    -webkit-transition: .3s;
    transition: .3s;
	border: solid 2px var(--color-font);
}
.link_btn::after {
    content: '\f078';
    position: absolute;
    font-size: .85em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: var(--rem16);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link_btn:hover {
    color: var(--color-font);
	background: #fff;
	border: solid 2px var(--color-font);
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: var(--px40) auto;
    gap: 1%;
}
.post ul.linkbtn_list > li {
	width: auto;
	margin-bottom: var(--px20);
	text-align: center;
}
.post ul.linkbtn_list > li a.link_btn {
    width: auto;
    min-width: 240px;
    height: 100%;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print, screen and (max-width: 640px) {
	.post ul.linkbtn_list > li {
		width: 100%;
	}
	.post ul.linkbtn_list > li a.link_btn {
		max-width: none;
		width: 100%;
		min-width: auto;
	}
}
li a {
  display: block; /* または inline-block */
  width: 100%;
  height: 100%;
}

.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-font);
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
    border: solid 2px;
    border-radius: 50vh;
    transition: all .3s;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after, .post .subimitarea .linkBtn input[type="submit"]::after {
    content: '\f101';
    position: absolute;
    font-size: var(--rem16);
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 400;
    line-height: 1;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: 0.3s all;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-font);
    background: #fff;
    border-color: var(--color-font);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    color: var(--color-font);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}