:root{
  --maincolor:#7A6900;
  --mainBrightcolor:#B4A960;
  --subcolor:#3A5097;
  --sidePadding:clamp(18px,6vw,60px);
  --bgColor:#F2F2F2;
}
.inner{
  max-width: 1200px;
  margin:auto;
}

.inner-large{
  max-width:1366px;
  margin:auto;

}

.fix-top{
  position: fixed !important;
  top:0;
  left:0;
  z-index: 999;
}
.fix-bottom{
  position: fixed;
  bottom:0;
  left:0;
}

/*///// frame ///*/

#wrapper{
	position: absolute;
	top:100%;
  overflow: hidden;
  background:#fff;
  width:100%;
  z-index: 99;
}

#contents {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/*/// loading /////*/

#loading {
  background-color: white;
  position: fixed;
  top: 0%;
  left: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10000;

  }

  /* ローディング画面の下端にプログレスバーを表示 */

  #loading #bar {
    position: relative;
    width:min(200px,35vw);
    aspect-ratio: 5/3;
  }
  #loading #bar .mask{
    width:100%;
    height: 50%;
    display: block;
    mask-image : url(../img/btm_logo.svg) ;
    mask-repeat: no-repeat;
    mask-position: top;
    mask-size : 100% auto;
  }
  #loading #bar .bg{
    display: block;
    background:var(--mainBrightcolor);
    width:100%;
    height: 100%;
  }
  .circle {
    display: block;
    width:30px;
    aspect-ratio: 1;
    margin:20px auto;
    border: 4px rgba(136, 136, 136,0.25) solid;
    border-top: 4px rgb(136, 136, 136) solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
  }
  @-webkit-keyframes spCircRot {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
  }
  @keyframes spCircRot {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
  }

/* keyvisual */
	#keyvisual {
		height: 100vh;
		width:100%;
		position: fixed;
    top:0;
    left:0;
	}
  #keyvisual .inner{
    padding:0 calc(4% + 15px) ;
  }
    #keyvisual .container {
      width:100%;
      height:100%;
      position: relative;
    }
    #keyvisual .container::after{
      content:"";
      display: block;
      width:calc(100% - 30px);
      height:calc(100% - 30px);
      border:1px solid white;
      position: absolute;
      left:50%;
      top:50%;
      translate:-50% -50%;

    }
    #keyvisual .container::before{
      content:"";
      display: block;
      width:100%;
      height:100%;
      position: absolute;
      left:0%;
      top:0%;
      background:rgba(60,70,100,.25);
      z-index: 10;
    }
    #keyvisual .kv-wrapper{
      width:100%;
      height:100%;
      display: flex;
    }
    #keyvisual .kv-wrapper .kv{
      width:100%;
      height:100%;
      flex-shrink: 0;
    }
    #keyvisual .kv-wrapper .kv img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    #keyvisual .content{
      position:absolute;
      display: block;
      text-align:center;
      width: 100%;
      max-width:1300px;
      z-index: 9;
      color: #fff;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      z-index: 50;
    }
    #keyvisual .content .title{
      width:min(278px,23vw);
      margin: 0 auto 8%;
    }
    #keyvisual .content .lp_title{
      width:100%;
      margin:max(40px,4%) auto max(30px,4%);
      padding:0 0 max(40px,4%) 0;
      border-bottom:1px solid white;
    }
    #keyvisual .content .lp_title img{
      display: block;
      margin:auto;
      width:min(1000px,70vw);
    }
    #keyvisual .content p{
      text-align: center;
      font-weight: 600;
    }

/*/// header //*/

