@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
	min-height: 0vw;
	/* Safari clamp関数対策 */
}

body {
	background: #ffffff;
	color: #202020;
	font-family: "M PLUS Rounded 1c", helvetica;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.02em;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h2 {
	color: #292929;
	font-weight: 600;
}

h4 {
	color: #292929;
	font-size: 14px;
	font-weight: 600;
}

a {
	color: #292929;
	text-decoration: none !important;
	transition: all 0.5s ease-in-out 0s;
}

a:hover {
	transition: all 0.5s ease-in-out 0s;
}

p {
	margin: 25px 0;
	letter-spacing: 0.1rem;
	padding: 0;
	font-size: 0.9rem;
	color: #666666;
	line-height: 28px;
}

::-moz-selection {
	background: #a3cb9e;
	color: #fff;
}

::selection {
	background: #a3cb9e;
	color: #fff;
}

.padDiv {
	padding: 30px 20px;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h2 {
	font-size: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.form-control {
	background-color: transparent;
	border: 1px solid #999;
	border-radius: 0;
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	height: 50px;
	letter-spacing: 0.1em;
	padding-left: 10px;
	margin: 0 0 25px 0;
	line-height: 14px;
	text-transform: uppercase;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
}

.paddsection {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 575px) {
	.paddsection {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.paddsections {
	padding-top: 90px;
	padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
	background: #333;
}

.hvr-shutter-in-horizontal:hover {
	background: #b8a07e;
}

.mb-30 {
	margin-bottom: 30px;
}

.main-content {
	padding-top: 140px;
}

.filtr-item {
	padding: 0.5rem !important;
}

a.check-btn {
	width: 120px;
	margin: auto;
	padding: 0.6rem 3rem;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	transition: 0.5s;
	background: #858585;
	cursor: pointer;
}

a.check-btn:hover {
	color: #fff;
	background: #5c5c5c;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 10px;
	bottom: 15px;
	z-index: 996;
	background: #a3cb9e;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #c6b398;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.line-reserved {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15%;
	z-index: 996;
	border-radius: 4px;
	background-color: #eee;
	font-size: 1rem;
	text-align: center;
	padding: 5px 3px;
}

.line-reserved p {
	line-height: 1.1em;
	margin: 0;
}

.line-reserved i {
	background: #29ad18;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	padding: 4px 3px 4px 4px;
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 5px;
}

.line-reserved.active {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 767px) {
	.line-reserved {
		bottom: 10%;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0;
	background-color: #dadedf;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
	display: flex;
	height: 100px;
}

#header.header-scrolled,
#header.header-inner-pages {
	top: 0;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding-left: 30px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: "Playfair Display", sans-serif;
	font-style: italic;
	height: 100%;
	width: 190px;
}

#header .logo a {
	color: #f0f0f0;
}

#header .logo img {
	max-height: 100%;
}

#header .nav-reserve {
	position: absolute;
	top: 0;
	right: 0;
}

#header .reserve-btn {
	color: #FFF;
	text-align: center;
	background-color: #454f80;
	font-size: 18px;
	letter-spacing: 0.3rem;
	line-height: 1.6rem;
	width: 210px;
	border: none;
}

#header .reserve-btn:active, #header .reserve-btn:focus, #header .reserve-btn:hover {
	background-color: #454f80 !important;
}

@media (max-width: 992px) {
	#header {
		border: 0;
		height: 60px;
		padding: 10px 0;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0 240px 0 30px;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	flex-wrap: wrap;
}

.navbar li {
	display: block;
	text-align: center;
	flex: 1 -1 auto;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 16px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
	color: #b8a07e;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 30px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-weight: 400;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
	color: #b8a07e;
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
	color: #4b4a4a;
	font-size: 48px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
	right: 10px;
	margin-right: 20px;
}

.mobile-nav-toggle.bi-x {
	color: #3a3a3a;
	margin-right: 3vw;
	margin-top: 1vh;
	z-index: 2000;
	display: block;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
		font-size: 36px;
	}
	.navbar ul {
		display: none;
	}
	.reserve-btn {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(49, 49, 49, 0.9);
	transition: 0.3s;
}

