@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/************************************
** 子テーマ用のスタイル
************************************/

/* ヘッダー位置調整（不要なら削除） */
.hlt-top-menu .navi {
  margin-right: 120px;
}

/* topに戻るボタン */
.go-to-top {
  right: 20px;
  bottom: 55px;
}

.go-to-top-button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  opacity: 0.9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.go-to-top-button:hover {
  color: #333;
  background-color: #aaa;
}

/* アイキャッチ画像を非表示にする場合 */
.eye-catch {
  display: none;
}

/* 作品ページ用：スマホ時の左寄せ補正 */
@media screen and (max-width: 768px){
  .rn-arch-project .rn-arch-body,
  .rn-arch-project .rn-arch-body p,
  .rn-arch-project .rn-arch-concept,
  .rn-arch-project .rn-arch-credit-list,
  .rn-arch-project .rn-arch-credit-list li,
  .rn-arch-project .rn-arch-heading {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}