@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    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
*/

/*ヘッダー*/
.home .l-header .l-header__inner {
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0));
}

/*フッター*/
.btn-line {
    position: fixed;
    bottom: 6em;
    right: 1em;
    z-index: 10;
}
.btn-line img {
    width: 100px;
    height: 100px;
}
.btn-line:hover {
    opacity: 0.8;
}
@media(max-width:768px){
.btn-line {
    bottom: 118px;
    right: 8px;
    z-index: 10;
}
.btn-line img {
    width: 60px;
    height: 60px;
}
}

/*お問い合わせフォーム*/
.mail-form {
  padding: 50px!important;
}
.mail-form .wpforms-title {
  color: var(--color_main)!important;
  text-align: center;
}
.mail-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-2-columns ul {
  display: flex!important;
}
.mail-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
  margin-right: 20px;
}
.mail-form .wpforms-submit-container {
text-align: center;
}
.mail-form .wpforms-submit {
  display: inline-block;
  min-width: 300px;
}

@media(max-width:768px){
.footer-top-space {
	height: 0!important;
}
.btn-contact a {
	width: 100%;
}
}

/*フッター*/
.erea-box {
	border: solid 1px #4d7e49;
	padding: 30px;
}
.erea-box ul.erea-list {
	display: flex;
	justify-content: center;
	padding: 0;
}
.erea-box ul.erea-list li {
	list-style: none;
	padding:0 10px;
}
.erea-box ul.erea-list li::before {
	content: "●";
	color: #4d7e49;
	padding-right: 5px;
}
@media(max-width:768px){
.erea-box {
	padding: 20px;
}
.erea-box ul.erea-list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.erea-box ul.erea-list li {
	width: 32%;
}
}

/*施工実績*/
.post-type-archive-product .is-style-balloon>.c-tabList .c-tabList__item a {
  border: none;
  box-sizing: border-box;
  color: var(--color_text);
  display: block;
  font-size: 13px;
  height: 100%;
  line-height: 1;
  padding: var(--the-tab-btn-padding);
  position: relative;
  transition: background-color .25s, color .25s;
  background: var(--color_gray);
  width: 100%;
}
.post-type-archive-product .is-style-balloon>.c-tabList a:hover,
.post-type-archive-product .is-style-balloon>.c-tabList a[aria-selected=true] {
    background-color: var(--color_main);
    color: #fff;
}
.post-type-archive-product .is-style-balloon>.c-tabList a:before {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid var(--color_main);
    bottom: -8px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .25s;
    width: 0;
}
.post-type-archive-product .is-style-balloon>.c-tabList a:hover:before,
.post-type-archive-product .is-style-balloon>.c-tabList a[aria-selected=true]:before {
    opacity: 1;
}

.cat-box .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cat-box .flex-box {
  padding: 0 30px;
  margin-bottom: 30px;
}
.cat-box .flex-box h3 {
  text-align: center;
  border-bottom: solid 1px #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
  min-width: 150px;
}
.cat-box .flex-box ul li a {
  display: block;
  color: #717171;
  text-align: center;
  padding: 0 5px;
}
.cat-box .flex-box ul li a:hover {
  color: var(--color_main);
}


/*コンタクトフォーム*/
.grecaptcha-badge { display: none; }
.contact-block {
	background: #fff;
	padding: 80px;
}
.contact-block h3 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 0;
}
.contact-block h3::before {
	display: none;
}
.contact-block table {
  width: 100%;
}
.contact-block table tr th {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  border: none;
  background: none;
  padding: 15px 0;
  width: 200px;
}
.contact-block table tr td {
  border: none;
  padding: 15px 10px;
}
.contact-block table tr td input,
.contact-block table tr td textarea {
    border: none;
    width: 100%;
    padding: 10px;
}
.contact-block .btn-send {
    text-align: center;
    margin: 40px 0 40px;
}
.contact-block .btn-send input {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: none;
  border-radius: 40px;
  background: var(--color_main);
  padding: 15px;
  min-width: 360px;
  transition: 0.5s;
}
.recaptcha-text {
	font-size: 12px;
	text-align: center;
}
.contact-block input[type="radio" i]  {
	width: auto;
}
.wpcf7-spinner {
	display: none;
}

@media(max-width:768px){
.contact-block {
	padding: 40px 20px;
}
.contact-block h3 {
	font-size: 22px;
}
.contact-block table tr th {
    display: block;
    font-size: 18px;
    width: 100%;
    padding-bottom: 0;
  }
.contact-block table tr td {
    display: block;
    width: 100%;
	padding: 15px 0;
  }
}
