@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.soon {
    opacity: 0.6 !important;
    pointer-events: none !important;
}
.sp_nav{
    display: none;
}
.head_info h1{
    margin-right: 50px;
    display: flex;
}
header{
    z-index: 1000;
    position: relative;
    max-width: 1240px;
    /* padding: 0 20px; */
    margin: 0 auto;
}
header .new {
    position: relative;
}
header .hummenu ul li.new::after {
    position: absolute;
    top: 0%;
    right: 15%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    content:
    "NEW";
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 10px;
    width: 37px;
    padding: 4px 0 0 0;
    height: 14px;
    line-height: 8px;
    font-weight: 900;
    /* transform: scale(0.8); */
    background: #932f53;
    letter-spacing: 1px;
    box-sizing: border-box;
    cursor: pointer;
    bottom: -10%;
    left: 25%;
    transition: 0.3s;
}
header .soon{
    opacity: 0.4!important;
    pointer-events: none!important;
}
footer .soon{
    opacity: 0.4;
    pointer-events: none;
}
.h_box01{
    /* height: 90px; */
    width: 100%;
    /* background: #fff; */
}
.header_h{
    height: 130px;
    /* position: fixed; */
    top: 0;
    width: 100%;
    display: block;
    pointer-events: none;
    z-index: -10;
    display: block;
}
.h_box01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
}
.h_req_btn{
    /* height: 90px; */
    width: auto;
    width: 170px;
    height: 50px;
}
.h_req_btn a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.2em;
}
.request .h_req_btn a{
    background: #003c7b;
    color: #fff;
    letter-spacing: 0.2em;
}
.reserve .h_req_btn a{
    background: #2d2c37;
    color: #fff;
    font-weight: 500;
    background: -webkit-linear-gradient( 0deg, #403d5e 0%, #403799 100%);
}
.h_req_btn_inner img {
    height: 15px;
    margin-right: 10px;
    width: auto;
}
.h_btn.outline , .h_btn.map {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.outline .h_txt_btn a {
    color: #fff;
    letter-spacing: 0.2em;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.outline.h_kaiin a{
    letter-spacing: 1px;
    background-image: linear-gradient(90deg, rgba(89, 79, 53, 1), rgba(156, 143, 97, 1) 50%, rgba(89, 79, 53, 1));
}
.map .h_txt_btn a {
    color: #fff;
    letter-spacing: 0.2em;
}
.outline .h_txt_btn a:hover {
    color: #231815;
}
.map .h_txt_btn a:hover {
    color: #231815;
}
.map.h_kaiin .h_txt_btn a:hover {
    color: #fff;
}

.h_txt_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}



.h_main{
    /* padding: 0px 20px 0px 15px; */
    width: 100%;
}

.h_logo{
    max-width: 500px;
    width: 50%;
}
.h_out_map_links{
    font-size: 14px;
    display: flex;
    position: relative;
    /* top: 5px; */
}
.h_out_map_links a{
    transition-duration: 0.6s;
    cursor: pointer;
}
.h_out_map_links a:hover{
/*     color: #dc4f11; */
    opacity: 0.8;
}
.h_out_map_item{
    display: flex;
    align-items: center;
}
.h_out_map_item p{
    position: relative;
    font-size: 12px;
}
.h_out_map_item p::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.h_out_map_item p::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.h_out_map_icon{
    height: 17px;
    width: auto;
    margin-right: 5px;
}
.h_out_map_icon img{
    height: 100%;
    width: auto;
    vertical-align: baseline;
}
.h_out_map_links a:not(:first-child){
    margin-left: 36px;
}
.h_main01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
    background: #fff;
}
.h_main01_r{
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
    max-width: 465px;
}
.h_main02{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 20px;
    background: #231815;
}

.h_btn_flex{
    display: flex;
    margin-left: 40px;
}
.h_links ul{
    display: flex;
    align-items: center;
    position: relative;
    /* top: -2px; */
    height: 25px;
    justify-content: space-between;
    width: 100%;
}
.h_links ul li{
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 16.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #fff;
}

.h_links ul li:not(:first-child){
}
.h_links ul li::before{
    content: "";
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 0%;
    height: 1px;
    cursor: pointer;
    bottom: -30%;
    left: 25%;
    transition: 0.3s;
}
.h_links ul li:hover::before{
    width: 50%;
    transition: 0.3s;
}

.hummenu ul li {
    position: relative;
    cursor: pointer;
}
.hummenu ul li::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #fff;
    /* background: #000; */
    width: 0%;
    height: 1px;
    cursor: pointer;
    bottom: -10%;
    left: 25%;
    transition: 0.3s;
}
.hummenu ul li:hover::before{
    width: 50%;
    transition: 0.3s;
}

