@charset "UTF-8";
/*
Theme Name: Demo Florist
Description: 花屋デモサイト
Author: takumi_web
Author URI: https://gallery.websozai.jp/
Version: 1
*/
/* 基本設定 ------------------------------------------------------------------- */
@font-face {
font-family: Arizonia;
src: url(./font/Arizonia-Regular.woff);
}
html,body{
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  color: #111111;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #ffe7ea;
}
a {
  color: #111111;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* ブロック設定 --------------------------------------------------------------- */
#wrap {
  position: relative;
  max-width: 1280px;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: auto;
  padding-left: 260px;
  background-image: url(./images/bouquet2-1920.jpg);
  background-size: cover;
  background-position: 260px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home #wrap {
  background-image: url(./images/bouquet-1920.jpg);
}
.concept #wrap {
  background-position: 120px;
  background-image: url(./images/dining-1920.jpg);
}
.access #wrap {
  background-image: url(./images/cherries-1920.jpg);
}
.contact #wrap {
  background-image: url(./images/note-1920.jpg);
}
.error404 #wrap {
  background-image: url(./images/character-1920.jpg);
}
.slide-fade {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: calc(100% - 260px);
  height: 100%;
  transition: .7s;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
body.sf .slide-fade {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.section {
  padding: 40px 0 0;
}
.content-area {
  max-width: 650px;
  margin: auto;
}
#main {
  display: table;
  width: 100%;
  padding: 50px 15px 0;
}
#main, #main a {
  color: #ffffff;
}
.float-box {
  margin: 0 -10px;
}
.float-box li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.float-box.tr li {
  width: 33.3%;
}
/* ナビゲーション設定 ---------------------------------------------------------- */
#nav-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: .5s ease-in-out;
  opacity: 0;
  z-index: 99;
}
#nav-area.active #overlay {
  display: block;
  opacity: .5;
}
#nav-content {
  width: 260px;
  height: 100%;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  background-color: #ffc3ca;
  border-right: solid 1px #534741;
  z-index: 9999;
}
.nav-btn {
  display: none;
  position: absolute;
  top: 0;
  right: -50px;
  padding: 10px;
  z-index: 9999;
  cursor: pointer;
}
.nav-btn p {
  position: relative;
  width: 30px;
  height: 20px;
}
.nav-btn span,
.nav-btn span::before,
.nav-btn span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: transform .3s;
  background: #ffffff;
}
.nav-btn span::before {
  content: '';
  top: 9px;
}
.nav-btn span::after {
  content: '';
  top: 18px;
}
#nav-area.active .nav-btn span {
  top: 8px;
  transform: rotate(45deg);
}
#nav-area.active .nav-btn span::before {
  transform:scaleX(0);
}
#nav-area.active .nav-btn span::after {
  top: 0;
  transform: rotate(90deg);
}
.nav-box {
  min-height: 100%;
  color: #994552;
  border-image: url('./images/frame.svg') round;
  border-image-slice: 25;
  border-width: 30px;
  border-style:solid;
}
.nav-box li {
  margin-bottom: 15px;
}
.nav-box a {
  position: relative;
  color: #994552;
  font-family: 'Arizonia', cursive;
  font-size: 2.8rem;
}
.nav-box a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(./images/rose.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
.nav-box li.current a::before,
.nav-box li a:hover::before {
  opacity: 1;
}
.nav-header {
  padding-top: 10px;
  padding-bottom: 20px;
}
.logo {
  width: 35px;
  margin: auto;
}
.site-name {
  margin-top: -20px;
  font-family: 'Arizonia', cursive;
  font-size: 4rem;
  letter-spacing: 0.05em;
  background-image: url(./images/ul.svg);
  background-size: contain;
  background-position-y: 55px;
  background-repeat: no-repeat;
}
.nav-footer {
  padding-top: 15px;
}
.banner a {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.banner a:hover {
  opacity: 0.7;
}
/* パンくずリスト設定 ---------------------------------------------------------- */
#breadcrumb {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ffffff;
  z-index: 1;
}
#breadcrumb a {
  color: #ffffff;
}
#breadcrumb li {
  display: inline-block;
  vertical-align: bottom;
}
#breadcrumb span {
  position: relative;
  padding-left: 17px;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
