@charset "utf-8";
.header_bg{
    background-color: rgba(39, 31, 0, 0.75);
}
.ham_btn{
    background-color: transparent;
}
.nav_height{
	padding-top: 100px;
}
.ttl_outline{
    margin: 75px 0 20px 0;
}
.ttl_outline p {
	color: #6d6854;
	font-size: 24px;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #6d6854;
}
.cap {
    margin-top: 10px;
}


.area_toho {
    margin-bottom: 20px;
}
.area_toho p {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: 300;
    /* line-height: 1em; */
}
.area_map {
    margin-bottom: 40px;
}
.img_map {
    max-width: 950px;
    width: 100%;
    margin: auto;
}
.area_address {
	margin-bottom: 55px;
}
.area_address p {
	font-size: 20px;
	text-align: center;
	font-weight: 300;
}
.area_toho .big {
    font-size: 56px;
    font-weight: 500;
}
.area_toho .large{
    font-size: 30px;
}
.area_toho .midium{
    font-size: 20px;
}
.area_toho .small{
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}

.area_toho .small02{
    font-size: 14px;
}




/* ボタン */
.area_btn_map {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 790px;
	padding: 0 20px;
	margin: 0 auto 100px auto;
	font-family: "Noto Sans JP";}

.btn_map {
	width: 280px;
	height: 50px;
	background: #EBE8E6;
	border: solid 1px #231815;
	border-radius: 11px;
	transition: 0.5s;
}	

.btn_map:hover {
    opacity: 0.7;
	transition: 0.5s;
}

.a_btn_map {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;}

.logo_btn {
    width: 30px;
    margin-right: 20px;
}

.logo_btn_gen {
    width: 23px;
    margin-right: 20px;
}

.p_btn_map {
    font-size: 16px;
}



@media screen and (max-width: 1000px) {
	.area_btn_map {
        margin: 0 auto 60px auto;
    }
}


@media screen and (max-width: 950px) {
    .area_toho p {
        font-size: 26px;
    }
    .area_toho .large {
        font-size: 28px;
    }
    .area_toho .big {
        font-size: 52px;
    }
}


@media screen and (max-width: 750px) {
    .area_toho p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .area_toho p:last-of-type{
        margin-bottom: 0;
    }
    .area_toho .big{
        font-size: 40px;
    }
    .area_toho .large{
        font-size: 20px;
        /* margin-bottom: 5px; */
        display: block;
    }
    .area_toho .small{
        display: block;
        margin-bottom: 15px;
        font-size: 12px;
    }
    .area_address p {
        font-size: 18px;
    }
    .area_btn_map {
        flex-wrap: wrap;
        width: 280px;
    }
    .btn_map:first-child {
        margin-bottom: 7%;
    }
    .area_toho {
        margin-bottom: 20px;
    }
    .area_map {
        margin-bottom: 20px
    }
    .area_address {
        margin-bottom: 40px
    }
    .small02.mb10 {
        margin-bottom: 10px;
    }
    .nav_height {
        padding-top: 0;;
    }
    .ttl_outline {
    margin: 95px 0 20px 0;
}
}


@media screen and (max-width: 600px) {
    .area_address p {
        line-height: 1.5;
    }
    .p_btn_map {
        font-size: 14px;
    }
}


@media print{
    .area_map {
        width: 80%!important;
        margin: 0 auto 4% auto!important;
    }
    .area_btn_map {
        display: none !important;
    }
    .nav_height {
        display: none !important;
    }
    .mapout_ttl{
        margin: 0 auto 15px;
    }
    .area_toho{
        margin-bottom: 15px;
    }
    #common_header , #common_footer {
        display: none !important;
    }
    .area_toho .large{
        font-size: 20px;
    }
}