#header{
  background:white;
  position: relative;
  z-index: 99;
  width:100%;
  height:90px;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,.4);
}
#header .header{
  width:100%;
  height:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right:0;
}
#header .inner-large{
  padding:0 0 0 min(20px,2vw);
}
.flex_header {
  display:flex;
  justify-content: space-between;
  align-items: center;

}
#header .header .logo{
width: 172px;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
#header .header .logo a{
  line-height: 1;
}
#globalmenu {
  flex-basis:calc(100% - 200px);
  height: 100%;
}
#globalmenu nav{
  height: 100%;
}
#globalmenu ul{
  display: flex;
  width:100%;
  height: 100%;
  justify-content: flex-end;
}
#globalmenu ul li {
  height: 100%;
}
#globalmenu ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width:100%;
  padding:0 min(20px,1vw) ;
  font-family: 'Cinzel', serif;
  color:var(--maincolor);
  font-size:min(1.5vw,18px);
  text-align: center;
  line-height: 1.2;
}
#globalmenu ul li a:hover{
  background:var(--maincolor);
  color:white;
}
/*----- toggle btn sp ---------*/
.toggle_btn {
  background:var(--maincolor);
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 40;
}
.toggle_btn{
  display: none;
}
.toggle_btn .humberger{
  background:white;
  width:40%;
  height: 1px;
  position: relative;
}
.toggle_btn .humberger:after,
.toggle_btn .humberger:before{
content:"";
width:100%;
height: 1px;
background: white;
transition:.3s all ease-out;

}
.toggle_btn .humberger:after{
position: absolute;
top:-8px;
left:0;
}
.toggle_btn .humberger:before{
position: absolute;
bottom:-8px;
left:0;
}
#header.mopen .toggle_btn .humberger{
background:transparent;
}
#header.mopen .toggle_btn .humberger:after{
top:0px;
left:0;
transform:rotate(45deg);
}
#header.mopen .toggle_btn .humberger:before{
bottom:0px;
left:0;
transform:rotate(-45deg);
}


/********************
  background
********************/

.bg01{
  background:url(../img/bg01.jpg) no-repeat center center fixed;
  background-size:cover;
}
.bg02{
  background:url(../img/bg02.jpg) no-repeat center center fixed;
  background-size:cover;
}
.bg03{
  background:url(../img/bg03.jpg) no-repeat center center fixed;
  background-size:cover;
}
.bg04{
  background:url(../img/bg04.jpg) no-repeat center center;
  background-size:cover;
}
.bg-gray{
  background-color:#F2F2F2;
}
.whitebox{
  background:rgba(255,255,255,.87);
  position: relative;
}

