@charset "UTF-8";
/*
Theme Name: Demo Patisserie
Description: 洋菓子店デモサイト
Author: takumi_web
Author URI: https://gallery.websozai.jp/
Version: 1
*/
/* 基本設定 ------------------------------------------------------------------- */
@font-face {
font-family: Italianno;
src: url(./font/Italianno-Regular.woff);
}
.material-icons {/* Material iconsを利用する */
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;/* WebKitブラウザサポート */
  text-rendering: optimizeLegibility;/* Chrome、Safariサポート */
  -moz-osx-font-smoothing: grayscale;/* Firefoxサポート */
  font-feature-settings: 'liga';/* IEサポート */
}
html {
  font-size: 62.5%;
}
body {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
a {
  color: #333333;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* ブロック設定 --------------------------------------------------------------- */
#wrap {
  position: relative;
  background-color: #fcfcfc;
}
.section {
  padding: 80px 0;
}
.content-area {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}
.content-area.md {
  max-width: 960px;
}
.content-area.sm {
  max-width: 760px;
}
.content-box {
  padding: 20px 15px;
}
/* ヘッダー設定 --------------------------------------------------------------- */
#header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#header-inner {
  max-width: 1280px;
  margin: auto;
  padding: 10px 15px;
}
#drawer-menu {
  display: none;
}
.site-title {
  float: left;
  padding-left: 30px;
  height: 50px;
  color: #000000;
  font-family: 'Italianno', cursive;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background-image: url(./images/109826-logo.png);
  background-size: contain;
  background-position-y: -4px;
  background-repeat: no-repeat;
}
#pc-menu {
  text-align: right;
}
#menu-main > li {
  display: inline-block;
  position: relative;
  margin-left: 75px;
  text-align: center;
  vertical-align: text-top;
}
#menu-main > li > a {
  font-family: 'Italianno', cursive;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#menu-main > li > a > span {
  display: block;
  color: #ac6525;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#menu-main > li > a {
  position: relative;
  display: inline-block;
}
#menu-main > li > a::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -10%;
  width: 120%;
  height: 2px;
  background-color: #ac6525;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .8s;
}
#menu-main > li > a:hover::after {
  transform: scale(1, 1);
}
#menu-main > li:hover > ul > li {
  height: 40px;
  overflow: visible;
}
#pc-menu .sub-menu {
  position: absolute;
  top: 57px;
  left: -24px;
  z-index: 1;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#pc-menu .sub-menu li {position: relative;
  height: 0;
  overflow: hidden;
  transition: .8s;
}
#pc-menu .sub-menu li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ac6525;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .8s;
}
#pc-menu .sub-menu li:hover::after {
  transform: scale(1, 1);
}
#pc-menu .sub-menu a {
  display: block;
  width: 100px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #fefefe;
  border-top: solid 1px #333333;
}
/* drawer-menu設定 */
.menu-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 30px;
  height: 20px;
  z-index: 9999;
  cursor: pointer;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition:transform .3s;
  background: #333333;
}
.menu-btn span::before {
  content: '';
  top: 9px;
}
.menu-btn span::after {
  content: '';
  top: 18px;
}
#drawer-menu.active .menu-btn span {
  top: 8px;
  transform: rotate(45deg);
}
#drawer-menu.active .menu-btn span::before {
  transform:scaleX(0);
}
#drawer-menu.active .menu-btn span::after {
  top: 0;
  transform: rotate(90deg);
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #777777;
  transition: .5s ease-in-out;
  opacity: 0;
  z-index: 99;
}
#drawer-menu.active #overlay {
  display: block;
  opacity: .5;
}
#drawer-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-color: #ffffff;
  transition: .5s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  z-index: 999;
}
#drawer-menu.active #drawer-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.drawer-header {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  vertical-align: bottom;
  border-bottom: solid 1px #cccccc;
}
#drawer-menu li {
  border-bottom: solid 1px #cccccc;
}
#drawer-menu li a {
  display: block;
  height: 45px;
  margin-left: 15px;
  font-family: 'Italianno', cursive;
  font-size: 2.6rem;
  line-height: 45px;
}
#drawer-menu .menu > li > a span {
  margin-left: 10px;
  color: #ac6525;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1rem;
}
#drawer-menu .sub-menu li:first-child {
  border-top: solid 1px #cccccc;
}
#drawer-menu .sub-menu li:last-child {
  border-bottom: none;
}
#drawer-menu .sub-menu a {
  margin-left: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem
}
#drawer-menu .parent .sub-menu {
  display: none;
}
#drawer-menu .parent {
  position: relative;
}
#drawer-menu .parent > p {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
  height: 20px;
  border: solid 2px #666666;
  border-radius: 4px;
  cursor: pointer;
}
#drawer-menu .parent > p span::before,
#drawer-menu .parent > p span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: auto;
  background-color: #666666;
  transition: all .4s;
}
#drawer-menu .parent > p span::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#drawer-menu .parent > p span::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#drawer-menu .parent > p.active span::before {
  display: none;
}
#drawer-menu .parent > p.active span::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* パンくずリスト設定 ---------------------------------------------------------- */
#breadcrumb {
  max-width: 1280px;
  margin: 10px auto;
  padding: 0 15px;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li:first-child a {
  font-weight: bold;
}
#breadcrumb li:first-child a span {
  padding-left: 0;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.2rem;
}
#breadcrumb li:first-child a span::before {
  content: none;
}
#breadcrumb span {
  position: relative;
  padding-left: 17px;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
