@media (max-width:750px){
html {
  font-size: 2.666vw;
}

body {
  line-height: 1.5;
  font-size: 1.3rem;
}

a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

#container {
  min-width: 100%;
  overflow: hidden;
}

.home .section h2{font-size:3.2rem }

.home .concept{padding: 3rem 0 8rem}


.home .section1 .col1{
  position:relative;z-index: 1;
  height:100vh;
  height:100svh;
  min-height:150vw;
}
.home .section1 .logo{
  /*    12/2 + 1.5     */
  position:absolute; top: calc(50% - 7.5rem);
  width: 100%; padding: 0 10%;
}
.home .section1 .logo img{
  display:block; margin-left:.5rem;
}
.home .section1 .col1 h2{
  position:absolute; bottom: 1.5rem; padding: 0;
}
.home .section1 .col2 .image{
  position:absolute; top: 1.5rem;
  width: calc(100vw - 3rem);
  height:calc(100vh - 12rem);
  height:calc(100svh - 12rem);
  min-height:calc(150vw - 12rem);
}
.home .section1 .col2 img{
width: 100%; height: 100%; object-fit:cover;
}

.home #photo img {
width: 100vw; height: 100vw; object-fit:cover;
}
.home .spec .spec-icon{margin-top: 6rem;}
.home .spec .spec-list {
margin-top: 2rem;
}
.home #room .box-plan h3{font-size:1.8rem }
.home #room .box-plan img{width: 29rem}
.home #room .box-plan .plan1{margin-top: 3rem}
.home #room .box-plan .plan2{margin-top: 6rem}
.home .spec .spec-icon .icon img {
width: 68%;
}

.home #info .image-info img{
width: 100vw; height: 100vw; object-fit:cover;
}
.home #info table{margin-top: 6rem;}
.home #info table th{margin-top: 1.6em}
.home #info table th,
.home #info table td{display:block}

footer{margin: 7rem 0 5rem; text-align:center; }
footer .logo img{width:26.5rem }
footer .instagram img{width:3rem }
footer .instagram {margin-top: 4rem}
footer .footer-link {margin-top: 4rem}
footer .footer-link li{margin-top: 1rem}
footer .footer-info {margin-top: 4rem}
footer .footer-info table{width: 100%; font-size: 1.2rem;}
footer .footer-info th,
footer .footer-info td{display:block;text-align: center}
footer .footer-info th{padding: 2em 0 .5em;color: #9DA698;font-size:.8em;}
footer .copyright {font-size:.9em;margin-top: 7rem}

/*terms*/

.terms main h2{
  font-size: 1.4rem;
}

/*law*/

#law .note table th,
#law .note table td{display:block}
#law .note table th{padding-bottom:.3em; font-size: .85em;}
#law .note table td{padding-left:1.6em;padding-bottom:2.6em;}



/*newsletter*/
.newsletter{position:relative; z-index: 50;}
.newsletter-open{
  width: 30rem;
}
.newsletter-close,
.newsletter-open{
  transition:.3s all;
  position:fixed;
  top:0;
  background-color: #E84F3D;
  padding: 1rem 1.4rem;
  border-bottom-right-radius: 1rem;
  text-align:left;
}
.newsletter-open{
  padding: 1rem 1.4rem 1.4rem;
}
.newsletter-close,
.newsletter-open{
  transform:translateY(-100%);
  opacity:0;
}
.newsletter.close.show .newsletter-close,
.newsletter.open.show .newsletter-open{
  transform:translateY(0%);
  opacity:1;
}
.newsletter .newsletter-close-box{
  position:absolute;
  right: 1.4rem; top:1rem;
  width: 2rem; height: 2rem;
}
.newsletter .newsletter-close-box::after,
.newsletter .newsletter-close-box::before{
  content:'';
  position:absolute;
  top:50%;left: 0;
  width: 100%;;
  border-top:.3rem solid #fff;
  transform:rotate(45deg);
  transform-origin: center center;
}
.newsletter .newsletter-close-box::before{
  transform:rotate(-45deg);
}

.newsletter p{
  line-height:1.3;
}
.newsletter .newsletter-input{
  margin-top: .6rem; 
  transition:opacity .5s
}


.blc-form [id^=formbox_screen_subscribe_] {
}
.blc-form [id^=btnSubmit_] ,
.blc-form [id^=btnSubmit_]:hover {
  background-color: #003416 !important;
  font-size: 1.3rem !important;
}

.blc-form input[class^=formbox-field_] ,
.blc-form [id^=btnSubmit_] {
  height: 3.5rem;
}




/*other*/
.flex_s {
  display: flex;
}

.flex1_s {
  align-items: center;
}

.flex2_s {
  flex-direction: row-reverse;
}

.flex3_s {
  justify-content: space-between;
}


.w100_s {
  width: 100% !important;
}

.ssss_s {
  font-size: 0.6em;
}

.sss_s {
  font-size: 0.7em;
}

.ss_s {
  font-size: 0.85em;
}

.lll_s {
  font-size: 1.2em;
}

.ll_s {
  font-size: 1.1em;
}

.pc {
  display: none !important;
}

.pc2 {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp2 {
  display: inline-block !important;
}

.tc_s {
  text-align: center;
}

.tl_s {
  text-align: left;
}

.tr_s {
  text-align: right;
}
}
