@charset "UTF-8";
/* ----------------------------------------------
pageTitle
----------------------------------------------*/
#pageTitle h1 {
  background: url(../img/title-back-sp.png) center top 20px no-repeat;
  background-size: 780px auto;
}
@media print, screen and (min-width:768px) {
  #pageTitle h1 {
    background: url(../img/title-back.png) center top 40px no-repeat;
    background-size: 980px auto;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #pageTitle h1 {
      background: url(../img/title-back@2x.png) center top 40px no-repeat;
      background-size: 980px auto;
    }
  }
}

/* ----------------------------------------------
faq
----------------------------------------------*/
#faq {
  padding: 65px 15px 18px;
  position: relative;
}
#faq::after {
  content: "";
  width: 100%;
  height: 34px;
  background: url(../../img/wavyline-white.svg) center top repeat-x;
  background-size: 51px 34px;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 1;
}
#faq dt {
  display: inline-block;
  margin: 0 15px 0 65px;
  padding: 18px;
  border: 2px solid #ccc;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  color: #4d4d4d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
}
#faq dt::before {
  content: "";
  width: 83px;
  height: 123px;
  background: url(../img/faq-panda-q01-sp.png) left top no-repeat;
  background-size: 83px 123px;
  position: absolute;
  left: -78px;
  bottom: -15px;
}
#faq dt:nth-of-type(even):before {
  width: 82px;
  height: 123px;
  background: url(../img/faq-panda-q02-sp.png) left top no-repeat;
  background-size: 82px 123px;
  left: -77px;
}
#faq dd {
  width: 100%;
  margin: -12px 0 115px;
  padding: 30px 23px 35px;
  border: 2px solid #ffda46;
  border-radius: 15px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}
#faq dd::before {
  content: "";
  width: 122px;
  height: 132px;
  background: url(../img/faq-panda-a01-sp.png) left top no-repeat;
  background-size: 122px 132px;
  position: absolute;
  right: -14px;
  bottom: -96px;
}
#faq dd:nth-of-type(even)::before {
  background: url(../img/faq-panda-a02-sp.png) left top no-repeat;
  background-size: 122px 132px;
}
@media print, screen and (min-width:768px) {
  #faq {
    padding: 120px 0 103px;
  }
  #faq dl {
    width: 980px;
    margin: 0 auto;
  }
  #faq dt {
    margin: 0 120px 0 130px;
    padding: 30px 40px;
    border-radius: 20px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #faq dt::before {
    width: 139px;
    height: 189px;
    background: url(../img/faq-panda-q01.png) left top no-repeat;
    background-size: 139px 189px;
    left: -130px;
    bottom: -98px;
  }
  #faq dt:nth-of-type(even):before {
    width: 138px;
    height: 189px;
    background: url(../img/faq-panda-q02.png) left top no-repeat;
    background-size: 138px 189px;
    left: -130px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #faq dt::before {
      background: url(../img/faq-panda-q01@2x.png) left top no-repeat;
      background-size: 139px 189px;
    }
    #faq dt:nth-of-type(even):before {
      background: url(../img/faq-panda-q02@2x.png) left top no-repeat;
      background-size: 138px 189px;
    }
  }
  #faq dd {
    width: 730px;
    margin: -12px 0 60px 150px;
    padding: 35px 40px;
    border-radius: 20px;
    font-size: 1.9rem;
    line-height: 2;
  }
  #faq dd::before {
    width: 156px;
    height: 250px;
    background: url(../img/faq-panda-a01.png) left top no-repeat;
    background-size: 156px 250px;
    right: -100px;
    bottom: -56px;
  }
  #faq dd:nth-of-type(even)::before {
    width: 153px;
    background: url(../img/faq-panda-a02.png) left top no-repeat;
    background-size: 153px 250px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #faq dd::before {
      background: url(../img/faq-panda-a01@2x.png) left top no-repeat;
      background-size: 156px 250px;
    }
    #faq dd:nth-of-type(even)::before {
      background: url(../img/faq-panda-a02@2x.png) left top no-repeat;
      background-size: 153px 250px;
    }
  }
}

/*----------------------------------------------
 section
----------------------------------------------*/
section h2 {
  padding: 0 15px 45px;
}
section .contentBox {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  section .sectionWrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  section h2 {
    padding: 0 10px 0 0;
  }
  section .contentBox {
    width: 830px;
  }
}

