@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&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: 450;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
h3,
.h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
main h3.line {
  font-weight: bold;
  border-bottom: #1a90ce 2px solid;
  padding: 0 0 8px 8px;
}
h4,
.h4 {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 23px;
  margin-top: 25px;
}
h6,
.h6 {
  font-size: 18px;
  margin-top: 20px;
}
.red {
  color: #f9b624;
  font-family: "トーキング";
}

.lead {
  font-weight: 500;
  line-height: 1.7em;
  color: #ff8f0e;
  font-family: "UD新ゴ コンデンス90 M";
}

/* ヘッダー
----------------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
}

.jumbotron {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  background-color: transparent;
}
.jumbotron div.snsbtn {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1.5;
  font-size: 16px;
}
.jumbotron div.snsbtn div {
  display: block;
}

/* メニューバー定義
----------------------------------------------------------------------------------------------------*/
.navbarw {
  margin: 0;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 12px 10px -6px rgba(100, 100, 100, 0.1);
  font-family: "トーキング";
  width: 100%;
}
.navbar-default {
  border: none;
  border-radius: 0px;
}

.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}

.navbar .nav li {
  vertical-align: middle;
  float: none;
  font-size: 1.2em;
  display: table-cell;
  color: #fff;
}

.navbar .nav li a {
  font-weight: normal;
  border-right: 1px solid #fff;
  padding: 8px 0;
  text-align: center;
  color: #fff;
}

.navbar .nav li:first-child a {
  border-left: 1px solid #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: #f0ebd7;
  -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: #542a11 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* レイアウト
----------------------------------------------------------------------------------------------------*/
.wrap {
  overflow: hidden;
  padding: 40px 0;
}

.bgc01 {
  background-color: #ffffff;
}
.bgc02 {
  background: url(../img/sweets2019/wood.jpg) repeat;
  color: #ffffff;
}
.bgc02 a {
  color: #ffffff !important;
}
.bgc03 {
  position: relative;
  background: url(../img/sweets2019/gift.jpg) no-repeat center;
  background-size: contain;
  color: #000;
}

div.title {
  text-align: center;
  margin-bottom: 30px;
}
div.title h2 {
  margin: 0;
  line-height: 1;
  font-family: "Oleo Script Swash Caps", cursive;
  font-weight: none;
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
div.title h2:before,
div.title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  font-family: "Oleo Script Swash Caps", cursive;
}

div.title h2:before {
  left: 0;
}
div.title h2:after {
  right: 0;
}

div.title small {
  display: block;
  margin: 0.4em 0 0;
  font-size: 40%;
  color: #333333;
  font-family: "Oleo Script Swash Caps", cursive;
}
.bgc02 div.title h2,
.bgc02 div.title small {
  color: #fff;
  columns: #ffffff;
  font-family: "Oleo Script Swash Caps", cursive;
}
.bgc02 div.title h2:before,
.bgc02 div.title h2:after {
  font-family: "Oleo Script Swash Caps", cursive;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.bgc03 div.title h2:before,
.bgc03 div.title h2:after {
  font-family: "Oleo Script Swash Caps", cursive;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

main {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.side {
  margin: 0;
}
.txt {
  font-weight: 900;
}
.under {
  border-bottom: solid 4px #f9b624;
  line-height: 2em;
}

.box-dot {
  font-family: "トーキング", sans-serif;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #000;
  border: 2px dashed #f9b624;
  border-radius: 8px;
  box-shadow: 0 0 0 4px #000;
  color: #fff;
  margin: 2em 0;
  padding: 2em;
}

/* トップへ戻る
----------------------------------------------------------------------------------------------------*/
#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;
  font-family: "トーキング";
}

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

/* 個別
----------------------------------------------------------------------------------------------------*/
/* btn */
.btn {
  border-radius: 0px;
}
.btn-blue {
  border: #fcdeef 1px solid;
  background-color: #fcdeef;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #ffffff;
  color: #fcdeef;
}
.btn-blue:active {
  background: #ffffff;
  color: #fcdeef;
}

/* table */
.table > tbody > tr > th,
.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #bbbbbb;
}

div.ac_op h3 {
  cursor: pointer;
  margin: 0 0 10px;
  padding: 15px 30px 8px 10px;
  position: relative;
  color: #000000;
  border-bottom: 2px solid #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.ac_op h3:after {
  border-left: transparent 8px solid;
  border-right: transparent 8px solid;
  border-top: 13px solid #000000;
  content: "";
  margin: auto;
  height: 0px;
  right: 12px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 0px;
}

div.ac_op h3:hover {
  background: #f0ebd7;
  -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);
}
div.ac_op div {
  padding: 10px 0;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px;
}

table.ten th {
  width: 10%;
}

div.lead strong {
  font-family: "Mplus 1p";
}

@media (max-width: 767px) {
  .side {
    display: none;
  }
  .bgc03 {
    background: none;
  }
  .lead {
    font-size: 110%;
    color: #ff8f0e;
  }
  .jumbotron img {
    width: 100%;
    display: block;
  }

  nav div.snsbtn {
    padding: 5px;
    text-align: center;
    display: block !important;
    position: static;
  }
  nav div.snsbtn div,
  nav div.snsbtn iframe {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
  }
  nav .btn .label > top {
    vertical-align: bottom !important;
  }

  .navbar {
    padding: 10px 0 0;
    background-color: transparent;
  }
  header .navbar {
    min-height: auto;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 5;
  }
  .navbar-collapse {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .navbar .nav {
    margin-top: 40px;
  }
  .navbar .nav li {
    display: block;
  }
  .navbar .nav li a {
    border-bottom: 1px dotted #999999;
    border-right: none;
    text-align: left;
    padding: 8px;
    font-size: 90%;
  }
  .navbar .nav li:first-child a {
    border-left: none;
  }
  .navbar-toggle {
    background-color: #ffea3d;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
  }
  .navbar-toggle .icon-bar,
  .navbar-toggle .sr-only {
    z-index: 25;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
  }

  div.title {
    width: 100%;
    margin: 0px 0px 20px;
  }
  div.title h2 {
    padding: 0 10px;
    font-size: 27px;
  }
  div.title h2:before,
  div.title h2:after {
    display: none;
  }

  h3,
  .h3 {
    font-size: 23px;
  }
  h4,
  .h4 {
    font-size: 21px;
  }
  h5,
  .h5 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 17px;
  }

  img.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto 10px !important;
  }

  table th {
    width: 100% !important;
    display: block;
    border: none;
    text-align: left;
  }
  table td {
    width: 100% !important;
    display: block;
  }
  table.auto th,
  table th.auto,
  table td.auto {
    width: auto;
  }
  table.ten th,
  table.fifteen th,
  table.twenty th,
  table.quarter th,
  table.thirty th,
  table.fourty th,
  table.half th,
  table.half td {
    width: 100%;
  }

  table.xs {
    display: table;
  }
  table.xs th {
    display: table-cell;
    width: auto;
    border: 1px solid #cccccc;
  }
  table.xs td {
    display: table-cell;
    width: auto;
    border: 1px solid #cccccc;
  }

  #link img {
    width: 50%;
  }

  .align {
    text-align: left;
  }

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

#sb_instagram .sbi_header_type_generic h3.sbi_no_bio {
  color: #ffffff !important;
}
/*instagram対応*/
img.emoji {
  width: 18px !important;
  display: inline !important;
  float: none;
}