#breadcrumb span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* タイトル設定 --------------------------------------------------------------- */
#main-title {
  display: inline-block;
  position: relative;
  font-family: 'Arizonia', cursive;
  font-size: 4rem;
  text-align: center;
  background-image: url(./images/ul-w.svg);
  background-size: contain;
  background-position-y: 55px;
  background-repeat: no-repeat;
}/*
.home #main-title::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(./images/logo-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}*/
#main-title span {
  position: relative;
}
#main-title span::before,
#main-title span::after {
  content: '';
  position: absolute;
  top: -60px;
  left: -150px;
  width: 120px;
  height: 60px;
  background-image: url(./images/ornament-t.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#main-title span::after {
  left: auto;
  right: -150px;
  transform: scale(-1, 1);
}
/* ホーム設定 ----------------------------------------------------------------- */
.title-area {
  text-align: center;;
}
.msg {
  margin-top: 30px;
}
.info-box {
  padding: 3px;
  border: solid 1px #ffffff;
}
.info-box li {
  padding: 15px;
  border: solid 1px #ffffff;
}
.info-box a {
  text-decoration: underline;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.info-box a:hover {
  opacity: 0.7;
}
.link-box {
  position: relative;
  width: 100%;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border: solid 1px #000000;
  overflow: hidden;
}
.link-box * {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.link-box img {
  position: relative;
  opacity: 0.8;
}
.link-box figcaption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  right: 10%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-width: 0px 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.link-box h2 {
  padding: 20px;
  margin: 0;
  font-weight: 800;
}
.link-box .icon,
.link-box .caption {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.link-box .icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  height: 100%;
}
.link-box .caption {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  bottom: 0;
}
.link-box .icon span {
  width: 50%;
  height: 100%;
  background-image: url(./images/logo-w.svg);
  background-size: 35%;
  background-position: center 40%;
  background-repeat: no-repeat;
}
.link-box p,
.link-box .icon span {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  font-size: 0.8em;
}
.link-box p:before,
.link-box .icon span:before,
.link-box p:after,
.link-box .icon span:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.link-box .icon span:before,
.link-box .icon span:after {
  width: 1000%;
  top: 50%;
}
.link-box .icon span:before {
  left: -1000%;
}
.link-box .icon span:after {
  right: -1000%;
}
.link-box p:before,
.link-box p:after {
  width: 150%;
  bottom: 50%;
}
.link-box p:before {
  left: -100%;
}
.link-box p:after {
  right: -100%;
}
.link-box:hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.link-box:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  color: #ffffff;
}
.link-box:hover p:before {
  left: -150%;
}
.link-box:hover p:after {
  right: -150%;
}
.address-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
}
.address-box div {
  margin: 5px auto;
}
.inner-box {
  display: flex;
  justify-content: center;
}
.address-box .address {
  margin-right: 10px;
}
.tel {
  font-size: 2rem;
}
.tel span,
.data span {
  margin: auto 3px;
}
.address-box .data {
  margin-right: 15px;
}
#social-btn {
  display: flex;
  justify-content: center;
}
#social-btn li {
  margin: 0 15px;
}
#social-btn li a {
  font-size: 2.4rem;
  transition: .7s;
}
#social-btn li a:hover {
  opacity: 0.5;
}
/* 固定ページ設定 -------------------------------------------------------------- */
.access table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ffffff;
}
.access th, .access td {
  padding: 10px;
  border: solid 1px #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.access .tel {
  font-size: inherit;
}
.map iframe{
  margin-top: 30px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align: middle;
}
.contact .float-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact .tel {
  margin-top: 15px;
  text-align: center;
}
.cform th,
.cform td {
  width: 100%;
  display: block;
}
.cform th {
  margin-top: 10px;
  text-align: left;
}
.cform td {
  margin-top: 5px;
}
.cform {
  width: 100%;
}
input[type="submit"] {
  display: block;
  margin: 15px auto;
  padding: 10px 15px;
  color: #ffffff;
  text-align: center;
  border: none;
  background-color: #ec9d37;
  cursor: pointer;
  transition: all 0.7s ease;
  pointer-events: none;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  padding: 5px;
  color: #ffffff;
  font-size: 1.8rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.required-srt {
  margin-left: 10px;
  padding: 5px;
  font-size: 8pt;
  color: #ffffff;
  background-color: #b31212;
  border-radius: 2px;
  vertical-align: middle;
  white-space: nowrap;
}
.submit-btn input {
  background-color: #994552;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
/* フッター設定 --------------------------------------------------------------- */
#footer {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 15px 0;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
#footer::before,
#footer::after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 120px;
  height: 120px;
  background-image: url(./images/ornament-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#footer::before {
  left: 30px;
  right: auto;
  transform: scale(-1, 1);
}
/* 一覧ページ設定 -------------------------------------------------------------- */
.article-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
}
.article-area article {
  width: 50%;
  min-width: 300px;
  padding: 15px;
}
.article-area .link-box .icon span {
  width: 35%;
}
.pagination {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 15px;
  text-align: center;
}
.screen-reader-text {
  display: none;
}
.page-numbers {
  padding: 10px;
  transition: all .7s;
}
.page-numbers:hover {
  opacity: 0.7;
}
.page-numbers.current {
  color: #ffffff;
  background-color: #994552;
}
/* 投稿ページ設定 -------------------------------------------------------------- */
.single .date {
  margin-left: 10px;
  font-size: 1.2rem;
}
.single #main figure {
  border: solid 1px #000000;
}
.single-pager {
  margin-top: 15px;
  text-align: center;
}
.single-pager p {
  display: inline-block;
  margin: 10px;
}
.single-pager p a {
  margin: auto 10px;
  transition: all .7s;
}
.single-pager p a:hover {
  opacity: 0.7;
}
.cat-name {
  display: inline-block;
  padding: 1px 10px;
  color: #ffffff;
  font-size: 1.1rem;
  background-color: #994552;
}
.single article h2 {
  font-size: 1.8rem;
}
.share ul {
  margin-top: 20px;
  text-align: center;
}
.share li {
  display: inline-block;
  margin: 0 5px;
}
.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;
}
/* 本文設定 */
.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 {
  font-size: 1.6rem;
}
.single #main h4 {
  font-size: 1.5rem;
}
.single-post #main p {
  margin: 0 0 10px 0;
}
.single-post #main blockquote {
  position: relative;
  margin: 10px 0;
  padding: 5px 10px 5px 40px;
  font-style: italic;
  color: #111111;
  background-color: #ffc4ca;
  border-top: solid 3px #994552;
}
.single-post #main blockquote:before{
  display: inline-block;
  content: "\e907";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 30px;
  font-family: 'icomoon' !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  background-color: #994552;
}
.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 {
  text-align: center;
}
#not-found h2 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  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) {
  #breadcrumb {
    left: 55px;
  }
  #wrap {
    padding-left: 0;
    background-position: center;
  }
  .home #wrap {
    background-position: left;
  }
  .concept #wrap {
    background-position: center;
  }
  .access #wrap {
    background-position: 30%;
  }
  .error404 #wrap {
    background-position: 30%;
  }
  #nav-area {
    position: static;
  }
  #nav-content {
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #nav-area.active #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  .nav-btn {
    display: block;
  }
  .slide-fade {
    width: 100%;
  }
  #main {
    padding: 60px 15px 40px;
  }
  .float-box {
    margin: 0 -5px;
  }
  .float-box li {
    padding: 0 5px;
  }
  #footer {
    width: 100%;
  }
  #footer::before,
  #footer::after {
    bottom: 50px;
    right: 15px;
  }
  #footer::before {
    left: 15px;
  }
  #not-found h2 {
    font-size: 2.4rem;
  }
  #not-found h2 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .section {
    padding: 20px 0 0;
  }
  .mnain-tltle {
    font-size: 3rem;
  }
  #main-title span::before,
  #main-title span::after {
    top: -40px;
    left: -60px;
    width: 80px;
    height: 40px;
  }
  #main-title span::after {
    left: auto;
    right: -60px;
  }
  .msg {
      margin-top: 20px;
  }
  .float-box  {
    margin: auto;
  }
  .float-box li {
    float: none;
    width: 100%;
    margin: 20px auto auto;
    padding: 0;
  }
  .float-box.tr li {
    width: 100%;
  }
  .float-box li:first-child {
    margin: auto;
  }
  .link-box h2 {
    padding: 40px;
    font-size: 2rem;
  }
  .archive .link-box .icon span {
      width: 35%;
  }
  .archive .link-box h2 {
    padding: 15px;
    font-size: inherit;
  }
  .inner-box {
    flex-direction: column;
  }
  .address-box .address {
    margin-right: auto;
    text-align: left;
  }
  .address-box .data {
    margin-right: auto;
    margin-bottom: 5px;
  }
  #footer {
    font-size: 1.2rem;
  }
  #footer::before,
  #footer::after {
    width: 80px;
    height: 80px;
  }
}
