/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* ------------------------------
   FONT
   ------------------------------ */

/* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */

/* font-family: 'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* font-family: 'EB Garamond', serif; */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

/* ------------------------------
   COMMON
   ------------------------------ */
   
/* #f1e2c6 */
   
 @media only screen and (min-width: 1001px) {
	.sp-only {display: none !important;}
}

@media only screen and (max-width: 1000px) {
	.pc-only {display: none !important;}
}
   
html {
	font-size: 62.5%;
}

body .container-wrap {
	background-color: #ede3d7;
}

body {
	font-family: A1 Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .075em;
	ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: A1 Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: .075em;
	ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
    color: #000;
}

p {
	font-family: A1 Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5rem;
	font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2.2;
	ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
    color: #000;
}

p a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #666;
    text-underline-offset: 3px;
}
p a:hover {
	transition: 0.3s;
	opacity: 0.5;
}

b, strong, .bold{

}

small {
	font-size: 80%;
}

img {
	-webkit-backface-visibility: hidden;
}

.img100 {
	width: 100%;
}

#breadcrumbs {display: none !important;}

@media only screen and (max-width: 896px) {

	html {
		font-size: 62.5%;
	}

	body {
		font-size: 1.4em;
	}
	
	p {
		font-size: 1.4rem;
	}

}


/* ------------------------------
   HEADER / FOOTER
   ------------------------------ */

#header-outer[data-full-width=true] header>.container {
	padding: 0;
}

/* LOGO */
#header-outer:not([data-format=left-header]) #top .span_3 {
	padding: 0 35px;
}

#header-outer #logo, #header-outer .logo-spacing {
	margin: 0 !important;
	padding-top: 15px;
}

/* MENU */

.menu-title-text {
	display: block;
	text-align: center !important;
}

#header-outer .mobile-header li:not([class*="button_"]) > a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) > a .menu-title-text:after, #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a .menu-title-text:after {
	border-top: solid 1px;
}

.sf-menu li, header#top nav >ul >li >a, .pull-left-wrap > ul > li > a {
	font-family: 'EB Garamond', serif;
	font-size: 1.6rem !important;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #fff !important;
}　

#header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after {
    border-width:1px !important;
}


#header-outer[data-lhe="default"] #top nav > ul > li > a {
  text-align: center !important;
  padding: 20px 18px;
  border-left: solid 1px #333;
  min-width: 130px;
  width: 155px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a:hover {
	transition: 0.3s;
	background-color: #666;
}

.nectar-menu-label {
	display: block;
	padding: 4px 0px 0px;
    line-height: 1;
	font-family: A1 Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.0rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    margin-left: 0px;
    position: relative;
    vertical-align: middle;
    text-align: center !important;
    margin-top: 0.25em;
}
.nectar-menu-label:before {
    background-color: rgba(0, 0, 0, 0.0) !important;
}

/* SP 下線消す */
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after, 
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after {
	display: none !important;
}

@media only screen and (max-width: 896px) {

#header-outer[data-full-width=true] header>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

	/* LOGO */
	#header-outer:not([data-format=left-header]) #top .span_3 {
		padding: 0 0px;
	}

	ul.menu {
		text-align: center;
	}
	
	#top .col.span_9 {
		padding-top: 15px;
	}
	
}

/* 予約ボタン */

.menu-item-94 {
	/* background-color: #839ea7; */ /* シルバー */
	; /* ゴールド */
	margin-left: 30px;
	vertical-align: top;
}

.menu-item-94 a {
	min-width: 160px !important;
	width: 160px !important;
    text-align: center !important;
    margin: 0 35px 0 0 !important;
	background-color: #e1d1bd;
	/* background-color: #bfb09f; */
	padding: 20px 10px !important;
}
.menu-item-94 a:hover {
	transition: 0.3s;
	background-color: #fff;
}

.menu-item-94 a .menu-title-text {
    font-size: 1.5rem !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #000;
    text-align: center !important;
}

.menu-item-94 .nectar-menu-label {
    color: #000 !important;
}