/* .h_links ul li::after{
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 7px;
    background: #dc4f11;
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    cursor: pointer;
} */
/* .h_links ul li:hover::before{
    transform-origin:left top;
    transform:scale(1, 1);
} */
.h_links ul li a{
    font-size: 14px;
}
.h_links ul li a{
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
    display: block;
    width: 100%;
}
.h_links ul li a span{
    font-size: 10px;
    display: block;
    letter-spacing: 0;
    padding-top: 3px;
    text-align: center;
}
.h_req_btn{
    transition: 0.3s;
}
/* .h_req_btn:hover{
    opacity: 0.8;
    transition: 0.3s;
} */
.h_txt_btn:hover{
    opacity: 0.8;
    transition: 0.3s;
}
.h_logo:hover{
    opacity: 0.8;
    transition: 0.3s;
}
.pc_on {
    display: block;
}
.sp_on {
    display: none;
}
.w100 {
    width: 100%;
}
.h_links ul li:nth-of-type(6) {
    border-right: none;
}



/* //////////////////////////////////////// */

#common_header {
    position: fixed;
    z-index: 11111;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 60px;
}

.h_sp_logo{
    max-width: 370px;
    /* max-width: 170px; */
    height: auto;
    width: 100%;
    /* margin-right: 20px; */
    /* padding: 0 2% 0; */
}
.sp_nav_box{
    position: fixed;
    width: 100%;
    top: 0;
}
.header_h{
    height: 60px;
}

/*  */
.head_button {
    display: flex;
    /* width: 80%; */
    margin-left: auto;
    /* max-width: 550px; */
    margin-right: 60px;
}
.h_btn {
    width: 140px;
    /* max-width: 200px; */
    height: 30px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.h_btn:hover {
    cursor: pointer;
    background: #fff;
    color: #231815;
    transition: 0.3s;

}

.head_button .h_btn.map {
    overflow: hidden;
    /* margin-right: 50px; */
    background-image: linear-gradient(90deg, rgba(89, 79, 53, 1), rgba(156, 143, 97, 1) 50%, rgba(89, 79, 53, 1));
}



.btn_shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}
.btn_shine:hover::before {
    animation: shine 0.7s;
}
@keyframes shine {
    100% {
      left: 125%;
    }
}




/* ハンバーガー */

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4{
position: relative;/*ボタン内側の基点となるためrelativeを指定*/
background:#9ed2e8;
cursor: pointer;
width: 60px;
height: 60px;
/* border-radius: 5px; */
/* top: -5px; */
}

/*ボタン内側*/

/* .openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    border-radius: 5px;
    width: 100%;
} */

.openbtn4 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 5px;
    width: 30px;
    margin: 0 auto;
}


/* .openbtn4 span:nth-of-type(1) {
    top: 0;
}

.openbtn4 span:nth-of-type(2) {
    top: 8px;
}

.openbtn4 span:nth-of-type(3) {
    top: 16px;
} */

.openbtn4 span:nth-of-type(1) {
    top: 14px;
}

.openbtn4 span:nth-of-type(2) {
    top: 22px;
}

.openbtn4 span:nth-of-type(3) {
    top: 30px;
}



.openbtn4 p::after {
    content: "Menu";/*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    bottom: 8px;
    left: 50%;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    transform: translateX(-50%);
    letter-spacing: 0.1em;
}


/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn4.active span:nth-of-type(1) {
    top: 14px;
    /* left: 18px; */
    transform: translateY(6px) rotate(-45deg);
    width: 30px;
}

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
    display: none;
}

.openbtn4.active span:nth-of-type(3){
    top: 26px;
    /* left: 18px; */
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
}
.openbtn4.active p::after {
    content:"Close";
    left: 50%;
    /* transform: translateY(0) rotate(-45deg) translateX(-4%); */
    bottom: 8px;
}






