
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
padding: 0;
margin: 0;
}


html{
 font-size: 100%;
 font-family: "BIZ UDGothic", "Noto Sans JP" , "sans-serif";
 line-height: 1.5;
}
/*１６ｐｘのこと*/

body{
 color: #24292e;

}

a{
 text-decoration: none;
}

p{
 font-size: 1rem;
}

img{
 max-width: 100%;
}

li{
 list-style: none;
 font-size: 1.2rem;
}

.wrapper{
max-width: 1000px;
margin: 0 auto 130px auto;
font-size: 0.9rem;
padding: 0 4%;
}
.button {
position: relative;
display: inline-block;
padding: 0.8em 2em;
text-decoration: none;
color: #FFF;
background: #8a8e90;/*色*/
border: solid 1px #8a9397;/*線色*/
border-radius: 25px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
margin: 5px;
font-size: 16px;
}
  
.button:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}

#map , #key , #one {
  background-color: white;
  padding: 40px;
}

.microcontents {
  font-size: 80%;
}
#key .key_a {
  margin-top: 20px;
} 
#key p {
  font-size: 90%;
}
#map {
  margin-top: 50px;
}
#map .flex {
  display: flex;
}
address ul li {
  font-size: 16px;
}
.map_a {
  margin-top: 20px;
}
.map_b {
  margin-top: 20px;
  font-size: 90%;
}
h1 {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
h2 {
  margin-top: 100px;
}
#one .flex {
  display: flex;
}
#one .box {
  width: 50%;
  height: auto;
}
#one p {
  margin-left: 10px;
}
@media screen and (max-width:600px) {
h1 {
  text-align: center;
  margin-top: 50px;
}
h1 span {
  display: inline-block;
}
#map .flex {
  flex-direction: column;
}
  
#one .box {
  width: 100%;
  height: auto;
}
#map iframe {
  width: 100%;
  height: auto;
}
#one .flex {
  flex-direction: column;
}
#one img {
  width: 100%;
  height: auto;
}

.breadcrumb {
  font-size: 90%;
}

#map , #key , #one {
  padding: 20px;
}
}

/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 9999;
  
}
.go-top a{
  
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #E94E66;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  color: black;
  text-decoration: none;
  
}

