@charset "utf-8";
@font-face {
   font-family: "Noto Sans Medium JP";
   font-weight: 500;
   src: local("Noto Sans CJK JP Medium"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.otf) format('opentype');
}
body {
  /*font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
  font-family:"Noto Sans Medium JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{
  vertical-align:bottom;
  max-width: 100%;
}
a{
  transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease;
}
.container{
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width:860px){
  .container{
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
@media screen and (max-width:767px){

}

/*header*/
#header {
  background: url(../img/line1.png) repeat-x center top;
}
#header .container{
  padding: 25px 0 50px;
  position: relative;
}
.menu{
  position: absolute;
  right: 30px;
  top: 30px;
}
.menu li{
  float: left;
  margin: 0 0 0 10px;
}
.menu li a{
  display: block;
}
.menu li a:hover{
  opacity: 0.7;
}
.menuBtn{
  cursor: pointer;
}
.gnav{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/line1.png) repeat-x center top #fff;
  z-index: 2;
  padding: 0 0 30px;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease;
}
.gnav.show{
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gnav .container{
  position: relative;
}
.gnav .logo{
  padding: 60px 0 35px;
}
.gnav ul{
  border-top: 1px solid #ccc;
}
.gnav ul li{
  border-bottom: 1px solid #ccc;
}
.gnav ul li a{
  display: block;
  font-size: 18px;
  color: #000;
  padding: 21px 0;
  background: url(../img/arrow.png) no-repeat right 28px center;
}
.gnav ul li:hover a{
  background-position: right 8px center;
  border-left: 12px solid #f0f0f0;
  padding: 21px 0 21px 30px;
}
.close{
  position: absolute;
  right: 20px;
  top: 35px;
  cursor: pointer;
}
.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.gnav.show .overlay{
  display: block;
}
.mainvisual{
  text-align: center;
  padding: 80px 0 0;
  /*background: #f2f2f2;*/
  margin: 0 0 25px;
}
.mv-text{
  margin: 0 0 15px;
  opacity: 0;
  transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out;
}
.mainvisual h1{
  margin: 0 0 35px;
  opacity: 0;
  transition:all 0.1s ease-in-out 0.3s; -webkit-transition:all 0.1s ease-in-out 0.3s; -moz-transition:all 0.1s ease-in-out 0.3s; -o-transition:all 0.1s ease-in-out 0.3s;
}
.mainvisual p{
  font-weight: bold;
  letter-spacing: 0.15em;
}
.mainvisual .scroll{
  padding: 40px 0 15px;
  -webkit-animation: updown 0.5s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  -moz-animation: updown 0.5s ease-in-out infinite;
  -moz-animation-direction: alternate;
  -ms-animation: updown 0.5s ease-in-out infinite;
  -ms-animation-direction: alternate;
  -o-animation: updown 0.5s ease-in-out infinite;
  -o-animation-direction: alternate;
  animation: updown 0.5s ease-in-out infinite;
  animation-direction: alternate;
  position: relative;
}
@-webkit-keyframes updown {
    from {
        bottom: 20px;
    }
    to {
        bottom: -10px;
    }
}

@keyframes updown {
    from {
        bottom: 20px;
    }
    to {
        bottom: -10px;
    }
}
.topics{
  /*max-width: 720px;*/
  margin: 0 auto;
  text-align: center;
}
.topics.loading{
  height: 190px;
  overflow: hidden;
}
.slick-dots{
  text-align: center;
  width: 100%;
}
.slick-dots li{
  display: inline-block;
  margin: 0 12px;
  position: relative;
}
.slick-dots li button{
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
  width: 12px;
  padding: 12px 0 0;
  border-radius: 50%;
 background: #f2f2f2;
}
.slick-dots li.slick-active button{
  background: #b3b3b3;
}

#main h2{
  text-align: center;
  margin: 0 0 40px;
}
#main .section{
  padding: 50px 0;
}
.interior {
  background: #f5ffdc;
}
.fashion {
  background: #ffe6f0;
}
.food {
  background: #fff5c8;
}
#main .section .img {
  margin: 0 0 40px;
}
#main .fashion .img {
  margin: -20px 0 0;
}
.more{
  text-align: center;
}
.more a{
  display: inline-block;
  width: 380px;
  padding: 12px;
  border: 1px solid #000;
  line-height: 1;
  font-family: "BigJohnPRO Regular";
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  overflow: hidden;
}
.more a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 120%;
  height: 100%;
  background: #333;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
      -ms-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.more a:hover:before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
      -ms-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}
