/*
Theme Name: 諏訪湖スマートIC
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.site-footer-copyright p:nth-child(2) {
    display:none;
}

@media (max-width: 768px) {
	.no-padding {
		padding: 0!important;
	}
}

@media (max-width: 768px) {
	.vk_slider_item_container {
		padding-left: 0;
	}
}

.hr1 { /*下線あしらい*/
	border-top: 2px solid #4d4fa5;
	width: 20%;
}

/*ラインあしらい*/
.slash-01 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
}
.slash-01::before,.slash-01::after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #ffaa1c;
}
.slash-01::before {
	margin-right: 20px;
	transform: rotate(-35deg);
}
.slash-01::after {
	margin-left: 10px;
	transform: rotate(35deg);	
}
/*ラインあしらいここまで*/

.site-footer { /*フッター*/
	border-top: none;
	background-color: #4d4fa5;
	color: #fff;
}

.page_top_btn { /*ページトップへ戻るボタンカスタマイズ*/
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: 82px;
	background-image: url("https://suwakosic.suwa-tourism.jp/wp/wp-content/uploads/2025/07/top-btn.webp");
	background-color: transparent;
	box-shadow: none;
	white-space: nowrap;
	overflow: hidden;
}

.gradient-back { /*背景グラデーション角丸*/
	padding: 1rem 2rem;
	color: #fff;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
	background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
	background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

.border-orange { /*下線オレンジ*/
	position: relative;
}
.border-orange::before {
	content: '';
	width: 60px;
	height: 4px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #ffaa1c;
}

@media (max-width: 768px) { /*モバイルのマージン下調整*/
	.mobil-margin-bottom {
		margin-bottom: 0!important;
	}
}

@media (max-width: 768px) { /*モバイルのフォントサイズ*/
	.mobil-size-1 {
		font-size: 26px!important;
		margin-top: -20px!important;
	}
}

@media (max-width: 768px) { /*モバイルのカラム間隔調整*/
	.column-bottom {
		margin-bottom: 20px!important;
	}
}

.page-header { /*ページヘッダー非表示*/
	display:none !important;
}
.breadcrumb-list { /*パンくずリスト非表示*/
	display: none;
}

.shop-category {
	display: inline-block;
	background-color: 4d4fa5#333333;
	color: #fff;
}

/*下線付きタイトル*/
.title-01 {
	position: relative;
}
.title-01::before {
	content: '';
	width: 56px;
	height: 1px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30px;
	background-color: #000;
}

.wait { /*保留中非表示*/
	display: none;
}