.go-top a:hover{
    opacity: 0.8;
  }
  @media screen and (max-width:600px) {
    .go-top {
      position: relative;
      left: 0;
      bottom: 0;
    }
  }

   
   /*--------------------------------------------
   FOOTER
   ---------------------------------------------*/
   
   #footer{ clear:both;  overflow:hidden;}
   
   
   #footer ul li a{text-decoration: none; line-height: 1.0; font-size: x-small; }
   
   #footer ul li a:link{color:#802077;  }
   
   #footer ul li a:visited{color: #802077;}
   
   #footer ul li a:hover{color: #802077; text-decoration: underline;  }
   
   #footer ul li a:active{color: #FFF; text-decoration: underline;  }
   
   
   #footer {
     position: relative;
   }
   
   #searchStore {
     position: fixed;
     z-index: 10;
     backface-visibility: hidden;
     will-change: opacity;
     transition: opacity 0.3s ease-in;
   }
   
   #searchStore.is-absolute {
     position: absolute;
   }
   
   #searchStore img {
     display: block;
     width: 100%;
     max-width: 100%;
     height: auto;
   }
   
   @media screen and (max-width: 768px) {
     #searchStore {
       right: calc(20 * 100vw / 750);
       width: calc(300 * 100vw / 750);
       height: calc(300 * 100vw / 750);
     }
     #searchStore.is-absolute {
       top: calc(-200 * 100vw / 750) !important;
     }
     #searchStore:not(.is-absolute) {
       bottom: calc(20 * 100vw / 750) !important;
     }
   }
   
   @media screen and (min-width: 769px) and (max-width: 9366px) {
     #searchStore {
       right: calc(20 * 100vw / 1366);
       width: calc(120 * 100vw / 1366);
       height: calc(120 * 100vw / 1366);
     }
     #searchStore:hover {
       opacity: 0.7;
     }
     #searchStore.is-absolute {
       top: calc(-140 * 100vw / 1366);
     }
     #searchStore:not(.is-absolute) {
       bottom: calc(20 * 100vw / 1366);
     }
   }
   
   @media print, screen and (min-width: 9200px) {
     #searchStore {
       right: 20px;
       width: 120px;
       height: 120px;
     }
     #searchStore.is-absolute {
       top: -140px;
     }
     #searchStore:not(.is-absolute) {
       bottom: 20px;
     }
   }
   
   #footerContacts {
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #802077;
   }
   
   #footerContacts .wrap {
     position: relative;
   }
   #footerContacts p {
       width: calc(145 * 100vw / 1366);
       height: calc(145 * 100vw / 1366);
       font-size: calc(20 * 100vw / 1366);
       line-height: 1.2;
       left: calc(275 * 100vw / 1366);
       top: calc(-22 * 100vw / 1366);
   }
   #footerContacts p {
     position: absolute;
     background: url("img/bg_text02.png") center / contain no-repeat;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     color: #802077;
     letter-spacing: -0.04em;
     font-weight: 700;
     transform: rotate(-15deg);
   }
   
   #footerContacts h3 {
     color: #fff;
     text-align: center;
     font-weight: 700;
   }
   
   #footerContacts ul a {
     background-color: #fff;
     color: #802077;
     background-position-y: center;
     background-repeat: no-repeat;
     display: flex;
     flex-direction: column;
     justify-content: center;
     font-weight: 700;
   }
   
   #footerContacts ul a span {
     display: block;
     text-align: center;
     font-weight: 400;
     color: #333;
   }
   
   #footerContacts li:nth-child(1) a {
     background-image: url("img/tel03.png");
   }
   
   
   @media screen and (max-width: 768px) {
     #footerContacts {
       /*background-image : url("/ren1909/images/footer/bg_sp.png");*/
       background-position: 0 0;
     }
     #footerContacts .wrap {
       padding-top: calc((100 - 5) * 100vw / 750);
       padding-bottom: calc(148 * 100vw / 750);
     }
     #footerContacts p {
       width: calc(181 * 100vw / 750);
       height: calc(181 * 100vw / 750);
       font-size: calc(25 * 100vw / 750);
       line-height: 1.2;
       left: calc(31 * 100% / 750);
       top: calc(-47 * 100vw / 750);
     }
     #footerContacts h3 {
       font-size: calc(36 * 100vw / 750);
       line-height: 1.28;
     }
     #footerContacts ul {
       margin-top: calc((30 - 3) * 100vw / 750);
     }
     #footerContacts li+li {
       margin-top: calc(40 * 100vw / 750);
     }
     #footerContacts ul a {
       width: calc(670 * 100vw / 750);
       height: calc(120 * 100vw / 750);
       border-radius: calc(60 * 100vw / 750);
       background-size: auto calc(90 * 100vw / 750);
       background-position-x: calc(20 * 100vw / 750);
       display: flex;
       align-items: center;
       flex-direction: column;
     }
     #footerContacts li:nth-child(1) a {
       font-size: calc(50 * 100vw / 750);
     }
     #footerContacts li:nth-child(1) a span {
       font-size: calc(26 * 100vw / 750);
       margin-top: calc(6 * 100vw / 750);
     }
     #footerContacts li:nth-child(2) a {
       font-size: calc(34 * 100vw / 750);
     }
   }
   
   @media print, screen and (min-width: 769px) {
     #footerContacts {
       /*background-image : url("/ren1909/images/footer/bg.png");*/
       background-position-y: top;
       background-size: auto 100%;
       background-position-x: calc(50vw - calc(95 * 100vw / 1366));
     }
     #footerContacts ul {
       display: flex;
       align-items: center;
       justify-content: center;
       text-align: center;
     }
     #footerContacts ul a:hover {
       opacity: 0.9;
     }
   }
   
   @media screen and (min-width: 769px) and (max-width: 9366px) {
     #footerContacts .wrap {
       padding-top: calc((54 - 3) * 100vw / 1366);
       padding-bottom: calc(62 * 100vw / 1366);
     }
     #footerContacts p {
       width: calc(145 * 100vw / 1366);
       height: calc(145 * 100vw / 1366);
       font-size: calc(20 * 100vw / 1366);
       line-height: 1.2;
       left: calc(275 * 100vw / 1366);
       top: calc(-22 * 100vw / 1366);
     }
     #footerContacts h3 {
       font-size: calc(24 * 100vw / 1366);
       line-height: 1.25;
     }
     #footerContacts ul {
       margin-top: calc((30 - 3) * 100vw / 1366);
     }
     #footerContacts li+li {
       margin-left: calc(20 * 100vw / 1366);
     }
     #footerContacts ul a {
       width: calc(400 * 100vw / 1366);
       height: calc(70 * 100vw / 1366);
       border-radius: calc(35 * 100vw / 1366);
       background-size: auto calc(53 * 100vw / 1366);
       background-position-x: calc(10 * 100vw / 1366);
     }
     #footerContacts li:nth-child(1) a {
       padding-left: calc(20 * 100vw / 1366);
       font-size: calc(32 * 100vw / 1366);
     }
     #footerContacts li:nth-child(1) a span {
       font-size: calc(14 * 100vw / 1366);
       margin-top: calc(3 * 100vw / 1366);
     }
     #footerContacts li:nth-child(2) a {
       /*padding-left : calc( 40 * 100vw / 1366 );*/
       font-size: calc(22 * 100vw / 1366);
     }
   }
   
   @media print, screen and (min-width: 9200px) {
     #footerContacts {
       background-position-x: calc(50vw - 95px);
     }
     #footerContacts .wrap {
       padding-top: calc(54px - 3px);
       padding-bottom: 62px;
     }
     #footerContacts p {
       width: 145px;
       height: 145px;
       font-size: 20px;
       line-height: 1.2;
       left: 275px;
       top: -22px;
     }
     #footerContacts h3 {
       font-size: 24px;
       line-height: 1.25;
     }
     #footerContacts ul {
       margin-top: calc(30px - 3px);
     }
     #footerContacts li+li {
       margin-left: 20px;
     }
     #footerContacts ul a {
       width: 400px;
       height: 70px;
       border-radius: 35px;
       background-size: auto 53px;
       background-position-x: 10px;
     }
     #footerContacts li:nth-child(1) a {
       padding-left: 20px;
       font-size: 32px;
     }
     #footerContacts li:nth-child(1) a span {
       font-size: 14px;
       margin-top: 3px;
     }
     #footerContacts li:nth-child(2) a {
       padding-left: 40px;
       font-size: 22px;
     }
   }
   
   #footerLinks {
     background-color: #2c2c2c;
   }
   
   #footerLinks .wrap {
     position: relative;
   }
   
   #footerLinks .wrap>a {
     position: absolute;
     bottom: calc(100% - 1px);
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     justify-content: center;
     align-items: flex-end;
     background: url("img/bg_pagetop.png") center bottom / contain no-repeat;
     color: #878787;
   }
   
   #footerLinks .wrap>a:before {
     content: "";
     display: block;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     background: url("/ren1909/images/ui/icon/arrowup.png") center / contain no-repeat;
   }
   
   #footerLinks ul a, #footerLinks li {
     color: white;
   }
   
   #footerLinks p {
     text-align: center;
     color: #707070;
   }
   #footerLinks .wrap ul .fontSC {
     color: white;
   }
   #footerFixedNav {
     display: none;
   }
   
