/*
 Theme Name:   CITRUST
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/


/* 全体 */
body{
}
.font-acc,
.navbar-nav .nav-link{
	font-family: "avenir-next-lt-pro", sans-serif!important;
	font-weight: 400;
	font-style: normal;
}
h1.contents-ttl{
	position: relative;
	display: inline-block;
	margin-bottom: 1rem;
}
h1.contents-ttl:before {
	content: '';
	position: absolute;
	bottom: -1rem;
	display: inline-block;
	width: 50px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #5d5d5d;
	border-radius: 1px;
}
:focus{
	outline: none!important;
	box-shadow:none !important;
}
.entry-content hr{
	border-top: none!important;
	margin: 2.5rem 0!important;
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {
}


/* ボタン */
.btn-arrow{
	position: relative;
	font-size: .8rem!important;
	letter-spacing: 2px;
	padding-left: .2rem!important;
	padding-right: 3rem!important;
}
.btn-arrow:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 6px;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	transform: skew(45deg);
}


/* レイアウト */
.info-loop,.product-loop,#wrapper-footer,.page-contents{
	margin-top: 8rem;
}
.page-head{
	padding-top: 8rem;
	padding-bottom: 8rem;
	margin-bottom: 8rem;
}
@media screen and (max-width:768px) {
	.info-loop,.product-loop,#wrapper-footer,.page-contents{
		margin-top: 6rem;
	}
	.page-head{
		padding-top: 4rem;
		padding-bottom: 4rem;
		margin-bottom: 4rem;
	}
}


/* ヘッダー */
.navbar-brand img{
	max-width: 160px;
}
.navbar{
	background-color: transparent!important;
}
.navbar>.container-fluid{
	justify-content: center!important;
}
.navbar-brand{
	display: none;
	margin-right: 0!important;
	font-size: 0!important;
	padding: .5rem 0!important;
}
.navbar .navbar-toggler{
	position:absolute;
	top: 2rem;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #5d5d5d!important;
	border: 1px solid #5d5d5d!important;
	font-size: 1.25rem!important;
	border-radius: 0;
	background-color: #fafafa;
	padding: .5rem .35rem;
}
.offcanvas{
	background-color: #fafafa!important;
}
.offcanvas .close-btn{
	padding: 0!important;
	color: #5d5d5d!important;
	border: none!important;
	font-size: 1.5rem!important;
}
.offcanvas-body ul#main-menu li a:before{
	content:'\f0da';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	margin-right: .5rem;
}
.offcanvas-body ul li#menu-item-80 a:before,
.offcanvas-body ul li#menu-item-81 a:before{
	display: none;
}
.offcanvas-body ul li#menu-item-68{
	border-bottom: 1px solid #dee2e6 !important;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.offcanvas.offcanvas-end{
	max-width: 80%;
}
@media screen and (max-width:768px) {
	.navbar-brand img{
		max-width: 140px;
	}
}


/* メインビジュアル */
.front-vsl-img{
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
	.front-vsl-img{height: 60vh;}
}


/* INFO */
.info-thumb{
	width: 100%;
	aspect-ratio: 9/6 auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}