html { font-size: 16px; }
section { overflow: hidden;}

@media screen and (max-width: 561px) {
  html { font-size: 14px; }
}

p,h1,h2,h3,h4,h5,h6 ,div ,dt ,dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }

p b { font-weight: normal; }
em { font-style: normal; }


body { background: white; }


p {
  line-height: 140%;
}
p a {
  color: #1D74B3;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;

}

br.sp {display: none;}

.sp-non { display: block; }
.pc-non { display: none;}
.tab-non { display: block;}


@media screen and (min-width: 761px) {
  br.tab {display: none;}

}

@media screen and (max-width: 761px) {
  .pc-non { display: block;}
  .tab-non { display: none;}
  .tab-non02 { display: none;}

}

@media screen and (max-width: 561px) {
  br.sp {display: inline;}

  .sp-non { display: none; }

  p {
    line-height: 160%;
  }

  }


div,p,a { box-sizing: border-box; }

.rTxt { text-align: right; }
.cTxt { text-align: center; }

.rFlow { float: right; }
.lFlow { float: left; }


/*--メニューバーCSS--*/


.hamburger-menu {

}

.hamburger-menu label {
  cursor: pointer;
}

.menu-btn {
  position: absolute;
  display: none;
  top: 20px;
  right: 2%;
  height: 60px;
  width: 60px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  z-index: 1200;
  background-color: #47B5E3;
  color: white;
  }

  @media screen and (max-width: 691px) {
    .menu-btn { top: 10px; }
  }

img {
  width: 100%;
}


@media screen and (max-width: 961px) {
.menu-btn { display: flex; }
  }




.menu-btn span {
  top: 20px;
}


.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 4px;
  width: 40px;
  background-color: #ffffff;
  position: absolute;
  }
.menu-btn span:before { bottom: 10px;}
.menu-btn span:after  { top: 10px;}

.menu-btn p {
  position: absolute;
  bottom: 2px;
  font-size: 90%;
}
.menu-btn p:before { content: "MENU"; }

#menu-btn-check:checked ~ .menu-btn {
  xbackground: white;
  position: fixed;
}


#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(93, 207, 32, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
#menu-btn-check:checked ~ .menu-btn span:before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #FFFFFF;
  }
#menu-btn-check:checked ~ .menu-btn span:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #FFFFFF;

  }

#menu-btn-check:checked ~   .menu-btn p:before { content: "CLOSE"; }


#menu-btn-check { display: none;}


.menu-contentWrap {
  max-width: 400px;
  height: 100vh;
  width: 400px;
  position: fixed;
  top: 0; right: 0;
  z-index: 80;
  background-color: #E0E5DD;
  }


.menu-content {

  height: 100%;
  max-width: 400px;
  width: 100%;
  background-color: #F2F2F2;
  padding: 90px 1% 5% 1%;
  overflow-x: hidden;
  overflow-y: scroll;

  box-sizing: content-box;
  width: calc(100% + 17px);
  padding-right: 17px;
  }

@media screen and (max-width: 400px) {
  .menu-content {
    width: 100%;
    max-width: none;
    padding: 90px 1% 5% 1%;
    box-sizing: border-box;
  }
}


.menu-contentWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 1100;
  background-color: #F2F2F2;
  transition: all 0.5s;/*アニメーション設定*/
  }
#menu-btn-check:checked ~ .menu-contentWrap { right: 0;/*メニューを画面内へ*/}


 a:hover img {
   opacity: 0.8;
 }


.hlogo {
  float: left;
  width: 150px;
  margin-top: 10px;
  text-align: center;
}
.hlogo p {
  margin-top: 5px;
  font-size: 80%;
  }
.hlogo p:before { content: "-"; padding-right: 5px; }
.hlogo p:after  { content: "-"; padding-left: 5px; }

.hNav {
  width: 80%;
  width: calc( 100% - 150px );
  display: flex;
  justify-content: flex-end;

  }
  .hNav li {
    float: left;
     font-size: 90%;
  }