/*--------------------------------------------
Footer FixedNav
---------------------------------------------*/
@media screen and (max-width: 768px) {
     #footerFixedNav {
       position: fixed;
       left: 0;
       bottom: 0;
       z-index: 10;
       backface-visibility: hidden;
       will-change: opacity;
       transition: opacity 0.3s ease-in;
     }
     #footerFixedNav.is-absolute {
       position: absolute;
     }
     #footerFixedNav ul {
       display: flex;
       flex-wrap: wrap;
     }
     #footerFixedNav ul li {
       width: calc(250 * 100vw / 750);
     }
     #footerFixedNav ul li a {
       display: block;
       width: 100%;
       height: 100%;
     }
     #footerFixedNav ul li a img {
       max-width: 100%;
     }
   }
   
   @media screen and (max-width: 768px) {
     #footerLinks .wrap {
       padding-top: calc(82 * 100vw / 750);
       padding-bottom: calc(30 * 100vw / 750);
     }
     #footerLinks .wrap>a {
       width: calc(250 * 100vw / 750);
       height: calc(98 * 100vw / 750);
       font-size: calc(28 * 100vw / 750);
     }
     #footerLinks .wrap>a:before {
       width: calc(20 * 100vw / 750);
       height: calc(12 * 100vw / 750);
       top: calc(27 * 100vw / 750);
     }
     #footerLinks ul li {
       font-size: calc(28 * 100vw / 750);
       margin-left: 20px;
     }
     #footerLinks li+li {
       margin-top: calc(32 * 100vw / 750);
     }
     #footerLinks p {
       margin-top: calc(90 * 100vw / 750);
       font-size: calc(24 * 100vw / 750);
     }
   }
   
   @media print, screen and (min-width: 769px) {
     #footerLinks ul {
       display: flex;
       align-items: center;
       justify-content: center;
       text-align: center;
     }
     #footerLinks li+li:before {
       content: "|";
       margin-left: 1.25em;
       margin-right: 1.25em;
     }
   }
   
   @media screen and (min-width: 769px) and (max-width: 9366px) {
     #footerLinks .wrap {
       padding-top: calc(48 * 100vw / 1366);
       padding-bottom: calc(42 * 100vw / 1366);
     }
     #footerLinks .wrap>a {
       width: calc(120 * 100vw / 1366);
       height: calc(48 * 100vw / 1366);
       font-size: calc(14 * 100vw / 1366);
     }
     #footerLinks .wrap>a span {
       font-size: calc(28 * 100vw / 1366);
       display: block;
       white-space: nowrap;
       transform: scale(0.5);
       transform-origin: center bottom;
     }
     #footerLinks .wrap>a:before {
       width: calc(10 * 100vw / 1366);
       height: calc(6 * 100vw / 1366);
       top: calc(22 * 100vw / 1366);
     }
     #footerLinks ul li {
       font-size: calc(14 * 100vw / 1366);
     }
     #footerLinks p {
       margin-top: calc(32 * 100vw / 1366);
       font-size: calc(12 * 100vw / 1366);
     }
   }
   
   @media print, screen and (min-width: 9200px) {
     #footerLinks .wrap {
       padding-top: 48px;
       padding-bottom: 42px;
     }
     #footerLinks .wrap>a {
       width: 120px;
       height: 48px;
       font-size: 14px;
     }
     #footerLinks .wrap>a:before {
       width: 10px;
       height: 6px;
       top: 22px;
     }
     #footerLinks ul li {
       font-size: 14px;
     }
     #footerLinks p {
       margin-top: 32px;
       font-size: 12px;
     }
   }
   
   