/** ----------------------------------------------------------------------------
 *!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 *
---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Header
---------------------------------------------------------------------------- **/
.header-image {
	display: block;
	width: 100%;
	text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	background-size: cover;
    -o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

.headline {
    padding: 120px 0;
}

/* 見出し(h1，h2) mobile 
------------------------------------------------------------*/
.headline h1 {
    font-size: 40px;
    background: #fff;
    background: rgba(255,255,255,0.4);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-shadow: 1px 1px 1px rgba(35,82,124,0.4);
}

.headline h2 {
	font-size: 16px;
	background: #fff;
	background: rgba(255,255,255,0.4);
	color: #777;
	line-height: 1.5;
	font-weight: lighter;
}
/* 小型デバイス タブレット：最小値
--------------------------------*/
@media(min-width:768px) {
    .headline h1 {
        font-size: 50px;
    }

    .headline h2 {
        font-size: 18px;
    }
}
/* 中型デバイス デスクトップ：最小値
--------------------------------*/
@media(min-width:992px) {
    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 20px;
    }
}
/* 大型デバイス デスクトップ：最小値
--------------------------------*/
@media(min-width:1200px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 22px;
    }
}

/** ----------------------------------------------------------------------------
 *	Image (左右分配　縮小)
---------------------------------------------------------------------------- **/
.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

@media(max-width:1200px) {
    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }
}

@media(max-width:991px) {
    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }
}

@media(max-width:375px) {
    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}
