/*
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: 'Noto Serif JP', 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: 'Noto Serif', serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&display=swap');

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

/* ------------------------------
   COMMON
   ------------------------------ */
   
 @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: YakuHanMP_Noto, 'Noto Serif JP', serif;
	font-size: 1.6em;
	letter-spacing: .025em;
	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: YakuHanMP_Noto, 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.6em;
	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: YakuHanMP_Noto, 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: .025em;
	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;
}

small {
	font-size: 80%;
}

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

.underbar {
	text-decoration: underline !important;
}

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

	html {
		font-size: 55.0%;
	}

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

}


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

/* LOGO */

#top a#logo {
	position: absolute !important;
}

#top a#logo img {
	position: absolute !important;
	width: 100px !important;
	height: 100px !important;
}

/* BREADCRUMB */
#breadcrumbs {display: none !important;}


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

.mv-logo {
	width: 480px;
}

.lead-text p {
	font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
	font-size: 2.0rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.8;
	color: #fff;
	padding-bottom: 0.5em;
}

.lead-text .openday {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.8;
	color: #fff;
}

.notice-text p {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.8;
	color: #fff;
}

.address-text h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.8;
	color: #fff;
}

.address-text p {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.6;
	color: #fff;
}

.address-text img {
	margin-top: 24px;
	margin-bottom: 0 !important;
	max-width: 180px !important;
}

.address-text p a {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.6;
	color: #fff;
}
.address-text p a:hover {
	color: #999;
	transition: 0.3s;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	margin-top: 16px !important;
}

#copyright {
	padding: 20px 0 !important;
}

#copyright p {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .05em;
}


@media only screen and (max-width: 768px) {
	
	.mv-logo {
		width: 60vw;
	}
	
	.lead-text p {
		font-size: 1.6rem;
	}
	
	.lead-text .openday {
		font-family: 'Noto Serif JP', serif;
		font-size: 1.9rem;
	}
	
	.notice-text p {
		font-size: 1.2rem;
	}
	
	.address-text h3 {
		font-size: 1.3rem;
	}
	
	.address-text p a {
		font-size: 1.5rem;
	}
	
	#copyright p {
		font-size: 1.1rem;
	}
	
}
