/* ----------------------------------------------------------
Bootstrap4 テンプレート　tpl_001
 ---------------------------------------------------------- */

/* ヘッダー
------------------------------------------------------------*/
header{
    background: #155263;
    position: relative;
    width: 100%;
    z-index: 1;
}


/* フッター
------------------------------------------------------------*/
.footer {
    align-items: center; /* flexboxを使ってど真ん中に配置 */
    background-color: #525252;
    min-height: 80px;
}

/* 共通
------------------------------------------------------------*/
body {
    margin: 0;
    font-family: Hiragino Kaku Gothic ProN, Meiryo, メイリオ, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: black;
}
/* タイトル */
h1{
    /*color: #28a745;
    border-left: solid 10px #28a745;
    border-bottom: solid 4px #28a745;
    margin: 30px 0;
    padding-left: 20px;*/ 
}
h2{
    color: #28a745;
    margin-bottom: 30px;
}
h3 {
    border-bottom: solid 3px #28a745;
    margin-bottom: 30px;
}

h4 {
    color: #494949;/*文字色*/
}
.section{
    background-color: white;
    padding: 30px;
}

.section p{
    vertical-align: middle;
}

.container{
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-br{
    display: inline-block;
}
/* MAIN VISUAL
------------------------------------------------------------*/
/* ジャンボトロン */
.jumbotron {
    text-align: center;
    background-color: #000;
    display: flex; /* flexboxを使ってど真ん中に配置 */
    justify-content: center; /* flexboxを使ってど真ん中に配置 */
    align-items: center; /* flexboxを使ってど真ん中に配置 */
}



/* SEC01 VISION
------------------------------------------------------------*/
#sec01{
    background: #f5f5f5;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
#sec02{
    background: #FFFFFF;
}

/* SEC03 SERVICE
------------------------------------------------------------*/
#sec03{
    background: #f5f5f5;
}



/* SEC04 STORY
------------------------------------------------------------*/
#sec04{
    padding: 120px 0 120px 0;
    display: flex; /* flexboxを使ってど真ん中に配置 */
    justify-content: center; /* flexboxを使ってど真ん中に配置 */
    align-items: center; /* flexboxを使ってど真ん中に配置 */
    background: transparent;
    color: white;
    text-align: center;
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
    background: #FFFFFF;
}

#map{
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

#map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