/********************
  title
********************/
.title{
  position: relative;
  margin-bottom: clamp(20px,3.8vw,40px);
}
.title h3{
  text-align: center;
  font-size:clamp(20px,3.5vw,38px);
  padding:clamp(38px,6.5vw,70px) 0 clamp(20px,3.8vw,40px);
  font-family: 'Cinzel', serif;
  color:var(--subcolor);
  position: relative;
  border-bottom:1px solid var(--mainBrightcolor);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.title h3:after{
  content:"";
  display: block;
  width:clamp(80px,25vw,256px);
  height: clamp(4px,.8vw,8px);
  background:var(--mainBrightcolor);
  position: absolute;
  bottom:0;
  left:50%;
  translate:-50% 1px;

}

.kazari-bo {
  position: relative;
  margin:auto ;
  height:1em;
}
.kazari-bo:after {
  content:"";
  display: block;
  width:min(30px,10vw);
  border-bottom:1px solid white;
  position: absolute;
  top:50%;
  left: 50%;
  translate:-50% -50%;
}

.num {
  position: absolute;
  left:50%;
  top:0;
  translate:-50% -50%;
  width:clamp(40px,7.2vw,75px);
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items:center;
}
.num span{
  position: relative;
  font-family: "NorthwellAlt" , serif;
  line-height: 1;
  font-size:clamp(30px,4vw,50px);
  color:var(--maincolor);
  z-index: 5;
  display: block;
  translate:0 24%;
}
.num:after{
  content:"";
  display: block;
  position: absolute;
  left:0;
  top:0;
  z-index: 2;
  background:white;
  border:1px solid var(--mainBrightcolor);
  width:100%;
  height:100%;
}
/*///////////////////////
   contents
/////////////////////////*/
.side-padding{
  padding:0 var(--sidePadding) 3%;
}
p.read{
  font-size:clamp(13px,1.3vw,18px);
  font-weight: 500;
  text-align: center;
}

#style {
  padding:clamp(60px,10vw,115px) max(20px,5%);
  padding-bottom:max(100px,10%);
}
.copy{
  text-align: center;
  font-size:clamp(17px,3vw,27px);
  color:var(--maincolor);
  font-weight: 600;
  line-height:1.9;
  margin:1.5em auto;
}
#style .photoarea{
  display: flex;
  align-items: center;
  justify-items: center;

  width:120%;
  margin:8% -15% 8% -10%;
}
.photo-frame{
  padding:clamp(5px,1.5%,15px);
  background:white;
  box-shadow:0 3px 10px rgba(0,0,0,.2);
  width:fit-content;
}
#style .photoarea .imgs:nth-child(1){
  width:36%;
  rotate:-3deg;
  z-index: 10;
  position: relative;
}
#style .photoarea .imgs:nth-child(2){
  width:61%;
  rotate:5deg;
}
#lifestyle{
  position: relative;
  padding:clamp(60px,10vw,115px) max(20px,5%);
  padding-top:0;
}
#lifestyle:after{
  content:"";
  display: block;
  width:100%;
  height: clamp(800px,130vw,1300px);
  background:#F2F2F2;
  clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 75%);
  position: absolute;
  top:20%;
  left:0;
  z-index: 2;
}
.lifestyle_content{
  position: relative;
  z-index: 6;
}
.lifestyle_content .elem{
  display: flex;
  align-items: center;
  margin:clamp(80px,8%,100px) auto;
    position: relative;
}
.lifestyle_content .thumb{
  flex:0 1 auto;
  position: relative;
  width:fit-content;
}
.lifestyle_content .thumb img{
  position: relative;
  z-index: 10;
}
.lifestyle_content .thumb:after{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background-image:linear-gradient(60deg,#d2cb9b 0%, #69664e 100%);
  position: absolute;
  top:15px;
  left:15px;
  z-index: 5;
}
.lifestyle_content .elem .text{
  flex:0 1 50%;
  margin-left:3%;
  z-index: 10;
}
.lifestyle_content .elem.reverse{
  flex-direction: row-reverse;
}
.lifestyle_content .elem.reverse .text{
    margin-left:0%;
    margin-right:3%;
}
.lifestyle_content .elem .text > p.en{
  font-size:clamp(24px, calc( 45 / 1200 * 100vw),45px);
  color:#A9C0C2;
  line-height: 1;
  position: relative;
  z-index: 10;
  text-align: right;
  margin-bottom: .5em;
  white-space: nowrap;
}

.lifestyle_content .box{
  position: relative;
  z-index: 50;
  flex-shrink: 1;
  max-width: min(380px,100%);
  margin: 0 8% ;
}
.lifestyle_content .box:after{
  content:"";
  display: block;
  background:#C2CBE9;
  width:100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top:15px;
  left:15px;
}


.lifestyle_content .box .box_inner{
  position: relative;
  background:white;
  border:1px solid var(--subcolor);
  padding:25px;
  z-index: 5;
  margin-top: 2em;
}
.lifestyle_content .box .box_inner:after{
  content:"";
  display: block;
  width:100%;
  height:100%;
  border:1px solid var(--subcolor);
  position: absolute;
  left:7px;
  top:7px;
}
.lifestyle_content .text p.ti{
  margin-left:-5em;
  padding:.2em 1em ;
  width:calc(100% + 5em);
  background:var(--subcolor);
  color:white;
  font-size:clamp(17px, calc(30 / 1200 * 100vw),30px);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 50;
}

.lifestyle_content .box .box_inner p{
  padding:0 10px 0px 10px;
  margin:0;
}

.lifestyle_content .elem.reverse .text p.ti{
 margin-left:0;
  margin-right:-5em;
}
/*------------*/


.lifestyle_content .elem.el02 .text p.ti{
  width:calc(100% + 3em);
}
.lifestyle_content .elem.el02 .box{
  margin: 0 -20% 0 auto;
}
.lifestyle_content .elem.el02 p.en{
  text-align: left;
}
.lifestyle_content .elem.el03 .box{
  margin: 0 auto 0 -20% ;
  width:min(300px,100%);
}
.lifestyle_content .elem.el03 .thumb{
  flex: 0 1 min(700px,65%);
}
.lifestyle_content .elem.el03 p.en{
  position: absolute;
  bottom: -2.5em;
  right:0;
  margin:1em 0 0 auto;
}
/*----------*/
#plan{
  margin: clamp(60px,10vw,115px) 0 clamp(60px,15vw,150px);
}
#plan .title{
  margin-bottom: 0;
}
.plan_content{
  position: relative;
  padding-bottom: min(100px,15%) ;
}
.plan_content:after{
  content:"";
  display: block;
  width: 40%;
  height: 100%;
  background-image:linear-gradient(to bottom,#d2cb9b 0%, #69664e 100%);
  position: absolute;
  left:0;
  top:0;
}
.plan_content p.copy{
  margin:0;
  position: absolute;
  top:min(1.5em,5%);
  right:1em;
  text-align: right;
  font-size:clamp(18px,calc(25 / 1024 * 100vw),25px);
}
.plan_content .photoarea{
  position: relative;
  z-index: 10;
  padding-top:40%;
}
.plan_content .photoarea .imgs01{
  position: absolute;
  top:20%;
  left:6%;
  rotate:-5deg;
  width:min(590px,50%);
}
.plan_content .photoarea .imgs02{
  position: absolute;
  top:clamp(150px,calc(310 / 1024 * 100vw),310px);
  right:5%;
  width:min(389px,32%);
}
.planmap{
  position: relative;
  z-index: 5;
  margin:0  4% ;
  width:fit-content;
  padding:4%;
  border-radius: 10px;
  background:white;
  border:1px solid var(--mainBrightcolor);
}
.planmap a::after{
  content:"Zoom UP";
  display: flex;
  justify-content: center;
  align-items: center;
  width:20%;
  aspect-ratio: 1;
  border-radius: 100%;
  position: absolute;
  top:50%;
  left:50%;
  translate:-50% -50%;
  z-index: 20;
  color:white;
  font-size:min(20px,4vw);
  line-height: 1;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 20px rgba(199, 199, 199, 0.5);
  background-color: rgba(82, 80, 160, 0.4); 
  border: 1px solid rgba(255, 255, 255, 0.4); 
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  transition:.5s ease all ;
  opacity:0;
}
.planmap a:hover:after{
  opacity:1;
  animation: 1s bounce both;
}
@keyframes bounce {
  0%, 100% {
    transform: none;
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: scale(1.1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.planmap .is_click{
  background:#8B3A97;
  color:white;
  font-size:14px;
  line-height: 1.3;
  padding:.5em 1em;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom:0;
  right:0;
}
.is_image{
  background:var(--subcolor);
  color:white;
  position: absolute;
  right:0;
  bottom:0;
  z-index: 10;
  translate:20% -100%;
  padding:.3em 1.5em;
}
.plan_content .price{
  position: absolute;
  top:60%;
  right:2%;
  color:white;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:clamp(230px, calc(280 / 1024 * 100vw),280px); 

}
.plan_content .price:after{
  content:"";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background:var(--maincolor);
  border-radius: 100%;
  position: absolute;
  top:50%;
  left:50%;
  translate:-50% -50%;
  box-shadow:0 3px 10px rgba(0,0,0,.25);
  z-index: 5;
}
.plan_content .price:before{
  content:"";
  display: block;
  width: 30%;
  aspect-ratio: 1;
  background:#E1DFA3;
  border-radius: 100%;
  position: absolute;
  bottom:0%;
  right:0%;
  translate:0% 100%;
  z-index: 4;
}
.plan_content .price p {
  position: relative;
  z-index: 10;
  width:100%;
  margin:0;
}
.plan_content .price p.en{
  font-size:clamp(23px ,calc(30 / 1024 * 100vw),30px);
  text-align: center;
  line-height: 1.3;
}
.plan_content .price p.kakaku{
  font-size:clamp(23px ,calc(30 / 1024 * 100vw),30px);
  font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.plan_content .price p.kakaku .number{
  font-size:calc(43 / 30 * 1em);
  font-weight: 700;
    text-align: center;
}
.plan_content .price p.kakaku .tax{
  display: block;
  font-size:calc(16 / 30 * 1em);
    text-align: center;
}
#land_scape{
  position: relative;
  padding:clamp(60px,10vw,115px) max(20px,5%);
  padding-top:0;

}
#land_scape .land_area{
  position: relative;
}
#land_scape .land_area .textarea{
  position: absolute;
  top:53%;
  right:0;
  width:min(500px,48%);
}
#land_scape h4{
  font-size:clamp(18px,2.5vw,27px);
  color:var(--maincolor);
  font-weight: 600;
  text-align: center;
}
#land_scape p{
  font-size:clamp(14px,1.4vw,16px);
  margin-bottom: 0;
}
#land_scape .kauai_area{
  position: relative;
}
#land_scape .kauai_area .textarea{
  position: absolute;
  top:0;
  left:50%;
  translate:-50% 0;
  width:min(500px,48%);
  background:rgba(255,255,255,.7);
  padding:20px;
}
#land_scape .any_area{
  margin:min(20px,8%);
  display: flex;
  gap:clamp(15px,3vw,35px);
}
#land_scape .any_area .elem{
  flex: 0 1 33%;
}
#land_scape .any_area .thumb{
  margin:15px 0;
}
#land_scape .any_area dl dt{
  font-size:clamp(17px,1.7vw,23px);
  line-height: 1.6;
  color:var(--maincolor);
  font-weight: 600;
  text-align: center;
}