.more a:hover img{
  opacity: 0;
}
.more a:after{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/more_on.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.more a:hover:after{
  opacity: 1;
}

#footer{
  padding: 60px 0 50px;
}
#footer h3{
  text-align: center;
  background: url(../img/line2.png) repeat-x center;
  margin: 0 0 25px;
}
#footer h3 span{
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  line-height: 1;
}
#footer h4 {
  text-align: center;
  margin: 0 auto 35px;
}
.moreread{
  background: url(../img/line2.png) repeat-x center bottom;
  margin: 0 0 40px;
  padding: 0 60px 44px;
  font-size: 9px;
}
.moreread li{
  float: left;
  margin: 0 15px 12px 0;
}
.moreread li:last-child{
  margin-right: 0;
}
.moreread li a:hover{
  opacity: 0.7;
}
.banner{
  padding: 0 15px 25px;
}
.banner li{
   float: left;
  margin: 0 0 15px;
  text-align: center;
}
.banner li:nth-child(2n){
  margin-left: 15px;
}
.pb0 {padding-bottom: 0!important;}
/* .banner li:nth-child(2n){
  float: right;
} */
.banner li a:hover{
  opacity: 0.7;
}
.moreread p{
  font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.fnav{
  text-align: center;
  font-family: "Roboto";
  margin: 0 0 20px;
}
.fnav li{
  display: inline-block;
}
.fnav li a{
  font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  /*font-size: 11px;*/
  font-size: 10px;
  color: #000;
  padding: 0 10px 0 5px;
}

#copyright{
  font-size: 8px;
  text-align: center;
}
.pagetop{
  position: fixed;
  right: 4%;
  bottom: 80px;
  z-index: 3;
}
.pagetop:hover{
  opacity: 0.7;
}
.sp{
  display: none;
}
.ebina-logo{
  padding: 20px;
}
@media screen and (max-width:860px){
  .food ul {
    padding-bottom: 30px;
  }
  .food li img {
    width: 230px;
  }
  .section ul li{
    margin: 0 5px 20px;
  }
  .moreread{
    padding: 0 8px 44px;
  }
  /* .banner li{
    width: 48%;
  } */
  .gnav .container{
    padding: 0;
  }
  .gnav .logo{
    padding: 60px 0 25px 20px;
  }
  .gnav ul li a{
    padding: 15px 0 15px 20px;
    background-position: right 20px center;
  }
  .gnav ul li a:hover{
    padding: 15px 0 15px 20px;
    border: none;
  }
  .close{
    right: 20px;
  }

  .moreread li{
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width:767px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  html{
    overflow: auto;
  }
  body{
    font-size: 14px;
    overflow: hidden;
  }
  #header .container{
    padding: 25px 0;
  }
  .menu{
    right: 10px;
  }
  .mainvisual{
    padding: 60px 10px 0;
  }
  .scroll img{
    width: 40px;
  }
  .topics h2{
    padding: 0 20px;
  }
  .lineup{
    margin: 0 0 25px;
  }
  #main .section{
    margin: 0 0 40px;
  }
  #main .fashion .img {
    margin: -20px 0 20px;
  }
  .more a{
    width: 100%;
  }
  #footer{
    padding: 0 0 25px;
  }
  #footer h3{
    margin: 0 0 15px;
  }
  #footer h3 span{
    padding: 0 15px;
  }
  #footer h4 {
    margin: 0 0 15px;
  }
  #footer h4 img {
    margin: 0 auto;
    width: 70%;
  }
  .moreread{
    padding: 0 10px 25px;
    margin: 0 0 25px;
  }
  .moreread li{
    width: 100%;
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  .banner{
    padding: 0 10px 15px;
  }
  .banner li{
    width: 100%;
    margin: 0 0 10px !important;
    text-align: center;
  }
  .gnav{
    padding: 0;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  .gnav.show{
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .gnav .logo{
    padding: 60px 0 25px 10px;
  }
  .gnav ul li a{
    font-size: 16px;
    padding: 15px 0 15px 10px;
    background-position: right 10px center;
  }
  .gnav ul li a:hover{
    padding: 15px 0 15px 10px;
  }
  .close{
    right: 10px;
  }
  .pagetop{
    bottom: 20px;
  }
  .pagetop img{
    width: 40px;
  }
  .ebina-logo{
    padding:10px;
  }

}

/* fashion
---------------------------------*/
.fashionPage #header {
  background: #FFB9B9;
}
.fashionPage h2 {
    text-align: center;
    margin: 0 0 25px;
}
.item01 {
  margin: 0 0 70px;
}
.item01 .item-list>li {
  position: relative;
}
.item01 .item-list>li+li {
  margin-top: -100px;
}
.item01 .item-list .info {
  position: absolute;
}
.item01 .item-list .item01-01 .info {
  top: 57%;
  left: 49%;
}
.item01 .item-list .item01-02 .info {
  top: 46%;
  left: 14%;
}
.item01 .item-list .item01-03 .info {
  top: 43%;
  left: 51%;
}
.item01 .item-list ol {
  margin-bottom: 18px;
}
.item01 .item-list ol li {
  font-size: 11px;
  padding: 2px 0;
}
.item01 .item-list .shop {
  font-size: 11px;
  font-weight: bold;
}
.pickup {
  background: #FBE2E6;
  margin-bottom: 50px;
  padding: 30px 0;
  text-align: center;
}
.pickup .ttl {
  padding-left: 45px;
  position: relative;
}
.pickup .ttl span {
  position: absolute;
  left: 80px;
  top: -40px;
}
.pickup .ttl--p {
  padding-left: 145px;
}
.pickup .ttl--p span {
  left: 140px;
}
.pickup .inr {
  max-width: 840px;
  margin: 0 auto;
}
.pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
.pickup ul li {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.pickup ul li a{
  color: #000;
  font-size: 10px;
  display: block;
}
.pickup ul li a:hover{
  opacity: 0.7;
}
.pickup .img{
  margin: 0 0 5px;
}
.pickup .text02 {
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
}
.otherItem {
  border: 10px solid #FFB9B9;
  padding: 40px 50px;
  max-width: 840px;
  margin: 0 auto 30px;
}
.otherItem .inr {
  background: #fff url(../img/line2.png) repeat-x center bottom;
}
.otherItem h4{
  text-align: center;
  background: url(../img/line2.png) repeat-x center;
}
.otherItem h4 span{
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  line-height: 1;
}
.otherItem .text02 {
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
}
.otherItem ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
}
.otherItem ul li{
  padding: 20px 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block1 .otherItem ul li{
  margin: 0 15px;
}
.block3 .otherItem ul li{
  margin: 0 30px;
}
.otherItem ul li a{
  color: #000;
  font-size: 10px;
  display: block;
}
.otherItem ul li a:hover{
  opacity: 0.7;
}
.otherItem .img{
  margin: 0 0 5px;
}
.hidden{
  display: none;
}
.box{
  text-align: center;
  width: 560px;
  height: 720px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box h3{
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .img{
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .desc{
  padding: 25px 0;
  font-size: 12px;
}
@media all and (min-width: 768px)and (max-width: 840px) {
  .otherItem ul li{
    width: 33.3333%;
  }
  .item01 .item-list ol li span {
    width: 68%;
  }
  .item01 .item-list ol li .price {
    width: 28%;
  }
  #cosmetics .otherItem ul li {
    width: 25%;
  }
}
@media screen and (max-width:767px){
  .fashionPage h2 {
    margin-bottom: 40px;
  }
  .item01 {
    margin-bottom: 40px;
  }
  .item01 .item-list {
    display: block;
  }
  .item01 .item-list > li {
    width: 100%;
    padding-top: 20px;
  }
  .item01 .item-list>li+li {
    margin-top: 0;
  }
  .item01 .item-list .info {
    position: relative;
    top: auto !important;
    left: auto !important;
  }
  .item01 .item-list ol {
    margin: 10px 0;
  }

  .otherItem{
    margin-bottom: 40px;
    padding: 15px;
  }
  .otherItem h4{
    margin: 0 0 10px;
    padding: 0 10px;
  }
  .otherItem h4 span{
    padding: 0 10px;
  }
  .otherItem ul{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .otherItem ul li{
    width: 50%;
    margin: 0;
    padding: 10px 5px;
  }
  .block1 .otherItem ul li{
    margin: 0;
  }
  .block3 .otherItem ul li{
    margin: 0;
  }
  .pickup {
    padding: 20px 0;
    margin-bottom: 50px;
  }
  .pickup .ttl {
    padding: 0 15px 5px;
  }
  .pickup ul {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pickup ul.pc {
    display: none;
  }
  .pickup .img {
    height: 140px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 5px;
  }
  .pickup .img img {
    max-height: 100%;
    max-width: 100%;
  }
  .pickup ul li {
    padding-bottom: 20px;
    width: 50%;
    margin: 0 auto;
  }
  .pickup .ttl {
    max-width: 300px;
    margin: 0 auto;
  }
  .pickup .ttl--p {
    max-width: 210px;
  }
  .pickup .ttl span img {
    width: 56px;
  }
  .pickup .ttl span {
    position: absolute;
    left: 15px;
    top: -48px;
  }
  .pickup .ttl--p span {
    left: 5px;
  }
  .pickup .text02 {
    margin-bottom: 15px;
  }
  .otherItem .text02 {
    padding-top: 0;
  }
  .otherItem ul li a{
    color: #000;
    font-size: 10px;
    display: block;
  }
  .otherItem ul li a:hover{
    opacity: 0.7;
  }
  .otherItem .img{
    margin: 0 0 5px;
  }
  .box .desc{
    padding: 15px 0;
  }
  .hidden{
    display: none;
  }
  .box{
    width: 100%;
    height: 100%;
    padding: 0 0 20px;
  }
  .box p{
    padding: 0 10px;
  }
  .box h3{
    height: auto;
    padding: 30px 0 10px;
  }
  .box .img{
    height: auto;
    margin: 0 0 10px;
    padding: 20px 40px;
  }
  .box .desc{
    padding: 15px 10px;
  }
  #colorbox #cboxClose{
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width:320px){
  .item01 .item-list ol li .price {
    width: 32%;
  }
}


/* food
---------------------------------*/
.page #header .container{
  padding: 0;
}
.pageTitle{
  text-align: center;
  padding: 35px 0 20px;
  margin: 0 0 50px;
}
.foodPage #header{
  background: #FFDC73;
}
#food h2{
  text-align: center;
  margin: 0 0 40px;
}
.bold {
  font-weight: bold;
}
.foodmenu .inr {
  max-width: 720px;
  margin: 0 auto;
}
.menu-list li {
  position: relative;
}

.menu-list .txtarea {
  position: absolute;
  top: 100px;
  left: 0;
  width: 320px;
}
.menu-list li:nth-child(odd) .txtarea {
  left: 400px;
}
.menu-list .txt01 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.125em;
}
.menu-list .txt01 .small {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
  padding-top: 5px;
}
.menu-list .txt02 {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.menu-list .txt03 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.8;
}
#food {
  padding-bottom: 50px;
}
@media screen and (max-width:767px){
  .pageTitle {
    padding: 85px 0 20px;
    margin: 0 0 25px;
  }
  .menu-list .txtarea {
    position: absolute;
    top: 28%;
    left: 3%;
    width: 44%;
  }
  .menu-list li:nth-child(odd) .txtarea {
    left: 53%;
  }
  .menu-list li:last-child {
    min-height: 250px;
  }
  .menu-list li:last-child .txtarea {
    top: 20%;
  }
  .menu-list .txt01 {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  .menu-list .txt02 {
    font-size: 8px;
    line-height: 1.5;
  }
  .menu-list .txt03 {
    font-size: 8px;
    line-height: 1.5;
  }
}



/* interior
---------------------------------*/
.interiorPage #header{
  background: #D7F5AA;
}
#interior .mv {
  padding-bottom: 60px;
}
#interior .mv h2 {
  text-align: center;
  margin-bottom: 30px;
}
#interior .item h3 {
  text-align: center;
  padding: 30px 0 25px;
  margin-bottom: 25px;
}
#interior .item01 h3 {background: #C8FAEB;}
#interior .item02 h3 {background: #F5DCEB;}
#interior .item03 h3 {background: #D7F5D2;}
#interior .item .lead {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 30px;
}
#interior .item-list {
  margin-bottom: 30px;
}
#interior .item02 .item-list {
  margin-top: -120px;
}
#interior .item-list li {
  position: relative;
}
#interior .item-list li + li {
  margin-top: -50px;
}
#interior .item-list .txtarea {
  position: absolute;
}
#interior .item-list li.item01-01 .txtarea {
  top: 40px;
  left: 480px;
}
#interior .item-list li.item01-02 .txtarea {
  top: 100px;
  left: 130px;
}
#interior .item-list li.item01-03 .txtarea {
  top: 140px;
  left: 480px;
}
#interior .item-list li.item02-01 .txtarea {
  top: 164px;
  left: 330px;
}
#interior .item-list li.item02-02 .txtarea {
  top: 185px;
  left: 190px;
}
#interior .item-list li.item02-03 {
  margin-top: 15px;
}
#interior .item-list li.item02-03 .txtarea {
  top: 120px;
  left: 480px;
}
#interior .item-list li.item03-01 .txtarea {
  top: 35px;
  left: 560px;
}
#interior .item-list li.item03-02 {
  margin-top: 0;
}
#interior .item-list li.item03-02 .txtarea {
  top: 190px;
  left: 80px;
}
#interior .item-list li.item03-03 {
  margin-top: 50px;
}
#interior .item-list li.item03-03 .txtarea {
  top: 70px;
  left: 200px;
}
#interior .item-list li.item03-04 .txtarea {
  top: 140px;
  left: 400px;
}

