﻿@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
a{
	text-decoration: none;
}
#wrap {
    max-width: 562.5px;
    margin: 0 auto;
    background: url(../img/bg.png);
    background-size: contain;
}
.tel_btn a:hover {
    opacity: 0.6;
}
.tel_btn a{
    transition:all 0.3s;
}
img {
    width: 100%;
    vertical-align: bottom;
}
.cta img {
    width: 100%;
}
.cta a{
	display:block;
	transition:all 0.3s;
}

.cta a:hover{
	transform:translateY(-5px);
}
.kv_box .cta {
    position: absolute;
    bottom: 45px;
    padding: 0 50px;
}
.box{
    position: relative;
}
.cta_box {
    position:relative;
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin: 30px auto;
}
.cta {
    text-align: center;
    padding: 0 40px;
}
.kv_box {
    position: relative;
}
img.img3 {
    margin-top: -85px;
}

.cta_box .cta{
    margin-top:20px;
}
img.img5 {
    margin-top: 50px;
}

div#copyright {
    background: #987915;
    text-align: center;
    color: white;
    padding: 5px;
}
.logo {
    margin: 50px auto;
    max-width: 350px;
    width: 80%;
}
.tel_btn {
    padding: 0 40px 40px 40px;
}
@media screen and (max-width:667px){
    .kv_box .cta {
        position: absolute;
        bottom: 30px;
        padding: 0 30px;
    }
}