@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/*common
----------------------------------------------------------------------*/

.wrap {
  max-width: 957px;
  margin: 67px auto 0;
  padding: 0 25px;
}

.inner {
  max-width: 957px;
  width: 90%;
  margin: 0 auto;
}

main {
  color: #4D4D4D;
  background-color: white;
}

figure {
  position: relative;
} 

.cap_Txt {
position: absolute;
font-size: 10px;
bottom: 5px;
transform: rotate(.028deg);
}
.cap_R { right: 5px;}
.cap_L { left: 5px;}
.cap_W { color: #fff;}
.cap_B { color: #333;}
.cap_Shw { text-shadow: 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;}
.cap_ShW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_ShB { text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;}

.attention {
  font-size: 12px;
}
.mv {
  background-image: url("../img/equipment/mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}

.mv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 246px;
}

.sec01,.sec02,.sec03,.sec04 {
  padding: 80px 0 0 0;
}

.sec_premium {
  padding: 80px 0;
}


.intro {
  text-align: center;
  margin-bottom: 60px;
}

.sec_ttl {
  height: 28px;
  margin: 0 auto 20px auto;
}

.sec_ttl img {
  width: auto;
  height: 100%;
}

.sec_lead {
    font-size: 24px;
    line-height: 2.25rem;
    margin: 0 auto 1.5rem;
    letter-spacing: 0.15em;
}

.column1,.column2,.column3,.column4 {
  margin-bottom: 30px;
}

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

.block .item_img {
  margin-bottom: 10px;
}

.block .item_text h3 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.block .item_text p {
  font-size: 14px;
  line-height: 1.4rem;
}

.column3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.column3 .block {
  width: 32%;
}

.column4 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.column4 .block {
  width: 23%;
}

.sec_premium {
  margin-top: 80px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.4rem;
}

.sec_premium .premium_ttl {
  background: url('../img/equipment/pre_lead_bg.png') no-repeat center / cover;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  padding: 12px 0;
  margin-bottom: 40px;
}

.sec_premium .block h3 {
  position: relative;
  color: #c0b192;
  text-align: center;
}

.sec_premium .block h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: url('../img/equipment/pre_line.png') no-repeat center / cover;
  left: 0;
  bottom: 0px;
}

.font-small {
  font-size: 13px;
}


.entry {
    padding: 34px 0 44px;
}

/*MAIN MENU 
--------------------------------------------------------------------------*/
.main_menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 80px auto 40px auto;
}

.main_menu li {
  width: 300px;
  height: 40px;
  background: url('../img/equipment/menu_btn_off.png') no-repeat center / cover;
  border-radius: 15px;
}

.main_menu li.on {
  background: url('../img/equipment/menu_btn_on.png') no-repeat center / cover;
}

.main_menu li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  color: #1a2652;
}
.main_menu li.on a {
  pointer-events: none;
  color: #fff;
}

/*SUB MENU 
--------------------------------------------------------------------------*/

.sub_menu {
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec02 .sub_menu,.sec03 .sub_menu,.sec04 .sub_menu {
  margin: 0 auto 80px auto;
}


.sub_menu li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  border-top: 1px solid #a89f70;
  border-bottom: 1px solid #a89f70;
}

.sub_menu li:not(:last-child) {
  margin-right: 18px;
}

.sub_menu li a {
  padding: 3px 14px;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  color: #a89f70;
}

.sub_menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  top: 120%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-color: #a89f70 transparent transparent transparent;
  transition: 0.25s;
}

.sub_menu li a:hover::after,
.sub_menu li a.active::after {
  border-width: 8px 8px 0 8px;
}

/* KITCHEN SPACE (個別）＊commonを基本に調整
--------------------------------------------------------------------------*/

.sec01 .etc_block .sec_ttl {
  font-size: 32px;
  text-align: center;
}

.sec01 .etc_block .sec_lead {
  font-size: 16px;
  text-align: center;
}

.sec01 .etc_block .out_wrap {
  gap: 20px;
}

.sec01 .etc_block .out_wrap > .block:nth-child(1) {
  flex: 1;
  font-size: 14px;
}

.sec01 .etc_block .out_wrap > .block:nth-child(2) {
  flex: 2;
}

.sec01 .etc_block .out_wrap > .block:nth-child(1) .item_text  {
  margin-top: 20px;
  gap: 20px;
}

.sec01 .etc_block .out_wrap > .block:nth-child(1) .item_text p {
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #000;
}
.sec01 .etc_block .out_wrap > .block:nth-child(1) .item_text ul {
  line-height: 1.4;
}

.sec01 .etc_block .item_right {
  gap: 25px 20px;
}