#concept{
  padding:clamp(60px,10vw,115px) max(20px,5%);
}
#concept .concept_area01{
  padding-bottom: max(20px,5%);
  margin-bottom: max(20px,5%);
}
#concept .concept_area01 .message{
  font-size:clamp(14px,1.4vw,17px);
  text-align: center;
}
#concept .concept_area02 .flex{
  display: flex;
  gap:6%;
  padding:max(20px,5%);
  align-items: center;
}
#concept .concept_area02 .textarea{
  flex:1 1 50%;
}
#concept .concept_area02 .photoarea{
  flex:1 1 44%;
}
#concept .concept_area02 h4{
  font-size:clamp(18px,2.5vw,33px);
  color:var(--maincolor);
  font-weight: 600;
  text-align: center;
}
#concept .concept_area02 p{
  font-size:clamp(14px,1.4vw,16px);
  text-align: center;
}

#designer{
  padding-bottom:max(100px,10%);
}
.designer_area{
  display: flex;
  justify-content: center;
  align-content: center;
  gap:10%;
  padding:0 min(40px,5%);
  position: relative;
}
.designer_area .parson{
  flex: 0 1 40%;
  border:1px solid var(--mainBrightcolor);
  padding:min(80px,5%) min(30px,3%);
  background:rgba(255,255,255,.6);
  text-align: center;
  position: relative;
  z-index: 5;
}
.designer_area .parson:before{
  content:"";
  display: block;
  width:min(50px,5%);
  aspect-ratio: 1/1;
  border:3px solid var(--mainBrightcolor);
  border-top:0;
  border-left:0;
  position: absolute;
  top:0;
  left:0;
  translate:-50% -50%;
}
.designer_area .parson:after{
  content:"";
  display: block;
  width:min(50px,5%);
  aspect-ratio: 1/1;
  border:3px solid var(--mainBrightcolor);
  border-bottom:0;
  border-right:0;
  position: absolute;
  bottom:0;
  right:0;
  translate:50% 50%;
}
.designer_area .ampersand{
  position: absolute;
  top:50%;
  left:50%;
  translate:-50% -50%;
  font-size:min(100px,10vw);
  color:var(--subcolor);
  font-family: 'Cinzel', serif;
}
.designer_area .parson .photo{
  width:min(300px,70%);
  margin: auto;
}
.designer_area .parson dl dt{
  margin:min(20px,4%) auto ;
}
.designer_area .parson dl dt .sub{
  display: block;
  font-size:14px;
  text-align: center;
}
.designer_area .parson dl dt .name{
  margin:.5em auto;
  font-size:clamp(18px,2.2vw,28px);
  color:var(--maincolor);
  letter-spacing: 0.15em;
}
.make_town h4{
  font-size:clamp(18px,3vw,30px);
  color:var(--maincolor);
  font-weight: 600;
  text-align: center;
  border-bottom:1px solid var(--mainBrightcolor);
  padding:30px 0;
  margin:min(10%,60px) auto min(8%,30px) ;
  max-width: 1100px;
}
.make_town .flex{
  display: flex;
  justify-content: center;
  gap:2%;
  max-width: 1100px;
  margin:5% auto;
  padding:0 20px;
}
.make_town ul {
  flex: 0 1 48%;
}
.make_town ul li{
  font-size:clamp(16px,2vw,20px);
  font-weight: 600;
  line-height: 1.7;
  color:var(--subcolor);
}
.make_town ul li .mini{
  display: block;
  width:100%;
  font-size:clamp(12px,1.2vw,14px);
}
.make_town .numbers {
  counter-reset: num;
}
.make_town .numbers ul li {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  counter-increment: num;
  padding-left:calc(min(18%,84px) + 5%);
  margin:0 0 min(60px,6%) 0;
  min-height:3.5em;
  position: relative;
}
.make_town .numbers ul li:after {
  content:counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:clamp(18px,3.5vw,40px);
  color:white;
  font-family: "NorthwellAlt";
  line-height: 1;
  width: min(18%,84px);
  aspect-ratio: 1;
  position: absolute;
  left:0;
  top:50%;
  translate:0 calc((50% - 7px)*-1) ;

}
.make_town .numbers ul li:before {
  content:"";
  display: block;
  background:url(../img/circle.svg) no-repeat center center ;
  background-size:contain;
  width: min(20%,84px);
  aspect-ratio: 1;
  position: absolute;
  left:0;
  top:50%;
  translate:0 -50% ;
}

