@charset "utf-8";

/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	TOP

=================================================================== */

/*main visual*/
.main_v-box {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
	text-align: center;
}

#contents {
    margin-top: 10px;
}

#menu ul {
    display: flex;
    

}
#menu ul li {
    padding: 0.5rem 1rem;
    width: 50%;
}
#menu ul li a {
    display: block;
    margin-bottom: 2rem;
    box-shadow:0px 0px 6px 3px #b39e26;
}
#info h2 {
    font-size: 2rem;
    padding: 1rem;
    color: #4262B2;
    margin-bottom: 3rem;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 2px solid #4262B2;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(66, 98, 178, 0);
	border-top-color: #4262B2;
	border-width: 23px;
	margin-left: -23px;
}

#map p {
    text-align: center;
}

.flexslider{
    margin-top:-80px!important;
}

.menu_icon{
	overflow: hidden;
	background: #FFFFFF;
}

.menu_icon img {
	display: block;
	transition-duration: 0.3s;
}

.menu_icon img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.6;
}

/*responsive*/
@media screen and (max-width:768px) { 
    #contents {
        margin-bottom: 0rem;
    }
    .info-wrap {
        flex-wrap: wrap;
    }
    .info {
        width: 100%;
        margin: 0.5rem auto;
    }
    

    .flexslider{
        margin-top:0px!important;
    }

}

@media screen and (max-width:479px) { 
    .main_v-box {
        margin-top: 90px;
    }
    #menu ul {
        flex-wrap: wrap;
    }
    #menu ul li {
        width: 100%;
    }
    
}