.sec01 .etc_block .item_right > div {
  width: calc(50% - 10px);
}

.sec01 .etc_block .item_right h3 {
  width: 100%;
  padding: 10px 0;
  background: #1a2652;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.sec01 .etc_block .out_wrap > .block .flex_block {
  gap: 5px;
}

.sec01 .etc_block .out_wrap > .block .flex_block .item_text,
.sec01 .etc_block .out_wrap > .block .flex_block .item_img {
  flex: 1;
}

/*微調整-----------*/

.sec01 .u-pos {
  bottom: -14px;
}

.sec01 .u-pos1 {
  bottom: 20px;
}

.sec01 .u-pos2 {
  bottom: 20px;
  right: 36%;
}

.sec01 .u-pos3 {
  bottom: 20px;
  right: 70%;
}

.sec01 .u-pos4 {
  right: auto;
  left: 5px;
}


/* BATHROOM
--------------------------------------------------------------------------*/

.column2_l_wide {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.sec02 .column2_l_wide .item_left {
  flex: 3;
}
.sec02 .column2_l_wide .item_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.u-img-small {
  width: 70%;
  margin: 0 auto;
}

.sec02 .column3.l-wide {
  gap: 21px;
}

.sec02 .column3.l-wide .block {
  width: calc(25% - 16px);
}


.sec02 .column3.l-wide .block:last-child {
  width: calc(50% - 10px);
}

.sec02 .column3 .u-img-flex {
  display: flex;
}

.sec02 .column3 .u-img-flex .img_box {
  width: 60.5%;
}

.sec02 .column3 .u-img-flex .text_box {
  width: 39.5%;
  padding-left: 1%;
}

.sec02 .column3 .u-img-flex .text_box h4 {
  text-align: center;
  background: #709baf;
  color: white;
  font-size: clamp(9px,.83vw,10px);
  padding: 3px 0;
}
.sec02 .column3 .u-img-flex .text_box p {
  font-size: clamp(7px,.83vw,8.25px);
  padding: 3px 0;
  line-height: 1.3;
}

.sec02 .sec_premium h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
}

.sec02 .etc_block .sec_ttl {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.15em;
}

.sec02 .etc_block .column2_r_wide {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sec02 .etc_block .item_text {
  width: calc(70% - 10px);
  font-size: 14px;
  line-height: 1.4rem;
}
.sec02 .etc_block .item_img {
  width: calc(30% - 10px);
}

.sec02 .etc_block .item_text .flex {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ad8d59;
}
.sec02 .etc_block h4 {
  color: #ad8d59;
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 1.4rem;
  width: 70%;
}
.sec02 .etc_block .item_text .flex div {
  width: 30%;
}
.sec02 .sec_premium .out_wrap {
  gap: 20px;
}

.sec02 .sec_premium .out_wrap > .block:nth-child(1) {
  flex: 1;
  font-size: 14px;
}

.sec02 .sec_premium .out_wrap > .block:nth-child(2) {
  flex: 1.455;
}

.sec02 .sec_premium .out_wrap > .block:nth-child(1) .item_text  {
  margin-top: 20px;
  gap: 20px;
}

.sec02 .sec_premium .out_wrap > .block:nth-child(1) .item_text p {
  border: 1px solid #000;
}

.sec02 .sec_premium .out_wrap > .block:nth-child(1) .item_text ul {
  line-height: 1.4;
}

.sec02 .sec_premium .item_right {
  gap: 25px 20px;
}

.sec02 .sec_premium .item_right > div {
  width: calc(50% - 10px);
}

.sec02 .sec_premium h4 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: #c0b192;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sec_premium .block h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: url('../img/equipment/pre_line.png') no-repeat center / cover;
  left: 0;
  bottom: 0px;
}

.sec02 .sec_premium .out_wrap > .block .flex_block {
  gap: 5px;
}

.sec02 .sec_premium .out_wrap > .block .flex_block .item_text,
.sec02 .sec_premium .out_wrap > .block .flex_block .item_img {
  flex: 1;
}

/*微調整-----------*/

.sec02 .u-pos1 {
  right: 71%;
}

.sec02 .u-pos2 {
  bottom: 45%;
}

.sec02 .u-pos3 {
  right: 53%;
}

.sec02 .u-pos5 {
  right: 54%;
}


/* DRESSING ROOM / REST ROOM
--------------------------------------------------------------------------*/

.sec03 .column3_l_wide.flex_block,
.sec04 .column3_l_wide.flex_block {
  gap: 20px;
}

