@charset "utf-8"; 

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lateef&display=swap');

html {
    font-size: 62.5%;
}
 
body {
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 3px;
}

.section {
}

.container {
    position: relative;
    height: 100vh;
}

.row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

p.logo {
    margin-bottom: 4.5rem;
    text-align: center;
}

p.logo img {
    height: 135px;
}

.wrap {
    text-align: center;
}

h2.ttl {
    font-family: 'Lateef', cursive;
    font-size: 35px;
    margin-bottom: 3.5rem;
}

h2.ttl .day {
    margin-right: 0.5rem;
}

h2.ttl .space {
    margin-right: 0.5rem;
}

.txt_box {
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
}

p.addr {
    margin-bottom: 0.5rem;
}

p.tel a {
    color: #000;
    text-decoration: none;
}
