@charset "utf-8";

@media screen and (max-width: 768px) {
    
body {
	min-width: 0;
}
img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.pc-only { display: none; }
.sp-only { display: block; }
.inner {
    margin: 0 auto;
    width: 100%;
}

header {
    display: none;
}
#spHead {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
}
#spMenu {
    background: #436bad;
    padding: 8px 0;
	display: flex;
    box-sizing: border-box;
    align-items: center;
	justify-content: space-between;
    height: 45px;
}
#spMenu p {
    padding-left: 8px;
    padding-right: 8px;
    width: 30px;
}
#spMenu h1 {
    color: #fff;
    font-size: 1.6rem;
}
#spHead ul {
    display: none;
    border-top: 1px dotted #fff;
    background: rgba(67, 107, 173, 0.8);
    width: 100%;
}
#spHead ul li {
    border-bottom: 1px dotted #fff;
    font-size: 1.4rem;
    padding: 12px;
    text-align: center;
}
#spHead ul li a {
    color: #fff;
    display: block;
    font-weight: bold;
}
#mv {
    position: static;
    background: url(../img/sp_bg_mv.png) repeat center top;
    background-size: contain;
    padding: 0 0 40px;
    height: auto;
}
#mv #mv_posA {
    position: static;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: 12px auto;
    width: 85%;
}
#mv #mv_posA p {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 30px 0;
}
#mv #mv_posA p br {
    display: none;
}
#mv #mv_posB {
    position: static;
    margin: 12px auto;
    width: 90%;
}
#mv #mv_posB p {
    text-align: left;
    line-height: 1.5;
}
#mv #mv_posC {
    position: static;
    margin: 12px auto;
    width: 90%;
}
#mv #mv_posC p {
    text-align: center;
}
#mv #mv_posD {
    position: static;
    margin: 40px auto;
    width: 90%;
}
#mv #mv_posE {
    position: static;
    margin: 40px auto;
    width: 90%;
}
#liveArea {
    padding: 50px 0;
}
#liveArea #liveWrap {
    width: 95%;
}
#liveArea #livePop {
    position: static;
    margin: 0 auto;
    width: 60%;
}
#liveArea #liveTtl {
    margin: 0 auto;
    width: 90%;
}
#liveArea .liveVer {
    margin: -48px 0 48px;
    overflow: hidden;
}
#liveArea .liveVer div {
    float: none;
    text-align: center;
}
#liveArea .liveVer span {
    font-size: 3.2rem;
}
#liveArea #liveMov {
    margin-top: -12px;
    width: 100%;
}
#liveArea #livePic {
    margin-top: -12px;
    width: 100%;
}
#liveArea #liveTxt {
    overflow: hidden;
}
#liveArea #liveTxt .fL {
    float: none;
    width: 100%;
}
#liveArea #liveTxt .live_p1 {
    font-size: 2.6rem;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 20px;
}
#liveArea #liveTxt .live_p1 br {
    display: none;
}
#liveArea #liveTxt .live_p2 {
    font-size: 2.2rem;
}
#liveArea #liveTxt .live_p3 {
    font-size: 1.8rem;
    padding: 12px 0 0;
}
#liveArea #liveTxt .fR {
    float: none;
    margin: 20px auto 0;
    width: 30%;
}
#liveArea #livePaste p {
    width: 90%;
}
#liveArea #livePaste p a span {
    font-size: 4.5vw;
}
#liveArea #liveSweats {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
}
#liveArea #liveSweats:before,
#liveArea #liveSweats:after {
    content: '';
    position: static;
    width: 0;
    height: 0;
    border: none;
}
#liveArea #liveSweats p {
    font-size: 1.8rem;
}
#liveArea #liveSweats .hotelPic {
    margin: 12px auto 0;
    width: 95%;
}
#liveArea #liveSweats p.pic {
    width: 80%;
}
#liveArea #liveSweats p.lead {
    font-size: 4.8vw;
    padding: 8px;
    margin-bottom: 32px;
}
#liveArea #liveSweats p.lead span {
    display: block;
}
#liveArea #liveSweats p.maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
#liveArea #liveSweats p.maps iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#newsArea {
    padding: 50px 0;
}
#newsArea #newsList {
    margin: 30px auto 0;
    width: 90%;
}
#newsArea #newsList dl dt {
    float: none;
    margin-bottom: 8px;
    width: 100%;
}
#newsArea #newsList dl dd {
    float: none;
    margin-bottom: 20px;
    width: 100%;
}
#servicesArea {
    background: #daecfa;
    padding: 50px 0;
}
#servicesArea #servicesList {
    margin: 50px auto 0;
    width: 100%;
}
#servicesArea #servicesList ul {
	display: block;
}
#servicesArea #servicesList li {
    margin: 0 auto 50px;
    width: 90%;
}
#servicesArea #servicesList li p {
    text-align: center;
}
#servicesArea #servicesList li div p {
    text-align: left;
}
#twoBlockWrap {
    background-size: 168px 324px;
}
#otherArea {
    background: url(../img/bg_ot_01.png) no-repeat left 80px;
    background-size: 158px 166px;
}
#otherBox {
    padding: 50px 0;
}
#otherArea #otherList {
    margin: 50px auto;
    width: 90%;
}
#otherArea #otherList .items .fL {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
#otherArea #otherList .items .fR {
    position: static;
    float: none;
    width: 100%;
}
#otherArea #otherList .items .fR p.links {
    margin-top: 12px;
    position: static;
}
#companyArea {
    padding: 50px 0;
}
#companyArea #companyList {
    margin: 45px auto 0;
    width: 90%;
}
#companyArea #companyList dl {
    background: none;
}
#companyArea #companyList dl dt {
    float: none;
    background: #dedede;
    box-sizing: border-box;
    padding: 14px 0 14px 10px;
    width: 100%;
}
#companyArea #companyList dl dd {
    background: #fff;
    float: none;
    box-sizing: border-box;
    padding: 14px 0 14px 20px;
    width: 100%;
}
#contactArea p {
    margin: 0 auto;
    line-height: 1.8;
    width: 90%;
}
#contactArea p span {
    display: block;
}
#newsArea #newsListAll {
    width: 95%;
}
#newsDetail {
    width: 95%;
}

.liveResult {
    width: 100%;
}
.liveResult h3 {
    font-size: 3.2rem;
    letter-spacing: 0;
}
.liveResult p.lead {
    font-size: 2rem;
    text-align: left;
}
.liveResult .resA {
    font-size: 2rem;
}
.liveResult .resA span {
    font-size: 3rem;
}
.liveResult .resB {
    font-size: 2rem;
    text-align: left;
}
.liveResult .resC {
    font-size: 1.6rem;
    text-align: left;
}
.liveResult .resD {
    width: 100%;
}
.liveResult .resD p {
    font-size: 2rem;
}
.liveResult .resD table th {
    font-size: 1.8rem;
}
.liveResult .resD td span {
    display: block;
    margin-top: 12px;
}
/*------------------
footer
------------------------------------------------*/
footer .inner {
    width: 100%;
}
footer .inner p {
    margin: 0 3%;
}

}

@media screen and (max-width: 580px) {
}
@media screen and (max-width: 380px) {
}