.sec03 .column3_l_wide .item_left,
.sec03 .column3_l_wide .item_right,
.sec04 .column3_l_wide .item_left,
.sec04 .column3_l_wide .item_right {
  width: calc(50% - 10px);
}

.sec03 .column3_l_wide .item_right.flex_block,
.sec04 .column3_l_wide .item_right.flex_block {
  gap: 20px;
}

.sec03 .column3_l_wide .item_right .block,
.sec04 .column3_l_wide .item_right .block {
  width: calc(50% - 10px);
}

.sec_premium .column2_r_wide {
  gap: 20px;
}

.sec_premium .column2_r_wide .item_left {
  width: calc(37% - 10px);
}
.sec_premium .column2_r_wide .item_right {
  width: calc(63% - 10px);
}
.sec_premium .column2_r_wide .item_right h4 {
    position: relative;
    color: #c0b192;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sec_premium .column2_r_wide .item_right h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: url('../img/equipment/pre_line.png') no-repeat center / cover;
  left: 0;
  bottom: 0px;
}

.sec_premium .column2_r_wide .item_right p {
    margin-bottom: 20px;
}

/*微調整-----------*/

.u-btm {
  bottom: 15%;
  right: 10%;
}


/* REST ROOM
--------------------------------------------------------------------------*/

