@charset "UTF-8";

@media screen and (max-width: 900px) {

.is-pc{
  display: none;
}
.is-sp{
  display: initial;
}

body{
  font-size: 15px;
  font-family: YakuHanJPs,"Helvetica Neue",Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;;
  line-height: 1.6;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  min-width: 100%;
}

/*===============================================
gNav
================================================= */

.gNav{
  width: 100%;
  left: auto;
  right: -100%;
  transition: right .3s ease-in-out;
}
.gNav.is-show{
  left: auto;
  right: 0;
}
.gNav ul{
  margin-top: 30px;
}

.gNav li a{
  display: block;
  text-align: center;
  padding: 16px 0;
}

.gNav li img{
  display: block;
  margin: auto;
  height: 14px;
}
.gNavClose{
  padding-top: 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  background: url(../img/common/bt_close.svg) center center no-repeat;
  background-size: 30px;
}
.gNavBt{
  top: 10px;
  left: auto;
  right: 10px;
  width: 50px;
  background-size: 50px;
}


/*===============================================
commentModal
================================================= */

.commentModal{
  padding: 15px;
  -webkit-text-size-adjust: 100%;
}
.commentModalTitle{
  padding-top: 60px;
  width: 80%;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
.commentModalTitle img{
  width: 80%;
}
.commentModalMain{
  padding: 35px 15px;
  width: 100%;
}
/*
.commentModalDetail{
  min-height: 0;
  padding-left: 0;
}
.commentModalDetail:not(:first-child){
  margin-top: 50px;
}
.commentModalDetailImg{
  position: static;
  text-align: center;
}
.commentModalDetailImg img{
  width: 130px;
}
*/
.commentModalDetailTitle{
  font-size: 18px;
  text-align: center;
}

.commentModalMain h3{
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #1b4c61;
  padding-bottom: 12px;
}

span.sml{
  font-size: 14px;
}

.dirName{
  display: block;
  text-align:right;
  width: 100%;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}

.commentModalDetailText{
  margin-top: 12px;
  font-size: 15px - .625;
}
.commentModalClose{
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/common/bt_close2.svg) 0 0 no-repeat;
  background-size: 50px;
}


/*===============================================
trailerModal
================================================= */

.trailerModal{
  width: 320px;
  height: 180px;
}
.trailerModalClose{
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/common/bt_close2.svg) 0 0 no-repeat;
  background-size: 50px;
}



/*===============================================
footer
================================================= */

.footer{
  padding: 30px 0 20%;
  font-size: 12px;
}

.pageHome .footer{
  padding: 30px 0;
}

.footerCopyright{
  margin-top: 25px;
  text-align: center;
  color: #b0c4d5;
}


/*===============================================
pagetop
================================================= */

.pagetop{
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 68px;
}
.pagetop a{
  display: block;
  transition: opacity .3s;
}
.pagetop a:hover{
  opacity: 0.6;
}

.backHome{
  display: none;
}


.footBt {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.footBt img{
  width: 100%;
}


}
