* {
    box-sizing: border-box;
    font-size: 14rem;
}
html {
    font-size: 6.25%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    font-size: 14px;
    font-size: 14rem;
    background-color: #222;
}
ul {
    list-style: none;
}
ol {
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}
.chuui {
    color: #844311;
    font-size: 10px;
    font-size: 10rem;
    line-height: 1.3;
}
.strong {
    color: #844311;
    font-weight: bold;
}
.url a {
    color: #844311;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.chuusyaku {
    font-size: 11px;
    font-size: 11rem;
}
/*********************************************************
                        indexページ
*********************************************************/
#top-main {
    position: relative;
    min-height: 500px;
}
.btn {
    width: 20%;
    position: absolute;
    bottom: 20%;
    left: 48.603%;
    z-index: 140;
}
.btn a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.btn a:hover {
    opacity: 0.7;
}
#top-main h1 {
    width: 30%;
    position: absolute;
    top: 40%;
    left: 36.603%;
    text-align: center;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 140;
}
@media(max-width: 769px) {
#top-main {
    position: relative;
    min-height: 400px;
}
.btn {
    position: fixed;
    width: 20%;
    position: absolute;
    bottom: 30%;
    left: 44%;
    z-index: 140;
}
.btn a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.btn a:hover {
    opacity: 0.7;
}
#top-main h1 {
    width: 40%;
    position: absolute;
    top: 36%;
    left: 30.603%;
    text-align: center;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 140;
}
}

/*--カレンダー--*/
.iframe {
}
.iframe iframe {
    display: block;
    margin: 0 auto;
    height: 600px;
}