.photogallery {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .photogallery {
    max-width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .photogallery {
    max-width: 100%;
  }
}

.photogallery .selectArea .selectArea-Container {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  margin-bottom: 55px;
}

@media screen and (max-width: 425px) {
  .photogallery .selectArea .selectArea-Container {
    margin-bottom: 30px;
  }
}

.photogallery .selectArea .selectArea-Container .btnArea {
  float: left;
  width: 16.25%;
  text-align: center;
  border: solid 1px #dddddd;
  border-radius: 4px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .photogallery .selectArea .selectArea-Container .btnArea {
    width: 49%;
    margin-bottom: 5px;
  }
}

.photogallery .selectArea .selectArea-Container .btnArea:hover {
  border: none;
  background-color: #43964e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.photogallery .selectArea .selectArea-Container .btnArea p {
  padding: 13px 0;
  font-weight: bold;
}

.photogallery .selectArea .selectArea-Container .btnArea p:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .photogallery .selectArea .selectArea-Container .btnArea p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .selectArea .selectArea-Container .btnArea:nth-child(2n+1) {
    clear: both;
  }
}

@media print, screen and (min-width: 768px) {
  .photogallery .selectArea .selectArea-Container .btnArea:not(:last-child) {
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .selectArea .selectArea-Container .btnArea:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.photogallery .selectArea .selectArea-Container .hoverNone:hover {
  background: none;
  border: 1px solid #ddd;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: default;
}

.photogallery .selectArea .selectArea-Container .hoverNone p:hover {
  color: #000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.photogallery .tabContainer {
  text-align: center;
  margin-bottom: 27px;
}

@media screen and (max-width: 380px) {
  .photogallery .tabContainer .none01 {
    margin-right: 0;
  }
}

.photogallery .tabContainer span {
  margin-right: 10px;
}

.photogallery .tabContainer span .btnNO {
  display: inline-block;
  font-size: 13px;
  width: 30px;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  line-height: 29px;
}

.photogallery .tabContainer span .btnNO:hover {
  background-color: #43964e;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

@media screen and (max-width: 380px) {
  .photogallery .tabContainer span .none {
    display: none;
  }
}

.photogallery .tabContainer span .btnArrow {
  font-size: 13px;
}

.photogallery .tabContainer span.current01 {
  font-size: 13px;
  text-align: center;
  color: #fff;
  width: 30px;
  background-color: #43964e;
  border: 1px solid #43964e;
  border-radius: 4px;
  line-height: 29px;
  display: inline-block;
}

.photogallery .galleryTitle {
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .photogallery .galleryTitle {
    margin: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .galleryTitle {
    margin: 35px 0;
  }
}

@media screen and (max-width: 375px) {
  .photogallery .galleryTitle {
    margin: 30px 0;
  }
}

@media screen and (max-width: 320px) {
  .photogallery .galleryTitle {
    margin: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .galleryTitle2 {
    background: url(../img/img02/bg_index01_sp.png) no-repeat;
    background-size: contain;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .galleryTitle3 {
    background: url(../img/img03/bg_index02_sp.png) no-repeat;
    background-size: contain;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .galleryTitle4 {
    background: url(../img/img04/bg_index02_sp.png) no-repeat;
    background-size: contain;
    margin-top: 0px;
  }
}

.photogallery .Titleimage {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photogallery .Titleimage .pc {
    width: 390px;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .Titleimage .pc {
    display: none;
  }
}

@media screen and (min-width: 747px) {
  .photogallery .Titleimage .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .Titleimage .sp {
    width: 90%;
    padding-top: 50px;
  }
}

.photogallery .Titleimage .galleryImage {
  margin-right: 52px;
}

@media screen and (max-width: 1000px) {
  .photogallery .Titleimage .galleryImage {
    width: 300px;
  }
}

.photogallery .btn {
  width: 237px;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 45px;
  background: #e5809f;
  border-radius: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .photogallery .btn {
    margin-top: 18px;
    margin-bottom: 34px;
  }
}

.photogallery .btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.photogallery .btn span {
  /*position: relative;*/
  background: url(../../common/img/arrow.png) no-repeat center right 15px;
  background-size: 20px;
  display: block;
  color: #fff;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  /*.arrow{
					position: absolute;
					top: 38%;
					right: 20px;
				}*/
}

@media screen and (max-width: 767px) {
  .photogallery .btn span {
    font-size: 13px;
  }
}

.photogallery .btn2 {
  background: #f4ab3c;
}

.photogallery .btn3 {
  background: #7ac182;
}

.photogallery .btn4 {
  background: #5ca3cf;
}

.photogallery .photoList {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 425px) {
  .photogallery .photoList {
    margin-bottom: 30px;
  }
}

.photogallery .photoList .List01 {
  vertical-align: top;
  margin: 0 auto;
  margin-right: 0.66%;
  width: 24.5%;
  float: left;
}

.photogallery .photoList .List01:nth-child(4n) {
  margin-right: 0;
}

.photogallery .photoList .List01:nth-child(4n+1) {
  clear: both;
}

@media screen and (max-width: 767px) {
  .photogallery .photoList .List01 {
    width: 49%;
    margin-right: 2%;
  }
  .photogallery .photoList .List01:nth-child(2n) {
    margin-right: 0;
  }
}

.photogallery .photoList .List01 a {
  display: block;
  height: 150px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat center center;
}

@media screen and (max-width: 860px) {
  .photogallery .photoList .List01 a {
    height: 130px;
  }
}

@media screen and (max-width: 800px) {
  .photogallery .photoList .List01 a {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .photogallery .photoList .List01 a {
    height: 180px;
  }
}

@media screen and (max-width: 550px) {
  .photogallery .photoList .List01 a {
    height: 150px;
  }
}

@media screen and (max-width: 425px) {
  .photogallery .photoList .List01 a {
    height: 130px;
  }
}

@media screen and (max-width: 375px) {
  .photogallery .photoList .List01 a {
    height: 110px;
  }
}

.photogallery .photoList .List01 img {
  width: 100%;
}

.photogallery .photoList .List01 p {
  margin-bottom: 15px;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.3;
}

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

#cboxTitle {
  margin-top: 5px;
  bottom: auto;
  line-height: 1.3;
  font-size: 14px;
}

#cboxText01 {
  margin-top: 42px;
  line-height: 1.3;
  font-size: 14px;
}