.navbar-mobile .nav-reserve {
	height: 80px !important;
	position: unset !important;
	z-index: 1000;
	margin: auto;
}

.navbar-mobile .reserve-btn {
	width: 90vw !important;
	position: relative;
	bottom: 10px;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
	margin: auto !important;
	width: 90vw;
	height: 80vh;
}

.navbar-mobile .reserve-btn {
	display: block !important;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #4b4a4a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
	color: #b8a07e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
	color: #b8a07e;
}

.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}

.wave-line {
	padding-bottom: 8px;
	background: url("../img/wave-under-line.png") repeat-x bottom left/auto 5px;
}

@media (max-width: 767px) {
	.br-sp::after {
		content: "\A";
		white-space: pre;
	}
}

/*==================================================
スライダーのためのcss
===================================*/
/*　背景画像設定　*/
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
	width: 100%;
	-webkit-transition: background-image 0.8s ease-in-out;
	transition: background-image 0.8s ease-in-out;
	/*　背景画像設定　*/
}

#hero .slider {
	position: relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;
	/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	margin: 0;
	padding: 0;
}

#hero .slider-item {
	width: 100%;
	/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 100vh;
	/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;
	/*背景画像をリピートしない*/
	background-position: center;
	/*背景画像の位置を中央に*/
	background-size: cover;
	/*背景画像が.slider-item全体を覆い表示*/
}

@media (min-width: 992px) {
	#hero {
		height: 100vh;
	}
	.slider {
		display: block;
	}
	.visual {
		display: none;
	}
}

@media (max-width: 991px) {
	#hero {
		margin-top: 60px;
	}
	.slider {
		display: none;
	}
	.visual {
		display: block;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 120px 0 0 0;
	background-color: white;
	min-height: 40px;
}

@media (max-width: 992px) {
	.breadcrumbs {
		padding-top: 100px;
	}
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

@media (max-width: 992px) {
	.breadcrumbs h2 {
		margin: 0 0 10px 0;
	}
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li + li {
	padding-left: 10px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
	width: 100%;
	height: auto;
	background: #f7f7f7;
	padding-top: 120px;
}

/* #about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
} */
#about .div-img-bg .about-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#about .about-descr .p-heading {
	font-family: "M PLUS Rounded 1c", serif;
	font-size: 1.3rem;
	text-align: left;
	line-height: 3.2rem;
	letter-spacing: 0.2rem;
}

#about .about-descr .separator {
	margin-bottom: 0;
	text-align: left;
}

@media (max-width: 767px) {
	#about {
		padding-top: 4.4rem;
	}
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
#gallery {
	position: relative;
	padding-bottom: 50px;
}

#gallery .filters-div {
	margin: auto;
}

#gallery .simplefilter li {
	padding: 10px 15px 8px 15px !important;
}

@media (min-width: 993px) {
	#gallery .simplefilter li {
		padding: 10px 40px 8px 40px !important;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  Plan
/*-----------------------------------------------------------------------------------*/
#plan {
	width: 100%;
	height: auto;
	background: #f1f0f0;
	padding-top: 120px;
}

#plan .plan-img-pc {
	display: block;
}

#plan .plan-img-sp {
	display: none;
}

@media (max-width: 991px) {
	#plan .plan-img-sp {
		display: block !important;
		margin-bottom: 3rem;
	}
	#plan .plan-img-pc {
		display: none !important;
	}
}

.plan-descr h3 {
	font-weight: bold;
}

#plan table {
	width: 100%;
}

#plan table span {
	font-size: 1.2rem;
	padding-right: 4px;
}

#plan table span {
	font-size: 1.5rem;
	padding-right: 8px;
}

@media (max-width: 680px) {
	#plan table span {
		font-size: 1.1rem;
	}
	#plan table span {
		font-size: 1.3rem;
	}
}

#plan .plan-option-wrap {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#plan table th,
#plan table td {
	line-height: 2rem;
}

#plan table th {
	text-align: left;
	padding-right: 2rem;
}

