@charset "UTF-8";
/* CSS Document */

.header {
    position: relative;
}

.header .title  {
    width: 100%;
}

.header .title h1 {
    line-height: 1.3em;
    font-size: 20px;
}

.header .title img {
    width: 50%;
    margin-left: 5px;
    margin-top: 6px;
}

.header .title h2 {
    font-size: 18px;
    margin-left: 10px;
}

.header .image {
    width: 100%;
    position: relative;
}

.header .photo img {
    width: 100%;
}

.header .photo p {
    padding: 3px 10px 0 10px;
    margin-bottom: 0;
    background: #000;
    color: #fff;
    text-align:right;
}

.header .logo {
    position: absolute;
    top: 0;
    right: 5%;
}

.header .logo img {
    width: 140px;
}

.header.contents .area_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.6);
    padding: 20px 7px;
    width: 120px;
    transition: 0.5s;
}

.header.contents .area_title h2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.header.contents .area_title h3 {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.header.contents .area_text {
    position: absolute;
    bottom: 10px;
    right: 5%;
    left: 5%;
    background:rgba(255,255,255,0.6);
    padding: 10px;
    border-radius: 4px;
}

.header.contents .area_text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2em;
}

.header.contents .area_text h3 {
    text-align: right;
    font-size: 18px;
    margin: 0;
}

.header.contents .area_text h4 {
    text-align: right;
    font-size: 16px;
    margin: 0;
}
.navi {
    background: #000;
    height: 30px;
}

.navi ul {
    margin: 0;
    padding: 0;
    display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	flex-wrap: wrap;
}

.navi ul li {
    list-style: none;
    width: 33.33%;
    border-right: 1px solid #fff;
    float: left;
    display: table;
}

.navi ul li:last-child {
    border-right: none;
}

.navi ul li a {
    background-color: #000;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transition: 0.5s;
}

.navi ul li a:hover {
    background-color: #efefef;
    color: #000;
    text-decoration: none;
}

.messege .text {
    padding-top: 30px;
    padding-bottom: 25px;
}

.messege .text h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.messege img {
    width: 100%;
}

.menu h2 {
    font-size: 20px;
    text-align: center;
    background-color: #000;
    padding: 8px 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul li {
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
}

.menu ul li a {
    display: block;
    color: #fff;
    transition: 0.5s;
}

.menu ul li a .image {
    overflow: hidden;
}

.menu ul li a:hover .image img {
    transform: scale(1.3);
}

.menu ul li a .image img {
    width: 100%;
    transition: 0.5s;
}

.menu ul li a .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.6);
    padding: 20px 7px;
    width: 120px;
    transition: 0.5s;
}

.menu ul li a:hover .title {
    opacity: 0;
}

.menu ul li a .title h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: center;
}

.menu ul li a .title h4 {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.asowaw {
    padding-top: 50px;
}

.asowaw h4 {
    font-size: 18px;
    text-align: center;
    background-color: #000;
    padding: 8px 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
}

.asowaw .banner {
    display: block;
    color: #000;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 14% 0 120px;
}

.asowaw .banner::after{
    position: absolute;
    content: '';
    display: block;
    background: url("images/waw_banner_img.jpg") no-repeat;
    background-position: bottom right;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.asowaw .banner:hover::after{
    opacity: .8;
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.asowaw .banner a {
    position: relative;
    display: block;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
}

.asowaw .banner a h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2em;
}

.asowaw a:hover {
    text-decoration: none;
}

.asowaw .banner a p {
    margin: 20px 0 0;
}

.asowaw .banner a p strong {
    padding: 6px 30px 6px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
}

.asowaw .banner a p strong i {
    font-style: normal;
    position: relative;
}

.asowaw .banner a p strong i::before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 33%;
    right: -21px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
}

.footer {
    background-color: #191919;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
    margin-bottom:  12px;
    color: #ababab;
}

.footer ul li a {
    color: #fff;
    transition: .5s;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #666;
}

.footer ul li ul {
    margin-top: 5px;
    margin-left: 15px;
}

.footer ul li ul li {
    margin-bottom: 5px;
}

.footer a img {
	transition: .5s;
}

.footer a:hover img {
	opacity:0.7;
}

.copyright {
    padding-top: 10px;
    padding-bottom: 5px;
    background: #000;
}

.copyright p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: relative;
    padding-top: 40px;
}

.copyright p::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url("images/asodc_logo.svg");
    background-size: 150px;
    width: 150px;
    height: 29px;
}

