@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
*/

/* オリジナルカスタム ここから */
.customize-support{
  font-family: kozuka-gothic-pr6n, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
}
.top #content {
  padding-top: 0;
}
.top #content .icon-posted:before {
  content: "";
}
@media (min-width: 960px) {
  .-series-right .l-header__inner {
    padding: 1em 0 !important;
  }
  .-series-right .w-header {
    position: absolute;
    right: -10px;
    top: -10px;
  }
}

/* ヘッダーメニューここから */
#gnav .c-gnav span.ttl {
  border-right: 1px solid #3e3a39 !important;
  padding-right: 25px !important;
}

#gnav li:last-child span.ttl,
#gnav .sub-menu li span.ttl {
  border-right: none !important;
}
/* ヘッダーメニューここまで */

#customFooter {
  max-width: 1500px;
  width: 100%;
  color: #3e3a39;
}

@media (max-width: 798px) {
  #customFooter {
    display: none;
  }
}

#customFooter .wrap {
  width: 98%;
  margin: 0 auto;
}

#customFooter .wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#customFooter .wrap .flex .item_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#customFooter .wrap .flex .item_1 .img {
  width: 85%;
  height: auto;
}

#customFooter .wrap .flex .item_2 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

#customFooter .wrap .flex .item_2 .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#customFooter .wrap .flex .item_2 .footerMenu li.item {
  list-style: none;
  line-height: 1;
}

#customFooter .wrap .flex .item_2 .footerMenu li.item a {
  color: #3e3a39;
  text-decoration: none;
}

#customFooter .wrap .flex .item_2 .footerMenu li + li {
  border-left: 2px solid #3e3a39;
  padding: 0 30px;
}

#customFooter .wrap .flex .item_2 .footerMenu .first {
  padding-right: 30px;
}

#customFooter .wrap .flex .item_2 .footerMenu .last {
  padding-right: 0px;
}

#customFooter .wrap .flex .item_2 .linkBtn {
  text-align: right;
}

#customFooter .wrap .flex .item_2 .linkBtn .arrow {
  position: relative;
  display: inline-block;
  color: #3e3a39;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

#customFooter .wrap .flex .item_2 .linkBtn .arrow::before,
#customFooter .wrap .flex .item_2 .linkBtn .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#customFooter .wrap .flex .item_2 .square {
  margin: 1.2em 0;
}

#customFooter .wrap .flex .item_2 .square a.contact {
  padding: 8px 30px;
  letter-spacing: 3px;
  border: 1px solid #3e3a39;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #3e3a39;
  border-radius: 0;
}

#customFooter .wrap .flex .item_2 .square a.contact::before {
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3e3a39;
  border-right: 2px solid #3e3a39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#customFooter .wrap .flex .item_2 .footerLink .privacy {
  font-size: 14px;
  font-weight: 300;
  color: #231815;
  padding-left: 10px;
}

#customFooter .wrap .flex .item_2 .footerLink .privacy::before {
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3e3a39;
  border-right: 2px solid #3e3a39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*# sourceMappingURL=style.css.map */
/* スマホメニュー内部 ここから */
#spMenuInside {
  max-width: 400px;
  margin: 0 auto;
}

#spMenuInside .linkBtn {
  text-align: center;
}

#spMenuInside .linkBtn .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

#spMenuInside .linkBtn .arrow::before,
#spMenuInside .linkBtn .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#spMenuInside .square {
  margin: 1.2em 0;
}

#spMenuInside .square a.contact {
  padding: 8px 30px;
  letter-spacing: 3px;
  border: 1px solid #1d2b57;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #1d2b57;
  border-radius: 0;
}

#spMenuInside .square a.contact::before {
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1d2b57;
  border-right: 2px solid #1d2b57;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuInside .links {
  padding: 0;
}

#spMenuInside .links li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

#spMenuInside .links li a {
  text-decoration: none;
}

#spMenuInside .info .transform {
  margin: 1em 0;
}

#spMenuInside .info .transform .en {
  opacity: 0.5;
}

#spMenuInside .info .address {
  margin-bottom: 0;
}

#spMenuInside .info .tel {
  margin-top: 0.2em;
}

#spMenuInside .info .copyright {
  margin-top: 1.5em;
  font-size: 12px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
/* スマホメニュー内部 ここまで */
.c-submenuToggleBtn:after {
  border: none !important;
}

/* 翻訳 ここからーーーーーーーーーーーーーーーーーーーー */
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none !important;
}

/* input[name="tab_name"] {
  display: none;
} */
.tab-label {
  color: rgb(147, 144, 144) !important;
  background: white !important;
}

.tab-switch:checked + .tab-label {
  color: #000 !important;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block !important;
}
.tab-switch {
  display: none !important;
}
/* 翻訳 ここまでーーーーーーーーーーーーーーーーーーーー */

/* ヘッダーメニュー */
.c-gnav > .menu-item > a .ttl {
  font-size: 18px !important;
  /* font-weight: bold !important; */
}
