@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
 */

/* *****共通設定***** */

a {
  color: #696969;
}

a:hover {
  color: #a9a9a9;
}

a:hover img{
   opacity: 0.5;
}

a.copyright { color: white; }


h3.item1 {font-size: 140%; }
h4.item1 {font-size: 70%; }
h5.item1 {font-size: 100%; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


.navbar-dark .navbar-nav .nav-link{
color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link:hover{
color: #FFFF00;
}


.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;
}

.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}


.photo-item32 {
  float: left;
  width: 32%;
  /*margin-bottom: 1em;*/
  margin: 0.2em;
  margin-bottom: 0.5em;
  font-size: 90%
}

@media screen and (max-width: 767px){
  .photo-item32{
  float: left;
  width: 48%;
  margin: 0.2em;
  margin-bottom: 0.5em;
  font-size: 90%
  }
}


.girl-item {
  float: left;
  width: 32%;
  /*margin-bottom: 1em;*/
  margin: 0.2em;
  margin-bottom: 0.5em;
  font-size: 90%
}

@media screen and (max-width: 767px){
  .girl-item{
  float: left;
  width: 48%;
  margin: 0.2em;
  margin-bottom: 0.5em;
  font-size: 90%
  }
}





/* *****トップページ***** */
.jumbotron {
  background-image: url("../img/top-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px){
  .jumbotron{
	background-image: url('../img/top-image-s.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
}

.heading {
	border-left: 6px solid #aaa;
	padding: 4px 0 4px 10px;
}

ul.product-item1 {
  float: left;
  width: 130px;
  /*margin: 0.2em;
  margin-bottom: 0.5em;
  font-size: 90%*/
}

@media screen and (max-width: 767px){
  ul.product-item1{
  float: left;
  width: 160px;
  /*margin: 0.2em;
  margin-bottom: 0.5em;
  font-size: 90%*/
  }
}

.nayami-item {
  float: left;
  width: 24%;
  /*margin-bottom: 1em;*/
  margin: 0.2em;
  margin-bottom: 0.5em;
  font-size: 90%
}

@media screen and (max-width: 767px){
  .nayami-item{
  float: left;
  width: 48%;
  margin: 0.2em;
  margin-bottom: 0.2em;
  font-size: 90%
  }
}

/* *****下層ページ***** */
.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/sub-image.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}

@media screen and (max-width: 767px){
#page .jumbotron{
	background-image: url('../img/sub-image-s.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
}


#item .jumbotron {
  background: #f1efff url("../img/item-image.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}

@media screen and (max-width: 767px){
#item .jumbotron{
	background-image: url('../img/item-image-s.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
}


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

 レスポンシブ

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

@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 スマートフォン向け */

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
