﻿/* CSSのリセット */

@charset "utf-8";
* {margin:0; padding:0;}
a {text-decoration:none;}
a:hover {filter:alpha(opacity=80);opacity:0.8;}
ul,ol {list-style:none;}
/* ディセンダーを削除 */
/* middle:フォントサイズの高さを基準に中央合わせ */
img {vertical-align:middle;}
/*=================================================================*/
/*img {width:100%;}*/
html {font-size:16px; font-family:Verdana, Sans-Serif; line-height:1.5;}
h1,h2,h3,h4,h5,h6 {margin-bottom:24px;}
h1 {font-size:48px; line-height:1;}       /* 48px */
h2 {font-size:36px; line-height:1.3333;}  /* 36px */
h3 {font-size:24px; line-height:1;}       /* 24px */
hgroup h2,h4,h5,h6 {font-size:16px; line-height:1.5;}  /* 24px */
/*=================================================================*/
.cf{zoom:1;}
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
/*=================================================================*/
/* 共通設定およびスマホ向けスタイル */
/*-- float --*/
.fltlft {float:left;} .fltrgt {float:right;} 
/*-- text --*/
.txtcnt {text-align:center;} .txtlft {text-align:left;} .txtrgt {text-align:right;} .txtjst {text-align:justify; text-justify:distribute-all-line;}
.vtcbtm {vertical-align:bottom;}
/*-- display --*/
.dspilb {display:inline-block;} .dspblc {display:block;}
/*-- radius --*/
.rdsbox {margin:10px auto; color:Black; font-weight:normal; padding:5px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; border:solid 2px Silver;}
/*-- font --*/
.fsz8 {font-size:8px;} .fsz9 {font-size:9px;} .fsz10 {font-size:10px;} .fsz16 {font-size: 16px;}
.fsz20 {
    font-size: 20px;
}
.fwb {font-weight:bold;} 
/*-- color --*/
.cbs {color:#448ccb;} .csd {color:#0072bc;} .cnv {color:Navy;} .cog {color:Orange;} .crd {color:Red;} .cgr {color:Gray;}
.bgc {background-color:#fff; width:100%;} .mdr{background-color:#ccebdc;}
/*-- margin --*/
.mgnaut {margin:0 auto;} .mgn0 {margin:0;} .mgn6 {margin:6px;}
.mgnl5{margin-left:5px;} .mgnl8{margin-left:8px;} .mgnl12 {margin-left:12px;} .magnl15{margin-left:15px;} .magnl20{margin-left: 20px;} .margnl74{margin-left:74px;} 
/*.mgnr5 {margin-right:5px;} .mgnr20 {margin-right:20px;} .mgnr50 {margin-right:50px;}*/
.mgnt7{margin-top:7px;}.mgnt10 {margin-top:10px;} .mgnt13 {margin-top:13px;} .mgnt18 {margin-top:18px;} .mgnt19 {margin-top:19px;} .mgnt26{margin-top:26px;} .mgnt118 {margin-top:118px;}
.mgnb10 {margin-bottom:10px;} .mgnb15 {margin-bottom:15px;} .mgnb20 {margin-bottom:20px;}
/*.mgntM5 {margin-top:-5px;} .mgntM10 {margin-top:-10px;}*/
/*-- padding --*/
.pdg0 {padding:0;} .pdgl2p {padding-left:2%;} .pdgr2p {padding-right:2%;}
/*-- width --*/
.win20 {min-width:20px;} .win40 {min-width:40px;} .win60 {min-width:60px;} .win80 {min-width:80px;} .win160 {min-width:160px;} .win200 {min-width:200px;}
.wax60 {max-width:60px;} .wax80 {max-width:80px;} .wax100 {max-width:100px;} .wax120 {max-width:120px;} .wax200 {max-width:200px} .wax300 {max-width:300px}
.wdt40 {width:40px;} .wdt50 {width:50px;} .wdt60 {width:60px;} .wdt70 {width:70px;} .wdt80 {width:80px;} .wdt90 {width:90px;} .wdt100 {width:100px} .wdt200 {width:200px;}
.win60p {min-width:60%;} .win70p {min-width:70%;} .win80p {min-width:80%;} .win90p {min-width:90%;} .wax80p {max-width:80%;} .wax90p {max-width:90%} .wax100p{max-width:100%;}
/*-- height --*/
.hgt70 {height:70px;}

/*-- body --*/
body {width:100%; margin:0 auto; padding:0; font-size:0.9em; line-height:1.5em;}
#bodyDsp {
    /*background-color: #68A9CF;*/
    /*background-color: black;*/
    /*background-image: url(../img/PNG/SP_Back.png);*/
    background-size: cover;
    background-size: 150%;
    background-size: auto;
}

/*-- area --*/
/*#area {margin: 0 auto; padding: 0 2px; background-image: url(../img/JPG/PageBack.jpg); background-size: cover;}*/
#area {
    margin: 0 auto;
    padding: 0 2px;
    /*background-image: url(../img/JPG/PageBack.jpg);*/
    background-size: cover;
}
/*#areacnt  {margin: 0 auto; padding: 0 2px; background-image: url(../img/JPG/Back-Cnt.jpg); background-size: cover;}*/
#areacnt {
    margin: 0 auto;
    padding: 0 2px;
    /*background-image: url(../img/JPG/Back-Cnt.jpg);*/
    background-size: cover;
}
/*-- header --*/
header {text-align:left; padding-right:2%; padding-left:2%;}
#cmp {margin-top:2px; margin-left:0;}
#cmp_Sp {
    margin-top: 2px;
    margin-left: 5px;
    width: 70%;
}
#atf {margin-top:10px; margin-left:0;}
#atf image {margin-right:5px;}
#atf image:last-child {margin-right:0}

