/*
index.php
--------------------------------*/
body.top {
  /*
	  .bx-wrapper
	  ---------------------------------------------------------*/
}

body.top .main #g-nav {
  position: absolute;
  bottom: 0;
}

body.top .main .logo {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 0;
  display: block;
  overflow: hidden;
  z-index: 52;
  background: url(../images/main_logo.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 481px) {
  body.top .main .logo {
    top: 105px;
    width: 491px;
    padding-top: 209px;
  }
}

@media only screen and (max-width: 480px) {
  body.top .main .logo {
    top: 0;
    bottom: 0;
    width: 42%;
    padding-top: 18%;
  }
}

body.top .main .slider {
  opacity: 0;
}

@media only screen and (min-width: 481px) {
  body.top .main .slider {
    height: 475px;
  }
}

@media only screen and (min-width: 481px) {
  body.top article section:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 481px) {
  body.top article section p + p {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.top article section p + p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  body.top article section .message {
    padding: 0 3% 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.top article section .news-list {
    overflow: hidden;
    width: 890px;
    margin: 0 auto;
    padding: 5px 0;
    letter-spacing: -0.4em;
  }
}

@media only screen and (min-width: 481px) {
  body.top article section .news-list li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-bottom: 30px;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 480px) {
  body.top article section .news-list li {
    overflow: hidden;
    padding: 0 3% 9px;
    border-bottom: 1px solid #656071;
  }
}

@media only screen and (max-width: 480px) {
  body.top article section .news-list li:not(:first-child) {
    padding-top: 9px;
  }
}

@media only screen and (min-width: 481px) {
  body.top article section .news-list li:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}

body.top article section .news-list li a {
  text-decoration: none;
}

body.top article section .news-list li .img {
  overflow: hidden;
  position: relative;
  background: #000;
}

@media only screen and (min-width: 481px) {
  body.top article section .news-list li .img {
    margin: 0 0 10px;
    width: 200px;
    height: 125px;
  }
}

@media only screen and (max-width: 480px) {
  body.top article section .news-list li .img {
    width: 30%;
    height: 65px;
    margin-right: 3%;
    float: left;
  }
}

body.top article section .news-list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.top article section .news-list li .txt {
  overflow: hidden;
  margin-top: 0;
}

body.top article section .news-list li .txt p {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 481px) {
  body.top article section .news-list li .txt p {
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 481px) {
  body.top article section .news-list li .txt .day {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 480px) {
  body.top article section .news-list li .txt .day {
    font-size: 0.8rem;
  }
}

body.top article section .news-list li .txt .title {
  color: #c7c095;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.top article section .news-list li .txt .content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media only screen and (min-width: 481px) {
  body.top article section .news-list li .txt .content {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 480px) {
  body.top article section .news-list li .txt .content {
    font-size: 0.8rem;
  }
}

body.top .bx-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  *zoom: 1;
}

@media only screen and (min-width: 481px) {
  body.top .bx-wrapper {
    height: 475px;
  }
}

body.top .bx-wrapper img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 481px) {
  body:not(.top) .main {
    width: 1000px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  body:not(.top) .main .title {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  body:not(.top) .main .title img {
    position: absolute;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
  }
}

/*
  50years.php
  --------------------------------*/
@media only screen and (max-width: 480px) {
  body.page-50years section:first-child .img {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  body.page-50years section:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-50years section p.indent {
    text-indent: -1.7em;
    padding-left: 1.7em;
  }
}

@media only screen and (min-width: 481px) {
  body.page-50years section ul {
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  body.page-50years section ul {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media only screen and (min-width: 481px) {
  body.page-50years section ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-50years section ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-50years section ul li h3 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  body.page-50years section ul li h3 {
    margin: 0;
  }
}

@media only screen and (min-width: 481px) {
  body.page-50years section ul + .img {
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  body.page-50years section ul + .img {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-50years section .img {
    margin: 0 3%;
  }
}

/*
  financial.php
  --------------------------------*/
@media only screen and (max-width: 480px) {
  body.page-financial section h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-financial section h3 ~ h3 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-financial section p {
    text-indent: -1.7em;
    padding-left: 1.7em;
  }
}

@media only screen and (min-width: 481px) {
  body.page-financial section .img:nth-of-type(2) {
    text-align: left;
    width: 318px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-financial section .img {
    margin: 15px 3%;
  }
}

/*
  disaster.php
  --------------------------------*/
body.page-disaster section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner {
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner {
    margin: 10px 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner ~ .inner {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner ~ .inner {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner h3 {
    margin: 0 0 5px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .img {
    width: 300px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner .img {
    width: 46%;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .txt {
    overflow: hidden;
  }
}

body.page-disaster section .inner .txt .grade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .txt .grade {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner .txt .grade {
    margin-top: 10px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body.page-disaster section .inner .txt .grade h4 {
  background: #020035;
}

body.page-disaster section .inner .txt .grade h4 span {
  display: inline-block;
}

body.page-disaster section .inner .txt .grade div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .txt .grade div {
    width: 250px;
    margin-right: 15px;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner .txt .grade div {
    width: 67%;
    margin-bottom: 10px;
  }
}

body.page-disaster section .inner .txt .grade div > span {
  display: inline-block;
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .txt .grade div > span {
    padding: 10px 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner .txt .grade div > span {
    padding: 3% 3% 0;
  }
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .txt .grade div p {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner .txt .grade div p {
    padding: 3%;
  }
}

body.page-disaster section .inner .txt .grade div p span {
  display: block;
  font-weight: bold;
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .txt .grade div p span {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section .inner .txt .grade div p span {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 481px) {
  body.page-disaster section .inner .txt .grade .left {
    margin-right: 15px;
  }
}

body.page-disaster section .inner .txt .grade .left > * {
  background: #396b9a;
}

body.page-disaster section .inner .txt .grade .right > * {
  background: #009d93;
}

@media only screen and (min-width: 481px) {
  body.page-disaster section:nth-child(2) ul {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section:nth-child(2) ul {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-disaster section:nth-child(2) ul li {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-disaster section:nth-child(2) ul li {
    margin-bottom: 10px;
  }
}

body.page-disaster section:nth-child(2) .inner .img {
  float: right;
}

@media only screen and (max-width: 480px) {
  body.page-disaster section:nth-child(2) .inner .img {
    display: none;
  }
}

/*
  community.php
  --------------------------------*/
@media only screen and (max-width: 480px) {
  body.page-community section h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-community section h3 ~ h3 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-community section h3 ~ h3 {
    margin-top: 20px;
  }
}

/*
common.php
--------------------------------*/
@media only screen and (min-width: 481px) {
  body.page-common section .img {
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  body.page-common section .img + * {
    margin-top: 20px;
  }
}

body.page-common section .img .txt {
  text-align: left;
}

@media only screen and (min-width: 481px) {
  body.page-common section .img .txt {
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  body.page-common section .img .txt {
    margin-top: 10px;
  }
}

body.page-common section .img .txt p {
  margin: 0 3%;
}

/*
financial.php
--------------------------------*/
@media only screen and (max-width: 480px) {
  body.page-financial section h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-financial section h3 ~ h3 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-financial section p {
    text-indent: -1.7em;
    padding-left: 1.7em;
  }
}

@media only screen and (min-width: 481px) {
  body.page-financial section .img:nth-of-type(2) {
    text-align: left;
    width: 318px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-financial section .img {
    margin: 15px 3%;
  }
}

/*
facility.php
--------------------------------*/
@media only screen and (min-width: 481px) {
  body.page-facility section h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-facility section dl {
    overflow: hidden;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-facility section dl {
    margin: 10px 3%;
  }
}

@media only screen and (min-width: 481px) {
  body.page-facility section dl dt {
    float: left;
    clear: left;
    width: 160px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-facility section dl dt {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 481px) {
  body.page-facility section dl dd {
    float: left;
    width: 720px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-facility section dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*
move.php
--------------------------------*/
body.page-move section .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  body.page-move section .bnr {
    padding: 0 3%;
  }
}

body.page-move section .bnr .img {
  text-align: center;
}

@media only screen and (min-width: 481px) {
  body.page-move section .bnr .img {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-move section .bnr .img {
    width: 100%;
    margin-bottom: 10px;
  }
}

body.page-move section .bnr .img a {
  display: inline-block;
}

@media only screen and (min-width: 481px) {
  body.page-move section .bnr .img img {
    max-width: 425px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-move section .bnr .img img {
    max-width: 100%;
  }
}

/*
  common.php
  --------------------------------*/
@media only screen and (min-width: 481px) {
  body.page-common section .img {
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  body.page-common section .img + * {
    margin-top: 20px;
  }
}

body.page-common section .img .txt {
  text-align: left;
}

@media only screen and (min-width: 481px) {
  body.page-common section .img .txt {
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  body.page-common section .img .txt {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-common section .img .txt p {
    margin: 0 3%;
  }
}

/*
  facility.php
  --------------------------------*/
@media only screen and (min-width: 481px) {
  body.page-facility section h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-facility section dl {
    overflow: hidden;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-facility section dl {
    margin: 10px 3%;
  }
}

@media only screen and (min-width: 481px) {
  body.page-facility section dl dt {
    float: left;
    clear: left;
    width: 160px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-facility section dl dt {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 481px) {
  body.page-facility section dl dd {
    float: left;
    width: 720px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-facility section dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*
  category.php
  --------------------------------*/
body.page-category section .news-list > li,
body.page-category section .release-list > li {
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  body.page-category section .news-list > li,
  body.page-category section .release-list > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c095;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .news-list > li,
  body.page-category section .release-list > li {
    padding: 0 3% 9px;
    border-bottom: 1px solid #656071;
  }
}

@media only screen and (min-width: 481px) {
  body.page-category section .news-list > li:not(:first-child),
  body.page-category section .release-list > li:not(:first-child) {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .news-list > li:not(:first-child),
  body.page-category section .release-list > li:not(:first-child) {
    padding-top: 9px;
  }
}

body.page-category section .news-list > li a,
body.page-category section .release-list > li a {
  text-decoration: none;
}

body.page-category section .news-list > li .img,
body.page-category section .release-list > li .img {
  float: left;
  position: relative;
}

@media only screen and (min-width: 481px) {
  body.page-category section .news-list > li .img,
  body.page-category section .release-list > li .img {
    width: 200px;
    height: 125px;
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .news-list > li .img,
  body.page-category section .release-list > li .img {
    width: 30%;
    height: 65px;
    margin-right: 3%;
    background: #020035;
  }
}

body.page-category section .news-list > li .img img,
body.page-category section .release-list > li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.page-category section .news-list > li .txt,
body.page-category section .release-list > li .txt {
  overflow: hidden;
  margin-top: 0;
}

body.page-category section .news-list > li .txt p,
body.page-category section .release-list > li .txt p {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 481px) {
  body.page-category section .news-list > li .txt p,
  body.page-category section .release-list > li .txt p {
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-category section .news-list > li .txt .day,
  body.page-category section .release-list > li .txt .day {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .news-list > li .txt .day,
  body.page-category section .release-list > li .txt .day {
    font-size: 0.8rem;
  }
}

body.page-category section .news-list > li .txt .title,
body.page-category section .release-list > li .txt .title {
  color: #c7c095;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width: 481px) {
  body.page-category section .news-list > li .txt .title,
  body.page-category section .release-list > li .txt .title {
    font-size: 1.8rem;
  }
}

body.page-category section .archive-list {
  letter-spacing: -0.4em;
}

@media only screen and (min-width: 481px) {
  body.page-category section .archive-list {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .archive-list {
    margin: 15px 3% 0;
  }
}

body.page-category section .archive-list li {
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: normal;
}

@media only screen and (min-width: 481px) {
  body.page-category section .archive-list li {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .archive-list li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}

body.page-category section .archive-list li a {
  display: block;
  font-weight: bold;
  color: #020035;
  text-align: center;
  text-decoration: none;
  background: #c3bc91;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3bc91), color-stop(59%, #9f9872), color-stop(80%, #86815d), color-stop(100%, #706b4a));
  background: -webkit-linear-gradient(top, #c3bc91 0%, #9f9872 59%, #86815d 80%, #706b4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c3bc91), color-stop(59%, #9f9872), color-stop(80%, #86815d), to(#706b4a));
  background: -o-linear-gradient(top, #c3bc91 0%, #9f9872 59%, #86815d 80%, #706b4a 100%);
  background: linear-gradient(to bottom, #c3bc91 0%, #9f9872 59%, #86815d 80%, #706b4a 100%);
}

@media only screen and (min-width: 481px) {
  body.page-category section .archive-list li a {
    font-size: 1.2rem;
    line-height: 30px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .archive-list li a {
    font-size: 1rem;
    line-height: 25px;
    padding: 0 10px;
  }
}

body.page-category section .news-list .content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media only screen and (min-width: 481px) {
  body.page-category section .news-list .content {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .news-list .content {
    font-size: 0.8rem;
  }
}

body.page-category section .release-list li:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 481px) {
  body.page-category section .release-list li:last-child {
    padding-bottom: 0;
  }
}

body.page-category section .release-list .title {
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) {
  body.page-category section .single-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c095;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .single-content {
    padding: 0 3% 10px;
    border-bottom: 1px solid #656071;
  }
}

body.page-category section .single-content .day {
  color: #c7c095;
}

@media only screen and (min-width: 481px) {
  body.page-category section .single-content h3 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .single-content h3 {
    margin: 10px 0 0;
  }
}

body.page-category section .single-content em {
  font-style: normal;
  font-weight: bold;
}

@media only screen and (min-width: 481px) {
  body.page-category section .single-content ul {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .single-content ul {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-category section .single-content > p {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-category section .single-content > p + *, body.page-category section .single-content > .img + * {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .single-content > p + *, body.page-category section .single-content > .img + * {
    margin-top: 10px;
  }
}

body.page-category section .paginate {
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  body.page-category section .paginate {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .paginate {
    padding: 10px 3% 0;
  }
}

@media only screen and (min-width: 481px) {
  body.page-category section .paginate > * {
    width: 143px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .paginate > * {
    width: 37%;
  }
}

body.page-category section .paginate > * a {
  display: block;
  font-weight: bold;
  color: #020035;
  text-align: center;
  text-decoration: none;
  background: #c3bc91;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3bc91), color-stop(59%, #9f9872), color-stop(80%, #86815d), color-stop(100%, #706b4a));
  background: -webkit-linear-gradient(top, #c3bc91 0%, #9f9872 59%, #86815d 80%, #706b4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c3bc91), color-stop(59%, #9f9872), color-stop(80%, #86815d), to(#706b4a));
  background: -o-linear-gradient(top, #c3bc91 0%, #9f9872 59%, #86815d 80%, #706b4a 100%);
  background: linear-gradient(to bottom, #c3bc91 0%, #9f9872 59%, #86815d 80%, #706b4a 100%);
}

@media only screen and (min-width: 481px) {
  body.page-category section .paginate > * a {
    font-size: 1.2rem;
    line-height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-category section .paginate > * a {
    font-size: 1rem;
    line-height: 25px;
  }
}

body.page-category section .paginate .prev {
  float: right;
}

body.page-category section .paginate .next {
  float: left;
}

body.page-category .single-release .paginate {
  display: none;
}

body.page-category .single-release .single-content {
  border-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

/*
  contact.php
  --------------------------------*/
body.page-contact section p {
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  body.page-contact section h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 481px) {
  body.page-contact section h3 ~ h3 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  body.page-contact section h3 ~ h3 {
    margin-top: 20px;
  }
}

body.page-contact section p a, body.page-contact section p span {
  font-weight: bold;
}

@media only screen and (min-width: 481px) {
  body.page-contact section p a, body.page-contact section p span {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  body.page-contact section p a, body.page-contact section p span {
    font-size: 1.8rem;
  }
}

/*
  parking.php
  --------------------------------*/
body.page-parking section a {
  color: #c7c095;
}

@media only screen and (min-width: 481px) {
  body.page-parking section a {
    font-size: 1.8rem;
  }
}

body.top aside .ad-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.top aside .ad-area.pc {
  padding: 0 50px 40px;
}

@media only screen and (max-width: 480px) {
  body.top aside .ad-area.pc {
    display: none;
  }
}

body.top aside .ad-area.pc .banner-list:not(:last-child) {
  margin-right: 10px;
}

body.top aside .ad-area.pc .banner-list li {
  margin-bottom: 10px;
}

body.top aside .ad-area.sp {
  padding: 0 3% 30px;
}

@media only screen and (min-width: 481px) {
  body.top aside .ad-area.sp {
    display: none;
  }
}

body.top aside .ad-area.sp .banner-list:not(:last-child) {
  margin-right: 6px;
}

body.top aside .ad-area.sp .banner-list li {
  margin-bottom: 6px;
}

body.top aside .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

body.top aside .banner-list a {
  display: block;
  text-align: center;
}

body.top aside .banner-list img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