#breadcrumb span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* スライダー設定 -------------------------------------------------------------- */
.slick-slider {
  padding: 40px 0 80px 0;
  background-color: #9fa0a0;
}
.slider .slick-slide {
  margin: 0 10px;
}
.slider .slick-dots {
  bottom: 30px;
}
.slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider .slick-prev:before {
  content: 'keyboard_arrow_left';
}
.slider .slick-next:before {
  content: 'keyboard_arrow_right';
}
.slider .slick-prev:before,
.slider .slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 1.7;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ac6525;
  border-radius: 4px;
  opacity: .75;
}
.slider .slick-prev,
.slider .slick-next {
  width: 30px;
  height: 50px;
  z-index: 1;
}
.slider .slick-prev {
  left: 8%;
}
.slider .slick-next {
  right: 8%;
}
/* タイトル設定 --------------------------------------------------------------- */
.main-title {
  position: relative;
  font-family: 'Italianno', cursive;
  font-size: 4rem;
  line-height: 1;
}
.main-title span {
  position: relative;
}
.main-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 105%;
  width: 100vw;
  height: 1px;
  background-color: #ac6525;
}
.main-title span small {
  margin-left: 10px;
  color: #ac6525;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.main-title.right {
  margin-bottom: 10px;
}
.main-title.right span::after {
  left: auto;
  right: 105%;
}
.main-title.news {
  line-height: 0.8;
  border-bottom: 1px solid #333333;
}
.main-title.news::before,
.main-title.news::after {
  content: none;
}
.main-title.page span::after {
  content: none;
}
.main-title.page small {
  position: relative;
  font-size: 1rem;
}
.main-title.page small::after {
  content: '';
  position: absolute;
  top: -12px;
  right: -45px;
  width: 40px;
  height: 20px;
  background-image: url(./images/ornament-m.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(7deg);
  opacity: 0.8;
}
/* ボタン設定 ---------------------------------------------------------------- */
.button {
  display: inline-block;
  max-width: 140px;
  width: 100%;
  height: 45px;
  margin: auto;
  text-align: center;
  background-color: #333333;
  border: 2px solid #333333;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.button span {
  display: block;
  height: 35px;
  margin: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 32px;
  border: 1px solid #ffffff;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.button:hover {
  background-color: #ffffff;
}
.button:hover span {
  color: #333333;
  border: 1px solid #333333;
}
.small-btn {
  position: absolute;
  right: 0;
  bottom: -1px;
  padding: 8px 20px 2px 15px;
  color: #fff;
  font-size: 1rem;
  background-color: #333333;
}
.small-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 0;
  height: 0;
  margin: auto;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
.small-btn:hover:after {
  right: 4px;
}
/* フッター設定 --------------------------------------------------------------- */
#footer {
  background-color: #333333;
  color: #ffffff;
}
#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#page-top a {
  display: block;
  position: relative;
  padding: 24px;
  background-color: #ac6525;
  border-radius: 50%;
  opacity: 0.7;
  transition: all .7s;
}
#page-top a::before {
  content: "";
  position: absolute;
  top: 60%;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #fcfcfc;
  border-right: 3px solid #fcfcfc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page-top a:hover {
  opacity: 0.5;
}
#footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 15px;
}
#store-data {
  flex: 1 0 280px;
  max-width: 285px;
}
#calendar {
  flex: 1 1 680px;
}
#footer-menu {
  flex: 1 0 280px;
}
#menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu-footer li {
  flex: 1 0 140px;
}
#footer .site-title {
  width: 100%;
  color: #ffffff;
  background-image: url(./images/109826-logo-w.png);
}
#store-data dl {
  font-size: 1.6rem;
}
#store-data dt {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.address {
  font-size: 1.8rem;
}
.tel {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 2.4rem;
}
.tel-number{
  font-size: 2.4rem;
}
#social-btn {
  margin-top: 5px;
}
#social-btn .btn {
  display: inline-block;
  margin-right: 5px;
}
.btn-social-circle {
  display: block;
  width: 48px;
  height: 48px;
  padding-left: 2px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  background-color: #333333;
  border: solid 2px #ffffff;
  border-radius: 50%;
  transition: .5s ease-in-out;
}
.btn-social-circle:hover {
  background-color: #555555;
}
#calendar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
#calendar li {
  max-width: 340px;
  margin: 0;
  padding: 15px 15px 0;
}
#footer .calendar-head {
  padding-bottom: 2px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #ffffff;
}
#footer .menu-head {
  margin-bottom: 5px;
  padding-bottom: 2px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #ffffff;
}
#menu-footer a {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #ffffff;
  line-height: 1.8;
}
#menu-footer a:hover {
  text-decoration: underline;
}
#menu-footer > li > a {
  position: relative;
  margin-left: 20px;
  font-weight: bold;
}
#menu-footer > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#menu-footer > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 0;
  height: 0;
  margin: auto;
  border: 4px solid transparent;
  border-left: 4px solid #333333;
}
#footer-menu .sub-menu a {
  position: relative;
  margin-left: 30px;
}
#footer-menu .sub-menu a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 0;
  margin: auto;
  border: 4px solid transparent;
  border-left: 4px solid #ffffff;
}
#footer-menu .parent .sub-menu {
  display: none;
}
#footer-menu .parent {
  position: relative;
}
#footer-menu .parent > p {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 20px;
  height: 20px;
  float: right;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
