@charset "utf-8";

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

共通

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: serif;
    display: flex; /* フレックスボックスに有効に */
    flex-flow: column; /* 要素を縦に並べる */
    min-height: 100vh; /* 最小でも画面の高さ分のbodyの高さを担保する */
}

main{
    flex: 1; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に */
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .pc_none {
        display: none !important;
    }
}


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

ヘッダー

=======================================================================*/
/*
.title-area a {
    color: #fff!important;
}

.hour-area p {
    color: #fff!important;
}

.menu-icon span {
    background: #fff!important;
}

.menu-icon p {
    color: #fff!important;
}

#menu-toggle:checked + .menu-icon span:nth-child(1){
    background-color: #000!important;
}
#menu-toggle:checked + .menu-icon span:nth-child(3){
    background-color: #000!important;
}
#menu-toggle:checked + .menu-icon p{
    color: #000!important;
}

#fixed-header .title-area a{
    color: #000!important;
}

#fixed-header .hour-area p {
    color: #000!important;
}
*/
/*=======================================================================

smart slider 3のアバブ・ザ・フォールド高さ修正(Above the fold)

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

.lower-margin{
    /*margin: 20px;*/
}
.lower-atf {
    position: relative;
    width: 100%;
    height: 50vh;
    background-color: #eee;
    background: url(../images/pr_top_0107.jpg);
    /*border-radius:20px;*/
}

.lower-atf-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    padding: 0 20px;
}

.lower-atf-title h2 {
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px #898989;
    max-width: 1300px;
    padding: 0 20px;
}

.lower-atf-title p {
    line-height: 2.5;
    text-shadow: 1px 1px 2px #898989;
}

/*トップ変更1201*/
/*
header {
    padding: .8em 1.4em;
}

.menu-icon {
    top: 30px;
    right: 45px;
}

#fixed-header{
    top: -155px;
    padding: 1.2em 1em;
}

.lower-atf-title{
    top: auto;
    bottom: 0;
}
*/
.lower-atf-title h2{
    font-size: 28px;
}

.lower-atf-title h2 span{
    display: block;
    font-size: 16px;
}

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

main

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

.container {
    padding: 50px 0;
}

.col-xs-12 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .right_banner .color02 {
        font-size: 12px;
    }
}


.main_lower {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

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

フッター

=======================================================================*/
/*
footer .title-area a{
    color: #000!important;
}

footer .hour-area p{
    color: #000!important;
}
*/