#mainWrap #main .underContents.attractive .underDetailWrap {
  padding-top: 38px;
}
@media only screen and (max-width: 767px) {
  #mainWrap #main .underContents.attractive .underDetailWrap {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mainWrap #main .underContents.attractive .underNav ul li {
    margin-left: 25px;
    width: calc( ( 100% - 75px ) / 4 );
  }
  #mainWrap #main .underContents.attractive .underNav ul li:first-of-type {
    margin-left: 0;
  }
  #mainWrap #main .underContents.attractive .underNav ul li:nth-of-type(5) {
    margin-left: 0;
  }
}

#photoWrap {
  max-width: calc( 100% - ( 48px * 2 ) );
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  #photoWrap {
    width: calc( 100% - ( 48px * 2 ) );
    max-width: 1270px;
  }
}
@media only screen and (max-width: 767px) {
  #photoWrap {
    max-width: calc( 100% - ( 20px * 2 ) );
  }
}

.category-btn {
  margin: 30px auto;
}
.category-btn li {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .category-btn li {
    float: left;
  }
}
.category-btn li:first-child {
  margin-left: 0;
}

.filters {
  display: none;
}

.category-btn li a.is-current {
  pointer-events: none;
}

.photo {
  margin: 0 auto;
  padding: 0;
}

.photo .photo-block {
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .photo .photo-block {
    padding: 5px;
  }
}

.photo-block {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .photo-block {
    width: 50%;
  }
}

.grid-sizer {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .grid-sizer {
    width: 45%;
  }
}

#photoWrap.category-all .item-all, #photoWrap.category-naturecat .item-naturecat, #photoWrap.category-seacat .item-seacat, #photoWrap.category-landcat .item-landcat, #photoWrap.category-foodcat .item-foodcat, #photoWrap.category-historycat .item-historycat
#photoWrap.category-sightseeingcat .item-sightseeingcat {
  display: block;
  -webkit-animation: show .5s linear 0s forwards;
  animation: show .5s linear 0s forwards;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
/*-- modal --*/
/*------------------------------------*/
body .modalBoxWrap {
  display: none;
}
body .modalContWrap {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .modalContWrap {
    display: block;
  }
}
body .modalContWrap .modalContPhotoArea {
  display: table-cell;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContPhotoArea {
    display: block;
    width: 100%;
    height: 180px;
  }
}
body .modalContWrap .modalContPhotoArea img {
  visibility: hidden;
}
body .modalContWrap .modalContDetailArea {
  display: table-cell;
  padding: 50px 48px;
  width: 50%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .modalContWrap .modalContDetailArea {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea {
    display: block;
    padding: 20px;
    width: 100%;
  }
}
body .modalContWrap .modalContDetailArea .detail h4 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .modalContWrap .modalContDetailArea .detail h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea .detail h4 {
    font-size: 20px;
  }
}
body .modalContWrap .modalContDetailArea .detail p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .modalContWrap .modalContDetailArea .detail p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea .detail p {
    margin-top: 15px;
    font-size: 13px;
  }
}
body .modalContWrap .modalContDetailArea .tagUlWrap {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .modalContWrap .modalContDetailArea .tagUlWrap {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea .tagUlWrap {
    margin-top: 10px;
  }
}
body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl {
  font-size: 0px;
}
body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li {
    margin: 10px 8px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li {
    margin: 10px 8px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li {
    margin: 7px 6px 0 0;
  }
}
body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li .tag {
  display: block;
  padding: 5px 15px;
  border: 1px solid #637081;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #637081;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li .tag {
    font-size: 12px;
    padding: 4px 12px;
  }
}
body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li .tag:hover {
  color: #fff;
  background-color: #637081;
}
body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl li:last-of-type {
  margin-right: 0;
}
body .modalContWrap .modalContDetailArea .tagUlWrap .tagUl .active .tag {
  color: #fff;
  background-color: #637081;
}
body .modalContWrap .modalContDetailArea .relation {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .modalContWrap .modalContDetailArea .relation {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea .relation {
    margin-top: 15px;
  }
}
body .modalContWrap .modalContDetailArea .relation .underTitleArea h5 {
  font-size: 16px;
  font-weight: bold;
}
body .modalContWrap .modalContDetailArea .relation ul {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  body .modalContWrap .modalContDetailArea .relation ul {
    margin-top: 10px;
  }
}
body .modalContWrap .modalContDetailArea .relation ul li {
  margin-top: 15px;
  width: 100%;
  background-color: #f5f5f5;
  cursor: pointer;
}
body .modalContWrap .modalContDetailArea .relation ul li:first-of-type {
  margin-top: 0;
}
body .modalContWrap .modalContDetailArea .relation ul li .relationBox {
  display: table;
  height: 65px;
  width: 100%;
}
body .modalContWrap .modalContDetailArea .relation ul li .relationBox .thumb {
  display: table-cell;
  width: 65px;
  vertical-align: middle;
}
body .modalContWrap .modalContDetailArea .relation ul li .relationBox .thumb img {
  width: 100%;
}
body .modalContWrap .modalContDetailArea .relation ul li .relationBox .relationTitle {
  display: table-cell;
  padding: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
body #colorbox,
body #cboxOverlay,
body #cboxWrapper {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  body #cBoxOverlay {
    top: 0 !important;
    left: 0 !important;
  }
}
body #colorbox,
body #cboxWrapper {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media only screen and (max-width: 767px) {
  body #colorbox,
  body #cboxWrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
body #cboxOverlay {
  background-color: #0b3a9e;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 767px) {
  body #cboxLoadedContent {
    overflow: visible !important;
  }
}
body #colorbox {
  width: 1030px;
  height: 580px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  body #colorbox {
    width: calc( 100% ( 48px * 2 ) );
  }
}
@media only screen and (max-width: 767px) {
  body #colorbox {
    overflow-y: scroll !important;
  }
}
body #cboxLoadedContent {
  border: none;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media only screen and (max-width: 767px) {
  body #cboxLoadedContent {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
body #cboxContent {
  margin-top: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media only screen and (max-width: 767px) {
  body #cboxContent {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
body #cboxCurrent {
  display: none;
}
body #cboxPrevious {
  background-image: url("../images/under/attractive/icon/prev.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: -75px;
  width: 25px;
  height: 47px;
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  body #cboxPrevious {
    display: none !important;
    left: -22px;
    width: 11px;
    height: 34px;
  }
}
body #cboxNext {
  background-image: url("../images/under/attractive/icon/next.png");
  background-size: cover;
  background-repeat: no-repeat;
  right: -75px;
  width: 24px;
  height: 47px;
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  body #cboxNext {
    display: none !important;
    right: -22px;
    width: 11px;
    height: 34px;
  }
}
body #cboxClose {
  background-image: url("../images/under/attractive/icon/close.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: -60px;
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  body #cboxClose {
    width: 15px;
    height: 15px;
    top: 17.5px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContDetailArea {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  body .modalContWrap {
    padding-top: 50px;
    background-color: #0d3393;
  }
}