.sub_links{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}
.sub_links li{
    display: flex;
    align-items: center;
    /* filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.2)); */
}
.sub_links li img{
    width: 40px;
    height: auto;
}
.hummenu{
    position: fixed;
    right: 0;
    top: 130px;
    /* background: rgba(0,0,0,0.8); */
    background: rgba(255,255,255,0.8);
    padding: 120px 40px;
    height: calc(100vh - 130px);
    width: 375px;
    overflow-y: scroll;
}
.hummenu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    /* max-width: 600px; */
    margin: 0 auto;
}
.hummenu ul p{
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.hummenu ul li span{
    font-size: 10px;
    color: #fff;
    padding-left: 0px;
    display: block;
    padding-top: 4px;
}
.hummenu ul li{
    /* border-bottom: 1px solid #fff; */
    width: 48%;
    margin-bottom: 20px;
}


.hummenu ul li a{
    padding: 15px 0;
    display: block;
    position: relative;
    color: #fff;
    /* color: #000; */
    font-size: 16px;
    text-align: center;
}
.hum_res_req{
    display: flex;
    justify-content: space-between;
}
.hum_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}
.hum_flex a{
    display: flex;
    width: 48%;
    box-sizing: border-box;
    border: solid 1px #fff;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100px;
    font-size: 12px;
    letter-spacing: 0.2em;
}
.hum_req{
    display: flex;
    width: 48%;
    box-sizing: border-box;
    color: #333;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100px;
    margin-top: 20px;
    background: -webkit-linear-gradient( 0deg, #d2c695 0%, #c2b479 100%);
    font-size: 14px;
    letter-spacing: 0.2em;
}
.hum_req.bg_res{
    background: -webkit-linear-gradient( 0deg, #403d5e 0%, #403799 100%);
    color: #fff;
}
.hummenu{
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}
.hummenu.active{
    opacity: 1;
    pointer-events: all;
    transition: 0.5s;
    background: #416a87;
}
.hummenu {
    top: 60px;
    width: 85%;
    max-width: 800px;
    box-sizing: border-box;
    /* height: calc(100vh - 130px); */
    height: auto;
    overflow: hidden;
}
.sub_links{
    margin: 0;
    justify-content: space-around;
}
.sub_menu{
    display: flex;
    align-items: center;
}
.hummenu {
    padding: 20px 20px 30px;
    /* max-width: 550px; */
}
.openbtn4 span:nth-of-type(3)::after {
    /* color: #231815; */
}
.openbtn4 span{
    background: #fff;
    /* background: #231815; */
}
.hummenu ul.sub_links li{
    border-bottom: none;
    margin: 0;
}

.hummenu .hum_top {
    padding: 10px 10px 20px;
    background: #231815;
    border-bottom: solid 1px #666;
}
.hummenu .hum_top_txt p {
    font-size: 20px;
    /* color: #c81148; */
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.h_req_btn.hm {
    width: 100%;
    max-width: 350px;
    height: 45px;
    margin: 0 auto;
    margin-top: 15px;
}
.h_req_btn_inner.hm img {
    height: 20px;
    margin-left: 20px;
    margin-right: 0;
}
.h_req_btn_inner.hm1 img {
    height: 18px;
    margin-left: 0;
    margin-right: 20px;
}

.request .h_req_btn.hm a {
    background: #003c7b;
    color: #fff;
    /* font-weight: 500; */
    letter-spacing: 0.2em;
    justify-content: space-between;
}
.h_req_btn.hm a {
    font-size: 18px;
}
.txt_btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
}
.txt_btn .h_txt_btn {
    font-size: 15px;
}
.txt_btn .h_btn.map .h_txt_btn a {
    position: relative;
    color: #fff;
}
.txt_btn .h_btn.map .h_txt_btn a::after {
    content: url(../img/common/right.svg);
    height: 18px;
    width: 10px;
    position: absolute;
    bottom: 0;
    right: -18%;
}
.txt_btn .h_btn.outline .h_txt_btn a {
    position: relative;
    color: #fff;
}
.txt_btn .h_btn.outline .h_txt_btn a::after {
    content: url(../img/common/right.svg);
    height: 18px;
    width: 10px;
    position: absolute;
    bottom: 0;
    right: -18%;
}

/* 20251024 */
.openbtn4 .hamb_txt {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.db500 {
    display: none;
}



/* common_liks */
.links_area{
	/* background: #e8e4dd; */
    background: none;
}
.position_bnr{
	border: solid 5px #7e734d;
	text-align: center;
	height: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	/* margin-bottom: 60px; */
	position: relative;
	overflow: hidden;
}
.position_bnr::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/position_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s;
	pointer-events: none;
}
.position_bnr:hover:after {
	transition: 0.3s;
	transform: scale(1.05);
}
.position_bnr > a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.position_bnr .img_cap{
	text-shadow: 0px 0px 5px black, 0px 0px 8px black;
}
.position_ttl_en{
	font-size: 30px;
	/* color: #746838; */
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 400;
	font-style: normal;
	/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1); */
}
.position_ttl_en span {
	text-transform: lowercase;
}
.position_ttl_ja{
	margin-bottom: 3.5em;
	line-height: 0;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(000, 000, 000, 1);
	/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1); */
}
.position_ttl_ja .small{
	font-size: 26px;
	display: inline-block;
}
.position_ttl_ja .large{
	font-size: 66px;
	display: inline-block;
}
.position_ttl_ja .mid{
	font-size: 42px;
	display: inline-block;
}
.position_ttl_ja .ex_large{
	font-size: 90px;
	display: inline-block;
	position: relative;
	bottom: -0.1em;
}
.position_view_more{
	width: 100%;
	max-width: 350px;
	height: 50px;
	/* background: #4e4828; */
	background-image: linear-gradient(90deg, rgba(89, 79, 53, 1), rgba(156, 143, 97, 1) 50%, rgba(89, 79, 53, 1));
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: 400;
	font-style: normal;
}
.position_view_more::before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.links_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.links_box::before{
    content: "";
    display: block;
    width: 24%;
    order: 2;
}
.links_box::after{
    content: "";
    display: block;
    width: 24%;
    order: 2;
}
.links_item{
	width: 32%;
	max-width: 380px;
	height: 250px;
	overflow: hidden;
	background-size: 100%;
	transition: 0.3s;
	transform-origin: center;
	position: relative;
}

