/******************************************************************
Theme Name: ガラガラシステム
Author: T.Sugiyama
Author URI: http://fromdime.com
******************************************************************/

/******************************************************************

共通

******************************************************************/
* {
  font-family: -apple-system, BlinkMacSystemFont,
    "\6E38\30B4\30B7\30C3\30AF Medium", "Yu Gothic Medium",
    "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "Hiragino Kaku Gothic ProN",
    "Helvetica Neue", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.archive #main .entry-content a:hover,
.single #main .entry-content a:hover {
  text-decoration: underline;
}
/*
画像ダウンロード禁止処理
*/
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

/*
h1, h2, h3, h4, h5, h6 {
    color: #444444;
}
*/

body {
  background-image: url(assets/images/base-skin.jpg);
  background-repeat: repeat;
}

/******************************************************************

構造調整タグ

******************************************************************/
#main {
  padding-bottom: 2rem;
}
.home #main {
  padding-top: 1rem;
}
.page #main {
}

a.readmore {
  color: #2f2725;
}
a.readmore:hover {
  text-decoration: underline !important;
}
section {
  margin-bottom: 4rem;
}
#main-title {
  margin: 2rem auto;
}

/******************************************************************

汎用パーツ

******************************************************************/
/*-------------------------------------------
ボタン
-------------------------------------------*/
.button {
  background-color: #e65715;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}

.small {
  font-size: 0.9rem;
}

/******************************************************************

プラグイン

******************************************************************/

/******************************************************************

ヘッダー

******************************************************************/
/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
body:not(.home) #head-bar {
  margin-bottom: 2rem;
}
.head-bar-upper {
  /*    background-color: #e65715;*/
  /*    background-color: #666666;*/
  background-image: url(assets/images/bg-head-bar.jpg);
  background-repeat: repeat;
  color: #ffffff;
  text-align: center;
  padding: 0.3rem 1rem;
}
.head-bar-center {
  text-align: center;
}
.logo {
  display: inline-block;
  padding: 1rem;
}
.logo img {
  max-width: 130px;
}
.sitename {
  font-size: 1rem;
  font-weight: normal;
}

/******************************************************************

サイドバー

******************************************************************/

/******************************************************************

ユーティリティナビゲーション

******************************************************************/

/******************************************************************

フッター

******************************************************************/
#footer {
  background-color: #ffffff;
}
#footer-bottom {
  border-top: 1px solid #eeeeee;
  padding: 0.5rem;
  text-align: center;
}

/******************************************************************

トップページ(toppage)

******************************************************************/
.icon-ball {
  text-align: center;
  margin-bottom: 1rem;
}
.icon-ball img {
  width: 100%;
  max-width: 240px;
}
.home .guide {
  text-align: center;
}

.top-image-wrapper {
  text-align: center;
}
.top-image-wrapper img {
  width: 100%;
  max-width: 220px;
}

/*
ボタン
*/
.button-raffle-wrapper {
  text-align: center;
  padding: 0 1rem;
}
.button-raffle {
  font-weight: bold;
  /*    padding: 0.5rem 1rem;*/
  background-color: #c30d23;
  /*    border: 1px solid #000000;*/
  box-shadow: 3px 3px 5px #777777;
}
.button-raffle:hover {
  opacity: 0.7;
}

/******************************************************************

投稿（お知らせ）

******************************************************************/

/******************************************************************

固定ページ(page)

******************************************************************/
.page-raffle .grade {
  display: block;
  text-align: center;
}
.page-raffle #main-title {
  margin: 0 auto;
}
.page-raffle .message {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.page-raffle .guide {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 0 1rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.page-raffle .result {
}
.page-raffle .result .icon-ball {
  /*
    padding: 2rem;
    background-image: url(../../uploads/2020/09/9c68fe400ad9c15007aaf988fb29b933.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
*/
}
.page-raffle .answer {
  background-color: #f5f5f8;
  padding: 1.5rem 1.5rem;
  margin-bottom: 2rem;
}
.page-raffle .answer h3 {
  font-size: 1rem;
  color: #888888;
  margin-bottom: 0.5rem;
}
.page-raffle .answer-list {
}
.page-raffle .answer-list > li {
  border-bottom: 1px solid #888888;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-raffle .answer-list > li p {
  color: #888888;
}

.button-wrapper {
  text-align: center;
}

/******************************************************************

カスタム投稿

******************************************************************/

/******************************************************************

404 Page Not Found

******************************************************************/

/******************************************************************

アンケートフォーム

******************************************************************/
.questionnaire-form {
}
.questionnaire-form .form-block {
  margin-bottom: 3rem;
  /*    border-bottom: 1px solid #547d86;*/
}
.questionnaire-form .form-block.quiz-wrapper {
  border-color: #e65715;
}
.questionnaire-form .form-block-title {
  border-left: 0.5rem solid #e65715;
  margin-bottom: 1rem;
  padding-left: 0.7rem;
}
.questionnaire-form .info-box {
  border: 1px solid #547d86;
  /*    margin-bottom: 1rem;*/
  margin-bottom: 0.7rem;
}
.questionnaire-form .quiz-wrapper .info-box {
  border-color: #e65715;
}
.questionnaire-form .info-box .th {
  background-color: #eef2f3;
  padding: 0.8rem;
  font-size: 1rem;
}
.questionnaire-form .quiz-wrapper .info-box .th {
  background-color: #fadfd3;
}
.questionnaire-form .info-box .td {
  padding: 0.5rem;
}

.questionnaire-form .form-block.info-wrapper {
  border-bottom: 1px solid #547d86;
}
.questionnaire-form .info-wrapper .info-box {
  margin-bottom: 0;
  border-bottom: none;
}

/*-------------------------------------------
contact form 7
-------------------------------------------*/
div.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-textarea {
  min-height: 14rem;
}
span.wpcf7-list-item {
  margin: 0 0 0 0.8rem;
}
.form-button {
  margin: 2rem 0;
  text-align: center;
}
.wpcf7-back {
  background-color: #999999;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.button-wrapper {
  margin-bottom: 1rem;
}
.button-wrapper .button.submit {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.button-wrapper .back {
  background-color: #999999;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/*********************
お問い合わせフォーム
*********************/
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
select,
textarea,
[type="number"] {
  /*    display: block;*/
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: 100%;

  height: 2.4375rem;

  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  /*    border-radius: 0;*/
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  border-radius: 4px;
  margin-bottom: 0;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type="text"],
textarea {
  /*    width: 100%;*/
}
textarea {
  height: auto;
}
.questionnaire-form .attention {
  font-weight: normal;
  /*    background-color: #000fff;*/
  background-color: #4ea9ff;
  color: #ffffff;
  display: inline-block;
  margin-left: 7px;
  font-size: 0.7rem;
  padding: 0px 6px;
  vertical-align: middle;
}
.questionnaire-form .attention.required {
  /*    background-color: #ff0000;*/
  background-color: #ff3434;
}

/******************************************************************
*******************************************************************

メディアクエリー

*******************************************************************
******************************************************************/
/* style-sp.cssにコーディング */