@media screen and (max-width: 961px) {
  .hNav {
    padding-right: 70px;
  }

}



.hNav-tel {
  max-width: 300px;
}
.hNav-tel p {
  margin-bottom: 5px;
}
.hNav-tel p:before {
  content: "●";
  color: #D43A69;
  padding: 0 5px;
}
.hNav-tel a {
  padding: 1% 1.5% ;
  border: 1px solid #C6C6C6;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  color: #D11313;
  justify-content: space-around;
  font-size: 200%;
  align-items: center;
}
.hNav-tel a img {
  width: 25px;
  height: 100%;
}

.hNav-tel-sp {
  width: 60px; height: 60px;
  margin-left: 10px;
  display: none;
}
.hNav-tel-sp a {
  width: 60px; height: 60px;
  padding: 5px;
  background: #CA3A2B;
  color: white;
  text-align: center;
  display: block;
  border-radius: 5px;
}

.hNav-tel-sp img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 45%;
  margin-bottom: 2px;
}


.hNav-line {
  width: 60px; height: 60px;
  margin-left: 10px;
  margin-top: 10px;
}
.hNav-line a {
  width: 60px; height: 60px;
  padding: 5px;
  background: #06C655;
  color: white;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.hNav-line img {
  width: 65%;
  margin-bottom: 2px;
}
@media screen and (max-width: 691px) {
  .hlogo { margin-top: 0; }
  .hNav-tel { display: none; }
  .hNav-tel-sp { display: block; }
  .hNav-line { margin-top: 0; }
}

header {
  width: 100%;
  margin: 0;
  position: relative;
}
.hBx {
  max-width: 1000px;
  padding: 1% 2% 1% 2%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;

}






@media screen and (max-width: 961px) {

  .hBx {
    max-width: 1000px;
    padding: 10px 2% 10px 2%;
  }
}


.hRTxt01 {
  background: url(./../img/cmn/head/hIcn01.png) no-repeat center left;
  background-size: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.hTelBx {
  background: white;
  display: block;
  border-radius: 5px;
  padding: 10px;
}
.hTelBx-tel { width: 360px; }

.hCont {
  width: 80px;
  float: right;
}
.hContlst li a {
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 80px;
  padding: 5px;

}
.hContlst li a img {
  width: 20px;
  opacity: 10;
}

.hContlst li:nth-child(1) {
  margin-bottom: 5px;
}
.hContlst li:nth-child(1) a       { background: #FF9A00; }
.hContlst li:nth-child(1) a:hover { background: #FFC100; }
.hContlst li:nth-child(2) a       { background: #1FC32E; }
.hContlst li:nth-child(2) a:hover { background: #19EA2C; }

.hContlst li:nth-child(2) a img {
  margin-right: 5px;
}

  .hLBoxTxt {
    font-size: 80%;
    margin-bottom: 5px;
    }
  .hLBox img {
    width: 100%;
    margin-bottom: 10px;
    }


.hNavBx {
  width: 100%;
  position: relative;
  height: 40px;
  box-sizing: content-box;
  padding-bottom: 15px;
  background: url(../img/cmn/NavBg.png) repeat-x center bottom ;

  border-top: 1px solid #C7C7C7;


  }




.gNav {
  max-width: 1000px;
  display: block;
  padding: 0;
  margin-right: auto;
  margin-left:  auto;
  position: relative;


  }
  @media screen and (max-width: 961px) {
    .hNavBx { height: 0px; }
    .gNav { display: none; }
  }

.gNav li:nth-child(1){
  border-left: 1px solid #E4E4E4;

}


.gNav > li {
  float: left;
  width: 18%;
  margin: 0;

  border-right: 1px solid #E4E4E4;
  position: relative;
  overflow: visible;
  height: 40px;
  text-align: center;
}
.gNav li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #000000;
  text-decoration: none;
  height: 40px;

  justify-content: center;

}
.gNav li a:hover { text-decoration: none ; color: #3CA1CC; }
.gNav li img { width: 20px; }

.gNav li:nth-child(1){
  width: 50px;
}



.gNav input {
  display: none;
}
.gNav label {
  cursor :pointer;
  display: flex;
  justify-content: center;
  text-decoration: none;
  line-height: 140%;
  position: relative;
  margin: 0 0 0px;
  align-items: center;
  padding: 0px 40px 0px 20px;
  font-weight: normal;
  color: #000000;
  height: 40px;
  text-align: center;

  }
  .gNav label:hover { color: #3CA1CC; }


.blank:after {
  content: "";
  background: url(../img/cmn/doorIcn01.png) no-repeat right top / 16px;
  width: 20px;
  height: 15px;
  display:inline-block;

}

.moreNav {
  position: absolute;
  min-width: 150px;
}


#moreNav01Lst,#moreNav02Lst {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 40px; left: 0;
  background: #47B5E3;
}

#moreNav01Lst li:first-child a ,#moreNav02Lst li:first-child a {
  border-top: 1px solid #3CA1CC;

}

#moreNav01Lst li,#moreNav02Lst li,
#moreNav01Lst li a,#moreNav02Lst li a {
  border-right: none;
  width: 100%; height: 0;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  }

#moreNav01Lst li:first-child,#moreNav02Lst li:first-child { border-left: none; }

#moreNav01Lst li a,#moreNav02Lst li a {
  border-bottom: 1px solid white;
  color: white;
  overflow-y: hidden;
  }

#moreNav01Lst li a:hover,#moreNav02Lst li a:hover { text-decoration: underline; }

#moreNav01:checked + label + #moreNav01Lst li,
#moreNav02:checked + label + #moreNav02Lst li {
  height: 40px;
  opacity: 1;
  padding: 0px;
  visibility: visible;
}
#moreNav01:checked + label + #moreNav01Lst li a,
#moreNav02:checked + label + #moreNav02Lst li a {
  height: 40px;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  visibility: visible;

}

#moreNav02Lst li a span { font-size: 80%; }


.gNav label:after {
 content:"";
 display:block;
 width:8px; height:8px;
 border-top: #47B5E3 2px solid;
 border-right: #47B5E3 2px solid;
 -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);
 position:absolute;
 right: 20px; top: 0; bottom: 15%;
 margin: auto;
}
.gNav input[type=checkbox]:checked + label:after{ -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg); transform: rotate(-45deg); }



#contWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  }

.glayWrap { background: #EFEFEF; }
.oriWrap { background: url(./../img/top/topBg01.png) repeat top left / 102px; z-index: -5; }

.hamNav {
  padding-bottom: 100px;
}
  .hamNav > li { width: 100%; }
  .hamNav > li a {
    padding: 10px 0 10px 40px;
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 1px dotted #8F8F8F;
    font-size: 120%;
    }

  .hamNav input { display: none; }
  .hamNav label {
    padding: 10px 0 10px 40px;
    cursor :pointer;
    display: flex;
    text-decoration: none;
    line-height: 140%;
    position: relative;
    margin: 0 0 0px;
    font-weight: normal;
    height: 40px;
    border-bottom: 1px dotted #8F8F8F;
    font-size: 120%;
    }

@media screen and (max-width: 961px) {

}

  .hamNav > li > a:before,
  .hamNav label:before,
  #ham-moreNav01:checked + label + #ham-moreNav01Lst li a:before,
  #ham-moreNav02:checked + label + #ham-moreNav02Lst li a:before
   {
   content:"";
   display:block;
   width:6px; height:6px;
   border-top: #3CA1CC 1px solid;
   border-right: #3CA1CC 1px solid;
   position:absolute;
   left: 15px; top: 50%; bottom: 50%;
   margin: auto;
  }
  .hamNav > li > a:before,
  #ham-moreNav01:checked + label + #ham-moreNav01Lst li a:before,
  #ham-moreNav02:checked + label + #ham-moreNav02Lst li a:before {
        -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
    }
  .hamNav label:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
  .hamNav > li > a:hover:before { left: 20px; }
  .hamNav input[type=checkbox]:checked + label:before { -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

  .ham-moreNav {

  }

  .ham-moreNav li {
    border-bottom: 1px dotted #8F8F8F;

  }


#ham-moreNav01Lst,#ham-moreNav02Lst {
  position: relative;
  z-index: 100;
  width: 100%; height: 0;
  top: 0; left: 0;
  background: #FFFFFF;
  padding: 0; margin: 0;
  }