.links_item.new .links_text{
}

.links_item.new .links_text::before{
	position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    content: "NEW";
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 10px;
    width: 45px;
    padding: 4px 0 0 0;
    height: 14px;
    line-height: 8px;
    font-weight: 900;
    background: #932f53;
    letter-spacing: 1px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

.links_item:hover:after {
	transform: scale(1.05);
}
.links_item.top::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/top_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.plan::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/plan_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.reviews::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/reviews_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.structure::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/structure_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.zeh::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/zeh_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.position::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/position_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.access::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/access_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.modelroom::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/modelroom_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.residence::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/residence_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.projectstory::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/projectstory_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.links_item.equipment::after{
	transition: 0.3s;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/common/equipment_bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}



.links_item:nth-child(n + 4){
	margin-top: 3%;
}
/* .links_item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
    background-color: rgba(49, 140, 201, 0.85);
	background-blend-mode: multiply;
	transition: 0.3s;
} */
.links_item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	/* background-color: rgba(31, 32, 32, 0.5); */
	/* background-color: rgba(158, 210, 232, 0.5); */
	background-blend-mode: multiply;
	transition: 0.3s;
}
/* .links_item:hover a{
    background-color: rgba(158, 210, 232, 0.5);
	transition: 0.3s;
} */
.links_item:hover a{
	/* background-color: rgba(31, 32, 32, 0.2); */
    /* background-color: rgba(158, 210, 232, 0.2); */
	transition: 0.3s;
}
.links_item.soon a{
    background-color: rgba(49, 140, 201, 0.85);
}
.links_text{
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-50%);
	width: 100%;
}
.links_en{
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 0.2em;
}
.links_ja{
	font-size: 14px;
}

.links_view_more{
    /* text-transform: uppercase; */
	font-weight: 400;
	font-style: normal;
    width: 100%;
    max-width: 200px;
    white-space: nowrap;
    background: linear-gradient(90deg, rgb(11 9 9), rgb(37 36 36 / 70%) 50%, rgba(11 9 9));
    background-blend-mode: multiply;
    border: none;
    font-size: 14px;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 auto 0;
}
.links_view_more::before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.links_item.soon .links_view_more{
    /* text-transform: uppercase; */
	font-weight: 400;
	font-style: normal;
    width: 100%;
    max-width: 200px;
    white-space: nowrap;
    background: linear-gradient(90deg, rgba(35, 24, 21, 0.5), rgba(89, 87, 87, 0.5) 50%, rgba(35, 24, 21, 0.5));
    background-blend-mode: multiply;
    border: none;
    font-size: 14px;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 auto 0;
}



/* 下層用_links02 */
.links_area.links02 .links_item {
	width: 24%;
}
.links02 {
	max-width: 1625px;
	margin: 60px auto 0;
}
.links_area.links02 .links_item:nth-child(n + 4) {
    margin-top: 0;
}
.links_area.links02 .links_item:nth-child(n + 5) {
	margin-top: 1.5%;
}
.dbn1040 {
	display: none;
}


.span_belt_cap01.tuika {
	position: relative;
}
.span_belt_cap01.tuika span.cap {
	position: absolute;
	bottom: -1em;
	right: 0;
}

/* 20251028 */
.links_view_more_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.soon {
    opacity: 1 !important;
    pointer-events: none !important;
    /* position: absolute; */
}
.btm_header_btn_icon {
    /* max-width: 40px; */
    max-width: 35px;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 6.5rem;
    height: auto;
}
/* .com_inner {
    padding: 0;
} */
/* .dn700  {
    display: block;
} */


.pu {
    background: #793d51;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 5px;
    font-size: 14px;
}

