@charset "utf-8";
/* CSS Document */

input,textarea {
  -webkit-appearance: none !important;
}
input[type="button"],input[type="submit"] {
  -webkit-appearance: none !important;
}

/* ------------------------

cameraText

------------------------- */
.cameraText{
	margin:0 0 30px;
	text-align:center;
  line-height: 1.8;
}
.cameraText.bnr img{
	margin:0 auto;
	max-width:420px;
}
/* PC */
@media screen and (min-width:769px) {
.cameraText{
	
}
}
/* Tablet */
@media screen and (max-width:768px) {
.cameraText.bnr img{
	max-width:100%;
}
}

/* ------------------------

camera

------------------------- */
#archive{
	text-align:center;
	margin:0 0 30px;
}
/* PC */
@media screen and (min-width:769px) {
#archive{
	width: 960px;
	padding:20px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
#archive{
	width:100%;
	padding:20px;
}
}

.chose {
  margin:0 auto 40px;
  text-align :center;
  display:block;
}
.chose form {
  width:80%;
  max-width:500px;
  margin:0 auto;
  text-align :center;
}
.chose form dl {
  max-width:500px;
  margin:0 auto;
  text-align :center;
  display:flex;
  justify-content: center;
  align-items: center
}
.chose form dl dt {
  width: calc(100% - 155px);
  margin:0;
  padding:4px;
  text-align:left;
}
.chose form dl dt input {
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0;
  padding: 0.6rem;
  border-radius: 0.3rem;
  border:1px solid #909090;
  color:#000;
  background-color:#fff;
  min-height:30px;
}
.chose form dl dt input[type=submit] {
  background: #a8c7f0;
}
.chose form dl dd input {
  width:150px;
  padding:4px;
  color:#fff;
  background-color:#47a4ff;
  margin:0 auto;
  font-size:18px;
  text-align :center;
  font-weight: bold;
  border:none;
  border-radius: 3px;
}

@media screen and (max-width:768px) {
  .chose {
    display:flex;
    align-items: center;
  }
  .chose form dl {
    flex-direction: column;
  }
  .chose form dl dt {
    width: 100%;
    margin:0;
  }
  .chose form dl dd {
    width:calc(100% - 10px);
    margin:0 auto 10px;
  }
}

.photoarea {
  width:100%;
  margin:0 auto;
  display:flex;
  justify-content: space-around;
  align-items: center;
}
.photoarea ul.photolist {
  width: calc(100% - 80px);
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin:0 auto;
  padding:0;
}
.photoarea ul.photolist li {
  width: calc(100% / 4 - 20px);
  margin:10px;
  padding:0;
  text-align:center;
}
.photoarea ul.photolist li a {
  display:block;
}
.photoarea ul.photolist li img {
  max-width:100%;
  margin:0 auto 10px;
}
.photoarea ul.photolist li p {
  font-size:13px;
  padding:0;
  margin:0;
}

@media screen and (max-width:768px) {
  .photoarea ul.photolist {
    width: 100%;
  }
  .photoarea ul.photolist li {
    width: calc(100% / 3 - 16px);
    margin:8px;
  }
  #colorbox {
    width:96% !important;
    height:auto;
  }
}

.arrowbox_pc {
  width:30px;
  height:100%;
  display:flex;
  align-items: center;
}
.arrowbox_sp {
  display:none;
}
.triangle-l {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #555555;
  border-left: 0;
}
.triangle-r {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #555555;
  border-right: 0;
}
.triangle-l:hover {
  border-right: 30px solid #47a4ff;
}
.triangle-r:hover {
  border-left: 30px solid #47a4ff;
}

@media screen and (max-width:768px) {
  .arrowbox_pc {
    display:none;
  }
  .arrowbox_sp {
    width:16px;
    height:100%;
    display:block;
  }
  .triangle-l {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #555555;
  }
  .triangle-r {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #555555;
  }
}

.pswp__custom-caption {
  background: rgba(0, 0, 0, .75);
  border-radius: 4px;
  bottom: 14%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  left: 50%;
  max-width: 300px;
  padding: 2px 8px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 32px);
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}