nav {margin-top:10px;}
.navbtn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*border: solid 2px #bfc6ce;*/
    border: none;
    text-align: center;
    width: 90%;
    height: 30px;
    padding: 2px;
    margin-top: 2px;
    /*color: #4c74a8;*/
    color: #57858F;
    /*background-color:#bfcbe3;*/
    background-color: transparent; /* 透明 */
    /*font-size: 22px;*/
    font-size: 18px;
    font-weight: bold;
}

#main {margin-top:10px; margin-left:0;}
#maincnt {margin-top:10px; margin-left:0; background-color:#fff; padding-bottom:20px; position:relative;}

#maincnt2 {
    margin-top: 10px;
    margin-left: 0;
    background-color: #fff;
    /*padding-bottom: 20px;*/
    position: relative;
}

#profile {margin:10px 0;}
fieldset {border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; border:solid 2px #96CC8E;}
legend{font-size:18px; font-weight:bold;}
.dspPc {display:none;}
.dspSp {display:inline;}
/*-- Add --*/
.toptxt {margin:10px auto; width:100%; max-width:520px;}
.cntblds {width:100%;}
.cntblds img {width:32%; display:inline-block;}
.cntblds span {width:2%; background-color:aqua;}


.videoDsp {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;

/*    background-image: url(../img/png/SP_Back.png);
    background-size: cover;*/

}

    .videoDsp video {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        /*transform: translate(0%, -50%);*/

        width: 100%;
        /*height: 100%;*/
        height: auto;
    }

#videoPc {
    display: none;
}

#videoSp {
    display: inline-block;
}

.mapknn_Sp {
    position: absolute;
    top: 640px;
    /*top: 480px;*/
    left: 32px;
    width: 88%;
}
.maphrs_Sp {
    position: absolute;
    top: 640px;
    left: 28px;
    width: 88%;
}
#bar-head_Sp {
    margin-top: 7px;
    width: 100%;
    height: 2px;
    background-image: url(../img/PNG/Bar-Head.png);
    background-size: contain;
}

/**********************************************************

 横幅310px以上

***********************************************************/
@media only screen and (min-width: 310px) {
    .navbtn {width:25%;}
    .nav90 {width:calc(90% + 4px);}
}
/**********************************************************
 横幅310px以上  ↑↑↑↑↑
***********************************************************/

/**********************************************************

 横幅750px以上 ＰＣ向けスタイル

***********************************************************/
@media only screen and (min-width: 750px) {

    body {
        background-color:transparent;
    }
    /*#area {width: 750px; height: 1200px; margin: 0 auto; padding: 0; background-image: url(../img/JPG/PageBack.jpg); background-size: contain;}*/
    #area {
        width: 750px;
        height: 1200px;
        margin: 0 auto;
        padding: 0;
        /*background-image: url(../img/JPG/PageBack.jpg);*/
        /*background-size: contain;*/
    }
    #area_new {
        width: 100%;
        height: 1200px;
        margin: 0 auto; /* 上下　| 左右 */
        padding: 0;
        display:none;
    }
/*#areacnt {width: 750px; height:auto; margin: 0 auto; padding: 0; background-image: url(../img/JPG/Back-Cnt.jpg); background-size:cover;}*/
    #areacnt {
        width: 750px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        /*background-image: url(../img/JPG/Back-Cnt.jpg);*/
        /*background-size: cover;*/
    }
    #areacnt_new {
        width: 1180px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        /*background-image: url(../img/JPG/Back-Cnt.jpg);*/
        /*background-size: cover;*/
    }
    header {text-align: left; margin: 0; padding: 0;}
    #cmp {margin-top: 13px; margin-left: 12px;}
    #atf {margin-top: 13px; margin-left: 12px; text-align: left;}
    #atf image {margin-right: 8px;}
    #catf image:last-child {margin-right: 0;}
    nav {margin-top: 10px; margin-left: 15px;}
    nav image {margin-left: 10px;}
    nav image:first-child {margin-left: 0;}
    #bar-head {margin-top: 7px; width: 100%; height: 6px; background-image: url(../img/PNG/Bar-Head.png); background-size: contain;}
    #bar-foot {
        margin-top: 13px;
        margin-bottom: 7px;
        width: 100%;
        height: 6px;
        background-image: url(../img/PNG/Bar-Foot.png);
        background-size: contain;
    }
/*#main {margin-top: 19px; margin-left: 15px;}*/
    #main {
        margin-top: 19px;
        margin-left: 0px;
    }

    #maincnt2 {
        margin-top: 50px;
        margin-left: 0;
        background-color: #fff;
        /*padding-bottom: 20px;*/
        position: relative;
    }

/*#profile {margin-left: 74px; margin-top: 118px;}*/
    #profile {
        /*margin-top: 118px;*/
        margin-left: 0px;
    }
    .dspSp {display: none;}
    .dspPc {display: inline;}
    .toptxt {line-height:180%;}
    /*.mapknn {position:absolute; top:148px; left:210px;}*/
    .mapknn {
        position: absolute;
        top: 250px;
        left: 330px;
    }

    /*.maphrs {position:absolute; top:160px; left:450px;}*/
    .maphrs {
        position: absolute;
        top: 270px;
        left: 700px;
    }
    .mapshw {position:absolute; top:255px; left:205px;}

    #videoPc {display: inline-block; }
    #videoSp {
        display: none;
    }

}
/**********************************************************
 横幅750px以上 ＰＣ向けスタイル ↑↑↑↑↑
***********************************************************/