#ham-moreNav01Lst li,
#ham-moreNav01Lst li a,
#ham-moreNav02Lst li,
#ham-moreNav02Lst li a {
  border-right: none;
  width: 100%; height: 0;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  overflow-y: hidden;
  }

  #ham-moreNav01Lst li:last-child,#ham-moreNav02Lst li:last-child { border-bottom: none; }

#ham-moreNav01:checked + label + #ham-moreNav01Lst,
#ham-moreNav02:checked + label + #ham-moreNav02Lst {
  height: auto;
}

  #ham-moreNav01:checked + label + #ham-moreNav01Lst li,
  #ham-moreNav01:checked + label + #ham-moreNav01Lst li a,
  #ham-moreNav02:checked + label + #ham-moreNav02Lst li,
  #ham-moreNav02:checked + label + #ham-moreNav02Lst li a {
    height: 40px;
    opacity: 1;
    visibility: visible;

  }

  #ham-moreNav01:checked + label + #ham-moreNav01Lst li,
  #ham-moreNav02:checked + label + #ham-moreNav02Lst li {
    padding: 0px;
  }

  #ham-moreNav01:checked + label + #ham-moreNav01Lst li a,
  #ham-moreNav02:checked + label + #ham-moreNav02Lst li a {
    padding-left: 45px;
  }
#ham-moreNav01:checked + label + #ham-moreNav01Lst li a:after,
#ham-moreNav02:checked + label + #ham-moreNav02Lst li a:after {
  left: 20px;
}
#ham-moreNav01:checked + label + #ham-moreNav01Lst li a:hover:after {
  left: 25px;
}

.panKz {
  max-width: 950px;
  width: 100%;
  background: #F0F0F0;
  border-radius: 10px;
  padding: 10px 15px 5px 15px;
  margin: 0 auto 2.5%;
  overflow: hidden;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
@media screen and (max-width: 1000px) {
  .panKz {
    margin: 0 auto 5%;
    width: 95%;
  }
}


.panKzLp { background: white; margin-top: 2.5%; }

  .panKz li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .panKz li a { color: #333; }
  .panKz li a:hover {
    text-decoration: underline;
  }
  .panKz li:before {
    content: ">";
    margin-right: 15px;

  }
  .panKz li:nth-child(1){ width: 20px; }
  .panKz li:nth-child(1):before{
    content: "";
    margin-right: 0;
  }

  .panKz li:nth-child(1) img { width: 100%; }


.contBx ,.contBx02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5%;
  overflow: hidden;

}
@media screen and (max-width: 1000px) {
  .contBx02 {
    padding: 0;
  }
}


.contBxW1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contBxW1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.cmnTtl01 {
  position: relative;
  padding: 1rem 2rem 2rem;
  text-align: center;
  font-size: 240%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #545454;
  }
  .cmnTtl01-news { font-size: 200%; }
  .cmnTtl01:before {
    position: absolute;
    border-bottom: 4px solid #E4E4E4;
    bottom: -4px; left: 50%;
    transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);
    width: 20%; height: 4px;
    content: '';
    background: #E4E4E4;
    width: 40%;
    }
  .cmnTtl01:after {
    position: absolute;
    bottom: -4px; left: 50%;
    transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);
    width: 20%; height: 4px;
    content: '';
    background: #45B4E2;
    }


