@charset "UTF-8";



/*====================================================================

  Header and Images

====================================================================*/

header {
    background-color: #000000;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

h1 {
    background-image: url(../img/icon_fuji_white.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 70%;
    font-weight: normal;
    font-family: "Arial Black", Gadget, sans-serif;
}

#topImages {
    width: 100%;
    height: 440px;
    border-bottom: 2px solid #DBAF49;
}

#mainCopy {
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../img/black.png);
    background-color: #000000;
}

#logo {
    text-align: center;
    position: relative;
    bottom: -96px;
}

#logo img {
    width: 260px;
}

#copy {
    text-align: center;
    padding-top: 45px;
    position: relative;
    padding-bottom: 25px;
}

#copy img {
    width: 520px;
}


/*====================================================================

  Home

====================================================================*/

#contents {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
}
#contents p {
    font-size: 105%;
    line-height: 220%;
}

/*== homeNav ==*/

#homeNav {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}

#homeNav li {
    width : 25%; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 4);
    width : calc(100% / 4);
    padding: 15px;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}

#homeNav li figure img {
    width: 100%;
}

#homeNav li a {
    text-decoration: none;
    color: #000000;
}

#homeNav li a h2 {
    text-align: center;
    font-size: 120%;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

#homeNav li a p {
    font-size: 80%;
    background-color: #AC3435;
    color: #FFFFFF;
    border-radius: 3px;
    font-weight: bold;
}

/*== contactBtn ==*/

#contactBtn {
    border-top: 2px solid #F5F5F5;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

#contactBtn h4 {
    font-weight: 100;
    margin-bottom: 15px;
    font-size: xx-small;
    color: #BEBEBE;
    letter-spacing: 0.3em;
}

#contactBtn a  {
    font-size: 140%;
    text-decoration: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #000000;
    padding-top: 15px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 15px;
    border-radius: 50px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-weight: normal;
}

#contactBtn a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#contactBtn a:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #0F0F0F;
}

#contactBtn .fa {
    margin-left: 15px;
}

/*====================================================================

  Form

====================================================================*/

#contactForm {
    width: 800px;
    border-radius: 10px;
    padding: 50px;
    margin: 0 auto;
}

#contactForm dl {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#contactForm dl dt {
    margin-bottom: 10px;
    text-align: left;
    font-size: 112%;
}

#contactForm dl dt span {
    font-weight: bold;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-size: 77%;
    color: #AC3435;
    margin: 0 0 0 10px;
    border: 1px solid #AC3435;
}

#contactForm dl dd input[type="text"], #contactForm dl dd input[type="Email"] {
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
    font-size: 124%;
    color: #333;
    border-radius: 3px;
    border: 1px solid #DDD;
}

#contactForm dl dd textarea {
    width: 100%;
    height: 150px;
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
    font-size: 124%;
    color: #333;
    border-radius: 3px;
    border: 1px solid #DDD;
}

#contactForm dl dd input {
    width: 100%;
}

.formBtnCont {
    width: 100%;
    text-align: center;
}

.formBtnCont input[type="submit"] {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    background-color: #AC3435;
    color: #FFFFFF;
    font-size: 110%;
    border-radius: 50px;
    border-style: none;
}

/*== FormPrivacy ==*/

#formPrivacy {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 80%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

#formPrivacy li h4 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*====================================================================

  Pages

====================================================================*/

/*== ContentsHeader ==*/

#contentsHeader {
    text-align: center;
}

#contentsHeader figure {
    text-align: center;
    height: 210px;
    width: 100%;
}

.headerContact{
    background-image: url(../img/headerFuji.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#contentsHeader figure img {
    width: 170px;
    position: relative;
    padding-top: 0px;
    top: -15px;
}

#contentsHeader h2 {
    color: #1D1D1D;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 30px;
    margin-bottom: 10px;
}
#contentsHeader p {
    margin-bottom: 40px;
    font-size: 90%;
}
#tel {
    border: 1px solid #EFECEC;
    width: 880px;
    margin-left: auto;
    padding: 50px;
    margin-right: auto;
    background-color: #F5F5F5;
    text-align: center;
}
#tel h2 {
    font-size: 100%;
    font-weight: bold;
    line-height: normal;
}
#tel a {
    font-size: 280%;
    text-decoration: none;
    font-weight: bold;
    font-family: "MS Serif", "New York", serif;
    color: #2F2C2C;
    letter-spacing: 4px;
}
#tel p {
    font-size: 90%;
    line-height: 168%;
}


/*====================================================================

  まだ使わない

====================================================================*/

#wa {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}

#instagram {
    width: 50%;
}
.instagram li {
    width : 33%; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
    padding: 5px;
    float: left;
    text-align: center;
}
.instagram li img {
    width: 100%;
    border: 4px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px 0px #D1D1D1;
    box-shadow: 0px 0px 3px 0px #D1D1D1;
}

/*====================================================================

  Drawer

====================================================================*/

.drawer-menu-item {
    border-bottom: 1px solid #DDDDDD;
    font-size: 95%!important;
}
.drawer-menu-item i {
    margin-right: 10px;
}
.drawer-menu-item span {
    font-size: 70%;
    display: block;
    color: #AC3435;
}
