﻿@charset "utf-8";
#first-area {
    background-image: url(../img/first-area.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 80vh;
    display: flex;
}
img.logo {
    width: 55%;
    max-width: 330px;
    margin: 0 auto;
    display: block;
}
#second-area {
    background-image: url(../img/secondimg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 0 0 70px 0;
}
#second-area .second-txt1 {
    width: 20%;
    position: relative;
    margin: 0 auto;
    top: -80px;
}
#second-area .second-txt2 {
    width: 60%;
    margin: 0 auto;
}
#third-area {
    background-image: url(../img/second-back.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    position: relative;
    padding: 30px 0 70px 0;
}
.shippori-min {
    font-family: 'Shippori Mincho', serif;
}
#third-area h1 {
    width: 90%;
    margin: 0 auto;
    font-size: 5.3vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: center;
}
#third-area h1:before {
    content: "";
    width: 1px;
    height: 70px;
    display: block;
    background-color: #000;
    margin: 0 auto;
}
#news {
    background-color: #EFEFEF;
    padding: 30px 0;
    margin: 50px 0 0 0;
}
#news .news-wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
#news .news-wrap .news-wrap-l h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
}
#news .news-wrap .news-wrap-r dl dt {
    font-size: 12px;
}
#news .news-wrap .news-wrap-r dl dd {
    font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #999;
}
.news-more {
    text-align: right;
    margin: 20px 0 0 0;
}

footer {
    background-color: #312B62;
    padding: 50px 0;
    color: #fff;
}
footer #footer {
    position: relative;
}
footer #footer .footer-l {
    position: relative;
}
footer #footer .footer-l .footer-logo {
    position: absolute;
    top: 0;
    right: 10%;
    width: 20%;
}
footer #footer .footer-l .address {
    width: 65%;
    margin: 0 0 0 5%;
    line-height: 160%;
    padding: 30px 0 0 0;
}
footer #footer .footer-l .address p {
    margin: 0 0 10px 0;
}
footer #footer .footer-l .address p span {
    font-size: 12px;
}
.sns {
    width: 90%;
    margin: 30px auto 0 auto;
}
.sns a {
    display: block;
    width: 10%;
    margin: 0 4% 0 0;
}
footer #footer .footer-r {
    width: 90%;
    margin: 30px auto 0 auto;
}
footer #footer .footer-r iframe {
    height: 500px;
}
.copyright {
    width: 90%;
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 10px;
    letter-spacing: 0.2em;
}
video {
    width: 100%;
}
p.btn_close {
    margin: 30px 0;
}
p.btn_close img {
    width: auto;
}


/*-----------------------
--------- タブレット --------
-----------------------*/
@media (max-width: 1200px) and (min-width: 960px) {
}




/*-----------------------
---------- PC --------
-----------------------*/
@media screen and (min-width: 960px) {
#second-area {
    min-height: 530px;
}
#second-area .second-txt1 {
    width: 20%;
    max-width: 150px;
    position: absolute;
    margin: 0 0 0 10%;
}
#second-area .second-txt2 {
    width: 60%;
    max-width: 500px;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 10%;
    bottom: 5vw;
}
#third-area h1:before {
	display: none;
}
#third-area {
    padding: 100px 0;
    background-size: auto;
    background-position-x: 85%;
    background-size: 65vh;
}
#third-area h1 {
    text-align: left;
    font-size: 2vw;
    width: 80%;
}
#news {
    padding: 70px 0 40px 0;
}
#news .news-wrap .news-wrap-l {
    width: 25%;
    text-align: center;
}
#news .news-wrap .news-wrap-r {
    width: 75%;
}
#news .news-wrap .news-wrap-r dl {
    width: 100%;
}
#news .news-wrap .news-wrap-r dl dt {
    width: 20%;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #999;
}
#news .news-wrap .news-wrap-r dl dd {
    width: 80%;
}
footer #footer {
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
}
footer #footer .footer-l {
    width: 30%;
    padding: 20px 0 0 0;
}
footer #footer .footer-r {
    width: 60%;
    margin: 0;
}
footer #footer .footer-l .footer-logo {
    position: relative;
    width: 25%;
    right: auto;
    top: auto;
}
footer #footer .footer-l .address {
    width: 100%;
    margin: 0;
    letter-spacing: 0.2em;
}
.sns {
    width: 100%;
    margin: 30px auto 0 auto;
}
.sns a {
    max-width: 30px;
}
.copyright {
    width: 85%;
    text-align: right;
}
}