/*
Theme Name: My Theme
Theme URI: https://kaguyareisebuero.com
Author: glove Japan LLC
Author URI: https://glo-v-e.com
Description: Original Theme for Kaguya Reisebüro
Version: 4.0
*/

#main[class*=home]>.inner>.sec6>.inner {
	justify-content: center;
}

@media (width > 768px) {
	#main[class*=home]>.inner>.sec6>.inner>[class^=box] {
		width: min(629px, 55%);
	}
}

.footer-min-text {
	font-size: 8px;
	text-align: center;
}

#main.topic.lst .box1>[class^=box]>.box2 .img1,
#main.topic.itm .box1>[class^=box]>.box2 .img1 {
	width: 100%;
	height: auto;
	display: block;
}


.search-form {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	box-shadow:0 0 0.3rem rgba(24, 24, 24, 0.2);
	border-top: .5rem solid #80891e;
	padding: 3vmin;
	font-size: 1.6rem;
}

.search-form__label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 90%;
}

.search-form__input,
.search-form__select {
	width: 100%;
	padding: 12px 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.search-form__actions {
	display: flex;
	justify-content: center;
}

.search-form__button {
	display: inline-block;
	width: min(200px, 100%);
	background-color: #80891e;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}