/* ----------------------------------------------
table
----------------------------------------------*/
table {
  width: 100%;
  border-collapse:collapse;
}
table tr {
  background: url(../../img/table-line.svg) left bottom repeat-x;
  background-size: 5px 1px;
}
table tr:last-child {
  background: none;
}
table th {
  width: 70px;
  padding: 18px 5px 20px;
  color: #4d4d4d;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}
table td {
  padding: 18px 5px 20px;
  font-size: 1.7rem;
  line-height: 1.6;
}
table span {
  white-space: nowrap;
}
@media print, screen and (min-width:768px) {
  table {
    width: 100%;
    border-collapse:collapse;
  }
  table th {
    width: 120px;
    padding: 16px 10px 18px;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1;
  }
  table td {
    padding: 16px 10px 18px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

/*----------------------------------------------
 philosophy
----------------------------------------------*/
#philosophy {
  background: #fff08c url(../img/philosophy-back02.svg) center top repeat;
  background-size: 32px 32px;
  z-index: 0;
}
#philosophy img {
  max-width: 100%;
  height: auto;
}
#philosophy h2 {
  padding-bottom: 12px;
}
#philosophy h2 img {
  width: 204px;
  height: auto;
}
#philosophy .contentBox {
  padding: 0 15px;
}
#philosophy ul {
  list-style: none;
}
#philosophy li {
  padding: 25px 0;
  border-bottom: 2px solid #fff;
}
#philosophy li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#philosophy li .wrap {
  width: 189px;
  margin: 0 auto;
  padding: 5px 0 20px;
  position: relative;
}
#philosophy li .num {
  width: 63px;
  height: 63px;
  padding: 28px 8px 0 0;
  background: url(../img/philosophy-num.svg) left top no-repeat;
  background-size: 63px auto;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 69px;
}
#philosophy li .mi {
  width: 100%;
  height: 153px;
  padding-top: 85px;
  background: url(../img/philosophy-back.svg) left top no-repeat;
  background-size: 189px auto;
  color: #4d4d4d;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
#philosophy li .text {
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
#philosophy li br.pcOn {
  display: none;
}
@media print, screen and (min-width:768px) {
  #philosophy {
    width: 100%;
  }
  #philosophy .sectionWrap {
    width: 980px;
    margin: 0 auto;
  }
  #philosophy h2 {
    padding-bottom: 0;
  }
  #philosophy h2 img {
    width: 36px;
    height: auto;
  }
  #philosophy .contentBox {
    width: 836px;
    padding: 0;
  }
  #philosophy li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 30px;
    border-bottom: none;
  }
  #philosophy li:last-child {
    padding-bottom: 0;
  }
  #philosophy li .wrap {
    width: 210px;
    margin: 0;
    padding: 5px 0 0;
  }
  #philosophy li .num {
    width: 70px;
    height: 71px;
    padding: 30px 8px 0 0;
    background-size: 70px auto;
    font-size: 3rem;
    line-height: 1;
    left: 76px;
  }
  #philosophy li .mi {
    width: 100%;
    height: 171px;
    padding-top: 95px;
    background-size: 210px auto;
    font-size: 2.6rem;
    line-height: 1;
  }
  #philosophy li .text {
    width: 600px;
    padding-top: 10px;
    font-size: 2rem;
    line-height: 2;
  }
  #philosophy li br.pcOn {
    display: block;
  }
}

/*----------------------------------------------
 company
----------------------------------------------*/
#company {
  padding: 60px 0 77px;
}
#company::before {
  content: "";
  width: 100%;
  height: 34px;
  background: url(../../img/wavyline-white.svg) center top repeat-x;
  background-size: 51px 34px;
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 1;
}
#company img {
  max-width: 100%;
  height: auto;
}
#company h2 {
  padding-bottom: 40px;
}
#company h2 img {
  width: 114px;
  height: auto;
}
#company .contentBox {
  padding: 0 15px;
  position: relative;
}
#company .tableBox {
  padding: 8px 13px;
  border: 2px solid #cccccc;
  background-color: #fff;
  border-radius: 15px;
}
#company .illust {
  width: 114px;
  position: absolute;
  right: 4px;
  bottom: -24px;
}
@media print, screen and (min-width:768px) {
  #company {
    width: 100%;
    padding: 100px 0 110px;
  }
  #company h2 {
    padding-bottom: 0;
  }
  #company h2 img {
    width: 39px;
    height: auto;
  }
  #company .contentBox {
    padding: 0;
  }
  #company .tableBox {
    width: 550px;
    padding: 8px 28px;
    border-radius: 20px;
  }
  #company .illust {
    width: 164px;
    right: auto;
    bottom: -28px;
    left: -140px;
  }
}

