@charset "UTF-8";
/*
Theme Name    :デフォルト
Theme URI     :サイトのURL
Description   :サイトの説明文
Author        :サイトの会社名
Author URI    :サイトのURL
Version       :1.0
*/

.commonSetting
{
    width: 1000px;
    margin: 0px auto;
}

.clearfix::after
{
    content: "";
    clear: both;
    display: block;
}

html
{
    height: 100%;
    display: flex;
    flex-direction: column;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #323232;
    -webkit-text-size-adjust: 100%;
}

#wrapper
{
    margin: 0px;
    flex: 1 1 auto;
}

/* トップページ関連 */
#contentTitle
{
    font-size: 30px;
    color: white;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

#contentSubTitle
{
    border-top: white 1px solid;
    border-bottom: white 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
}

.subTitle
{
    font-size: 30px;
    color: aquamarine;
    text-align: center;
    margin-bottom: 20px;
}

.contentPicBox
{
    margin-bottom: 40px;
    height: 600px;
}

.contentPic
{
    float: left;
}

.contentPic img
{
    width: 300px;
}

.explanationOfContentBox
{
    color: white;
    font-size: 21px;
    padding-top: 70px;
    height: 500px;
    width: 650px;
    margin-left: 30px;
    float: left;
}

.explanationOfContentTitle
{
    text-align: center;
    font-size: 32px;
}
/* トップページ関連 */


/* コンテンツタイトル */
.subTitle
{
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.contentsBox
{
    background-color: #f0e9dc;
    padding-top: 50px;
    padding-bottom: 80px;
}

.contents
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/* コンテンツタイトル終了 */

/* お問い合わせ */
#contactBox{
    margin-top: 100px;
}

#contactTitle{
    color: white;
    font-size: 25px;
    text-align: center;
}

.contactContents{
    color: white;
    font-size: 18px;
    text-align: center;
}

/*プライバシーポリシー*/
#privacyPolicyBox
{
    font-family: 'HG正楷書体-PRO';
    color: #222222;
    font-size: 16px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.privacyPolicyTitle
{
    color: #0A358C;
    font-weight: bold;
}

#privacyPolicyBox h2
{
    margin: 0px;
}

#privacyPolicyBox p
{
    margin: 0px;
    padding: 0px;
}
/*プライバシーポリシ終了ー*/


/*
フッター関連
*/
#copyright
{
    text-align: center;
    color: white;
}
/*
フッター関連終了
*/