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

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


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

/* 共通
------------------------------------------------------------*/
/* タイトル */
h2{
/*    color: #f4645f; */
    margin-bottom: 30px;
}
h3 {
    border-bottom: solid 3px #7db4e6;
    margin-bottom: 30px;
}

h4 {
    color: #494949;/*文字色*/
}

a{
    color:navy;
}

.navbar-nav .nav-item .nav-link{
  font-weight:bold;
}

.btn100{
    width:100%;
}
.btn-pad{
    padding-top:20px;
    padding-bottom:20px;
}
/* ヘッダー固定時のページ内リンクのズレをCSSで解消 */
#sec01::before, #sec02::before, #sec03::before {
    content: "";
    display: inline-block;
    height: 56px;
    margin-top: -56px;
    vertical-align: top;
}

section{
    padding-top: 30px;
    padding-bottom: 30px;
}

section p{
    vertical-align: middle;
}

.container{
/*    margin-bottom: 30px; */
/*    padding-top: 30px; */
    max-width:100%;
}
.container-text{
    font-weight:bold;
    line-height:2em;
    font-size:1.2em;
}

/* MAIN VISUAL
------------------------------------------------------------*/


/* グラデーションオーバーレイ */
.wrap{
    width: 100%;
    height: auto;
    background: #FFFBD3; /*linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6)); */
}

.wrap img{
    width:100%;
}

/* iPadだけ高さ変更 */
.height-changed{
}

.table .hist-table tr:first-child td,
.table .hist-table tr:first-child th
{
    border-top:none;
}


/* スマホ */
@media screen and (max-width: 576px) {
    br.sp_none{
        display:none;
    }
    .container-text{
        text-align:left;
    }

    #sec01 .container{
        margin:0;
    }
}

/* SEC01 VISION
------------------------------------------------------------*/
#sec01 .container{
    padding-top:30px;
}
.sec01-back{
    background-color:#fef13e;
    padding-top:0;
}
.top-border-back{
    background-color:#fef13e;
    width:100%;
    height:100px;

}
.top-curve{
    background-color:#fef13e;
    width:100%;
    height:50px;

    border-radius:0 0 50% 50% /0 0 100% 100%;
    background:#fffbd3;   
}

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

/* SEC03 SERVICE
------------------------------------------------------------*/
#sec03{
    display: flex; /* flexboxを使ってど真ん中に配置 */
    justify-content: center; /* flexboxを使ってど真ん中に配置 */
    align-items: center; /* flexboxを使ってど真ん中に配置 */
    background: #ffffff;
    text-align: center;
}
#sec03 img{
    width:100%;
}
.card-body{
    min-height: 280px;
}

.card-img-top{
    height:230px;
}

/* SEC04 STORY
------------------------------------------------------------*/
#sec04{
    display: flex; /* flexboxを使ってど真ん中に配置 */
    justify-content: center; /* flexboxを使ってど真ん中に配置 */
    align-items: center; /* flexboxを使ってど真ん中に配置 */
    background: #e3f3fb;
    text-align: center;
}
#sec04 img{
    width:100%;
}

/* 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;
}


/* history
------------------------------------------------------------*/

#sec06{

}
#sec06 img{
    width:100%;
}

.hist_blue{
    color:blue;
}
.hist_red{
    color:red;
}

/* sum
------------------------------------------------------------*/
.sum-wt-img{
    width:auto;
    display:block;
    margin:auto;
}
.sum-wt-name{
    font-size:11px;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767.98px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.btn{
    border-radius: 5px;
}

/* ご利用登録フォーム
------------------------------------------------------------*/
.require_red {
    color:red;
}

.main_naka_kiji h2{
    font-size:140%;

}

.main_naka_kiji h3{
    margin-top:30px;
    font-size:120%;
}