@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500&display=swap");

/* 定義
----------------------------------------------------------------------------------------------------*/
.vatop {
  vertical-align: top !important;
}
.vamiddle {
  vertical-align: middle !important;
}
.vabottom {
  vertical-align: bottom !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
h3,
.h3 {
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 20px;
}
h4,
.h4 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 22px;
  margin-top: 25px;
}
h6,
.h6 {
  font-size: 18px;
  margin-top: 20px;
}

.lead {
  line-height: 1.7em;
  color: #e4587b;
  font-family: "じゅん 501";
}

/* ヘッダー
----------------------------------------------------------------------------------------------------*/
.jumbotron {
  padding: 0;
  margin: 64px 0 0;
  background-color: transparent;
}

/* メニューバー定義
----------------------------------------------------------------------------------------------------*/
.navbarw {
  margin: 0;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 12px 10px -6px rgba(100, 100, 100, 0.1);
  width: 100%;
}
.navbar-default {
  border: none;
  border-radius: 0px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: #ffb70f;
  -webkit-box-shadow: 0 0 40px rgba(84, 42, 17, 0.15) inset, 0 0 4px rgba(84, 42, 17, 0.15);
  -moz-box-shadow: 0 0 40px rgba(84, 42, 17, 0.15) inset, 0 0 4px rgba(84, 42, 17, 0.15);
  box-shadow: 0 0 40px rgba(84, 42, 17, 0.15) inset, 0 0 4px rgba(84, 42, 17, 0.15);
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* レイアウト
----------------------------------------------------------------------------------------------------*/
main {
  margin: 0;
  padding: 0;
}
.wrap {
  overflow: hidden;
  padding: 40px 0;
}
.bgc01 {
  background-color: #ffffff;
}
.bgc02 {
  background: url("../img/jashin2/bg_01.jpg");
  color: #1d1d1d;
}

div.title {
  text-align: center;
  margin: 3rem auto 2rem;
}
div.title h2 {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 60px;
  padding: 7px 0;
  margin: 0;
  background: #dd85b3;
  color: #fff;
  font-size: 1.8rem;
  box-sizing: border-box;
}
div.title h2 span {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}
div.title h2 span:before,
div.title h2 span:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
div.title h2 span:before {
  top: 0;
  left: -15px;
  border-width: 30px 0px 30px 15px;
  border-color: #dd85b3 #dd85b3 #dd85b3 transparent;
  border-style: solid;
}
div.title h2 span:after {
  top: 0;
  right: -15px;
  border-width: 30px 15px 30px 0px;
  border-color: #dd85b3 transparent #dd85b3 #dd85b3;
  border-style: solid;
}

div.title h3 {
  display: inline-block;
  position: relative;
  height: 45px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
div.title h3:before {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  border: 20px solid #51b68f;
  border-left-color: transparent;
}
div.title h3:after {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  border: 20px solid #51b68f;
  border-right-color: transparent;
}
div.title h3 span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 40px;
  line-height: 45px;
  font-size: 1.5rem;
  color: #fff;
  background: #61bd99;
  z-index: 5;
}
div.title h3 span:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #0d9a63;
  z-index: 5;
}
div.title h3 span:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #0d9a63;
  z-index: 5;
}

#catch h2 {
  font-size: 1.7rem;
  color: #6594e0;
}

#catch p {
  color: #6594e0;
  text-align: center;
}

#about h3 {
  color: #e4587b;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
#about p.lead {
  color: #e4587b;
}
#about dl {
  display: flex;
  color: #e4587b;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
#about dl dt {
  width: 25%;
  text-align: right;
}
#about dl dd {
  margin-left: 1rem;
}

#guest .special {
  display: grid;
  background-color: #f22278;
  width: max-content;
  text-align: center;
  margin: 3rem auto;
}
#guest .special span {
  padding: 0.75rem 1rem;
  margin: 0.5rem;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}

#goods h4,
#milky h4 {
  font-weight: bold;
  line-height: 1.7;
}
#goods h4 small,
#milky h4 small {
  font-weight: bold;
}
#goods h4 span,
#milky h4 span {
  color: #e4587b;
  font-size: 1.2em;
}
#goods p.large,
#milky p.large {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
#goods img,
#milky img {
  max-width: 500px;
  width: 100%;
}

/* トップへ戻る
----------------------------------------------------------------------------------------------------*/
#page_top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 100%;
  z-index: 10;
}
#page_top .btn-back {
  border: none;
  background-color: #ffb000;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* フッター
----------------------------------------------------------------------------------------------------*/
footer {
  background-color: #ffffff;
  color: #333333;
}
footer div.dsc {
  margin: 0;
}

/* スマホ時
----------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 23px;
  }
  h4,
  .h4 {
    font-size: 21px;
  }
  h5,
  .h5 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 17px;
  }

  .lead {
    font-size: 1.2rem;
    font-weight: 500;
  }

  div.title h2 {
    font-size: 1.3rem;
  }
  div.title h2 span {
    padding: 0 15px;
  }
  div.title h3 span {
    padding: 0 20px;
    font-size: 1.1rem;
  }

  img.max300 {
    max-width: 300px;
    width: 100%;
  }
}