.sec04 .sec_premium .column2_r_wide {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sec04 .sec_premium .column2_r_wide .item_right {
  width: 25%;
}

.sec04 .sec_premium .column2_r_wide .item_right h4 {
    text-align: center;
}

/*微調整-----------*/

.sec04 .u-pos01 {
  bottom: -8px;
}

.sec04 .u-pos02 {
  right: auto;
  bottom: -14px;
}

/*注釈-----------*/

.other .inner .notes {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.notes p {
  color: #000;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.065em;
  line-height: 12px;
}

.notes {
  padding: 80px 0;
}


@media screen and (max-width: 999px) {

/*COMMON
----------------------------------------------------------------------*/


.entry {
    background-color: white;
    padding: 20px 0 17px;
}

.mark {
  left: -40px;
}

/*COLOR
----------------------------------------------------------------------*/


  .notes {
    padding: 60px 0;
  }

  }

@media screen and (max-width: 768px) {

  /*common
  ----------------------------------------------------------------------*/

  .wrap {
    margin-top: 0;
  }

  .mv {
    min-height: 67px;

  }

  .mv figure {
    width: clamp(129px, 36.8571428571vw, 246px);
  }

  .sec_ttl {
    margin: 40px 0 20px;
  }


  .sec_ttl h2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 33px 0 20px;
  }

  .sec_lead p {
    text-align: left;
    padding: 0 50px;
    line-height: 26px;
    letter-spacing: 0.09em;
  }
    .intro {
        text-align: center;
        margin-bottom: 20px;
    }

    .sec_ttl {
      letter-spacing: 0;
      font-size: clamp(13px, 3.7vw, 15px);
    }

    .sec_lead {
      font-size: 20px;
      font-size: 1.1rem;
      line-height: 1.875rem;
      margin: 0px;
      letter-spacing: 0em;
    }

    .sec01 {
      padding: 40px 0;
    }
    .sec02,.sec03,.sec04 {
      padding: 0 0 40px 0;
    }
    .sec_premium {
      margin-top: 40px;
      padding: 40px 0;
    }
    .sec_premium .premium_ttl {
      font-size: 16px;
      margin-bottom: 30px;
    }
    .sec_ttl {
      height: 20px;
      margin: 0 auto 20px auto;
    }
    .column1 {
      margin-bottom: 40px;
    }
    .column2,.column3,.column4 {
      margin-bottom: 20px;
    }

    .column3 {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .column3 .block {
      width: 100%; 
    }
    .column4 .block {
      width: 100%;
    }
      .column4 .block:not(:last-child) {
      width: 100%;
      margin-bottom: 20px;
    }

    .font-small {
      font-size: 16px;
    }

    .font-small.sml {
      font-size: 14px;
    }


  /* MAIN MENU
  ------------------------------------------------------------*/
    .main_menu {
      margin: 40px auto;
    }
    .main_menu li {
      width: 48%;
      gap: 4%;
    }


  /* SUB MENU
  ------------------------------------------------------------*/
    .sub_menu li a::after {
      top: 114%;
    }

    .sub_menu {
      margin: 1rem auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .sec02 .sub_menu,.sec03 .sub_menu,.sec04 .sub_menu {
      margin: 0 auto 20px auto;
    }



    .sub_menu li {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.8;
      width: 48%;
      margin-bottom: 7.5%;
      text-align: center;
    }

    .sub_menu li:not(:last-child) {
      margin-right: 0px;
    }

    .sub_menu li a {
      padding: 4px 0px;
      font-size: 14px;

    }
    
/* KITCHEN SPACE 
--------------------------------------------------------------------------*/

.sec01 .etc_block .sec_ttl {
  margin-top: 50px;
  font-size: 20px;
}

.sec01 .etc_block .sec_lead {
  font-size: 14px;
  margin-bottom: 20px;
}

.sec01 .etc_block .out_wrap > .block:nth-child(1),
.sec01 .etc_block .out_wrap > .block:nth-child(2) {
  flex: none;
  width: 100%;
}

.sec01 .etc_block .item_right > div {
  width: 100%;
}

.sec01 .etc_block .out_wrap > .block .flex_block .item_text p {
  font-size: 12px;
}

.sec01 .u-pos1 {
  bottom: 25%;
}

.sec01 .u-pos2 {
  bottom: 25%;
  right: 36%;
}

.sec01 .u-pos3 {
  bottom: 25%;
  right: 70%;
}

/* BATHROOM
--------------------------------------------------------------------------*/

.column2_l_wide {
  margin-bottom: 20px;
}

.sec02 .column2_l_wide .item_left {
  flex: none;
  width: 100%;
  margin-bottom: 20px;
}
.sec02 .column2_l_wide .item_right {
  flex: none;
  width: 100%;
}

.sec02 .column3.l-wide {
  gap: 20px;
}

.sec02 .column3.l-wide .block {
  width: 100%;
}

.sec02 .column3.l-wide .block:last-child {
  width: 100%;
}

.sec02 .column3 .u-img-flex {
  flex-wrap: wrap;
}

.sec02 .column3 .u-img-flex .img_box {
  width: 100%;
  margin-bottom: 10px;
}

.sec02 .column3 .u-img-flex .text_box {
  width: 100%;
  padding-left: 0%;
}

.sec02 .column3 .u-img-flex .text_box h4 {
  text-align: center;
  background: #709baf;
  color: white;
  font-size: 14px;
  padding: 3px 0;
}
.sec02 .column3 .u-img-flex .text_box p {
  font-size: 14px;
  padding: 10px 0 ;
  line-height: 1.3;
}



.sec02 .sec_premium h3 {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height : 1.4em;
}

.sec02 .etc_block .item_text {
  width: 100%;
}
.sec02 .etc_block .item_img {
  width: 100%;
}

.sec02 .etc_block .sec_ttl{
  margin-top: 50px;
}

.sec02 .etc_block h4 {
  font-size: 17px;
  letter-spacing: 0em;
  width: 100%;
  margin-top: 40px;
}

.sec02 .etc_block .item_text .flex div {
  width: 60%;
  margin: 10px auto;
}

.sec02 .sec_premium .out_wrap > .block:nth-child(1),
.sec02 .sec_premium .out_wrap > .block:nth-child(2) {
  flex: none;
  width: 100%;
}
.sec02 .sec_premium .item_right {
  gap: 20px;
}

.sec02 .sec_premium .item_right > div {
  width: 100%;
}

.sec02 .sec_premium .out_wrap > .block .flex_block {
  gap: 0px;
}

.sec02 .sec_premium .out_wrap > .block .flex_block .item_text,
.sec02 .sec_premium .out_wrap > .block .flex_block .item_img {
  flex: none;
  width: 100%;
}

/* DRESSING ROOM / REST ROOM
--------------------------------------------------------------------------*/
.sec_premium .column2_r_wide {
  gap: 0px;
}

.sec03 .column3_l_wide .item_left,
.sec04 .column3_l_wide .item_left {
  margin-bottom: 20px;
}

.sec03 .column3_l_wide .item_left,
.sec03 .column3_l_wide .item_right,
.sec04 .column3_l_wide .item_left,
.sec04 .column3_l_wide .item_right {
  width: 100%;
}

.sec03 .column3_l_wide .item_right .block,
.sec04 .column3_l_wide .item_right .block {
  width: 100%;
}

.sec_premium .column2_r_wide .item_left {
  width: 100%;
}
.sec_premium .column2_r_wide .item_right {
  width: 100%;
}
.sec_premium .column2_r_wide .item_right p {
    margin-bottom: 20px;
}

.u-btm {
  bottom: 15%;
  right: 10%;
}


/* REST ROOM
--------------------------------------------------------------------------*/

.sec04 .sec_premium .column2_r_wide .item_right {
  width: 100%;
}
.sec04 .sec_premium .premium_ttl {
  margin: 0;
}
  

  .notes {
    padding: 50px 0;
  }

}