#plan table td {
	text-align: right;
}

#plan table .price-td {
	min-width: 160px;
}

@media (max-width: 575px) {
	#plan table th {
		padding-right: 1rem;
	}
	#plan .plan-option th {
		font-size: 13px;
		padding-right: 0.4rem;
	}
	#plan .plan-option td {
		font-size: 12px;
		min-width: 120px;
	}
	#plan .plan-descr h3 {
		font-size: calc(1.2rem + .6vw);
	}
}

/*--------------------------------------------------------------
# Reserved
--------------------------------------------------------------*/
#reserved h3 {
	font-size: 1.6rem;
}

#reserved h3 span {
	font-size: 1.8rem;
	color: #757575;
	padding-right: 1.3rem;
	font-weight: bold;
	position: relative;
	top: 2px;
}

#reserved .reserved-link {
	font-size: 1.2rem;
	cursor: pointer;
}

#reserved .reserved-link .bi-line {
	background-color: #29ad18;
	color: white;
	padding: 0px 2px 0px 4px;
	border-radius: 5px;
}

#reserved i img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 1rem;
	position: relative;
	top: -2px;
}

@media (max-width: 991px) {
	#reserved h3 {
		font-size: 1.4rem;
	}
	#reserved h3 span {
		font-size: 1.68rem;
		color: #757575;
		padding-right: 1.2rem;
		font-weight: bold;
		position: relative;
		top: 2px;
	}
	#reserved .reserved-link {
		font-size: 0.8rem;
		cursor: pointer;
		margin: 0.3rem 1rem;
	}
	#reserved .reserved-link .bi-line {
		padding: 1px 2px 0px 3px;
		border-radius: 5px;
	}
	#reserved p {
		margin: 0.3rem 1rem;
		padding-bottom: 10px;
	}
	#reserved i img {
		width: 1rem;
		height: 1rem;
		margin-right: 0.7rem;
		position: relative;
		top: -1px;
	}
	#reserved .reserved-arrow {
		display: none;
	}
	#reserved .reserved-spacer {
		display: none;
	}
	#reserved .reserved-flow:not(:last-child) {
		margin-bottom: 3rem;
	}
}

/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#journal,
#journal-blog {
	height: auto;
	width: 100%;
	background: #f7f7f7;
	padding-bottom: 60px;
	position: relative;
}

#journal-blog {
	background: #fff;
	padding-bottom: 30px;
}

#journal .journal-block {
	display: inline-block;
	height: auto;
	width: 100%;
}

#journal .journal-block .journal-info {
	position: relative;
}

.journal-block .journal-info img {
	max-width: 100%;
}

.journal-block .journal-info .journal-txt {
	padding: 25px 0px;
	position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
	display: block;
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 13px 0;
	font-weight: 500;
	color: #292929;
	transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 767px) {
	.journal-block .journal-info .journal-txt {
		padding: 15px 0px;
	}
	.journal-block .journal-info .journal-txt h4 a {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 8px 0;
	}
}

.journal-block .journal-info .journal-txt h4 a:hover {
	color: #b8a07e;
	transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}

/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#contact {
	height: auto;
	width: 100%;
	background: #f1f0f0;
}

@media (max-width: 480px) {
	#contact p {
		font-size: 0.8rem;
	}
}

#contact .access-img img {
	height: 20vh;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: top;
}

#contact .map {
	height: 380px;
	border: 1px solid #dadada;
	filter: saturate(120%);
	-webkit-filter: saturate(120%);
}

#contact h2 {
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	text-indent: -0.6rem;
}

#contact h3 {
	font-size: 1.26rem;
	letter-spacing: 0.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#contact .address {
	margin: 10px auto 0;
}

#contact .tel {
	margin: 0px auto 10px;
}

#contact .tel .bi-telephone-fill {
	color: #BFBFC0;
}

#contact i img {
	width: 2.5rem;
	height: auto;
	padding-right: 0.6rem;
}

#contact .icon_train {
	position: relative;
	top: -2px;
}

