@charset "utf-8";
#wrap{
    width: 100%;
    overflow: hidden;
}
main{
    display: block;
}
img{
    width: 100%;
    height: auto;
}
html.wf-loading body {
  opacity: 0;
  overflow: hidden;
}
html.wf-active body {
  opacity: 1;
  transition: opacity .3s ease;
}
body{
    font-family: "kozuka-mincho-pro", serif;
    font-weight: 400;
    font-style: normal;
}
.en{
    font-family: "mrs-eaves", serif!important;
    font-weight: 400;
    font-style: normal;
}
.en02{
    font-family: "ltc-goudy-oldstyle-pro", serif;
    font-weight: 400;
    font-style: normal;
}

.com_inner{
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    /* box-sizing: content-box; */
}
.img_cap{
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    font-size: 10px;
    color: #fff;
}
.img_cap.img_cap_blk {
    color: #000;
}
.img_cap.img_cap_sdw {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}
.img_cap_out {
    bottom: -1.5em;
}
.img_cap_out02 {
    position: relative;
    bottom: initial;
    right: initial;
    text-align: right;
    padding-top: 5px;
}
.img_cap.txt_l{
    right: initial;
    left: 0.5em;
}

.pos_re{
    position: relative;
}

.cap {
    font-size: 10px;
    line-height: 1.5;
    text-align: justify;
    padding: 100px 0 0;
}


.subhead {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
    position: relative;
}

.subhead_ttl {
    font-size: 60px;
    font-family: ltc-goudy-oldstyle-pro, serif;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    letter-spacing: 0.5em;
}

.sec_mg {
    margin: 100px auto 0;
}
.sec_bg{
    padding: 100px 0
}

