
@media (min-width: 860px) {
  .container {
    max-width: 860px;
  }
}

.container-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
*/

.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #008080;
  opacity: 0.3;
}

.head-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #008080;
  opacity: 0.3;
}

.head-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  max-width: 1920px;
  max-height: 550px;
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto;
}

.guide-head-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #008080;
  opacity: 0.3;
}

.retro .guide-head-image:before {
  background: url("../images/overlay-pattern.png") #673632;
}

.guide-head-image {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 20vw;
  max-width: 1920px;
  max-height: 250px;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto;
}


.head-info.source {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(0,0,0,.2);
  text-align: right;
  color: #ccc;
  vertical-align: top;
  font-size: 13px;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0,0,0,.4);
}

.head-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*padding:  50px 0 40px 0;*/
  color: #fff;
  line-height: 1.1;
  font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  text-shadow: 0 0 4px rgba(0,0,0,.6);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

body, input {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.footer, .navbar, figcaption, .pagination {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif; 
}

figcaption {
  font-size: 1.0rem;
  color: #999;
}

.btn-social {
  color: white;
  font-size: 1.2rem;
  padding: 0 3rem;
}

.btn-social:hover {
  color: white;
}

.btn-fb {
  background-color: #3b5998;
}

.btn-tw {
  background-color: #00aced;
}


.jumbotron {
  border-radius: 0 !important;
}

.display-4 {
  font-size: 1.5rem;
}

.text-head {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.guide-lead {
  font-size: 1rem;
  margin: 1rem;
}

@media (min-width: 576px) {
  .head-logo{
    padding:  50px 0 40px 0;
  }
  .display-4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3.5rem;
  }
  .guide-lead {
    font-size: 2vw;
  }
}
/*
@media (min-width: 1170px) {
  .guide-lead {
    font-size: 1.5rem;
  }
}
*/

.guide-menu {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.guide-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #008080;
  opacity: 0.3;
}

.guide-menu ul {
  padding-top: 40px;
}
.guide-menu ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  text-align: center;
  transform: 1s;
  padding: 1px;
}

.guide-menu ul li:hover img {
  transform: scale(1.2);
}
.guide-menu ul li h3 {
  color: #333;
  /*padding: 0px 20px 20px;*/
  line-height: 26px;
  position: relative;
}

.guide-menu ul li h3 span{
  display:inline-block;
}

.guide-menu ul li p {
  padding-top: 25px;
}
.guide-menu ul li .menu-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
.guide-menu ul li .menu-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.guide-menu ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  position: relative;
  background-color: #fff;
}
.guide-menu ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
.guide-menu ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  float: left;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.guide-menu ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .guide-menu {
    text-align: center;
  }
  .guide-menu ul {
    padding-bottom: 40px;
  }
  .guide-menu ul li {
    width: 100%;
  }
  .guide-menu ul li h3 {
    /*padding: 0px 0px 30px;*/
  }
  .guide-menu ul li .menu-img {
    width: 50%;
  }
  .guide-menu ul li .menu-img img {
    width: 100%;
  }
  .guide-menu ul li .content-left {
    padding: 40px 20px 0;
  }
  .guide-menu ul li .content-right {
    padding: 40px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .guide-menu ul {
    padding-bottom: 30px;
  }
  .guide-menu ul li {
    float: none;
    width: 100%;
    height: 100%;
  }
  .guide-menu ul li .menu-img {
    float: none;
    width: 100%;
  }
  .guide-menu ul li .menu-img img {
    width: 100%;
  }
  .guide-menu ul li .content-right {
    float: none;
    width: 100%;
    padding: 20px 35px;
  }
  .guide-menu ul li .content-right:after {
    top: 0;
    margin-left: 50%;
  }
  .guide-menu ul li .content-left {
    float: none;
    width: 100%;
    padding: 20px 35px;
  }
  .guide-menu ul li .content-left:after {
    top: calc(100% - 15px);
    margin-right: 50%;
  }
}

.guide-title {
  z-index: 200;
}

.guide-title-right {
  margin-top: 50%; 
  margin-left: -75%; 
  width: 175%; 
  padding: 2em;
  color: #fff;
  background-color: #17578a;
  opacity: 0.7;
}
.retro .guide-title-right {
  background-color: #812d3a;
  opacity: 0.7;
}

.guide-title-left {
  margin-top: 50%; 
  margin-right: -75%; 
  width: 175%; 
  padding: 2em;
  color: #fff;
  background-color: #17578a;
  opacity: 0.7;
}

.retro .guide-title-left {
  background-color: #812d3a;
  opacity: 0.7;
}

.guide-title-img {
  z-index: 100;
}

.guide-text-head {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: none;
}

@media (max-width: 768px) {
  .guide-title {
    display: none;
  }
  .guide-text-head {
    display: block;
  }
}

.guide-title h3 span {
  display: inline-block;
}

.guide-text {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .guide-text {
    font-size: 1.2rem;
  }
}
/*
@media (min-width: 1170px) {
  .guide-text {
    font-size: 1.2rem;
  }
}
*/


.bg-kantei {
  background-color: #17578a;
}

.border-kantei {
  border-color: #17578a;
}

.text-kantei {
  color: #17578a;
}

.border-dotted {
  border-style: dotted;
}


.rel-links ul {
  list-style: none;
  line-height: 1.8em;
}

.rel-links ul li a:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #17578a;
  padding-right: 0.25rem;
}

.rel-links ul li a[target="_blank"] span:after {
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  font-weight: 400; 
  color: #17578a;
}

.page-link {
  color: #17578a !important;
  font-weight: 900;
}

.page-item.disabled .page-link {
  color: #6c757d !important;
  font-weight: 400;
}

.page-link:hover {
  color: #0056b3;
  border-color: #dee2e6;
}


.footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.footer p:last-child {
  margin-bottom: 0;
}

.footer .nav-link {
  font-size: 90%;
  color: #17578a;
}

.footer .nav-link:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

