@charset "utf-8";
/****************************************************************************************************

基本

****************************************************************************************************/
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:736px){
}
body{}
body *:last-child{ margin-bottom:0 !important; }
/****************************************************************************************************

サイト全体を囲む

****************************************************************************************************/
.container{
    position: relative;
}
/****************************************************************************************************

ヘッダー

****************************************************************************************************/
.header{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media only screen and (max-width:736px){
.header{
    position: static;
    padding: 0 10px;
}
}


/*--------------------------------------------------

ロゴ

--------------------------------------------------*/
.header__logo{
    float: left;
    display: inline-block;
    margin: 0;
}
@media only screen and (max-width:736px){
.header__logo{
    padding-top: 15px;
}
}

    .header__logoImg.-pc{}
    .header__logoImg.-sp{ display: none; }
@media only screen and (max-width:736px){
    .header__logoImg.-pc{ display: none; }
    .header__logoImg.-sp{ display: block; }
}


/*--------------------------------------------------

お問い合わせ

--------------------------------------------------*/
.header__mail{
    float: right;
    display: inline-block;
}
@media only screen and (max-width:736px){
.header__mail{
    padding-top: 10px;
    padding-bottom: 10px;
}
}

.header__mail a{
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #720053 url(../../images/home/header/mail.png) no-repeat center 20px;
}
    .header__mail a:hover{
        background-color: #52003A;
    }
@media only screen and (max-width:736px){
.header__mail a{
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: 20px;
}
}

.header__mailText{
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.1rem;
}
@media only screen and (max-width:736px){
.header__mailText{
    display: none;
}
}


/****************************************************************************************************

メイン

****************************************************************************************************/
.main{
}
@media only screen and (max-width:1200px){
.main{
}
}
/****************************************************************************************************

コンテンツ

****************************************************************************************************/
.contents{
}
.contentsBody{
}
/****************************************************************************************************

フッター

****************************************************************************************************/
.footer{
    clear:both;
    padding: 30px 10px;
    width: 100%;
    background-color: #1C0053;
    color: #fff;
}
@media only screen and (max-width:736px){
.footer{
    padding-top: 15px;
    padding-bottom: 15px;
}
}



.footer__body{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
@media only screen and (max-width:1200px){
.footer__body{
    width:100%;
}
}



.footer__info{
    line-height: 1.5;
}
@media only screen and (max-width:736px){
.footer__info{
    margin-bottom: 10px;
}
}


.footer__infoText1{
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}
@media only screen and (max-width:736px){
}


.footer__infoText2{
}
@media only screen and (max-width:736px){
.footer__infoText2{
    font-size: 1.2rem;
}
    .footer__infoText2 br{
        display: none;
    }
}


.footer__copyright{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.2rem;
}
@media only screen and (max-width:736px){
.footer__copyright{
    position: static;
}
}