/*----------------------------------------------
 history
----------------------------------------------*/
#history img {
  max-width: 100%;
  height: auto;
}
#history h2 {
  padding-bottom: 40px;
}
#history h2 img {
  width: 56px;
  height: auto;
}
#history .contentBox {
  padding: 0 15px;
  position: relative;
}
#history .tableBox {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 15px;
}
#history th {
  width: 130px;
  font-size: 1.6rem;
  line-height: 1;
}
#history .illust {
  width: 89px;
  position: absolute;
  top: -79px;
  left: 30px;
}
#history .songSp {
  width: 100%;
  padding: 22px 5px 0;
  text-align: center;
}
#history .songSp img {
  width: 100%;
  max-width: 358px;
}
@media print, screen and (min-width:768px) {
  #history h2 {
    padding-bottom: 0;
  }
  #history h2 img {
    width: 36px;
    height: auto;
  }
  #history .contentBox {
    padding: 0;
  }
  #history .tableBox {
    width: 550px;
    padding: 10px 30px;
    border-radius: 20px;
  }
  #history th {
    width: 150px;
    font-size: 1.8rem;
    line-height: 1;
  }
  #history .illust {
    width: 128px;
    right: auto;
    top: -111px;
    left: 270px;
  }
  #history .songSp {
    display: none;
  }
  #history .sectionWrap::after {
    content: "";
    width: 268px;
    height: 1101px;
    background: url(../img/song.png) left top no-repeat;
    background-size: 268px auto;
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: 2;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #history .sectionWrap::after {
      background: url(../img/song@2x.png) left top no-repeat;
      background-size: 268px auto;
    }
  }
}

/*----------------------------------------------
 access
----------------------------------------------*/
#access {
  padding-bottom: 110px;
  overflow: hidden;
}
#access img {
  max-width: 100%;
  height: auto;
}
#access h2 {
  padding-bottom: 40px;
}
#access h2 img {
  width: 111px;
  height: auto;
}
#access .contentBox {
  padding: 0 15px;
  position: relative;
}
#access .map {
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
}
#access .map img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
}
#access .map02 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  padding: 26px 15px 30px;
  background-color: #ffeb78;
  border-radius: 15px;
  position: relative;
}
#access .map02::before {
  content: "";
  width: 36px;
  height: 28px;
  background: url(../img/access-fukidashi.svg) left top no-repeat;
  background-size: 36px 28px;
  position: absolute;
  top: -19px;
  right: 65px;
}
#access .map02 .text {
  max-width: 315px;
  margin: 0 auto 24px;
  padding-bottom: 16px;
  color: #4d4d4d;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  background: url(../img/access-line.svg) center bottom repeat-x;
  background-size: 25px 7px;
}
#access .map02 .btn {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}
#access .btn a {
  display: block;
  width: 100%;
  height: 54px;
  padding: 16px 86px 0 0;
  background-color: #fff;
  border-radius: 27px;
  position: relative;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#access .btn a::after {
  content: "";
  width: 91px;
  height: 42px;
  background: url(../img/access-arrow.svg) left top no-repeat;
  background-size: 91px　42px;
  position: absolute;
  top: 6px;
  right: -2px;
}
#access .address {
  width: 100%;
}
#access .address a {
  color: #666;
  font-weight: 400;
  text-decoration: none;
}
#access .tableBox {
  padding: 8px 13px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 15px;
}
#access tr:last-child td {
  padding-right: 50px;
}
#access .illust {
  width: 106px;
  position: absolute;
  right: -4px;
  bottom: -54px;
}
@media screen and (max-width:350px) {
  #access .btn a {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:768px) {
  #access {
    padding-bottom: 110px;
  }
  #access h2 {
    padding-bottom: 0;
  }
  #access h2 img {
    width: 31px;
    height: auto;
  }
  #access .contentBox {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #access .map {
    width: 100%;
    padding-bottom: 30px;
  }
  #access .map img {
    width: 100%;
    max-width: 830px;
    border-radius: 20px;
  }
  #access .map02 {
    display: flex;
    align-items: center;
    width: 370px;
    max-width: 370px;
    margin: 0;
    padding: 35px 25px 30px;
    border-radius: 20px;
    order: 3;
  }
  #access .map02::before {
    top: -21px;
    right: 80px;
  }
  #access .map02 .text {
    max-width: 370px;
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #access .map02 .btn {
    width: 100%;
    max-width: 370px;
  }
  #access .btn a {
    height: 60px;
    padding: 17px 86px 0 0;
    border-radius: 30px;
    position: relative;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #access .btn a::after {
    top: 9px;
    right: -10px;
  }
  #access .btn a span {
    position: relative;
    z-index: 1;
  }
  #access .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fffcc8;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #access .btn a:hover::before {
    width: 100%;
  }
  #access .btn a:hover {
    color: #333;
  }
  #access .address {
    width: 410px;
    order: 2;
  }
  #access .address a:hover {
    color: #d2a000;
    text-decoration: underline;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #access .tableBox {
    padding: 5px 20px;
    border-radius: 20px;
  }
  #access th {
    width: 75px;
    padding: 12px 5px 14px;
    font-size: 1.7rem;
    line-height: 1;
  }
  #access td {
    padding: 12px 5px 14px;
    font-size: 1.7rem;
    line-height: 1.7;
  }
  #access .illust {
    width: 152px;
    right: auto;
    bottom: auto;
    top: 264px;
    left: -146px;
  }
}