#lifeinfo{
  padding:clamp(60px,10vw,115px) 0;
  padding-top:0;
}

#lifeinfo .life-information{
  margin:auto;
}
#lifeinfo .life-information .cont {
  display: flex;
  max-width: 1250px;
  height:min(400px,80vh);
  margin:auto;
}

#lifeinfo .map{
  flex-basis:33.3%;
}
#lifeinfo .map a{
  display: block;
  width: 100%;
  height:100%;
  position: relative;
}
#lifeinfo .map a:after{
  content:"";
  display: block;
  width:0;
  height: 0;
  background:var(--subcolor);
  opacity:.6;
  position: absolute;
  top: 50%;
  left: 50%;
  translate:-50% -50%;
  transition:.3s ease all;
  mix-blend-mode: multiply;
}
#lifeinfo .map a:hover:after{
  width:100%;
  height: 100%;
}
#lifeinfo .map a:hover .btn{
  background:white;
}
#lifeinfo .map a .btn{
  position: absolute;
  top:50%;
  left:50%;
  translate:-50% -50%;
  color:var(--maincolor);
  font-size:clamp(16px,2vw,20px);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background:rgba(255,255,255,.7);
  border:1px solid var(--mainBrightcolor);
  padding:.7em 1.3em;
  width:min(350px,80%);
  display: block;
  z-index: 5;
}
#lifeinfo .map a .btn i{
  margin-right:10px;
}
#lifeinfo .map a img{
  width: 100%;
  height:100%;
  object-fit: cover;
}
#lifeinfo .info {
  flex-basis:66.6%;
  background:var(--maincolor);
  color:white;
  overflow-y:auto ;
  padding:30px 20px;
}
#lifeinfo .info h5{
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size:clamp(15px,1.7vw,18px);
  font-weight: 400;
  position: relative;
  width:fit-content;
  padding:0 2em;
  margin:2.5em auto 0em;
  letter-spacing: .05em;
}
#lifeinfo .info h5:first-child{
  margin-top:0;
}
#lifeinfo .info h5 span{
  display: block;
  font-size:.7em;

}
#lifeinfo .info h5:before{
  content:"";
  display: block;
  background:var(--mainBrightcolor);
  width:.7em;
  aspect-ratio: 1;
  border-radius:1em;
  margin-right:1em;
  position: absolute;
  left:0;
  top:50%;
  translate:0% -50%;
}
#lifeinfo .info h5:after{
  content:"";
  display: block;
  background:var(--mainBrightcolor);
  width:.7em;
  aspect-ratio: 1;
  border-radius:1em;
  margin-left:1em;
  position: absolute;
  right:0;
  top:50%;
  translate:0% -50%;
}
#lifeinfo .info ul{
  display: flex;
  flex-wrap: wrap;
  gap:2%;
  margin:min(40px,3%);
}
#lifeinfo .info ul li{
  flex-basis:48%;
  padding:.8em ;
  border-bottom:1px solid var(--mainBrightcolor);
}
#lifeinfo .info ul li p{
  margin:auto;
  line-height: 1.4em;
}
#lifeinfo .info ul li p.name{
  font-size:clamp(14px,1.6vw,16px);
  font-weight: 600;
}
#lifeinfo .info ul li p.access{
  font-size:clamp(13px,1.4vw,14px);
  padding-left:1em;
}
#lifeinfo .box{
  background:white;
  position: relative;
  padding:min(60px,8%) 0 4%;
  margin:min(100px,13%) 0 4%;
}
#lifeinfo .box h4{
  font-size:clamp(20px,2.5vw,26px);
  font-family: 'Cinzel', serif;
  line-height: 1;
  letter-spacing: .1em;
  color:var(--maincolor);
  border:1px solid var(--mainBrightcolor);
  background:white;
  width:max-content;
  padding:.5em 1.5em;
  position: absolute;
  top:0;
  left:50%;
  translate:-50% -50%;
}
#lifeinfo .box.thumbs ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap:1.5%;
  padding:0 2%;
}
#lifeinfo .box.thumbs ul li{
  flex:1 1 17%;
  border:1px solid var(--mainBrightcolor);
}
#lifeinfo .box.thumbs ul li .name{
  color:white;
  font-size:clamp(13px,1.4vw,16px);
  font-weight: 500;
  text-align: center;
  padding:1em ;
  line-height: 1.3;
  background:var(--subcolor);
}
#lifeinfo .box.thumbs ul li .access{
  text-align: center;
  padding:1em ;
  line-height: 1.3;
  font-size:clamp(12px,1.3vw,14px);
}
#access{
  padding:0 0 clamp(60px,10vw,115px) 0;
}
#access .access_area{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap:min(60px,5vw) 3% ;
  padding:0 min(30px,5%);
  margin:60px 0 0 0;
}
#access .access_area .img02{
  flex:0 1 47%;
}
#access .access_area .img03{
  flex:0 1 47%;
}

