@charset "UTF-8";
/* CSS Document */
/*header main */
.mainvisual {
    position: relative;
    background-image: url("../image/mainvisual.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 700px;
}
header {
    height: 100px;
    border-bottom: 1px solid #f2a6a5;
}
header h1 {
    width: 350px;
}
.header_tel p {
    padding-right: 20px;
}
.header_tel_number figure {
    padding-right: 10px;
}
.header_tel_number figure img {
    width: 25px;
}
.tel {
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #3d266f;
}
.navi {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navi ul li:hover {
    color: #f2a6a5;
    transition: .2s;
}

.catchcopy {
    position: absolute;
    bottom: 100px;
    left: 100px;
    color: #fff;
    text-shadow: 1px 2px 3px #666;
}
.cc {
    font-size: 70px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
}
.cc_sub {
    font-size: 35px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
}
.catchcopy p {
    padding-top: 45px;
    font-size: 20px;
}
.catchcopy p br {
    display: none;
}


/* top01 */
.top01 {
    margin-top: 100px;
}
.top01_box {
    position: relative;
    margin-top: 50px;
}
.top01 figure img {
    margin: 0 auto;
    width: 400px;
}
.top01 h2 {
    font-size: 40px;
    color: #3d266f;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding-bottom: 40px;
}
.top01_content ul li {
    padding-bottom: 15px;
}
.top01_content ul li figure {
    padding-right: 10px;
}
.top01_content ul li figure img {
    transform: rotate(-90deg);
    width: 25px;
}
.top01_content ul li p {
    font-size: 20px;
}
.top01_content ul li p br {
    display: none;
}
.top01_box figure img {
    margin: 0 auto;
    width: 100%;
}
.top01_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}


/* top02 */
.top02 {
    margin-top: 100px;
    padding-top: 100px;
    margin-bottom: 300px;
    background-image: url("../image/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 400px;
}
.top02_plan1,
.top02_plan2,
.top02_plan3 {
    height: 500px;
    background-color: #fff;
    box-shadow: 1px 10px 10px #ddd;
}
.top02_box figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.top02_plan1,
.top02_plan2,
.top02_plan3 {
    width: 350px;
    margin-bottom: 40px;
}
.top02_plan1 h3,
.top02_plan2 h3,
.top02_plan3 h3 {
    font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top02_plan1 h3 {
    background-color: #f2a6a5;
}
.top02_plan1 .member p {
    color: #fff;
    background-color: #f2a6a5;
    padding: 10px 10px;
    margin-right: 10px;
}
.top02_plan2 h3 {
    background-color: #d7b859;
}
.top02_plan2 .member p {
    color: #fff;
    background-color: #d7b859;
    padding: 10px 10px;
    margin-right: 10px;
}
.top02_plan3 h3 {
    background-color: #3d266f;
}
.top02_plan3 .member p {
    margin-right: 10px;
}
.top02_content {
    padding: 30px 15px 0;
}
.top02_content p {
    text-align: right;
}
.cost {
    font-size: 20px;
}
.cost span {
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #3d266f;
}
.top02_content p {
    font-size: 14px;
}
.top02_content p span {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.top02_content .tax {
    font-size: 14px;
}
.top02_content .tax span {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.button {
    text-align: center;
    margin-top: 20px;
}
.btn{
    font-size: 14px;
    font-weight: 500;
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    padding: 15px 25px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}
.top02_plan1 .btn {
    border: 1px solid #f2a6a5;
}
.top02_plan2 .btn {
    border: 1px solid #d7b859;
}
.top02_plan3 .btn {
    border: 1px solid #3d266f;
}
.btn span {
	position: relative;
	z-index: 3;
	color:#333;
}
.btn:hover span{
	color:#fff;
}
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#333;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.top02_plan1 .bgleft:before {
    background: #f2a6a5;
}
.top02_plan2 .bgleft:before {
    background: #d7b859;
}
.top02_plan3 .bgleft:before {
    background:  #3d266f;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


/* top03 */
.top03 {
    background-color: #f6e5e5;
    outline-offset: 10px;
    outline: 5px solid #f6e5e5;
    padding: 50px;
}
.top03 h3 {
    display: inline;
    font-size: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    background-image: linear-gradient(
        rgba(246 229 229/ 0) 60%,
        #f1bebd 60%
    );
}
.top03 h3 br {
    display: none;
}
.top03 .address1 {
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 10px 50px;
    border: 1px solid #3d266f;
}
.top03 .address1:hover {
    background-color: #3d266f;
    color: #fff;
    transition: .3s;
}
.top03_p1 {
    text-align: left;
    width: 60%;
    margin: 20px auto;
}
.top03 p {
    padding-bottom: 10px;
}
.top03 h4 {
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding-top: 25px;
}
.top03_box {
    margin-top: 20px;
}
.top03_box p {
    padding: 10px 40px;
    color: #fff;
    background-color: #d7b859;
    margin-right: 15px;
}


/* top04 */
.top04 {
    background-image: url("../image/bg2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    padding: 50px 20px;
}
.top04 a:hover {
    opacity: .7;
    transition: .5s;
}
.top04 figure img {
    margin: 0 auto;
}



footer {
    margin-top: 100px;
}
footer ul {
    padding-bottom: 20px;
}
footer ul li {
    margin-right: 50px;
}
.footer_cr {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f1bebd;
    color: #fff;
}



@media screen and (max-width:1065px){
    .top01_box .top01_img {
        width: 50%;
    }
    .top02 {
    margin-top: 100px;
    padding-top: 100px;
    margin-bottom: 440px;
    background-image: url("../image/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 800px;
}

}


@media screen and (max-width:990px){
    header h1 {
        width: 300px;
    }
    .top03_p1{
        width: 75%;
    }
}

@media screen and (max-width:780px){
    header h1 {
        width: 200px;
    }
    .navi {
        display: none;
    }
    .catchcopy {
        position: absolute;
        bottom: 80px;
        left: 24px;
        color: #fff;
        text-shadow: 1px 2px 3px #999;
    }
    .cc {
        font-size: 50px;
    }
    .cc_sub {
        font-size: 28px;
    }
    .catchcopy p {
        font-size: 16px;
        padding-top: 30px;
    }
    .catchcopy p br {
        display: block;
    }
    
    
    /* top01 */
    .top01 {
        margin-top: 50px;
    }
    .top01_box {
        margin-top: 40px;
    }
    .top01 figure img {
        width: 270px;
    }
    .top01 h2 {
        font-size: 24px;
        padding-bottom: 25px;
    }
    .top01_content ul li {
        padding-bottom: 15px;
    }
    .top01_content ul li figure {
        padding-right: 10px;
    }
    .top01_content ul li figure img {
        transform: rotate(-90deg);
        width: 15px;
    }
    .top01_content ul li p {
        font-size: 16px;
    }
    .top01_content ul li p br {
        display: block;
    }
    .top01_box figure img {
        margin: 0 auto;
        width: 100%;
    }
    .top01_img {
        position:static;
    }
    .top01_box .top01_img {
        width: 100%;
    }

    /* top02 */
    .top02 {
        margin-top: 80px;
        padding-top: 50px;
        margin-bottom: 685px;
        height: 1000px;
    }

    .cost span {
        font-size: 38px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #3d266f;
    }

    /* top03 */
    .top03 {
        outline-offset: 0px;
        outline: none;
        padding: 50px 15px;
    }
    .top03 h3 {
        font-size: 22px;
    }
    .top03 .address1 {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 10px 30px;
    }
    .top03_p1 {
        text-align: left;
        width: 95%;
        margin: 20px auto;
    }
    .top03 p {
        font-size: 14px;
    }
    .top03 h4 {
        font-size: 18px;
        padding-top: 20px;
    }
    .top03_box {
        margin-top: 20px;
    }
    .top03_box p {
        padding: 10px 20px;
        margin-right: 15px;
    }
    .top03_p2 {
        font-size: 14px;
    }
    
    .top03 h3 br {
    display: block;
}
    
    footer {
        margin-top: 20px;
    }
    footer ul {
        justify-content:space-between; 
        padding-bottom: 20px;
    }
    footer ul li {
        width: 35%;
        margin-right: 35px;
        margin-bottom: 5px;
    }
    footer ul li a {
        font-size: 14px;
    }
    .footer_cr {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
}