@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.sns_icon {
  width: 30px;
  height: 30px;
}
.sns_icon > img{
  width: 100%;
}
.sns_icon:first-of-type {
  margin-right: 10px;
}
.div_sns_icons{
  align-items: center;
  display: flex;
  justify-content: center;
}
.drawer_sns_icons {
  margin-top: 30px;
  margin-bottom: 50px;
}
.drawer_sns_icons > .sns_icon{
  width: 50px;
  height: 50px;
}
.drawer_sns_icons > .sns_icon:first-of-type {
  margin-right: 30px;
}

[data-btns=rr-rl] .l-header__body {
  grid-template-columns: 0 75% auto var(--ark-searchW) var(--ark-drawerW);
}