#interior .item-list .txt01 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.125em;
}
#interior .item-list .txt02 {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#interior .item-list .txt03 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}
#interior .item01 .txt03 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 45px;
}
#interior .otherItem {
  margin-bottom: 60px;
}
#interior .item01 .otherItem {border-color: #E6FAF0;}
#interior .item02 .otherItem {border-color: #F5DCEB;}
#interior .item01 .otherItem .text01,
#interior .item02 .otherItem .text01 {
  font-size: 11px;
  text-align: center;
}
#interior .item01 .otherItem .text02 {
  font-size: 14px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}
#interior .otherItem ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#interior .otherItem ul li {
  padding: 20px 0;
}


@media screen and (max-width:767px){
  #interior .mv {
    padding-bottom: 30px;
  }
  #interior .mv h2 {
    margin-bottom: 20px;
  }
  #interior .item h3 {
    padding: 20px 0 10px;
    margin-bottom: 15px;
  }
  #interior .item h3 img {
    max-width: 300px;
  }
  #interior .item .lead {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #interior .item-list {
    margin-bottom: 60px;
  }
  #interior .item02 .item-list {
    margin-top: 0px;
  }
  #interior .item-list li + li {
    margin-top: 10px;
  }
  #interior .item-list .txtarea {
    width: 40%;
  }
  #interior .item-list li.item01-01 .txtarea {
    top: 22%;
    left: 57%;
  }
  #interior .item-list li.item01-02 .txtarea {
    top: 28%;
    left: 5%;
  }
  #interior .item-list li.item01-03 .txtarea {
    top: 42%;
    left: 57%;
  }
  #interior .item-list li.item02-01 {
    min-height: 190px;
  }
  #interior .item-list li.item02-01 .txtarea {
    top: 20%;
    left: 44%;
  }
  #interior .item-list li.item02-02 {
    min-height: 150px;
  }
  #interior .item-list li.item02-02 .txtarea {
    top: 48%;
    left: 10%;
  }
  #interior .item-list li.item02-03 {
    margin-top: 50px;
  }
  #interior .item-list li.item02-03 .txtarea {
    top: 38%;
    left: 55%;
  }
  #interior .item-list li.item03-01 {
    min-height: 160px;
  }
  #interior .item-list li.item03-01 .txtarea {
    top: 12%;
    left: 63%;
  }
  #interior .item-list li.item03-02 .txtarea {
    top: 66%;
    left: 3%;
  }
  #interior .item-list li.item03-03 {
    margin-top: 105px;
  }
  #interior .item-list li.item03-03 .txtarea {
    top: 16%;
    left: 19%;
  }
  #interior .item-list li.item03-04 {
    margin-top: 65px;
  }
  #interior .item-list li.item03-04 .txtarea {
    top: 50%;
    left: 50%;
    width: 50%;
  }
  #interior .item03 .item-list {
    margin-bottom: 100px;
  }
  #interior .item-list .txt01 {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  #interior .item-list .txt02 {
    font-size: 8px;
    line-height: 1.5;
  }
  #interior .item-list .txt03 {
    font-size: 8px;
    line-height: 1.5;
  }
  #interior .otherItem {
    margin-bottom: 60px;
  }
  #interior .item01 .otherItem {border-color: #E6FAF0;}
  #interior .item02 .otherItem {border-color: #F5DCEB;}
  #interior .otherItem ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #interior .otherItem ul li {
    padding: 20px 0;
  }
}