#contact .transportation p {
	margin: 0;
}

#contact .transportation-title {
	font-weight: bold;
	margin-top: 10px !important;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*  Navbar fixd page */
.subpage-nav {
	display: block !important;
}

/*-----------------------------------------------------------------------------------*/
/*  /* Single page */
/*-----------------------------------------------------------------------------------*/
#journal-blog {
	padding-top: 140px;
}

/* main content */
.main-content {
	background: #f7f7f7;
}

.main-content .container-main {
	display: inline-block;
	width: 100%;
}

.main-content .container-main .block-main {
	margin-bottom: 30px;
	overflow: hidden;
}

.container-main .block-main .content-main {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	width: 100%;
}

.journal-txt h4 a {
	display: block;
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 13px 0;
	font-weight: 500;
	color: #292929;
	transition: all 0.5s ease-in-out 0s;
}

.journal-txt h4 a:hover {
	color: #b8a07e;
	transition: all 0.5s ease-in-out 0s;
}

.post-meta ul li {
	font-size: 12px;
	font-weight: normal;
	margin-right: 8px;
	text-transform: capitalize;
	display: inline-block;
	float: none;
}

.post-meta li.tag a::before {
	content: '#';
}

.content-main .post-meta a {
	color: #a2a2a2;
	margin-left: 5px;
}

.blog-content {
	overflow: hidden;
	display: -webkit-box;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 72px;
}

.blog-list-nav .nav-links .page-numbers {
	padding: 0 0.6rem;
}

.blog-list-nav .nav-links .current {
	font-weight: bold;
	color: #b8a07e;
}

/* Commonts */
.comments {
	background: #fff;
}

.entry-comments h6 {
	margin-right: 10px;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.entry-comments-item {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}

.entry-comments-avatar {
	position: absolute;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.entry-comments-body {
	padding-left: 86px;
}

.entry-comments-author {
	margin-right: 10px;
	font-size: 13px;
	color: #292929;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.rep {
	font-size: 13px;
	color: #292929;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: capitalize;
}

.entry-comments span a {
	font-size: 13px;
	color: #999;
}

.entry-comments-reply {
	padding-left: 10%;
}

/* Commonts form */
.cmt {
	background: #fff;
}

blockquote {
	padding: 40px;
	background-color: #f2f2f2;
	margin: 30px 0;
	border: none;
	border-left: 4px solid #b8a07e;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #BFCED5;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer .socials-media {
	width: 100%;
}

#footer .socials-media ul {
	display: inline-block;
	float: none;
	margin: 0 0 20px 0;
}

#footer .socials-media ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#footer .socials-media ul li a {
	font-size: 24px;
	color: white;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: transparent;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
	color: #b8a07e;
	transition: all 0.5s ease-in-out 0s;
}

#footer p {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
}

.credits {
	font-size: 13px;
}

/** Width between 1200x to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 992px to 1199px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 768px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 768px) and (max-width: 991px) {
	/* Navbar */
	nav {
		padding: 10px 15px;
	}
	.nav-menu {
		margin-top: 40px;
		display: none;
		float: none;
		width: 100%;
	}
	.nav-menu li {
		float: none;
		width: 100%;
		text-align: center;
		border-top: 1px solid #f7f7f7;
		line-height: 45px;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.responsive {
		float: right;
		padding-top: 15px;
		display: block;
	}
	/* About */
	.head-info .header-content .cmaster h1 {
		font-size: 32px;
	}
	#about .div-img-bg {
		padding: 0;
	}
	#about .div-img-bg .about-img img {
		margin-top: 0%;
		margin-left: calc(0% - 0px);
	}
	#about .about-descr .p-heading {
		font-size: 20px;
	}
	#about .about-descr .separator {
		max-width: 100%;
		margin-bottom: 0;
	}
	/* journal */
	#journal .journal-block .journal-info {
		margin-bottom: 30px;
	}
	/* Contact */
	.contact-contact {
		margin-bottom: 30px;
	}
	/* Footer */
	#footer .socials-media ul li {
		margin-right: 0;
		margin-left: 0;
		float: none;
		display: inline-block;
	}
}

