/*
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: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&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 {
	font-family: 'Noto Sans JP', sans-serif;
	/* font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
	font-size: 1.6rem;
	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: 'Noto Sans JP', sans-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: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 2.0;
	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.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a, #header-outer.transparent .slide-out-widget-area-toggle a i.label, #header-outer.transparent #top .span_9 > .slide-out-widget-area-toggle a.using-label .label, #header-outer.transparent #top nav ul #search-btn a .icon-salient-search, #header-outer.transparent #top nav ul #nectar-user-account a span, #header-outer.transparent #top nav > ul > li > a > .sf-sub-indicator i, #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer.transparent #top .sf-menu > li.nectar-regular-menu-item > a > .nectar-menu-icon, #header-outer.transparent .nectar-header-text-content, #header-outer.transparent .nectar-mobile-only.mobile-header li:not([class*="menu-item-btn-style"]) a {
	opacity: 1;
}

#top nav ul li a, body[data-header-color=light] .mobile-header, body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label {
	color: #000;
}

#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: 1px solid #444 !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 (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;
	}
	

}


/* FOOTER */

#copyright p {
	font-family: 'Roboto', sans-serif;
    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 */

.section-title h2 {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.6rem;
	font-weight: 500;

} 

.section-title h2::before, .section-title h2::after {
	display: inline;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.0rem;
	font-weight: 300;
	line-height: 0;
	position: relative;
	vertical-align: 1px;
}
.section-title h2::before {
	content: '(';
	top: 50%;
	right: 20%;
}
.section-title h2::after {
	content: ')';
	top: 50%;
	left: 20%;
}

@media only screen and (max-width: 896px) {
	
	.section-title h2 {
		font-size: 2.8rem;
	
	} 
	
	.section-title h2::before, .section-title h2::after {
		font-size: 2.8rem;
		vertical-align: 0px;
	}

}

/* MV */

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

.mv {
	position: relative;
}

.mv .mv-logo {
	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-logo .text p {
	line-height: 1.4;
}

.mv .mv-logo .text .copy {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}

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

@media only screen and (max-width: 896px) {
	
	.mv .mv-logo .logo img {
		width: 160px !important;
		margin-bottom: 0px !important;
	}

}

/* 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 .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 .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;
	}
	
}

/* 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;
	}

}