@media screen and (max-width: 561px) {
  .cmnTtl01 { font-size: 200%; }
  .cmnTtl01-news { font-size: 160%; }
}
.cmnTtl01-photo::after { background: #86D828; }
.cmnTtl01-rental::after,.cmnTtl01-rental01::after { background: #5F6DB1; }
.cmnTtl01-rental01::before { border-bottom: 4px solid white; }
.cmnTtl01-news::after { background: #CAD43A; }

.cmnTtl01 span {
  font-size: 80%;
}


  .cmnTtl02 {
    padding: 5% 0 0 2.5%;
    font-weight: bold;
    margin-bottom: 5%;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: relative;
    font-size: 200%;
    z-index: 1;
  }
  .cmnTtl02 span { font-size: 60%; }

  .cmnTtl02:before {
    content: "■";
    font-size: 160%;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
  }

  .cmnTtl02-02-top,.cmnTtl02-01-top,.cmnTtl02-04-top { padding-top: 2.5%; }
  .cmnTtl02-02-top:before { color: #5F6DB1; }
  .cmnTtl02-01-top:before { color: #47B5E3; }
  .cmnTtl02-04-top:before { color: #86D828; }


 .cmnTtl02-01-back:before { color: #47B5E3; }
 .cmnTtl02-02-back:before { color: #5F6DB1; }
 .cmnTtl02-03-back:before { color: #D43A69; }
 .cmnTtl02-04-back:before { color: #86D828; }


.cmnTtl02-01-back { background: url(./../img/cmn/ttl/cmnTtl01-02.png) no-repeat right bottom / 5%; }
.cmnTtl02-02-back { background: url(./../img/cmn/ttl/cmnTtl02-02.png) no-repeat right bottom / 5%; padding-top: 5%; }
.cmnTtl02-03-back { background: url(./../img/cmn/ttl/cmnTtl03-02.png) no-repeat right bottom / 5%; padding-top: 5%; }
.cmnTtl02-04-back { background: url(./../img/cmn/ttl/cmnTtl04-02.png) no-repeat right bottom / 5%; padding-top: 5%; }



.cmnTtl03 ,.cmnTtl04 {
  position: relative;
  padding: 1.5% 2.5% 1.5% 1.5%;
  font-size: 120%;
  display: inline-block;
  margin-bottom: 2.5%;
}
.cmnTtl04 {
  font-size: 180%;
  font-weight: bold;
  display: block;
  color: #545454;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}
@media screen and (max-width: 761px) {
  .cmnTtl03 {
    font-size: 120%;
  }
}

.cmnTtl03::before,.cmnTtl04::before {
  position: absolute;
  content: '';
  left: 0; bottom: 0;
  width: 80px; height: 3px;
  background: #45B4E2;
  z-index: 1;
}


.cmnTtl04::before {
  background: #86D828;
}


.cmnTtl03::after ,.cmnTtl04::after {
  position: absolute;
  content: '';
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: #E8E8E8;
}
.cmnTtl04::after {
background: #E4E4E4;
}

.cmnTxt01 {
  background: #EFEFEF;
  padding: 2.5%;
}


.picTtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 200%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #333333;
  height: 250px;
  position: relative;
  z-index: 1;
  }

.picTtl:before {
  position: absolute;
  border-left: 4px solid #E4E4E4;
  bottom: 0; left: -10px;
  width: 4px; height: 100%;
  content: '';
  background: #E4E4E4;
  }
.picTtl:after {
  position: absolute;
  bottom: 0; left: -10px;
  width: 4px; height:20%;
  content: '';
  background: #CAD43A;
  }
.picTtl-wrap img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 20%;
  width: 70%;
}



  .picTtl span {
    color: #E4E4E4;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    float: right;
    transform:rotate(180deg);
    position: relative;
    left: -45px;
    font-size: 80%;
  }

@media screen and (max-width: 761px) {
  .cmnTtl02:before { font-size: 160%; }
  .picTtl:before {
    width: 3px;
    border-left-width: 3px;
    left: -5px;
    }
  .picTtl:after { width: 3px; left: -5px; }

  .picTtl-wrap img { right: auto; left: 0; }

  .picTtl span {
    left: -40px;
    font-size: 60%;
  }
}

@media screen and (max-width: 561px) {
  .picTtl { height: 200px; }
  }

  .picTtl-00 { color: #45B4E2; }

  .picTtl-01 { color: #333333; }
  .picTtl-02 { color: #5F6DB1; }
  .picTtl-03 { color: #CC2155; }
  .picTtl-04 { color: #86D828; font-size: 180%; }


  .picTtl-01:before { border-left-color: white; }
  .picTtl-03:before { border-left-color: white; }

  .picTtl-00:after { background-color: #45B4E2; }
  .picTtl-01:after { background-color: #CAD43A; }
  .picTtl-02:after { background-color: #5F6DB1; }
  .picTtl-03:after { background-color: #CC2155; }
  .picTtl-04:after { background-color: #86D828; }

  .picTtl-01 span { color: white; }
  .picTtl-03 span { color: white; }


.twoBx01,.twoBx02 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
  .twoBx01-01 { width: 35%; }
  .twoBx01-02 { width: 62.5%; }

  .twoBx02-01 { width: 20%; display: flex; justify-content: center; }
  .twoBx02-02 { width: 78%; }


  .picTtl-wrap {
    position: relative;
    justify-content: flex-end;
    padding-bottom: 5%;
    }


 .btn02,.btn03 {
  color: white;
  padding: 5px;
  width: 90%;
  max-width: 360px;
  display: inline-flex;
  font-size: 140%;
  font-weight: bold;
  margin: 0 auto;
  overflow: hidden;
  }
  .btn02 { background: linear-gradient( to right, #E1DD34 5%, #CC2155 5% ); }
  .btn03 { background: linear-gradient( to right, #E1DD34 5%, #9AD25A 5% ); }



  .btn02 span,.btn03 span {
    border: 1px solid white;
    display: inline-block;
    width: 100%;
    padding: 5% 5% 5% 15%;
    background: url(./../img/cmn/arrowIcn02.png) no-repeat 9% center / 15px;
  }
  .btn02 span:after {
    content: "";
    padding-right: 10%;
    background: url(./../img/cmn/doorIcn02.png) no-repeat right center / 70%;
  }
  .btn02:hover span ,.btn03:hover span { background-position: 10%; }




.link01 {
  text-decoration: underline;
  background: url(./../img/cmn/arrowIcn01.png) no-repeat center left / 15px;
  padding-left: 20px;
  color: #333333;
}


footer {
  background:#333333;
  color: #DEDEDE;
}

footer p { color: #9E9E9E; }

.toTop {
  max-width: 1000px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  }
  .toTop a {
    color: white;
    background: #333 url(./../img/cmn/toTop.png) no-repeat 10px center / 14px ;
    display: inline-block;
    padding: 10px 10px 10px 35px;
    margin-right: 2.5%;

    }
    .toTop a:hover {
      background-position: 10px 40%;
    }

.footNav-wrap {

}
.footNav-bx {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 2.5%;
  overflow: hidden;
}
.footNav-L {
  width: 40%;
  border-right: 1px solid #111111;
  padding: 0 5%;
  box-sizing: border-box;

}
.fLogo { font-size: 80%; }
.fLogo img { max-width: 180px; width: 100%; }

.fLogoTxt {
  border-top: #A7A7A7 1px solid;
  text-align: right;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;

}

.footNav-conLst li {
  margin-bottom: 10px;
  font-size: 220%;
  display: block;
}
.footNav-conLst li:nth-child(2){ font-size: 140%; }

.footNav-conLst li a {
  border: 1px solid #DEDEDE;
  display: flex;
  max-width: 400px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.footNav-conLst li a img {
  max-width: 40px;
  width: 20%;
  float: left;
}
.footNav-conLst li a p {
  text-align: center;
  float: right;
  line-height: 100%;
  max-width: 300px;
  width: 100%;
   color: white;
}

@media screen and (max-width: 1061px) {
  .footNav-conLst li,.footNav-conLst li:nth-child(2) { font-size: 120%; }
}

.footNav-R {
  float: right;
  width: 60.00%;
  padding-left: 2.5%;
  border-left: #484848 1px solid;

}

.footNav-Rbx {
  width: 50%;
  float: left;
  padding-top: 2.5%;
}

.footNav-ttl {
  font-size: 140%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footNav-ttl:before {
  content: "■";
  position: absolute;
  left: 0;
  color: #5BCE1C;
  font-size: 60%;
}

.footNav-navLst {
  padding-left: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 50%;
  float: left;
}
.footNav-navLst li { margin-bottom: 10px; }
.footNav-navLst li a {
  position: relative;
  padding-left: 20px;
  color: #9E9E9E;
}
.footNav-navLst li a:hover { text-decoration: underline; }
.footNav-navLst li a::before {
  content:"";
  display:block;
  width:8px; height:8px;
  border-top: #9E9E9E 1px solid;
  border-right: #9E9E9E 1px solid;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  position:absolute;
  left: 0px; top: 50%; bottom: 50%;
  margin: auto;
}
.footNav-navLst li a:hover::before { left: 5px; }

.fNavLst-ori a {
  padding-right: 25px;
  background: url(./../img/cmn/doorIcn03.png) no-repeat right center / 20px;
}



@media screen and (max-width: 761px) {
.footNav-bx  { display: block; padding-top: 5%; }
  .footNav-R { width: 100%; border-left: 0; }
  .footNav-L {
    width: 100%;
    border-right: 0;
    }
  .footNav-conLst {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    }
  .footNav-conLst li {
    width: 48%;
    display: flex;
    }
  .footNav-conLst li:nth-child(2){ font-size: 100%; }
  .footNav-conLst li a { width: 100%;}
}

@media screen and (max-width: 561px) {
  .fLogoTxt { font-size: 120%; }

  .fNavLst-ori a {
    padding-right: 15px;
    background-size: 15px;
  }
  }

.copyTxt {
  background: black;
  color: #8F8F8F;
  text-align: right;
  padding: 10px;
  }



.cmnMImg {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 2.5%;
  overflow: hidden;
  }
  .cmnMTtl-wrap {
    max-width: 1200px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: block;
    bottom: 20px;
    }

@media screen and (max-width: 1220px) {

  .cmnMTtl-wrap {
    right: 20px;
  }
}

  .cmnMTtl {
    position: absolute;
    bottom: 0; right: 0;
    font-size: 200%;
    padding: 1.5% 5% 1.5% 5%;
    color: #fff;
    background-color:rgba(71,162,227,0.8);
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
    .cmnMTtl:before , .cmnMTtl:after {
      position: absolute;
      content: "";
      height: 30%; width: 7%;
      z-index: 2;
    }
    .cmnMTtl:before,.cmnMTtl:after {
      height: 32px; width: 32px;
    }
    .cmnMTtl:before {
      background: url(./../img/cmn/ttl/cmnMttl-01.png) no-repeat top left / 32px;
      top :0 ; left: 0;
      }
    .cmnMTtl:after {
      background: url(./../img/cmn/ttl/cmnMttl-02.png) no-repeat right bottom / 32px;
      bottom :0 ; right: 0;
      }

.cmnMTtl span {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid white;
}




@media screen and (max-width: 761px) {
  .cmnMTtl { font-size: 200%; }
  .cmnMTtl-wrap {
    right: 2.5%;
    bottom: 8%;
  }
  .cmnMTtl:before,.cmnMTtl:after {
    background-size: 16px;
    height: 16px;
  }

}


.boxWrap {
  overflow: hidden;
}

.uLine { text-decoration: underline; }

.mT2pct  { margin-top:  2%; }

.mB2pct  { margin-bottom:  2%; }
.mB5pct  { margin-bottom:  5%; }
.mB10pct { margin-bottom: 10%; }
.mB20pct { margin-bottom: 20%; }

.mB10px  { margin-bottom: 10px;}
.mB20px  { margin-bottom: 20px;}

.mT5pct { margin-top:  5%; }
.mT10pct { margin-top: 10%; }
.mT20pct { margin-top: 20%; }

.pT5pct  { padding-top: 5%; }
.pT10pct { padding-top: 10%; }

.pB5pct  { padding-bottom:  5%; }
.pB10pct { padding-bottom: 10%; }

.pA2 { padding: 2.5%; }

.w20pct { width: 20%; }

.LFloat  { float: left; }
.RFloat { float: right;}


.f08 { font-size:  80%; }
.f12 { font-size: 120%; }

.bold { font-weight: bold;}


.fc-red { color: #AD2832; }

.bgWrap01 {
  background: #F2F2F2;
  overflow: hidden;
  z-index: -2;
  position: relative;
}

.flowWrap {
  background: #F2F2F2;

}





.panLst *, .panLst *:after, .panLst *:before { box-sizing: border-box; }
.panLst {
display: flex;
overflow-x: auto;
overflow-y: hidden;
overflow: auto;
white-space: nowrap;
margin-bottom: 2.5%;
background: #E5E5E5;
}


.panLst ol {
  overflow: hidden;
  width: 100%;
  margin: 0% auto 0% ;
  padding: 0;
  list-style: none;
  background: #EBEBEB;
  border-radius: 5px;
  border: 1px solid #DDD;
  white-space: nowrap;
}
.panLst li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  text-overflow: ellipsis;
}
.panLst li img {
  width: 20px;
}
.panLst a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.7em 1em 0.7em 2em;
  text-decoration: none;
  color: #4765C3;
  background-color: white;
}
.panLst li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
  background:        #45B4E2;
  border-left-color: #45B4E2;
}
.panLst a:after,
.panLst a:before {
  position: absolute;
  top: 50%;
  right: -1.5em;
  margin-top: -1.48em;
  content: '';
  border-top: 1.48em solid transparent;
  border-bottom: 1.48em solid transparent;
  border-left: 1.5em solid;
  }

.panLst a:after {
  z-index: 2;
  border-left-color: #FFF;
}
.panLst li:first-child a:after {
  border-left-color: #45B4E2;

}

.panLst a:before {
  z-index: 1;
  right: -1.6em;
  border-left-color: #DDDDDD;
}

@media screen and (max-width:992px){

.panLst {

}
.panLst ol {
}

.panLst a {
font-size: 80%;
padding: 0.4em 1em 0.4em 2em;
}
.panLst a img {
width: 15px;
}


}



/*---swiper----*/

.photo-swiper {
  width: 100%;
  overflow: hidden;
}

.photo-swiper .swiper-wrapper {
  padding-bottom: 40px;
}

.photo-swiper .swiper-wrapper li {
  position: relative;
  display: block;
}
.photo-swiper .swiper-wrapper li img {
  position: relative;
  width: 100%;

}
.photo-swiper .swiper-wrapper li p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 2.5%;
}


.photo-swiper .swiper-container {
  width: 100%;
  position: relative;
}


.photo-swiper .swiper-button-prev,
.photo-swiper .swiper-button-next {
  height: 50px; width: 80px;
  content: "";
  background-color: white;

  top: 45%;
  }
.photo-swiper .swiper-button-prev:after,
.photo-swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: 30px;
  content: "";
  height: 50px; width: 80px;
  margin: auto;
  }
.photo-swiper .swiper-button-prev {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  left: 0;
  }
.photo-swiper .swiper-button-next {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  right: 0;
  }

.photo-swiper .swiper-button-prev:after {
  background-image: url(./../img/cmn/arwSld01.png);
  background-position: right;
  margin-right: 20px;

  }
.photo-swiper .swiper-button-next:after {
  background-image: url(./../img/cmn/arwSld02.png);
  background-position: left;
  margin-left: 20px;
  }

@media screen and (max-width: 761px) {
  .photo-swiper .swiper-button-prev,
  .photo-swiper .swiper-button-next {
    height: 50px; width: 40px;
    }
    .photo-swiper .swiper-button-prev:after,
    .photo-swiper .swiper-button-next:after {
      background-size: 20px;
      height: 50px; width: 40px;
    }
    .photo-swiper .swiper-button-prev:after { margin-right: 10px; }
    .photo-swiper .swiper-button-next:after { margin-left: 10px; }
}