/* FOOTER */

#text-2 p {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2.0;
	color: rgba(0, 0, 0, 0.5) ;
}

#text-2 p a {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2.2;
	color: #000;
}

#text-2 p .jp-small {
	font-size: 90%;
}

@media only screen and (max-width: 896px) {

	.menu-title-text {
		padding-right: 8px !important;
	}

	.menu-item-94 {
		/* background-color: #839ea7; */ /* シルバー */
		; /* ゴールド */
		margin-left: 0px;
		vertical-align: top;
	}
	
	.menu-item-94 a {
		width: 100% !important;
	    text-align: center !important;
	    margin: 30px 0 0 !important;
		background-color: #e1d1bd;
		/* background-color: #bfb09f; */
		padding: 8px 15px !important;
		vertical-align: middle;
	}
	.menu-item-94 a:hover {
		transition: 0.3s;
		background-color: #fff;
	}
	
	.menu-item-94 a .menu-title-text {
		display: block;
	    font-size: 1.4rem !important;
	    font-style: normal;
	    font-weight: 400;
	    letter-spacing: 0.075em;
	    white-space: nowrap;
	    color: #000;
	    text-align: left !important;
		padding-right: 8px !important;
	}
	
	.menu-item-94 .nectar-menu-label {
		display: block !important;
	}

	#text-2 p {
	    font-size: 1.4rem;
	    font-weight: 400;
	    letter-spacing: 0.2em;
	    line-height: 2.2 !important;
		color: rgba(0, 0, 0, 0.5) ;
	}
	
	#text-2 p a {
		color: #000;
		display: block;
	}
	
	#text-2 p .jp-small {
		font-size: 90%;
	}
	
	#text-2 p .to-top {
		display: block;
	}

}

/* MOBILE */
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
	font-family: 'EB Garamond', serif !important;
	font-style: italic;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1;
	letter-spacing: 0.0.main-lead-text pem !important;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon span:after, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container li a:after, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
	border-top: solid 1px !important;
}

/* ハンバーガーメニューを1px */

body .lines, body .lines:after, body .lines:before {
	height: 1px;
}
.slide-out-widget-area-toggle.mobile-icon .lines-button:after, .slide-out-widget-area-toggle.mobile-icon .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines:before {
	height: 1px !important;
}
#search-outer .close-wrap .close-line, #top .slide-out-widget-area-toggle .close-line, .nectar-close-btn .close-line, .slide_out_area_close .close-wrap .close-line, .style_slide_in_click .close-cart .close-line {
	width: 1px !important;
}

@media only screen and (min-width and max-width: 999px) {

	body #header-outer {
		padding: 20px 15px !important;
	}

}

@media only screen and (max-width: 896px) {

	#logo:before {
		width: 25px !important;
		height: 25px !important;
		margin-bottom: 5px;
	}
	
	#logo:after {
		width: 85px !important;
		height: 16px !important;
		margin-bottom: 2px;
		margin-left: 4px;
	}
	
	#logo {
		font-size: 1.8rem !important;
	}
	
	#header-outer[data-full-width=true] header>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
		padding: 0 40px;
	}

	body #header-outer {
		padding: 0px 0px !important;
	}


}


/* FOOTER */

#copyright p {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
	color: #aaa !important;	
}

@media only screen and (max-width: 896px) {

#copyright p {
    font-size: 1.1rem;
	color: #aaa !important;	
}

}


/* ------------------------------
   HOME
   ------------------------------ */
   
/* COMMON */

/* 削除予定 */
.text .title-en, 
.news-text .title-en {
	font-family: 'EB Garamond', serif;
    font-size: 1.4rem;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 100px;
    color: #000
}
.news-title {
    margin-bottom: 49px !important;
}
.text .title-en:after {
	position: relative;
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #999;
	margin: auto;
	top: 50px;
}

/* 2025.07 - */
.text .title-en {
	font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 0.25em;
    color: #000
}
.text .title-en:after {
	display: none !important;
}