/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 767px) {
	/* Navbar */
	nav {
		padding: 20px 15px;
	}
	.nav-menu {
		margin-top: 40px;
		display: none;
		float: none;
		width: 100%;
	}
	.nav-menu li {
		float: none;
		width: 100%;
		text-align: center;
		border-top: 1px solid #f7f7f7;
		line-height: 45px;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.responsive {
		float: right;
		padding-top: 15px;
		display: block;
	}
	/* About */
	.head-info .header-content h1 {
		font-size: 32px;
	}
	#about .div-img-bg {
		padding: 0;
	}
	#about .div-img-bg .about-img img {
		margin-top: 0%;
		margin-left: calc(0% - 0px);
	}
	#about .about-descr .p-heading {
		font-size: 20px;
	}
	#about .about-descr .separator {
		max-width: 100%;
		margin-bottom: 0;
	}
	/* journal */
	#journal .journal-block .journal-info {
		margin-bottom: 30px;
	}
	/* Contact */
	.contact-contact {
		margin-bottom: 30px;
	}
	/* Footer */
	#footer .socials-media ul li {
		margin-right: 0;
		margin-left: 0;
		float: none;
		display: inline-block;
	}
}

/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 600px) {
	/* Navbar */
	nav {
		padding: 20px 15px;
	}
	.nav-menu {
		margin-top: 40px;
		display: none;
		float: none;
		width: 100%;
	}
	.nav-menu li {
		float: none;
		width: 100%;
		text-align: center;
		border-top: 1px solid #f7f7f7;
		line-height: 45px;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.responsive {
		float: right;
		padding-top: 15px;
		display: block;
	}
	/* About */
	.head-info .header-content h1 {
		font-size: 32px;
	}
	#about .div-img-bg {
		padding: 0;
	}
	#about .div-img-bg .about-img img {
		margin-top: 0%;
		margin-left: calc(0% - 0px);
	}
	#about .about-descr .p-heading {
		font-size: 18px;
	}
	#about .about-descr .separator {
		max-width: 100%;
		margin-bottom: 0;
	}
	/* journal */
	#journal .journal-block .journal-info {
		margin-bottom: 30px;
	}
	/* Contact */
	.contact-contact {
		margin-bottom: 30px;
	}
	/* Footer */
	#footer .socials-media ul li {
		margin-right: 0;
		margin-left: 0;
		float: none;
		display: inline-block;
	}
}

/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {
	/* Navbar */
	nav {
		padding: 20px 15px;
	}
	.nav-menu {
		margin-top: 40px;
		display: none;
		float: none;
		width: 100%;
	}
	.nav-menu li {
		float: none;
		width: 100%;
		text-align: center;
		border-top: 1px solid #f7f7f7;
		line-height: 45px;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.responsive {
		float: right;
		padding-top: 15px;
		display: block;
	}
	/* About */
	.head-info .header-content h1 {
		font-size: 32px;
	}
	#about .div-img-bg {
		padding: 0;
	}
	#about .div-img-bg .about-img img {
		margin-top: 0%;
		margin-left: calc(0% - 0px);
	}
	#about .about-descr {
		margin-left: 15px;
		margin-right: 15px;
	}
	#about .about-descr .p-heading {
		font-size: 16px;
	}
	#about .about-descr .separator {
		max-width: 100%;
		margin-bottom: 0;
	}
	/* journal */
	#journal .journal-block .journal-info {
		margin-bottom: 30px;
	}
	/* Contact */
	.contact-contact {
		margin-bottom: 30px;
	}
	/* Footer */
	#footer .socials-media ul li {
		margin-right: 0;
		margin-left: 0;
		float: none;
		display: inline-block;
	}
}

