/******************************************************************
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;
}
*/



/******************************************************************

構造調整タグ

******************************************************************/
.home #main {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.page #main {
    padding-bottom: 2rem;
}

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: 1.0rem;
    cursor: pointer;
}

.small {
    font-size: 0.9rem;
}



/******************************************************************

プラグイン

******************************************************************/



/******************************************************************

ヘッダー

******************************************************************/
/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
.head-bar-upper {
    background-color: #e65715;
    color: #ffffff;
    text-align: center;
    padding: 0.3rem;
}
.head-bar-center {
    text-align: center;
}
.logo {
    display: inline-block;
    padding: 1rem;
}
.logo img {
    max-width: 200px;
}


/******************************************************************

サイドバー

******************************************************************/



/******************************************************************

ユーティリティナビゲーション

******************************************************************/



/******************************************************************

フッター

******************************************************************/
#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 {
    max-width: 140px;
}
.home .guide {
    text-align: center;
}

/******************************************************************

投稿（お知らせ）

******************************************************************/

/******************************************************************

固定ページ(page)

******************************************************************/
.page-raffle .grade {
    display: block;
    text-align: center;
}
.page-raffle #main-title {
    margin: 0 auto;
}
.page-raffle .message {
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.page-raffle .guide {
    font-size: 2rem;
    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;
}

/*
閉じるボタン
*/
.page-raffle .button-close-wrapper {
    text-align: center;
    padding: 0 1rem;
}
.page-raffle .button-close {
    font-weight: bold;
    padding: 0.5rem 1rem;
}
.page-raffle .button-close:hover {
    opacity: 0.7;
}
.page-raffle .button-close span {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}


/******************************************************************

カスタム投稿

******************************************************************/


/******************************************************************

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: .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,.1);
    /*    border-radius: 0;*/
    transition: box-shadow .5s,border-color .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%;*/
}
.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にコーディング */