#contact_us {
  padding:clamp(40px,6vw,70px) 0;
  position: relative;
}
#contact_us .cont{
  width:min(60%,500px);
  margin-left:min(30px,4%);
  text-align: center;
  color:white;
  font-size:clamp(13px,1.5vw,15px);
  font-weight: 500;
  position: relative;
  z-index: 5;
}
#contact_us .cont .logo{
  width:70%;
  margin:auto;
  margin-bottom: 30px;
}
#contact_us .cont p{
  text-align: center;
}
#contact_us .cont .kakomi{
  background:rgba(255,255,255,.7);
  font-size:clamp(16px,2vw,25px);
  color:var(--subcolor);
  border:1px solid white;
  width:fit-content;
  margin:20px auto;
  padding:.6em 2em;
  line-height: 1;
}
#contact_us .cont .btn a{
  display: block;
  background-image:linear-gradient(to bottom, #A78F00, #3D3500);
  color:white;
  font-size:clamp(18px,2.4vw,26px);
  line-height: 1.4;
  text-align: center;
  padding:.8em 2em;
  width:fit-content;
  margin:min(50px,5vw) auto 0;
}
#contact_us .cont .btn a i{
  margin-right:7px;
}
#footer{
  background:#484113;
  color:white;
  padding:clamp(40px,6vw,70px) 0 0 0;
}
#footer .cont{
  max-width: 500px;
  margin:auto;
}
#footer .cont .logo{
  width:clamp(180px,28vw,300px);
  margin:0 auto 30px auto;
}
#footer .cont .white_btn a{
  display: block;
  background:white;
  text-align: center;
  padding:.5em 1.5em;
  margin:min(60px,8%) auto;
  width:max-content;
  font-family: 'Cinzel', serif;
  line-height: 1;
  font-size:clamp(14px,2vw,20px);
  color:var(--maincolor);
  border:1px solid var(--mainBrightcolor);
}
#footer .cont p{
  text-align:center;
  font-size:1.2em;
  line-height: 1.3;
  margin:.5em auto;
}
#footer .cont .mini{
  font-size:12px;
}
#footer .cont .name{
  display: block;
  width:fit-content;
  margin:0 auto .5em ;
}
#footer .cont p.en{
  font-family: 'Cinzel', serif;
}
#footer .copyright{
  margin: clamp(40px,6vw,70px) 0 0 0;
  padding-bottom: 10px;
}
#footer .copyright p{
  text-align: center;
  font-size:11px;
  width:100%;
  letter-spacing: .05em;
}