@media(max-width: 1040px){
    .position_ttl_ja .small {
        font-size: 22px;
    }
    .position_ttl_ja .large {
        font-size: 56px;
    }
    .position_ttl_ja .mid {
        font-size: 32px;
    }
    .position_ttl_ja .ex_large {
        font-size: 80px;
    }
    .position_ttl_en {
        font-size: 26px;
    }
    .position_view_more{
        font-size: 16px;
        height: 45px;
    }
    .position_bnr {
        height: 300px;
    }
    .links_item {
        height: 200px;
    }
	/* 下層用_links02 */
	.links_area.links02 .links_item {
		width: 32%;
	}
	.dbn1040 {
		/* display: block; */
		display: none;
	}
	.links_area.links02 .links_item:nth-child(n + 4) {
		margin-top: 1.5%;
	}
}

@media(max-width: 767px){
    .position_ttl_ja .large {
		font-size: 36px;
	}
	.position_ttl_ja .ex_large {
		font-size: 60px;
	}
	.position_ttl_ja .mid {
		font-size: 26px;
	}
	.position_ttl_ja .small {
		font-size: 20px;
	}
	.position_view_more {
		font-size: 14px;
		height: 35px;
		max-width: 300px;
	}
	.position_bnr {
		height: 270px;
		/* margin-bottom: 40px; */
	}
	.links_item {
		width: 48%;
		max-width: unset;
	}
	.links_item:nth-child(n + 3) {
		margin-top: 3%;
	}
	.links_en {
		font-size: 22px;
	}
	.links_ja {
		font-size: 12px;
	}
	.links_view_more {
		font-size: 12px;
	}
	.links_text{
		transform: translate(-50%, -10%);
	}
	/* 下層用_links02 */
	.dbn1040 {
		display: none;
	}
	.links_area.links02 .links_item {
        width: 48%;
        max-width: unset;
	}
	.links_area.links02 .links_item:nth-child(n + 3) {
		margin-top: 3%;
	}
}


@media(max-width: 650px){
	.span_belt_cap01{
		position: relative;
	}
	.span_belt_cap01 .cap{
		position: absolute;
		bottom: -1em;
		right: 0;
	}
    .position_ttl_ja .large {
		font-size: 20px;
		/*font-size: 25px;*/
	}
	.position_ttl_ja .mid {
		font-size: 17px;
	}
	.position_ttl_ja .ex_large {
		font-size: 40px;
		/* line-height: 1; */
	}
	.position_ttl_ja .small {
		font-size: 14px;
	}
	.position_ttl_en {
		/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1); */
	}
	.position_ttl_ja {
		/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1); */
		margin-bottom: 1.5em;
	}
	.position_ttl_en {
		font-size: 12px;
		color: #fff;
		text-shadow: none;
	}
	.position_bnr {
		height: 180px;
	}
	.position_view_more {
		font-size: 12px;
		height: 30px;
		max-width: 300px;
		width: 80%;
	}
	.links_item {
		/* width: 100%; */
		height: 130px;
	}
	.links_item:not(:first-child){
		/* margin-top: 20px; */
	}
	.links_en {
		font-size: 20px;
	}
	.links_view_more {
		font-size: 10px;
		margin: 1.5em auto 0;
	}
	.links_en {
		font-size: 12px;
	}
	.links_ja {
		font-size: 11px;
	}
    .pu {
    font-size: 12px;
}

}
.bnr_float02:hover{
	opacity: 0,7;
}
.footer_bnr a:hover{
	opacity: 0.7;
}
.footer_bnr2 a:hover{
	opacity: 0.7;
}
/* //////////////////////////////////////// */



@media(max-width: 1350px){
.h_req_btn {
    width: 150px;
    height: 40px;
}
.h_links ul li a {
    font-size: 14px;
}
.h_logo {
    max-width: 400px;
}
.h_req_btn a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 16px; */
    /* font-weight: 400; */
}
.h_links ul li:not(:first-child) {
}
.h_btn_flex {
    display: flex;
    margin-left: 20px;
}
}

@media(max-width: 1220px){
    .h_links ul li:not(:first-child) {
        /* margin-left: 12px; */
    }
    .h_links ul li a {
        /* font-size: 12px; */
    }
    .h_links ul li::before {
        /* height: 5px; */
    }
    .h_out_map_icon {
        height: 14px;
    }
    .h_out_map_item p{
        font-size: 12px;
    }
    .h_btn{
        width: 130px;
    }
    .h_txt_btn{
        font-size: 11px;
    }
    .h_logo {
        /* max-width: 280px; */
    }
    .h_box01 {
        /* height: 80px; */
    }
    .h_req_btn {
        /* height: 80px; */
    }
}

