@charset "utf-8";

/*
 * "Fredericka" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* *****共通設定***** */
body {
	background-color: #e6e6e6;
}

#p-top {
	border-left: solid #63687c 10px;
	border-right: solid #63687c 10px;
}

a {
  color: #696969;
}

a:hover {
  color: #a9a9a9;
}

.bg-primary,
.btn-primary {
  background-color: #00008b !important;
}

.border-primary {
  border-color: #00008b !important;
}

.bg-maincolor {
  background-color: #f0f8ff !important;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffa500;
  border-color: #ffa500;
}

.bg-yl-color {
  background-color: #fffaf0 !important;
}

.text-shadow {
  text-shadow: 1px 1px 3px #000;
}

.font-patrick {
  font-family: 'Fredericka the Great', cursive;
}

/* ヘッダー(navbar) */
#nav01 {
  border-bottom: 3px solid #00008b;
}

#nav02 .nav-fill {
  width: 100%;
}

#nav02 .nav-item {
  border-left: 1px solid #dee2e6;
}

#nav02 .last-list-md {
  border-right: 1px solid #dee2e6;
}

/* フッター */
#footer-sns img {
  height: 58px;
  width: auto;
  margin-right: 25px;
}

#footer-index ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #6c757d;
}

/* *****トップページ***** */
.jumbotron {
/*  background-image: url("../img/top-image.jpg");*/
  background-image: url("../img/top_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* *****下層ページ***** */
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: small;
  color: #fff;
}

#page .jumbotron {
  background: #f1efff url("../img/subpage-headding.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}


.text-blue {
  color: #00F;
}

.text-orange {
  color: #F60;
}

.text-red {
  color: #FF0000;
}

.text-gray {
  color: #999999;
}

.text-size130 {
	font-size: 130%;
}

.text-size70 {
	font-size: 70%;
}
.text-size80 {
	font-size: 80%;
}
.text-size90 {
	font-size: 90%;
}

html{
  scroll-behavior: smooth;
}

.col-md-8 {
    margin-left: auto;
    margin-right: auto;
}

.btn-google {
  background-color: #63687c;
  border-color: #63687c;
  width: 250px;
}

.btn-google:hover {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-shop {
  background-color: #f08a9d;
  border-color: #f08a9d;
  width: 250px;
}

.btn-shop:hover {
  background-color: #fad5dc;
  border-color: #f6b9c45;
}


/* ポップアップ↓ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
/*  padding: 50px;
  background-color: #fff; */
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 40px;
  color: #999;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
/*  background-color: rgba(0,0,0,.8);*/
  background-color: rgba(0,0,0,.2);
  z-index: 1;
  cursor: pointer;
}

/* ポップアップ↑ */


/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }

  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */

/* ポップアップ↓ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
/*  padding: 50px;
  background-color: #fff; */
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 40px;
  color: #999;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
/*  background-color: rgba(0,0,0,.8);*/
  background-color: rgba(0,0,0,.2);
  z-index: 1;
  cursor: pointer;
}

/* ポップアップ↑ */


    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
