/* modoru.css */


@charset "utf-8";


/*---------------topに戻るボタン開始----------------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	text-decoration: none;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .7;
}

/* =========================
   Instagram icons (mobile)
   ========================= */
@media screen and (max-width: 767px) {

  /* 外枠：offsetを無効化して中央に */
  .col-xs-6.col-xs-offset-3 {
    width: 100%;
    margin-left: 0;
  }

  /* 中のrow：中央寄せ */
  .col-xs-6.col-xs-offset-3 > .row {
    display: flex;
    justify-content: center;
  }

  /* 3アイコン：間隔を詰める */
  .col-xs-6.col-xs-offset-3 .col-xs-4 {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
  }

  /* Instagramアイコン */
  .col-xs-6.col-xs-offset-3 img.img-responsive {
    width: 44px;
    margin: 0 auto;
    display: block;
  }

  /* 国名 */
  .col-xs-6.col-xs-offset-3 p.sec24 {
    margin-top: 6px;
    text-align: center;
  }

}