/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 320px) {
	/* Navbar */
	nav {
		padding: 20px 15px;
	}
	.nav-menu {
		margin-top: 40px;
		display: none;
		float: none;
		width: 100%;
	}
	.nav-menu li {
		float: none;
		width: 100%;
		text-align: center;
		border-top: 1px solid #f7f7f7;
		line-height: 45px;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.responsive {
		float: right;
		padding-top: 15px;
		display: block;
	}
	/* About */
	.head-info .header-content h1 {
		font-size: 32px;
	}
	#about .div-img-bg {
		padding: 0;
	}
	#about .div-img-bg .about-img img {
		margin-top: 0%;
		margin-left: calc(0% - 0px);
	}
	#about .about-descr .p-heading {
		font-size: 20px;
	}
	#about .about-descr .separator {
		max-width: 100%;
		margin-bottom: 0;
	}
	/* journal */
	#journal .journal-block .journal-info {
		margin-bottom: 30px;
	}
	/* Contact */
	.contact-contact {
		margin-bottom: 30px;
	}
	/* Footer */
	#footer .socials-media ul li {
		margin-right: 0;
		margin-left: 0;
		float: none;
		display: inline-block;
	}
	/* Single page */
	.entry-comments-body span {
		display: inline-block;
		margin-right: 0;
	}
}

.mb-item-title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bolder;
}

/**  Clothing Page  */
#clothing .filter-btn {
	width: 120px;
	margin: 0 4px 10px;
	padding: 1rem 1.4rem;
	border-radius: 46px;
	border: none;
	transition: 0.5s;
	background: #dddddd;
	color: inherit;
	cursor: pointer;
}

#clothing .active {
	color: #fff;
	background: #5c5c5c;
}

#clothing h2 {
	font-size: 2.4rem;
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	text-align: left;
}

#clothing .clothing-size {
	font-size: 18px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0.8rem;
}

#clothing .section-title {
	margin-bottom: 40px;
}

@media (max-width: 575px) {
	#clothing .clothing-size {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	#clothing .filter-btn {
		width: 80px;
		padding: 0.6rem 0.8rem;
		border-radius: 46px;
		font-size: 12px;
	}
	#clothing h2 {
		font-size: 1.6rem;
		padding-bottom: 0.6rem;
	}
}

/**  Product Page  */
#product .section-title {
	padding: 0 10px 10px 10px;
	border-bottom: 2px solid #AAA;
}

#product .section-title h2 {
	font-size: 2.6rem;
}

#product .section-title h3 {
	font-size: 1.4rem;
}

@media (max-width: 680px) {
	#product .section-title h2 {
		font-size: 1.8rem;
	}
	#product .section-title h3 {
		font-size: 0.8rem;
	}
}

#product .card {
	border: none;
	text-align: center;
	margin-bottom: 40px;
}

#product .card .card-title {
	text-align: center;
	margin-top: 20px;
	font-size: 1.4rem;
}

#product .card p.card-text {
	padding: 0;
	margin: 0;
	line-height: 1rem;
}

#product .card table {
	width: 100%;
	margin-top: 40px;
	font-size: 1.2rem;
}

#product .card table th, #product .card table td {
	border: none;
}

#product .card table span {
	padding-right: 8px;
}

@media (max-width: 767px) {
	#product .card .card-title {
		font-size: 1.2rem;
		margin-top: 15px;
	}
	#product .card .card-text {
		font-size: 0.8rem;
	}
	#product .card table th {
		font-size: 1rem;
		padding-top: 0px;
		padding-left: 5px;
		text-align: left;
	}
	#product .card table td {
		font-size: 1rem;
		padding-top: 0px;
		padding-right: 5px;
		text-align: right;
	}
}

@media (max-width: 575px) {
	#product .card .card-body {
		padding: 0;
	}
	#product .card .card-title {
		font-size: 1rem;
		margin-top: 15px;
	}
	#product .card .card-text {
		font-size: 0.6rem;
	}
	#product .card table {
		margin-top: 20px;
	}
	#product .card table th {
		font-size: 0.8rem;
		padding-top: 0px;
		padding-left: 5px;
		text-align: left;
	}
	#product .card table td {
		font-size: 0.8rem;
		padding-top: 0px;
		padding-right: 5px;
		text-align: right;
	}
	#product .card table td span {
		padding-right: 4px;
	}
}
