
@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon???????
Theme URI: https://wp-cocoon.com/
Author: ????
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** ?????????????
************************************/
/*??????????????*/

/************************************
** ???????????????????
************************************/
/*1023px??*/
@media screen and (max-width: 1023px){
  /*??????????????*/
}

/*834px??*/
@media screen and (max-width: 834px){
  /*??????????????*/
}

/*480px??*/
@media screen and (max-width: 480px){
  /*??????????????*/
}

.grutto-search-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.search-field label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.search-field input,
.search-field select {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-button {
  text-align: center;
}

.search-button button {
  padding: 12px 30px;
  background-color: #0073aa;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.search-button button:hover {
  background-color: #005f8b;
}

.result-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.result-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.result-item p {
  margin: 5px 0;
}