#footer-menu .parent > p span::before,
#footer-menu .parent > p span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: auto;
  background-color: #333333;
  transition: all .4s;
}
#footer-menu .parent > p span::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#footer-menu .parent > p span::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#footer-menu .parent > p.active span::before {
  display: none;
}
#footer-menu .parent > p.active span::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#copy-area {
  padding: 10px 15px;
  font-family: 'Georgia', 'Times New Roman', serif;
  text-align: center;
  border-top: solid 1px #ffffff;
}
/* ホームページ設定 ------------------------------------------------------------ */
.home-about {
  padding: 80px 0 0;
}
.about-area {
  position: relative;
  overflow: hidden;
}
.about-text {
  float: left;
  width: 100%;
  margin-right: -150px;
  padding-right: 150px;
  line-height: 2.4;
}
.btn-box {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 140px;
}
.items-area {
  text-align: center;
  margin: -15px;
}
.items-area li {
  float: left;
  width: 33.3%;
  padding: 15px;
}
.items-area a:hover span {
  color: #ffffff;
}
.items-area a:hover::before {
  background-color: rgba(172, 101, 37, 0.5);
}
.items-area a:hover::after {
  border: solid 1px #ffffff;
}
.items-area a {
  position: relative;
  display: block;
}
.items-area a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.items-area a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  height: 92%;
  border: solid 1px #ac6525;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.items-area span {
  position: absolute;
  right: 13px;
  bottom: 5px;
  font-family: 'Italianno', cursive;
  font-size: 3.4rem;
  line-height: 1;
  color: #ac6525;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.items-area span small {
  margin-left: 8px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.frame {
  position: relative;
  float: left;
  width: 60%;
}
.frame::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 96%;
  height: 94%;
  margin: auto;
  border: solid 1px #ac6525;
}
.frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 30%, #fefefe 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 30%, #fefefe 100%);
  background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 30%, #fefefe 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 30%, #fefefe 100%);
}
.shop-text-box {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 10%;
  margin-left: -10%;
  text-align: right;
  overflow: hidden;
}
.shop-text {
  margin-bottom: 15px;
  line-height: 2.4;
}
.home-news {
  padding: 40px 0;
  background-color: #9fa0a0;
}
.home-news li {
  padding: 12px 0;
  border-bottom: 1px solid #333333;
}
.home-news li a {
  word-break: break-word;
  transition: .5s;
}
.home-news li a:hover {
  text-decoration: underline;
}
.home-news li a span {
  font-size: 1.3rem;
}
.map iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align: middle;
}
/* 固定ページ設定 -------------------------------------------------------------- */
.page-title-area {
  padding: 10px 0;
}
.page-bgc {
  background-color: #e7e7e7;
}
.deco-title {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.deco-title::before,
.deco-title::after {
  content: '';
  position: absolute;
  top: 30%;
  width: 40px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.deco-title::before {
  left: -50px;
  background-image: url(./images/ornament-l-b.svg);
}
.deco-title::after {
  right: -45px;
  background-image: url(./images/ornament-r-b.svg);
}
.msg-area {
  padding: 40px 0;
  text-align: center;
  line-height: 3;
}
.content-area.fw {
  position: relative;
  max-width: 100%;
  height: 250px;
  background-image: url(./images/fruit-3439189_1920-w.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content-area.fw.shop {
  background-image: url(./images/cafe-1609795_1920-w.jpg);
}
.frame-box {
  display: inline-block;
  position: relative;
  width: 40%;
  height: 90%;
  margin-top: 5%;
  margin-left: 55%;
  padding: 3.5%;
  background-color: rgba(255, 255, 255, 0.8);
}
.frame-box::before {
  content: " ";
  position: absolute;
  left: -11px;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 1px;
  box-sizing: content-box;
  border: solid 10px rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.frame-box.shop {
  margin-left: 5%;
  padding: 0;
}
.shift-box-area {
  padding: 70px 0 20px 0;
}
.shift-box-area.shop {
  padding: 70px 0 100px 0;
}
.shift-box-wrap {
  display: flex;
}
.shift-box-area figure {
  width: 50%;
  border: solid 10px #fcfcfc;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.shift-box-area.shop figure {
  order: 2;
}
.frame-box.shift {
  width: 54%;
  height: auto;
  margin: 5% 0 -3% -5%;
  padding: 4% 4% 4% 9%;
  background-color: #fcfcfc;
  z-index: 0;
}
.frame-box.shift::before {
  border: solid 10px #fcfcfc;
  box-shadow: none;
}
.frame-box.shift.shop {
  margin: 5% -5% -3% 1%;
  padding: 4% 9% 4% 4%;
}
.frame-box h2 {
  margin-bottom: 5px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.frame-box p {
  line-height: 1.8;
}
.content-area.fw table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.content-area.fw table th,
.content-area.fw table td {
  padding: 5px 15px;
  vertical-align: middle;
}
.content-area.fw table th {
  width: 25%;
  text-align: center;
  font-weight: bold;
  border-top: solid 1px #9fa0a0;
  border-right: solid 1px #9fa0a0;
}
.content-area.fw table tr:first-child th {
  border-top: none;
}
.content-area.fw table td {
  border-top: solid 1px #9fa0a0;
}
.content-area.fw table tr:first-child td {
  border-top: none;
}
/* 一覧ページ設定 -------------------------------------------------------------- */
.article-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
}
.page-template-page-items .article-area {
  justify-content: normal;
}
.article-area article {
  width: 33.3%;
  min-width: 300px;
  padding: 15px;
}
.article-area article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-area article a section {
  position: relative;
  height: 100%;
  padding: 5px 10px 30px;
  font-size: 1.6rem;
  letter-spacing: normal;
  background-color: #fcfcfc;
}
.article-area h2 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.article-area .date {
  position: absolute;
  bottom: 8px;
  font-size: 1.2rem;
}
.article-area .price {
  position: absolute;
  bottom: 3px;
  font-size: 1.8rem;
  font-weight: inherit;
  text-align: left;
}
.eye-catch {
  position: relative;
}
.eye-catch.end {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
.eye-catch span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 5px;
  color: #ffffff;
  font-size: 1.1rem;
  background-color: rgba(172,101,37,0.8);
}
.more-btn {
  position: absolute;
  right: 25px;
  bottom: -7px;
  color: #ac6525;
  font-size: 3rem;
  font-family: 'Italianno', cursive;
}
.more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  width: 0;
  height: 0;
  margin: auto;
  border: 3px solid transparent;
  border-left: 3px solid #ac6525;
  opacity: 0;
  transition: all .2s;
}
.more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -19px;
  width: 0;
  height: 0;
  margin: auto;
  border: 3px solid transparent;
  border-left: 3px solid #ac6525;
  opacity: 0;
  transition: all .7s;
}
.article-area article a:hover .more-btn::before,
.article-area article a:hover .more-btn::after {
  opacity: 1;
}
.pagination {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 15px;
  text-align: center;
}
.screen-reader-text {
  display: none;
}
.page-numbers {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0);
  transition: all .7s;
}
.page-numbers:hover {
  border: solid 1px #333333;
}
.page-numbers.current {
  color: #ffffff;
  background-color: #333333;
}
/* 投稿ページ設定 -------------------------------------------------------------- */
.single .date {
  margin-left: 10px;
  font-size: 1.2rem;
}
.single-pager {
  margin-top: 10px;
  text-align: center;
}
.single-pager p {
  display: inline-block;
  margin: 10px;
}
.single-pager p a {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0);
  transition: all .7s;
}
.single-pager p a:hover {
  border: solid 1px #333333;
}
.price {
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}
.cat-name {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 10px;
  color: #ffffff;
  font-size: 1.1rem;
  background-color: #ac6525;
}
.tag-area {
  padding: 5px 0;
  border-bottom: solid 1px #333333;
}
.tag-name {
  margin-right: 5px;
  padding: 5px;
  color: #fff;
  font-size: 1.1rem;
  background-color: #333333;
  border-radius: 3px;
  vertical-align: text-bottom;
}
.item-title, .single #main h2 {
  position: relative;
  padding-left: 10px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.8rem;
  border-bottom: solid 1px #333333;
}
.item-title::before, .single #main h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 70%;
  margin: auto;
  background-color: #333333;
}
.item-title {
  margin-bottom: 20px;
  padding-left: 10px;
  border-bottom: solid 1px #ac6525;
}
.page-template-page-items .item-title::before {
  background-color: #ac6525;
}
.item-title.between {
  margin-top: 40px;
}
.item-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}
.item-img {
  width: 60%;
  padding: 10px;
}
.item-data {
  width: 40%;
  padding: 10px;
}
.item-content {
  padding: 10px 0;
  border-bottom: solid 1px #333333;
}
.share ul {
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
}
.share li {
  display: inline-block;
  margin: 0 2px;
}
.share a:hover {
  opacity: 0.8;
}
.share a {
  display: block;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  transition: all .7s;
}
.share .icon-twitter {
  background-color: #1da1f2;
}
.share .icon-line {
  background-color: #00c300;
}
.share .icon-facebook {
  background-color: #3b5998;
}
/* 本文設定 */
.single-post #main h2, .single-post #main h3, .single-post #main h4, .single-post #main h5 {
  margin: 5px 0;
  font-weight: 600;
}
.single #main h3 {
  position: relative;
  padding-left: 8px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.6rem;
}
.single #main h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 50%;
  margin: auto;
  background-color: #333333;
}
.single #main h4 {
  position: relative;
  padding-left: 8px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.5rem;
}
.single #main h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: #333333;
  border-radius: 50%;
}
.single-post #main p {
  margin: 0 0 10px 0;
}
.single #main .tag-name {
  vertical-align: inherit;
}
.single-post #main blockquote {
  position: relative;
  margin: 10px 0;
  padding: 5px 10px 5px 40px;
  font-style: italic;
  color: #333333;
  background-color: #e7e7e7;
  border-top: solid 3px #333333;
}
.single-post #main blockquote:before{
  display: inline-block;
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 30px;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  background-color: #333333;
}
.single-post #main blockquote p {
  position: relative;
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
  z-index: 3;
}
.single-post #main blockquote cite {
  display: block;
  color: #888888;
  font-size: 0.9em;
  text-align: right;
}
.single-post #main figure {
  margin-bottom: 15px;
}
.single-post #main .content {
  margin-top: 5px;
}
.single-post #main table {
  border-collapse: collapse;
  margin: 10px auto;
  table-layout: fixed;
}
.single-post #main table thead {
  border-bottom: 1px solid #333333;
}
.single-post #main table tr {
  border-bottom: 1px dotted #333333;
}
.single-post #main table tr:last-child{
   border-bottom: none;
}
.single-post #main table th,
.single-post #main table td {
  padding: 1em 10px 1em 1em;
}
.single-post #main dt {
  font-weight: bold;
}
.single-post #main dd {
  margin-bottom: 10px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
