@charset "UTF-8";

/*** reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
 -webkit-appearance: none;
 border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: middle;
/*vertical-align: -webkit-baseline-middle;*/
max-width: 100%;
height: auto;
width /***/:auto;
}


/*** default ***/

.mb1rem{
  margin-bottom: 1rem;
}

.mb2rem{
  margin-bottom: 2rem;
}

.mb3rem{
  margin-bottom: 3rem;
}

.mb4rem{
  margin-bottom: 4rem;
}

.mb5rem{
  margin-bottom: 5rem;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.visible_sp{
  display: none;
}

@media only screen and (max-width: 767px){
  .visible_sp{
    display: block;
  }
}

html{
  font-size: 100%!important;
}

body{
  font-size: 16px;
  line-height: calc(30 / 16);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media only screen and (max-width: 767px){
  body{
    font-size: 14px;
  }
}

p{
  margin-bottom: 1.4rem;
}

a{
  transition: 0.3s;
  color: #000;
  text-decoration: underline;
}

a:hover{
  opacity: 0.6;
  text-decoration: none;
}

.button_wrapper{
  text-align: center;
}

.button_wrapper p{
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.button_wrapper a{
  transition: 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  outline: none;
  padding: 21px 24px;
  background: #666;
  border-color: #666;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/*h1{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  padding: 3.4rem 0;
}*/

h2{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px){
  h2{
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

h3{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4rem;
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 767px){
  h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


main section{
  margin-bottom: 10rem;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  main section{
    margin-bottom: 8rem;
  }
}


/*** header ***/

.ie21-header__bar{
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 30px; 
}

@media only screen and (max-width: 767px){
  .ie21-header__bar{
    height: 60px;
    padding-left: 20px;
  }
}

a.ie21-header__logo{
  margin-left: 0;
}

a.ie21-header__logo img{
  width: 130px;
}

@media only screen and (max-width: 767px){
  a.ie21-header__logo img{
    width: 90px;
  }
}







/*** main ***/

main section{
  max-width: 1000px;
  margin: 0 auto 10rem;
}

main h1{
  margin-bottom: 2rem;
}

main h1 div{
  height: 80vh;
  background: url(/ie/modelhouse/theme/images/stay_220723/img_mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

main h1 .img_maru{
  width: 150px;
  position: absolute;
  top: 200px;
  left: 150px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px){
  main h1 .img_maru{
    width: 130px;
    top: 230px;
    left: 80px;
  }
}

main h1 .img_title{
  width: 400px;
  position: absolute;
  top: 200px;
  left: 450px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px){
  main h1 .img_title{
    width: 240px;
    top: 110px;
    left: 140px;
  }
}

main h1 .img_period{
  width: 700px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px){
  main h1 .img_period{
    width: 250px;
    bottom: 70px;
  }
}


/* intro */




/* house */

@media only screen and (max-width: 767px){
  .house h2{
    font-size: 1.2rem;
  }
}

.house ul li{
  margin-bottom: 4.6rem;
}

@media only screen and (max-width: 767px){
  .house ul li{
    margin-bottom: 3.6rem;
  }
}




/* exp */

.exp{
  margin-bottom: 3rem; 
}

.exp ul.exp_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px){
  .exp ul.exp_box{
    display: block;
  }
}

.exp ul.exp_box li{
  margin-bottom: 2rem;
  width: 47%;
}

@media only screen and (max-width: 767px){
  .exp ul.exp_box li{
    width: 100%;
    margin-bottom: 3rem;
  }
}

.exp div.exp_caution{
  background: #efefef;
  padding: 2rem 3rem;
}

@media only screen and (max-width: 767px){
  .exp div.exp_caution{
    padding: 1rem;
  }
}

.exp div.exp_caution li{
  text-indent: -1em;
  padding-left: 1em;
}


.balloon {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #000;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}

.balloon h2 {
  margin: 0;
  padding: 0;text-align: center;
}



/*** footer ***/

.wrapCon4Box a{
  text-decoration: none!important;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box__title{
  font-size: 0.9rem;
  line-height: 1.2rem;
}