@media(max-width: 1120px){
    .h_logo {
        max-width: 300px;
    }
    .h_links ul li a {
        font-size: 13px;
    }
    .h_links ul li:not(:first-child) {
        /* margin-left: 8px; */
    }
    /* .h_btn.outline, .h_btn.map {
        font-size: 14px;
    }
    .h_req_btn a {
        font-size: 14px;
    } */
    .h_btn {
        font-size: 12px;
    }
    .h_btn {
        width: 125px;
    }
}
@media(max-width: 950px){
    .head_button {
        /* max-width: 460px; */
    }

}
@media(max-width: 1000px){
    .head_button {
        /* max-width: 360px; */
    }
    .h_btn.outline, .h_btn.map {
        margin-right: 10px;
    }
    .h_btn.map {
        /* margin-right: 50px; */
    }
    /*  */

    .header_h {
        height: 90px;
    }

    .h_btn.outline, .h_btn.map {
        font-size: 11px;
        /* margin-right: 35px; */
    }
    .h_req_btn a {
        font-size: 11px;
    }
    .h_req_btn {
        width: 120px;
        height: 30px;
    }
    .h_req_btn_inner img {
        height: 11px;
        margin-right: 5px;
    }
    .h_logo {
        max-width: 300px;
        width: 80%;
    }
    .h_main01 {
        height: 50px;
    }
    .h_main02 {
        height: 40px;
    }
    .h_links ul li a {
        font-size: 11px;
    }
}

@media(max-width: 1000px){
    .pc_nav{
        /* display: flex; */
    }
    .sp_nav{
        /* display: flex; */
        /* height: 60px; */
        /* background: #231815; */
        /* background: #ffffff75; */
        /* align-items: center; */
        /* justify-content: left; */
        /* padding-left: 2%; */
        /* width: 100%; */
        /* position: relative; */
    }
    .sp_nav_box{
        position: fixed;
        width: 100%;
        top: 0;
    }
    .header_h{
        height: 60px;
    }

    .h_sp_logo {
        max-width: 300px;
        /* max-width: 150px; */
        height: auto;
        width: 80%;
    }
}

@media(max-width: 700px){
    .dn700  {
        display: none;
    }
}


