@import url("https://www.b-tropical.net/60027069/wp-content/themes/multipress/style.css");
@import url("https://www.b-tropical.net/60027069/wp-content/themes/multipress/theme.css");
@import url("https://www.b-tropical.net/60027069/wp-content/themes/multipress/common.css");
@import url("https://www.b-tropical.net/files/files_common.css");
@import url("https://www.b-tropical.net/files/files_pc.css");


/* 上記CSS読込で崩れる部分の調整
------------------------------------------------------------------------------------------------------------------- */
/* vertical-align */
.ec-layoutRole__contentTop *,
.ec-layoutRole__contents * {
  vertical-align: baseline;
}
/* margin */
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contents ul,
.ec-layoutRole__contents ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.ec-layoutRole__contentTop .h1,
.ec-layoutRole__contentTop .h2,
.ec-layoutRole__contentTop .h3,
.ec-layoutRole__contentTop h1,
.ec-layoutRole__contentTop h2,
.ec-layoutRole__contentTop h3,
.ec-layoutRole__contents .h1,
.ec-layoutRole__contents .h2,
.ec-layoutRole__contents .h3,
.ec-layoutRole__contents h1,
.ec-layoutRole__contents h2,
.ec-layoutRole__contents h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* モーダルのフォント */
#ec-modal-header {
  font-size: 16px;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  color: #ffffff !important;
  background-color: #095ca6;
  border-color: #095ca6;
}


/* その他の調整
------------------------------------------------------------------------------------------------------------------- */
/* フォントの基準サイズ */
html {
  font-size: 16px;
}
/* 商品詳細のマージン */
#page_product_detail .ec-categoryNaviRole {
  margin-bottom: 70px;
}
/* 標準のページトップ非表示 */
.ec-blockTopBtn {
  display: none !important;
}
/* 標準の背景色 */
.ec-layoutRole {
  background: none;
}
/* カテゴリ */
.ec-itemNav__nav li a {
  margin: 5px;
  padding: 6px;
  background: #eeeeee;
}
/* 関連商品 */
#RelatedProduct-product_title {
  margin: 50px 0 30px;
  padding: 10px 10px 10px 20px;
  background: #525263;
  color: #ffffff;
  font-size: 21px;
}
/* 詳細不明 */
.ec-borderedDefs dd {
  line-height: 2;
}
/* 商品カテゴリプルダウン▽位置調整 */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  margin: auto;
}
/* ご注文手続き画面の合計金額ウィンドウ */
.ec-orderRole .ec-orderRole__summary {
  margin-top: 0 !important;
}
.ec-totalBox {
  position: sticky;
  top: 0;
}


/* PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) {
  /* 標準のロゴとコピーライト非表示 */
  .ec-headerRole,
  .ec-footerRole {
    display: none;
  }
  /* ティザーとフッターからのマージン */
  .ec-layoutRole__contentTop,
  .ec-layoutRole__footer {
    margin-top: 70px;
  }

/*ロゴ----------------------------------*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: 960px;
  height: 260px;
  top: 0;
  left: calc(50% - 480px);
  background: url("https://www.b-tropical.net/files/main_logo.png")no-repeat center top; 

}

#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  height: 985px;
  background: none transparent;
}
#main_teaser{
  top: 320px;
}
#main_teaser img {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
}

#google_translate_element{
  left:0 !Important;
}

}


/* SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) {
  /* PC専用の要素を非表示 */
  #branding_box,
  #branding_box #site-description,
  #branding_box #header_information,
  #branding_box #header_information .main_header,
  #branding_box #access,
  #main_teaser,
  #footer_block,
  #footer_block .fixed_btn,
  .ec-headerNaviRole,
  .ec-footerTitle__logo {
    display: none !important;
    height: 0 !important;
  }
  /* 幅調整、背景非表示 */
  body {
    min-width: inherit !important;
    background: none !important;
  }
  /* ハンバーガーメニューの文字はみ出し対策 */
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    display: flex;
  }
  /* カートに入れるボタンの文字はみ出し対策 */
  .ec-blockBtn--action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    line-height: 1.2em;
  }
  /* iPhoneでハンバーガーメニューが見切れる不具合対応 */
  .ec-headerLinkArea {
    padding-bottom: 20vw;
  }

  .ec-headerRole{
    padding: 0 !important;
  }
  .ec-footerTitle{
    background-color: #095ca6;
  }
  .ec-headerNavSP,.ec-drawerRoleClose.is_active{
    background-color: #edd610;
    right: 10px;
    left: unset;
  }



/* 全ての商品ボタン */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color:var(--link_color);
}
.ec-drawerRole ,
.ec-drawerRole .ec-headerLinkArea {
  color:#fff;
  background-color:#095ca6;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  color:#fff;
}
/* ボーダー */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top:1px solid var(--border_color);
}
/* メニューリンク */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  color:#fff;
  border-bottom:1px solid var(--border_color);
}

}


/* 以下、案件ごとに追記で調整
------------------------------------------------------------------------------------------------------------------- */

.goog-te-gadget-simple{
  background:url(https://www.b-tropical.net/files/translate_bg.png) no-repeat center top,#edd610;
  border: 0;
  padding-bottom: 5px;
  width: 125px !important;
}


#google_translate_element {
    right: unset !important;
    left: 20px !important;
    width: 125px !important;
  }
.goog-te-gadget-icon {
  visibility:hidden;
}

.goog-te-gadget-simple a[aria-haspopup*="true"] span {
  visibility:hidden;
}

.VIpgJd-ZVi9od-vH1Gmf td {
  display:flex;
}