/*
 *
 * SNS fixed Button(instagram)
 *
 */
 #side_buttonarea{
	position: fixed;
	right:0;
	bottom:10%;
	z-index: 100;
	width: min(11vw,50px);
}
#side_buttonarea .side_btn{
	padding:  min(1.3vw,7px);
	margin:5px 0;
	background-color: rgba(255,255,255,0.7);
	border-radius: min(2vw,7px) 0 0 min(2vw,7px);
}

/*--------- mouse cursor ----------*/

/* Spinner Wave */
#cursor{
  position: fixed;
  translate:-50% -50%;
  z-index: 998;
  pointer-events: none;
}

#cursor.active .sp-wave {
  visibility: visible;
}
.sp-wave {
  visibility: hidden;
	border-radius: 50%;
	position: relative;
	opacity: 1;
  height: 80px;
  width:80px;
}
.sp-wave:before, .sp-wave:after  {
	content:'';
	border: 2px rgb(140, 3, 213) solid;
  background:rgba(250, 233, 84, 0.56);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left:0px;
  top:0;
}
.sp-wave:before {
	transform: scale(1,1);
	opacity: 1;
	-webkit-animation: spWaveBe 0.6s infinite linear;
	animation: spWaveBe 0.6s infinite linear;
}
.sp-wave:after {
	transform: scale(0,0);
	opacity: 0;
	-webkit-animation: spWaveAf 0.6s infinite linear;
	animation: spWaveAf 0.6s infinite linear;
}
@-webkit-keyframes spWaveAf {
	from { -webkit-transform: scale(0.5,0.5); opacity: 0; }
	to { -webkit-transform: scale(1,1); opacity: 1; }
}
@keyframes spWaveAf {
	from { transform: scale(0.5,0.5); opacity: 0; }
	to { transform: scale(1,1); opacity: 1; }
}
@-webkit-keyframes spWaveBe {
	from { -webkit-transform: scale(1,1); opacity: 1; }
	to { -webkit-transform: scale(1.5,1.5); opacity: 0; }
}
@keyframes spWaveBe {
	from { -webkit-transform: scale(1,1); opacity: 1; }
	to { -webkit-transform: scale(1.5,1.5); opacity: 0; }
}
