@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/**
* 画像マウスオーバー
*
*/
.item_box * {
  box-sizing: border-box;
}

.item_box {
  width: 100%;
  max-width: 350px; /* 幅調整 */
	max-width: 100%;
}

.item_link {
  display: block;
}

.item_content {
  position: relative;
  overflow: hidden;
}

.item_image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.item_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.item_mask-text {
  width: 100%;
  padding: 0.5em;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.item_text {
  margin-top: 10px;
  text-align: center;
}

.item_box .item_link:hover .item_mask {
  opacity: 1;
}

/* -mask-from-bottom */
.item_box.-mask-from-bottom .item_mask {
  top: 100%;
  transition: top 0.5s ease, opacity 0.5s ease;
}

.item_box.-mask-from-bottom .item_link:hover .item_mask {
  top: 0;
}

/**-----------------------------------------------------------**/
.is-style-more_btn {
  margin-top: 0.5em;
}
.is-style-more_btn a {
  width: 80px;
  height: 80px;
  min-width: unset;
  border-radius: 999px;
  color: #fff;
  box-shadow: none;
  padding: 0;
  font-size: 12px;
  line-height: 80px;
  transition: all 0.3s;
  background-image: linear-gradient(180deg, #cac1b9, #cac1b9);
}
.is-style-more_btn a::after {
  display: none;
}
.is-style-more_btn a:hover {
  transform: translateY(-5px);
  background-color: transparent;
}


/**
* フォーム
*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  vertical-align: middle;
  line-height: 45px;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.8em;
  overflow: auto;
}

input[type="date"]{
  display: block;
  width: auto;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  vertical-align: middle;
  line-height: 45px;
}

@media(max-width:599px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #ddd !important;
  }
}
.inquiry {
  margin-bottom: 20px;
}
.inquiry th {
  text-align: left;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f8f8f8;
  border: solid 1px #ddd;
}
.inquiry td {
  border: solid 1px #ddd;
}
.req { /* 必須 */
  font-size: 12px;
  padding: 5px;
  background: #e44141;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.any { /* 任意 */
  font-size: 12px;
  padding: 5px;
  background: #f09f4d;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  border-top: 1px solid #ededed;
  padding: 12px;
}
input,
select,
textarea {
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
.text-center{
  text-align:center;
}
.wpcf7-submit {
  display: block;
  border: none;
  width: 350px;
  margin: 25px auto 0;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  background-color: var(--color_main);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: var(--swl-btn_shadow);
  transition: box-shadow .25s;
}
.wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 1;
}


.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 1em;
  border-radius: 0.25rem;
  border: 2px solid #00a0d2; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.b_bottom{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin:0 0 15px 0;
}