/* bottom menu */
.btm_header_btn{
	display: none;
}
.btm_header_btn {
    position: fixed;
    margin: auto;
    width: 100%;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
    z-index: 900;
    box-shadow: 0px -5px 10px -5px rgb(0 0 0 / 50%);
}
.btm_header_btn > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    /* width: 30%; */
}
.btm_header_btn > ul > li.btm_header_btn_tel {
    display: block;
}
.btm_header_btn > ul > li {
    width: 100%;
}
.btm_header_btn > ul > li:nth-of-type(1) > a {
    border-left: none;
}
.btm_header_btn > ul > li > a {
	width: 100%;
	display: block;
	color: #000;
	position: relative;
	padding: 25px 0;
	background-color: #231815;
	box-sizing: border-box;
	/* border-left: 1px solid #b5b5b5; */
	height: 70px;
}
.btm_header_btn > ul > li.btm_header_btn_req > a{
	/* background: #003c7b; */
    background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
	color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_res > a{
	background: -webkit-linear-gradient( 0deg, #403d5e 0%, #403799 100%);
	color:#fff;
}
.btm_header_btn > ul > li.btm_header_btn_kaiin > a{
    background-image: linear-gradient(90deg, rgba(89, 79, 53, 1), rgba(156, 143, 97, 1) 50%, rgba(89, 79, 53, 1));
	color:#fff;
}
.btm_header_btn > ul > li.btm_header_btn_tel > a{
	/* background: #003c7b; */
    background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
	color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_map > a{
	/* background: #003c7b; */
    background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
	color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_out > a{
	/* background: #003c7b; */
    background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
	color: #fff;
}



.btm_header_btn > ul > li.btm_header_btn_tel > a::before {
    /* content: '\f095'; */
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_tel > a::after {
    content: 'TEL';
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_tel > a::after {
    content: 'お問い合わせ';
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_map > a::before {
    /* content: '\f041'; */
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_map > a::after {
    content: '現地案内図';
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_out > a::before {
    /* content: '\f15c'; */
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_out > a::after {
    content: '物件概要';
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_req > a::before {
    /* content: '\f073'; */
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_req> a::after {
    /* content: '資料請求'; */
    content: '来場予約';
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_res > a::before {
	/* content: '\f0e0'; */
	color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_res> a::after {
    content: '資料請求';
    color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_kaiin > a::before {
    /* content: '\f023'; */
		color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_kaiin> a::after {
    content: '限定サイト';
    color: #fff;
}
.btm_header_btn > ul > li > a::before {
    top: 15px;
    height: 24px;
    font-size: 20px;
	left: 0;
    right: 0;
    bottom: auto;
	font-family: FontAwesome;
}
.btm_header_btn > ul > li > a::before, .btm_header_btn > ul > li > a::after {
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
}
.btm_header_btn > ul > li > a::after {
    /* top: 26px; */
    top: 42px;
}
.btm_header_btn > ul > li > a::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    font-size: 10px;
    line-height: 1;
}

@media screen and (max-width: 1000px) {
	.btm_header_btn{
		display: block;
	}
	#wrap {
		overflow: hidden;
		margin-bottom: 70px;
	}
    .btm_header_btn.active {
        z-index: -1;
    }
    #common_header.DownMove {
        animation: unset;
    }
    #common_header.UpMove {
        animation: unset;
    }
}
@media screen and (max-width: 500px) {
    .db500 {
        display: block;
    }
}



/* footer */
.footer01 {
    width: 100%;
    height: auto;
    /* background: #000; */
}
.footer02 {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 80px 0 45px;
}
.ft_txt1 {
    /* color: #fff; */
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
}
.ft_txt2 {
    /* color: #fff; */
    font-size: 14px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
}
.ft_tel_icon{
    width: 100%;
    max-width: 500px;
}
.ft_tel_icon img {
    width: 100%;
    /* height: 50px; */
    margin: 0 auto;
}
.ft_tel:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.company_icon img {
    max-width: 240px;
    width: 100%;
    margin-bottom: 40px;
}
.company_icon02 img {
    max-width: 280px;
    width: 100%;
    margin-bottom: 10px;
}
.company_icon03 img {
    max-width: 170px;
    width: 100%;
    margin-bottom: 40px;
}
.ft_tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.company_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_icon02 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_icon03 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.copyright.mb30{
    margin-bottom: 30px;
}
.company02{
    margin-bottom: 60px;
}

.footer01_inner{
    /* border-top: solid 1px #d4d4d4; */
    /* padding: 60px 0 0; */
}

.foot_cv_box{
    display: flex;
    justify-content: space-between;
    max-width: 775px;
    margin: 50px auto 40px;
	flex-wrap: wrap;
}

.foot_cv_box.foot_cv_limited{
    align-items: center;
    flex-direction: column;
}

.foot_cv_box.foot_cv_limited .foot_cv_item:first-of-type{
    margin-bottom: 30px !important;
}

.foot_cv_box.foot_cv_limited .foot_cv_item:last-of-type{
    /* margin-top: 30px !important; */
}
.foot_cv_item{
    width: 48%;
    height: 52px;
    color: #fff;
    background: #000;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.foot_cv_item:hover{
    transition: 0.3s;
    opacity: 0.7;
}
.foot_cv_item.reserve{
    background: #000;
    /* margin-bottom: 20px; */
}

.foot_cv_item.participation{
    background-image: linear-gradient(90deg, rgba(66, 37, 46, 1), rgba(114, 66, 83, 1) 50%, rgba(66, 37, 46, 1));
    /* margin-bottom: 20px; */
}

.foot_cv_item.limited{
    background-image: linear-gradient(90deg, rgba(89, 79, 53, 1), rgba(156, 143, 97, 1) 50%, rgba(89, 79, 53, 1));
}
.foot_cv_item.raijou{
    background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
    margin-bottom: 20px;
}
.foot_cv_item.kaijou{
    background-image: linear-gradient(90deg, rgb(37 66 64), rgb(66 114 103) 50%, rgb(37 66 64));
}
.foot_cv_item.kobetu{
    background-image: linear-gradient(90deg, rgb(66 64 37), rgb(114 109 66) 50%, rgb(66 64 37));
}

.foot_cv_item.kaijou02{
    /* background: #000; */
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.foot_cv_item.kaijou03{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}


.foot_cv_item a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.footer01_ttl{
    font-size: 38px;
    line-height: 1.3;
    text-align: center;
    color: #714152;
    font-weight: bold;
}

.company_flex{
    display: flex;
    justify-content: center;
}
.company_flex > a > p{
    font-size: 12px;
    margin-bottom: 10px;
}
.company_flex > a:last-of-type{
    /* margin-left: 40px; */
}

.default_footer{
    
}
.limited_footer{
    display: none;
}
.limited_footer .foot_cv_box{
    justify-content: center;
    margin-bottom: 0;
}
.limited_footer_box .limited_footer{
    display: block;
    padding: 60px 20px;
    background: #fff;
    color: #000;
}
.limited_footer_box .limited_footer .foot_cv_item.raijou{
    /* background-image: linear-gradient(90deg, rgba(66, 37, 46, 1), rgba(114, 66, 83, 1) 50%, rgba(66, 37, 46, 1)); */
    margin-bottom: 0;
}
.limited_footer_box .default_footer{
    display: none;
}

@media screen and (max-width: 1300px) {
    .footer01_ttl {
        font-size: 32px;
    }
    .foot_cv_item {
        height: 50px;
        font-size: 16px;
    }
}
@media screen and (max-width: 850px) {
    .footer01_inner {
        /* padding: 60px 0 0; */
    }
    .ft_txt1 {
        font-size: 15px;
    }
    .ft_txt2 {
        font-size: 15px;
    }
    .ft_tel_icon img {
        /* height: 45px; */
    }
    .footer02 {
        margin: 80px 0 35px;
    }
    .company_icon img {
        max-width: 235px;
        /* margin-bottom: 25px; */
    }
    .company_icon02 img {
        max-width: 250px;
    }
    .company_icon03 img {
        max-width: 180px;
        /* margin-bottom: 25px; */
    }
    .footer01_ttl {
        font-size: 30px;
    }
    .foot_cv_item {
        height: 45px;
        font-size: 16px;
    }
    .top_en_ttl {
        font-size: 20px;
    }
}
@media screen and (max-width: 650px) {
    header .hummenu ul li.new::after {
        right: 0%;
    }
    .hummenu ul li a{
        font-size: 14px;
    }
    .footer01_inner {
        /* padding: 50px 0 0; */
    }
    .ft_txt1 {
        color: #231815;
        font-size: 12px;
    }
    .ft_tel a {
        margin: 10px 0;
    }
    .ft_txt2 {
        color: #231815;
        font-size: 12px;
    }
    .footer02 {
        margin: 40px 0 35px;
    }
    .copyright {
        font-size: 10px;
    }
    .pc_on {
        display: none;
    }
    .sp_on {
        display: block;
    }
    .company_flex{
        display: block;
        text-align: center;
    }
    .company_flex > a:last-of-type {
        margin-left: 0;
    }
    .company_icon img {
        max-width: 180px;
        margin-bottom: 25px;
    }
    .company_icon02 img {
        max-width: 170px;
    }
    .company_icon03 img {
        max-width: 145px;
        margin-bottom: 40px;
    }
    .footer01_ttl {
        font-size: 22px;
    }
    .foot_cv_box {
        margin: 30px auto;
        flex-wrap: wrap;
        max-width: 280px;
    }
    .ft_tel_icon{
        width: 95%;
    }
    .copyright.mb30 {
        margin-bottom: 10px;
    }
    .company02 {
        margin-bottom: 40px;
    }
    .foot_cv_box .foot_cv_item{
        margin-bottom: 20px;
    }
    .foot_cv_item {
        font-size: 16px;
        width: 100%;
    }
    .foot_cv_item.kaijou{
        margin-bottom: 20px;
    }
}



.h_links ul li.soon{
    pointer-events: none;
    opacity: 0.6;
}
.footer_sitemap ul li.soon{
    pointer-events: none;
    opacity: 0.6;
}








.head_button .h_btn.map.res{
    background: #000;
}
.btm_header_btn > ul > li.btm_header_btn_res > a {
    background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
}

.head_button .h_btn.map.req{
    background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
}
.map.req .h_txt_btn a:hover{
    color: #fff;
}




/*---光るボタン------------*/
.foot_cv_item.raijou a,
.h_txt_btn.h_raijou{
	position: relative;
	overflow: hidden;
}
.foot_cv_item.raijou a::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #f6f3f282;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
.h_txt_btn.h_raijou::before{
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #f6f3f282;
    transition: 300ms;
    animation: shinyshiny 3.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*----------------*/

.hummenu ul li.nav_border{
    width: 80%;
    border-bottom: 1px solid #fff;
    margin: 0 auto 20px;
}

@media screen and (max-width: 400px) {
	.hummenu ul li{
		margin-bottom: 9px;
	}
	.hummenu ul li::before{
		bottom:5%;
	}
	
}

/* newマーク */
.hummenu li div{
    width: 80px;
    position: absolute;
    top: 10px;
    right: 10%;
    background: #793d51;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.hummenu li div.ps{
    right: 0;
}

@media(max-width: 768px){
    .hummenu li div{
        right: 3%;
    }
    .hummenu{
        width: 95%;
    }							
}
@media(max-width: 650px){
    .hummenu {
    width: 100%;
    }
    .hummenu li div {
    width: auto;
    top: -5px;
    right: 35%;
    padding: 2px 2px 0;
    font-size: 10px;
    }
    .hummenu li div.ps{
    right: 40%;
    }
}