.text h2.title-jp {
	font-family: A1 Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
	font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin-bottom: 110px !important;
    color: #000
}
.text h2.title-jp:after {
	position: relative;
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #999;
	margin: auto;
	top: 50px;
}

.news-text .text .title-en:after, 
.news-text .text .title-jp:after 
 {
	display: none !important;
}
.news-text .text .title-jp {
    margin-bottom: 50px !important;
}


.image01-wrap {
	aspect-ratio: 4 / 2.5;
}

.image02-wrap {
	aspect-ratio: 4 / 2.5;
}

.image03-wrap {
	aspect-ratio: 4 / 5;
}

@media only screen and (max-width: 896px) {

/* 削除予定 */
	.text .title-en {
	    font-size: 1.3rem;
	    margin-bottom: 80px;
	}
	.text .title-en:after {
		content: '';
		width: 30px;
		top: 40px;
	}
	
	.text .title-en {
	    font-size: 1.6rem;
	    margin-bottom: 0.25em;
	}
	.page-id-406.text .title-en:after {
		display: none !important;
	}
	
.text .title-jp {
    font-size: 1.1rem;
	font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin-bottom: 100px;
    color: #000
}
.text .title-jp:after {
	position: relative;
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #999 !important;
	margin: auto;
	top: 50px;
}

}

/* MV */

.nectar-slider-wrap {
	margin-bottom: 0 !important;
}

.mv {
	position: relative;
}

.mv .mv-text {
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 50% ;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 800px;
  text-align: center;
}

.mv .mv-text .text p {
	font-size: 1.6rem;
	line-height: 2.2;
	letter-spacing: 0.35em;
	color: #fff;
}

.mv .mv-logo {
	margin-top: 0px;
	margin-bottom: 40px !important;
}

.mv .mv-logo img {
	width: 240px !important;
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 896px) {
	
	.nectar-slider-wrap {
		margin-bottom: 0 !important;
	}
	
	.mv .mv-text .text p {
		font-size: 1.3rem;
	}
	
	.mv .mv-logo {
		margin-top: 30px;
	}
	
	.mv .mv-logo img {
		width: 180px !important;
	}

}


/* NEWS */

.nectar-post-grid-wrap[data-style="vertical_list"] .nectar-post-grid[data-grid-spacing="5px"] .nectar-post-grid-item .content {
    padding-left: 5px;
    padding-right: 5px;
}
.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
padding: 5px 0;
}