/* 404ページ設定 -------------------------------------------------------------- */
#not-found {
  margin: 15% auto;
  text-align: center;
}
#not-found h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}
#not-found h2 span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .section {
    padding: 40px 0;
  }
  #pc-menu {
    display: none;
  }
  #drawer-menu {
    display: block;
  }
  .site-title {
    height: 40px;
    padding-left: 25px;
    font-size: 4rem;
  }
  .slick-slider {
    padding: 0;
  }
  .slider .slick-slide {
    margin: auto;
  }
  .msg-box {
    text-align: left;
  }
  .home-about {
    padding: 40px 0 0;
  }
  .about-text {
    margin-right: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .btn-box {
    position: static;
    margin: 0 auto;
  }
  .frame {
    float: none;
    width: auto;
  }
  .frame::after {
    content: none;
  }
  .shop-text-box {
    float: none;
    width: auto;
    margin-top: 15px;
    margin-left: auto;
    text-align: left;
  }
  .items-area li {
    float: none;
    display: inline-block;
    width: 370px;
  }
  .item-img {
    width: 100%;
  }
  .item-data {
    width: 100%;
  }
  .main-title.right span::after {
    left: 105%;
  }
  .shop-text-box .button {
    display: block;
  }
  .shift-box-area {
    padding: 100px 0 40px 0;
  }
  .frame-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 90%;
    height: auto;
    margin: auto;
  }
  .frame-box.shift.shop {
    margin: 30px auto;
    padding: 4%;
  }
  .shift-box-area.shop {
    padding: 100px 0 40px 0;
  }
  .shift-box-wrap {
    display: block;
    text-align: center;
  }
  .shift-box-area figure {
    width: 100%;
  }
  .frame-box.shift {
    position: relative;
    bottom: auto;
    width: 95%;
    margin: 30px auto -20px;
    padding: 4%;
    text-align: left;
  }
  .article-area article {
    width: 50%;
  }
  .tel {
    font-size: 2rem;
  }
  .tel-number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  #drawer-menu.active .menu-btn {
    position: fixed;
  }
  #drawer-content {
    position: fixed;
    max-width: 100%;
  }
  .main-title {
    font-size: 3.8rem;
  }
  .main-title span small {
    font-size: 1.1rem;
  }
  .about-text,
  .shop-text {
    line-height: 2;
  }
  .items-area li {
    width: 300px;
  }
  .deco-title {
    font-size: 1.8rem;
  }
  .main-title.right {
    margin-bottom: 5px;
  }
  .msg-area {
    line-height: 2;
  }
  .page-template-page-items .article-area {
    justify-content: center;
  }
  #footer-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
  }
  .content-box {
    padding: 15px 15px 0;
  }
  #calendar ul {
    margin: auto;
  }
  #calendar li {
    padding: 15px 0 0;
  }
  .biz_calendar {
    max-width: 100%;
  }
  #menu-footer {
    display: block;
  }
  #footer .menu-head {
    margin-bottom: 0;
  }
  #menu-footer li {
    border-bottom: solid 1px #fff;
  }
  #menu-footer li a {
    display: block;
    height: 50px;
    line-height: 50px;
  }
  #footer-menu .sub-menu li:first-child {
    border-top: solid 1px #fff;
  }
  #footer-menu .sub-menu li:last-child {
    border-bottom: none;
  }
  #footer-menu .sub-menu a {
    margin-left: 40px;
  }
  #footer-menu .parent > p {
    top: 15px;
  }
  .single-post #main table {
    border: 0;
    width:100%
  }
  .single-post #main table th{
    display: block;
    border-right: none;
    border-bottom: 1px solid #333333;
    padding-bottom: .6em;
    margin-bottom: .3em;
  }
  .single-post #main table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .single-post #main table tr {
    display: block;
    margin-bottom: 2em;
  }
  .single-post #main table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .9em;
    text-align: center;
    position: relative;
    border-right: none;
  }
  .single-post #main table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .single-post #main table td:last-child {
    border-bottom: 0;
  }
}
