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

/*
body{
	background: #FFF;
}
*/
#main {
}
#map {
    height: 450px;
    width: 100%;
}
#box {
    padding: 50px 0;
    text-align: center;
}
.add {
    font-size: 24px;
    letter-spacing: 0.12em;
}
.tel {
    font-size: 42px;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.acc {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 10px 0 0;
}
h3 {
    font-size: 26px;
    letter-spacing: 0.05em;
    padding: 80px 0 40px;
    text-align: center;
    text-decoration: underline;
}
.btn_more a{
	padding:15px 70px;
}
#root {
    text-align: center;
}
@media not all {
#root, h3 {
    display: none;
}
}
#root ul {
}
#root li {
    display: inline-block;
    margin: 0 15px;
    padding: 20px 0;
}
#root li a {
    text-decoration: none;
	color: #230046;
}
.txt {
}
.wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.btn {
    background-color: #fff;
    border: medium none;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    letter-spacing: 0.1em;
    line-height: 3.2em;
    outline: medium none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 240px;
}
.btn:hover {
    background-color: #2B61FF;
    box-shadow: 0 15px 20px rgba(43, 97, 255, 0.4);
    color: #fff;
    transform: translateY(-7px);
}
#tour {
    margin: 50px 0;
}
#tour ul {
    text-align: center;
}
#tour li {
    display: inline-block;
    margin: 0 50px;
    text-align: left;
    vertical-align: top;
}
#tour li h4 {
    color: #000;
    font-size: 20px;
    margin: 0 0 10px;
}
#tour li span img {
    margin: 0 12px 0 0;
    vertical-align: text-top;
}
#tour li p {
}