.news-text .nectar-post-grid {
	padding: 15px 0;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.nectar-post-grid-wrap[data-style="vertical_list"] .item-main .meta-date {
	width: 18% !important;
	min-width: 18%;
	padding-right: 0 !important;
}

.news-text .post-heading-wrap {
	text-align: left;
}

.news-text h3.post-heading span {
font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.news-text .meta-date {
	font-size: 1.3rem;
	line-height: 1.8 !important;
	letter-spacing: 0.075em;
	color: #ada79e !important;
	padding-top: 2px;
	text-align: left !important;
}

.news-text .more-link {
	text-align: center;
}

.news-text .more-link a {
	font-family: 'EB Garamond', serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 0.15em;
    line-height: 1.6;
	color: #000 !important;
	padding: 6px 15px 15px;
}

	@media only screen and (max-width: 896px) {
	
		.news h3.post-heading span {
			font-size: 1.3rem;
		}
		
		.news .meta-date {
			font-size: 1.2rem;
			line-height: 1.5 !important;
			padding-top: 0px;
		}
		
		.news .more-link a {
			font-size: 1.3rem;
		}
	
	}


/* ABOUT */

.teaser-about-text .text .subtitle-en {
	font-family: font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
	font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 0px;
}
.teaser-about-text .text .subtitle-en:before {
	position: relative;
	display: block;
	content: '・';
	top: -15px;
	/*
	width: 30px;
	height: 1px;
	background-color: #888;
	margin: auto;
	top: 10px;
	*/
}

/* 削除予定 */
.teaser-about-text .text h2 {
    font-size: 1.5rem;
	font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2.2;
	margin-bottom: 2em;
}

.teaser-about-text .text h3 {
    font-size: 1.5rem;
	font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2.2;
	margin-bottom: 2em;
}

.teaser-about-text .text p {
    font-size: 1.5rem;
	font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2.2;
}
.teaser-about-text .text p .amenity {
	display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.teaser-about-text .text p small {
	display: inline-block;
    font-size: 1.2rem;
	font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #333;
}

@media only screen and (max-width: 896px) {

	.teaser-about-text .text .subtitle-en {
		font-family: font-family: 'EB Garamond', serif;
	    font-size: 1.2rem;
	}
	.teaser-about-text .text .subtitle-en:before {
		position: relative;
		display: block;
		content: '・';
		top: -15px;
	}
	
	/* 削除予定 */
	.teaser-about-text .text h2 {
	    font-size: 1.3rem;
		margin-bottom: 2em;
	}

	.teaser-about-text .text h3 {
	    font-size: 1.3rem;
		margin-bottom: 2em;
	}
	
	.teaser-about-text .text p {
	    font-size: 1.3rem;
	}
.teaser-about-text .text p .amenity {
    font-size: 1.2rem;
}

	.teaser-about-text .text p small {
	    font-size: 1.2rem;
	}

}

/* FOODS */

.teaser-foods-text .text p {
    font-size: 1.4rem;
	font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: justify;
}

@media only screen and (max-width: 896px) {

	.teaser-foods-text .text p {
	    font-size: 1.3rem;
	    line-height: 1.8;
	}

}

/* AMENITY */

.teaser-amenity-text .text p {
    font-size: 1.4rem;
	font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: center;
}

@media only screen and (max-width: 896px) {

	.teaser-amenity-text .text p {
	    font-size: 1.3rem;
	    line-height: 1.8;
	    text-align: left;
	}

}

/* RESERVE */

.teaser-reserv-text .text a.abutton {
		display: inline-block;
	background-color: #fff !important;
	padding: 10px 40px;
}

@media only screen and (max-width: 896px) {
	
	.teaser-reserv-text .text a.abutton {
		display: inline-block;
		padding: 10px 36px;
	}

}


.image-small img {
	width: 100%;
}

@media only screen and (max-width: 896px) {

}

/* ------------------------------------------------------------------- */


/* ABOUT */

.about-cover {
	position: relative;
	top: -80px;
	margin-bottom: -60px !important;
	right: 0 !important;
	margin-left: 0px;
}

.about-text-wrap {
    margin-bottom: 0;
}

.about-text {
	z-index: 1000;
}

.about-text .text {

}

/* 削除予定 */
.about-text h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.8rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	color: #000;
}

.about-text h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.8rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	color: #000;
}

.about-text .text p {
	font-family: 'Noto Sans JP', sans-serif;
	transform: scale(1.05, 1);
    transform-origin: top left;
    font-size: 1.5rem !important;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 2.0;
    text-align: justify;
    color: #000;
    background-color: #fff;
    padding: 0 1.75em 1.5em 0 !important;
}

@media only screen and (max-width: 896px) {

	.about-cover {
		position: relative;
		top: -80px;
		margin-bottom: -60px !important;
		right: 0 !important;
		margin-left: 0px;
	}
	
	.about-text-wrap {
	    margin-bottom: 0;
		padding-left: 30px !important;
	    background-color: #fff; 
	}

	.about-text {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	
	/* 削除予定 */
	.about-text h2 {
		font-size: 2.4rem;
		margin-bottom: 0px;
	}
	
	.about-text h3 {
		font-size: 2.4rem;
		margin-bottom: 0px;
	}
	
	.about-text .text p {
	    font-size: 1.3rem !important;
	    background-color: #fff;
	    padding: 0 1.75em 1.5em 0 !important;
	}

}

/* ROOM */

.room-text-wrap {
    background-color: #fff;
    margin-bottom: 0;
    padding: 1.75em !important;
}
.workroom .room-text-wrap {
	padding-right: 0 !important;
}
.livingroom .room-text-wrap {
	padding-left: 0 !important;
}

.room-text .title-en {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}

.room-text h3 {
	display: inline-block;
    font-size: 1.2rem !important;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 20px !important; 
    color: #000;
} 

.room-text .text p {
    font-size: 1.4rem !important;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2.2;

  margin-top: -7px; /*追加*/
  margin-bottom: -7px; /*追加*/
}

.workroom {
	position: relative;
	top: -80px;
	margin-bottom: -60px !important;
	right: 0 !important;
	margin-left: 0px;
}

.room-text .text {
  border-top: 1px solid rgba(0, 0, 0, 0); /*追加*/
  border-bottom: 1px solid rgba(0, 0, 0, 0); /*追加*/
}

.livingroom {
	position: relative;
	top: -80px;
	margin-bottom: -60px !important;
	right: 0 !important;
	margin-left: 0px;
}
.livingroom .text {
  border-top: 1px solid rgba(0, 0, 0, 0); /*追加*/
  border-bottom: 1px solid rgba(0, 0, 0, 0); /*追加*/
}

@media only screen and (max-width: 896px) {
	
	.room-text-wrap {
	    background-color: #fff;
	    margin-bottom: 0;
		padding-left: 30px !important;
	}

	.room-text {

	}

	.room-text .title-en {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 2.2rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 6px;
	}
	
	.room-text h3 {
		display: inline-block;
	    font-size: 1.1rem !important;
	    font-weight: 600;
	    margin-bottom: 20px !important; 
	} 
	
	.room-text .text p {
	    font-size: 1.2rem !important;
	    line-height: 2.0;
	}
	
	.workroom {
		top: -40px;
		margin-bottom: -30px !important;
	}
	
	.livingroom {
		top: -40px;
		margin-bottom: -30px !important;
	}

}

/* PRICE */

.price-text .title-en {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}

.price-text h3 {
	display: inline-block;
    font-size: 1.2rem !important;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 10px !important; 
    color: #000;
} 

.price-text p small {
	padding-right: 4px;
}

.price-num {
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 896px) {

	.price-text .title-en {
		font-size: 2.2rem;
		margin-bottom: 6px;
	}
	
	.price-text h3 {
		display: inline-block;
	    font-size: 1.1rem !important;
	    margin-bottom: 10px !important; 
	} 
	
	.price-text .text p {
	    font-size: 1.3rem !important;
	}
	
	.price-text p small {
		display: inline-block;
		padding-right: 2px;
		vertical-align: 1px;
	}
	
	.price-num {
		font-size: 1.6rem;
	}

}

/* ACCESS */

.gmap iframe {
  width: 100%;
  height: 400px;
  filter:invert(80%);-webkit-filter:invert(80%)
}

.access-text .text img {
	width: 150px;
	margin-bottom: 0px;
}

.access-text .text {
    margin-bottom: 40px;
}

.access-text .text p {
	font-family: 'Noto Sans JP', sans-serif;
	transform: scale(1.05, 1);
    transform-origin: top center;
    font-size: 1.5rem !important;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 2.0;
    color: #000;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media only screen and (max-width: 896px) {

.gmap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
  filter:invert(80%);-webkit-filter:invert(80%)
}

	.access-text .text img {
		width: 100px;
		margin-bottom: 0px;
	}
	
	.access-text .text {
	    margin-bottom: 20px;
	}
	
	.access-text .text p {
	    font-size: 1.3rem !important;
	}
	
}

/* OWNER */

.teaser-owner-text .text img {
	width: 200px;
	margin-bottom: 25px;
 }

.teaser-owner-text .text h3 {
	font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2;
 }

.teaser-owner-text .text p {
	font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: justify;
 }
 
 @media only screen and (max-width: 896px) {

	.teaser-owner-text .text img {
		width: 140px;
	 }

	.teaser-owner-text .text h3 {
	    font-size: 1.3rem;
	} 

	.teaser-owner-text .text p {
	    font-size: 1.3rem;
	    line-height: 1.8;
	} 
	 
 }
 
 /* ACCESS */
 
 .teaser-access-text .text p {
	font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: center;
 }
 
.teaser-access-text .detail-block {
	padding-top: 70px !important;
}

.teaser-access-text .detail h3 {
	font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: center;
 }

.teaser-access-text .detail p {
	font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: center;
 }
 
 @media only screen and (max-width: 896px) {

	 .teaser-access-text .text p {
		font-size: 1.3rem;
	 }
	 
	.teaser-access-text .detail-block {
		padding-top: 35px !important;
	}

	.teaser-access-text .detail h3 {
	    font-size: 1.3rem;
	} 

	.teaser-access-text .detail p {
	    font-size: 1.3rem;
	    line-height: 1.8;
	} 
	 
 }

/* FAQ */

.contact-faq {
	margin-bottom: 0px !important;
}

.contact-faq .toggles {
	margin-top: 0px;
	padding: 0 20px;
	border: solid 1px #ddd;
}

div[data-style="minimal"] .toggle {
	border-bottom: 1px solid #ddd;
}
div[data-style="minimal"] .toggle:last-child {
	border-bottom: 0px;
}

.toggle>.toggle-title a {
    font-size: 1.5rem !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #000;
}

.inner-toggle-wrap p {
    font-size: 1.4rem !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8 !important;
    color: #444;
}

.contact-faq div[data-style*=minimal] .toggle h3 i {
	border: 2px solid #ddd;
}
div[data-style="minimal"] .toggle h3 i:before {
	background-color: #ddd;
}
div[data-style="minimal"] .toggle h3 i:after {
	background-color: #ddd;
}

.contact-faq div[data-style*=minimal] .toggle h3 i {
	border: 1px solid #ddd;
}

div[data-style*=minimal] .toggle>.toggle-title i {
width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -12px;
}

div[data-style="minimal"] .toggle > .toggle-title i:before {
	content: " ";
    top: 12px;
    left: 5px;
    margin-top: -2px;
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #ddd;
    transition: background-color 0.15s ease;
}

div[data-style="minimal"] .toggle > .toggle-title i:after {
    content: " ";
    top: 6px;
    left: 11px;
    width: 1px;
    margin-left: -1px;
    height: 10px;
    position: absolute;
    background-color: #ddd;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}

@media only screen and (max-width: 896px) {

div[data-style="minimal"] .toggle > .toggle-title a {
	padding: 20px 40px 20px 0;
}
	
	.contact-faq .toggles {
		margin-top: 0px;
		padding: 0 15px;
		border: solid 1px #ddd;
	}
	
	.toggle>.toggle-title a {
	    font-size: 1.3rem !important;
	}
	
	.inner-toggle-wrap p {
	    font-size: 1.3rem !important;
	}


}

/* CONTACT */

.contact-text p {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.6;
	text-align: center;
}

.contact-form {
	padding: 20px 0px 20px;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
}

.contact-form p {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.6;
}

.f-check {
	text-align: center;
	margin-bottom: 30px !important;
}

@media only screen and (max-width: 896px) {
	
	.contact-text p {
		font-size: 1.3rem;
		text-align: left;
	}
	
	.contact-form {
	padding: 10px 0px 10px;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	}

	.contact-form p {
		font-size: 1.3rem;
	}

}

/* CONTACT FORM 7 */

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], .material.woocommerce-page[data-form-style="default"] input#coupon_code {
	background-color: #fff !important;
	border: solid 1px rgba(0, 0, 0, 0.1) !important;
	color: #000;
	font-size: 15px !important;
}

    ::-webkit-input-placeholder { color: #afafaf; }
    :-ms-input-placeholder { color: #afafaf !important; }
    ::-moz-placeholder { color: #afafaf; opacity: 1; }
    ::placeholder {
      color: #afafaf !important;
      opacity: 1;
    }
    :focus::-webkit-input-placeholder { color: transparent; }
    :focus:-ms-input-placeholder { color: transparent; }
    :focus::-moz-placeholder { color: transparent; }
    :focus::placeholder {
      color: transparent;
    }

select {
    width: auto;
    min-width: 300px;
    height: 40px;
    font-size: 15px;
    color: #000;
}

textarea {
	height: 10em;
}

span .wpcf7-list-item { 
display : block ;
margin-left: 0px;
}

.wpcf7-form .f-title {
	padding: 5px 0px 0px ;
	margin: 10px 0 5px;
font-feature-settings: 'palt' 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.025em !important;
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05;
}

.wpcf7-form .f-mini {
	margin-top: 5px;
	padding: 5px!important;
	width: 50% !important;
	min-width: 200px;
	background-color: #fff !important;
}

.wpcf7-radio .wpcf7-list-item-label {
	color: #000 !important;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.025em !important;
    font-size: 14px;
    font-weight: 500;
}

/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #f5f5f5;
}
 
/* Firefox */
input::-moz-placeholder{
    color: #f5f5f5;
}
/* Firefox 18以前 */
input:-moz-placeholder{
    color: #f5f5f5;
}
/* IE */
input:-ms-input-placeholder{
    color: #f5f5f5;
}

.wpcf7-form p.submit {text-align: center} 

body[data-form-submit="regular"] .container-wrap input[type=submit] {
	font-size: 16px;
	font-weight: 500 !important;
	letter-spacing: 1 !important;
	margin: 20px auto !important;
    padding: 16px 100px !important;
	background-color: #000 !important;
}

.wpcf7-spinner {
	display: block;
	text-align: center !important;
	margin: 0 auto;
}

.wpcf7-not-valid-tip {
	font-size: 15px !important;
	letter-spacing: 0.05em !important;
	line-height: 1.4;
	background-color: #ffe0e0 !important;
	padding: 8px !important;
	color: #f00 !important;
}

div.wpcf7-validation-errors {
	font-size: 15px !important;
	letter-spacing: 0.05em !important;
	line-height: 1.4;
	color: #ff0000 !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #ffff00 !important;
	background-color: #ffff00 !important;
	color: #000 !important;
}


@media only screen and (max-width: 1000px) {

	.FormBlock .col {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	.FormBlock h2 {
		font-size: 16px !important;
	}
	
	.FormBlock p {
		font-size: 15px !important;
		letter-spacing: 0.05em;	
	}
	
	/* FORM */
	
	select {
	    width: auto;
	    min-width: 300px;
	    height: 40px;
	    font-size: 13px;
	    color: #000;
	}
	
	textarea {
		height: 8em;
	}
	
	span .wpcf7-list-item { 
	display : block ;
	margin-left: 0px;
	}
	
	.wpcf7-form .f-title {
		padding: 5px 0px 0px ;
		margin: 10px 0 5px;
		font-size: 13px;
	}
	
	.wpcf7-form .f-mini {
		margin-top: 5px;
		padding: 5px!important;
		width: 50% !important;
		min-width: 200px;
		background-color: #fff !important;
	}
	
	.wpcf7-radio .wpcf7-list-item-label {
	    font-size: 13px;
	}
	
	/* Chrome, Safari */
	input::-webkit-input-placeholder{
	    color: #fff;
	}
	
	.wpcf7-form p.submit {text-align: center} 
	
	body[data-form-submit="regular"] .container-wrap input[type=submit] {
		font-size: 13px;
		font-weight: 600;
		margin: 20px auto !important;
	    padding: 16px 100px !important;
	    background-color: #000 !important;
	}
	
	.wpcf7-not-valid-tip {
		background-color: #ffe0e0 !important;
		font-size: 12px !important;
		margin-top: 5px;
		color: #f00 !important;
	}
	
	div.wpcf7-validation-errors {
		font-size: 12px;
		font-weight: 600;
		line-height: 1.6;
	}
	
	div.wpcf7-mail-sent-ok {
		border: 2px solid #ffff00 !important;
		background-color: #ffff00 !important;
		color: #000 !important;
	}
	
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
		padding: 5px;
	}

}


/* ------------------------------
   NEWS > SINGLE PAGE
   ------------------------------ */

.single .heading-title {
	margin-bottom: 50px;
	padding-bottom: 0 !important;
}
.row .col.section-title.blog-title, .row .col.section-title.project-title {
	margin-bottom: 0 !important;
}

.nectar-social {
	display: none !important;
}

.single-post .meta-category {
	display: none !important;
}

.single.single-post .section-title h1 {
	font-family: A1 Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-size: 1.7rem !important;
	font-weight: 600;
	line-height: 1.6 !important;
	letter-spacing: 0.1em;
	padding-bottom: 0;
}

.single-post .meta-date {
	font-size: 1.3rem !important;
	color: #ada79e;
	padding-top: 25px !important;
}

.single-post .post-content h3 {
	font-size: 1.0rem !important;
	font-weight: 600;
	line-height: 1.6 !important;
	letter-spacing: 0.06em;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	padding-top: 1.5em;
}

.single-post .post-content h4 {
	font-size: 1.7rem !important;
	font-weight: 600;
	line-height: 1.6 !important;
	letter-spacing: 0.06em;
}

.single-post .post-content p {
	font-size: 1.4rem !important;
	font-weight: 400;
	line-height: 2.0 !important;
	letter-spacing: 0.075em;
}

.single-post .post-content img {
	margin-bottom: 0;
}

	@media only screen and (max-width: 896px) {
		
	.single .heading-title {
		margin-bottom: 30px;
		padding-bottom: 0 !important;
	}
		
		.single.single-post .section-title h1 {
			font-size: 1.5rem !important;
		}
		
		.single-post .meta-date {
			font-size: 1.2rem !important;
			padding-top: 30px !important;
		}
		
		.single.single-post .post-content p {
			font-size: 1.3rem !important;
		}

}

/* NEWX PREV NAVI // */
.blog_next_prev_buttons {
	margin-bottom: 0px !important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:after, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:after, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:after, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:after {
	background-color: #ede3d7 !important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
	min-height: 150px;
	background-color: #ede3d7 !important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span {
	color: #ada79e;
}

.blog_next_prev_buttons span {
	color: #ada79e;
}

.post-bg-img {display: none;}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .text .line, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .text .line, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .text .line {
	background-color: #222;
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow line, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow line, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow line, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3 .next-arrow line {
	stroke: #222;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
	padding: 2% 9%;
}

.previous-post {
	border-top: solid 1px #ada79e;
	border-right: solid 1px #ada79e;
}
.next-post {
	border-top: solid 1px #ada79e;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
	border-bottom: solid 1px #ada79e !important;
}

.blog_next_prev_buttons {
	background-color: #fff;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text) {
	text-align: left !important;
}
.blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span {
	text-align: left !important;
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .only span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .only span:not(.text) {
	text-align: left !important;
}

.blog_next_prev_buttons .previous-post span.text, 
.blog_next_prev_buttons .next-post span.text {
	font-size: 1.5rem;
	line-height: 1.6 !important;
}

@media only screen and (max-width: 896px) {

	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
		min-height: 120px;
	}

	.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
		padding: 2% 9%;
	}
	
	.previous-post {
		border-right: none;
		border-bottom: none;
	}
	.next-post {
		border-bottom: none;
	}

	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text) {
		text-align: center !important;
		font-size: 1.2rem !important;
	}
	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text) {
		text-align: center !important;
		font-size: 1.2rem !important;
	}
	.blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span {
		text-align: center !important;
	}
	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .only span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .only span:not(.text) {
		text-align: center !important;
		font-size: 1.2rem !important;
	}

	.blog_next_prev_buttons .previous-post span.text, 
	.blog_next_prev_buttons .next-post span.text {
		font-size: 1.3rem;
		line-height: 1.6 !important;
	}

	body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post, body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
		min-height: 120px;
	}
}
/* // NEWX PREV NAVI */