.sec_text_box{
    text-align: center;
    margin: 0 auto 60px;
}
.sec_main_ttl {
    font-size: 34px;
    letter-spacing: 0.1em;
    margin: 0 auto 1.5em;
    line-height: 1.5;
}
.sec_ttl {
    font-size: 24px;
    letter-spacing: 0.05em;
    margin: 0 auto 1.5em;
    line-height: 1.5;
}
.sec_ttl02 {
    font-size: 26px;
    letter-spacing: 0.05em;
    margin: 0 auto;
    line-height: 1.5;
    font-family: ltc-goudy-oldstyle-pro, serif;
    text-transform: uppercase;
}
.sec_lead {
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.out_map_ttl {
    font-size: 50px;
    line-height: 1.4;
    text-align: center;
    color: #645C45;
    margin-bottom: 40px;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: bold;
}

.out_map_area {
    padding: 150px 0 0;;
}

.cap_box{
    background: #F5F5F5;
    padding: 50px 0;
    margin: 100px 0 0;
}
.cap_box ul li {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.8;
}


.content_links_mt{
    margin-top: 100px;
}

.content_bnt_area{
    display: flex;
    flex-wrap: wrap;
}

.bnr_item{
    position: relative;
    overflow: hidden;
}
/* .bnr_item.design{
    width: 100%;
    height: 418px;
} */
.bnr_item{
    width: calc(100% / 3);
    height: 450px;
}
.bnr_item.soon{
    pointer-events: none;
}
.bnr_item.soon a::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(79 79 79 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.bnr_item.soon a::after{
    content: "Coming Soon";
    white-space: nowrap;
    color: #fff;
    font-size: 3vw;
    z-index: 3;
    font-family: "mrs-eaves", serif !important;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 61%;
    transform: translateX(-50%);
}

.bnr_item::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: 0.5s;
}
.bnr_item:hover::after {
	transform: scale(1.05);
}

.bnr_item.design::after {
    background: url(../img/top/bnr_design.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr_item.location::after {
    background: url(../img/top/bnr_location.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr_item.landscape::after {
    background: url(../img/top/bnr_landscape.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr_item.access::after {
    background: url(../img/top/bnr_access.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr_item.equipment::after {
    background: url(../img/top/bnr_equipment.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr_item.plan::after {
    background: url(../img/top/bnr_plan.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr_item.child::after {
    background: url(../img/top/bnr_child.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bnr_item a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bnr_text{
    text-align: center;
    color: #fff;
    white-space: nowrap;
    position: relative;
}
.bnr_text .en{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 1;
}
.bnr_text .ja{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
    font-weight: 300;
}

.bnr_zeh{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 200px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
}
.z01 {
    z-index: 1;
}


.pan {
    text-align: left;
    /* padding: 20px 0 65px; */
    /* padding: 0 0 65px; */
    padding-top: 10px;
    font-size: 14px;
}



.rubyposition_under{
  display: inline-block;
}
.rubyposition_under ruby{
  display: flex;
  flex-direction: column;
  /* text-align: justify;
  text-align-last: justify; */
}
.rubyposition_under ruby rt{
    font-size: 0.5rem;
    line-height: 0.5;
}


.db1000{
    display: none;
}
.db750{
    display: none;
}
.db650{
    display: none;
}
.db500 {
    display: none;
}


@media screen and (max-width: 1200px) {
.subhead {
    height: 500px;
}
}


@media screen and (max-width: 1000px) {
.db1000{
    display: block;
}
.dn1000{
    display: none;
}

.subhead {
    height: 350px;
}
.subhead_ttl {
    font-size: 50px;
}
.sec_mg {
    margin: 80px auto 0;
}
.sec_bg{
    padding: 80px 0
}

.sec_main_ttl {
    font-size: 28px;
}
.sec_ttl {
    font-size: 20px;
}
.sec_ttl02 {
    font-size: 22px;
}


.bnr_zeh {
    max-width: 150px;
}
.bnr_text .en {
    font-size: 24px;
}
.bnr_text .ja {
    font-size: 14px;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.bnr_item.soon a::after {
    top: 67%;
}
}


@media screen and (max-width: 750px) {
.db750 {
    display: block;
}
.dn750 {
    display: none;
}

.out_map_area {
    padding: 80px 0 0;
}
.out_map_ttl {
    font-size: 42px;
}

.cap_box{
    padding: 20px 0;
    margin: 80px 0 0;
}
.cap_box ul li {
    font-size: 10px;
}

.bnr_item.design {
    /* height: 300px; */
}
.bnr_item {
    height: 350px;
}

.content_links_mt{
    margin-top: 80px;
}
}


@media screen and (max-width: 650px) {
.db650{
    display: block;
}
.dn650{
    display: none;
}

.pan {
    font-size: 12px;
}

.sec_mg {
    margin: 60px auto 0;
}
.sec_bg{
    padding: 60px 0
}

.cap {
    padding: 60px 0 0;
}
.sec_text_box {
    margin: 0 auto 40px;
}
.subhead {
    height: 250px;
}
.subhead_ttl {
    font-size: 30px;
}
.sec_main_ttl {
    font-size: 24px;
}
.sec_ttl {
    /* margin: 0 auto 1em; */
}
.sec_lead {
    font-size: 13px;
}
.sec_ttl {
    font-size: 18px;
}

.bnr_zeh {
    max-width: 110px;
    /* bottom: 15px; */
    top: 10px;
    transform: unset;
    right: 10px;
}
.bnr_item {
    height: 250px;
    width: 50%;
}
.bnr_text .en {
    font-size: 20px;
}
.bnr_text .ja {
    font-size: 12px;
}
.bnr_item.design {
    /* height: 240px; */
}
.bnr_item.soon a::after {
    font-size: 5vw;
}
}


@media screen and (max-width:500px) {
.db500 {
    display: block;
}
.dn500{
    display: none;
}
}


/* inview */
.fade{
	opacity: 0;
	transform: translateY(-10px);
}
.fade.is-show{
	opacity: 1;
	transform: translateY(0px);
	transition-duration: 1.2s;
}



/*  */

.mw-1200 {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.mw-1000 {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.mw-800{
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.radius-list-15 > *, .radius-15 {
    border-radius: 15px;
    overflow: hidden;
}