/*
Theme Name:sydney-child
Theme URI:
Description:WordPress child thema of sydney
Template:sydney
Author:Team ALC
Author URI:
Version:
*/


/*---------------------------------------------------------------
独自CSSの記述
---------------------------------------------------------------*/


/*--------------------------------*/
/*--------  トップページヘッダー非表示 --------*/

.home #masthead{
  display: none;
}
.home #masthead-mobile{
  display: none;
}



/*--------------------------------*/
/*--------  モバイルヘッダー検索非表示 --------*/

.header-search{
  display: none;
}



/*--------------------------------*/
/*--------  会社概要テーブル --------*/

.co-profile table{
  margin-bottom: 70px;
}

.co-profile tr, .co-profile th, .co-profile td{
  display: flex;
}

.co-profile tr{
  width: 100%;
}

.co-profile th{
  width: 30%;
  background: #00102E;
  border: solid 1px #ccc;
  color: #FFFFFF;
  padding: 15px;
  line-height: center !important;
  text-align: center;
}

.co-profile td{
  width: 70%;
  border: solid 1px #ccc;
  padding: 15px;
  line-height: center;
  text-align: left;
}


@media only screen and (max-width: 767px) {
  .co-profile tr, .co-profile th, .co-profile td{
    display: block;
  }

  .co-profile tr{
    width: 100%;
  }
  
  .co-profile th{
    width: 100%;
    background: #00102E;
    border: solid 1px #ccc;
    color: #FFFFFF;
    padding: 15px;
    line-height: center !important;
    text-align: left;
  }
  
  .co-profile td{
    width: 100%;
    border: solid 1px #ccc;
    padding: 15px;
    line-height: center;
    text-align: left !important;
  }
}


/*--------------------------------*/
/*--------  お問い合わせフォーム --------*/

.contact-form-1 textarea{
  width: 720px !important;
}

.contact-form-1 label{
  color: #FFFFFF;
}

.contact-form-1 input[type="submit"]{
  background: linear-gradient(to bottom right, #D8C69E, #FEF8DB);
  color: #000000;
  font-weight: bold;
  border: none;
}

.wpcf7-response-output{
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

/*--------------------------------*/
/*--------  フッター調整 --------*/
.fotter-container{
  display: flex;
  justify-content: center;
  gap: 100px;
}

@media only screen and (max-width: 767px) {
  .fotter-container{
    display: block;
    line-height: 2em;
  }
}

.footer-widgets-grid{
  padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .footer-widgets-grid{
    padding-top: 0px !important;
  }
}





/*--------------------------------*/
/*--------注文者情報入力欄--------*/

.ulflow3{
  display: none !important;
}

.billing_information_input th{
  width: 30%;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #F2F2F2;
}

.billing_information_input td{
  width: 70%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  text-align: left;
}

.required{
  color: #FFFFFF !important;
  background-color: indianred;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
}

.checkout_step th{
  background-color: #FFFFFF !important;
  border: none !important;
  padding-right: 0px !important;
}

.billing_information_input td label{
  display: block;
}

.billing_information_input .form-table td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
}

.billing_information_input td #text{
  margin-top: 5px;
}


@media only screen and (max-width: 768px) {

  .billing_information_input th td{
    display: block;
    margin-bottom: 0px !important;
  }

  .billing_information_input dt{
    width: 100%;
    background-color: #F2F2F2 !important;
    border: solid 1px #D3D3D3 !important;
    border-bottom: none !important;
    padding: 15px;
  }

  .billing_information_input dd{
    width: 100%;
    background-color: #FFFFFF !important;
    border: solid 1px #D3D3D3 !important;
    text-align: left;
    margin-left: 0px;
    padding: 15px;
  }

  .billing_information_input dd input[type=text]{
    width: 100% !important;
  }

  #net_shop_admin_flow{
   /* padding: 15px !important; */
   display: none !important;
  }

  #net_shop_admin_shopping_cart{
    padding: 15px !important;
    margin-bottom: 0px !important;
  }

  .net_shop_admin_subtotal{
    text-align: left !important;    
  }

  #net_shop_admin_checkout_body{
    width: 100% !important;
    padding: 15px !important;
  }

  .net_shop_admin_checkout_body_sp dt{
    width: 100%;
    background-color: #F2F2F2 !important;
    border: solid 1px #D3D3D3;
    border-bottom: none;
    padding: 15px;

  }

  .net_shop_admin_checkout_body_sp dd{
    width: 100%;
    background-color: #FFFFFF !important;
    border: solid 1px #D3D3D3;
    text-align: left;
    margin-left: 0px;
    padding: 15px;
  }

  .net_shop_admin_checkout_body_sp input[type=submit]{
    padding: 5px 10px 5px 10px;
  }

  #net_shop_admin_checkout_body form[method=post] p{
    text-align: center !important;
  }

  .textCenter{
    margin: 15px !important;
  }
}

.sydney-hero-area{
  display: none !important;
}

.page-wrap{
  padding-top: 0px !important
}


@media only screen and (max-width: 480px){
  #net_shop_admin_checkout_body{
    margin: 0px;
  }

  #net_shop_admin_checkout_body th,#net_shop_admin_checkout_body td{
      width: 100%;
      display: block;
      border-top: none;
  }
}

/*--------------------------------*/
/*--------注文者情報入力欄（登録アドレス注意）--------*/

.e-mail-information{
  margin-bottom: 40px;
}

.e-mail-information .e-mail-information-text{
  font-weight: 700;
  color: red;
  font-size: 1.2em;
}

@media only screen and (max-width: 768px) {
  .e-mail-information{
    padding: 15px;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  
  .e-mail-information .e-mail-information-text{
    font-weight: 700;
    color: red;
    font-size: 1.0em;
  }
}