.title_box {
    background: #000;
    padding-top: 15px;
    padding-bottom: 10px;
}

.title_box h2 {
    font-size:20px;
    font-weight: normal;
    color: #fff;
    padding-left: 15px;
}

.title_box h2 span {
    font-size: 16px;
    margin-left: 10px;
}

.title_box h3 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin: 0;
    padding-right: 15px;
}

.title_box h4 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin: 0;
    font-weight: normal;
    padding-right: 15px;
}

.contents_box {
    margin-top: 30px;
}

.contents_box h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

.contents_box_02 p {
    margin-bottom: 0;
}

.map {
    margin-top: 30px;
    margin-bottom: 40px;
}

.map h3 {
    text-align: center;
    font-size: 18px;
}

.map .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55%; /* 比率を4:3に固定 */
}

.map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {
    .header .title img {
        width: 30%;
        margin-left: 5px;
        margin-top: 6px;
    }
}

@media (min-width: 768px) {

    .header .logo img {
        width: 180px;
    }
    
    .messege {
        background: url("images/top_message_back.jpg");
        background-position: top right;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    
    .messege .text h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .menu ul li {
        list-style: none;
        width: 25%;
        float: left;
        position: relative;
    }
    
    .title_box h2 {
        font-size:24px;
    }
    
    .title_box h2 span {
        font-size: 20px;
        margin-left: 10px;
    }
    
}

@media (min-width: 992px) {

    .header .title  {
        width: 25%;
        float: left;
    }
    
    .header .title img {
        width: 100%;
        margin-right: 5px;
        margin-top: 10px;
    }

    .header .title h2 {
        margin-top: 30%;
        font-size: 2.2vw;
    }
    
    .header .image {
        width: 75%;
        float: right;
    }
    
    .header .logo {
        right: 10%;
    }
    
    .header .logo img {
        width: 200px;
    }
    
    .header.contents .area_text {
        right: 3%;
        bottom: 30px;
        float: right;
        left: auto;
    }
    
    .header.contents .area_text p {
        font-size: 14px;
    }

    
    .messege .text h3 {
        font-size: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .messege .text p {
        font-size: 18px;
    }
    
    .menu h2 {
        font-size: 20px;
        text-align: center;
        background-color: #000;
        padding: 15px 10px;
        margin: 0;
        color: #fff;
    }
    
    .asowaw .banner {
        padding: 10% 0 180px;
    }

    
    .asowaw .banner a {
        max-width: 1140px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .asowaw .banner a h3 {
        font-size: 38px;
    }

    .asowaw .banner a p {
        font-size: 26px;
    }
    
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .footer ul li:first-child {
        width:16%;
    }
    
    .footer ul li {
        width: 28%;
        float: left;
    }
    
    .footer ul li ul li:first-child {
        width: 100%;
    }
    
    .footer ul li ul li {
        float: none;
        width: 100%;
    }
    
    .copyright p {
        font-size: 16px;
        padding-top: 68px;
    }
    
    .copyright p br {
        display: none;
        position: relative;
    }
    
    .copyright p span {
        margin-left: 15px;
    }

    .copyright p::before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background-image: url("images/asodc_logo.svg");
        background-size: 280px;
        width: 280px;
        height: 54px;
    }
    
    .title_box h2 {
        font-size:24px;
        width:75%;
        float: right;
        text-align: left;
        padding-left: 10px;
    }
    
    .title_box.top h2 {
        text-align: center;
        width: 100%;
    }
    
    .title_box h2 span {
        font-size: 18px;
        margin-left: 10px;
    }
    
    .contents_box {
        width:75%;
        float: right;
        padding-right: 15px;
    }

    .map .gmap {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 35%; /* 比率を4:3に固定 */
    }
}

@media (min-width: 1200px) {

     .header .title img {
        width: 290px;
        margin-left: 20px;
        margin-right: 5px;
        margin-top: 10px;
    }

    .header .title h2 {
        margin-top: 30%;
        margin-left: 26px;
        font-size: 30px;
    }

    .messege .text p {
        line-height: 1.9em;
    }
    
    .title_box h2 {
        font-size:36px;
    }
    
    .title_box h2 span {
        font-size: 24px;
        margin-left: 10px;
    }
}

@media (min-width: 1300px) {
    .messege .text h3 {
        margin-top: 45px;
        margin-bottom: 40px;
    }
    
}
