@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: #f3dbdd;
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #584941;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background-color: #fff4eb;
}

#contents {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
  padding-bottom: 100px;
  background-color: #fff4eb;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px 50px;
    margin-top: 0px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    width: 50% !important;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #333 !important;
}

.h_logo {
  width: 100%;
  z-index: 999;
  text-align: left;
}
@media only screen and (max-width: 1238px) {
  .h_logo {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .h_logo {
    margin-top: -5%;
    left: 0px;
    width: 90%;
    z-index: 9999;
  }
}
@media only screen and (max-width: 930px) {
  .h_logo {
    width: 85%;
  }
}
@media screen and (max-width: 834px) {
  .h_logo {
    top: 13px;
    position: fixed;
    width: 30%;
    left: 2%;
    z-index: 9999;
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .h_logo {
    width: 35%;
    margin-top: 0px;
    left: 4%;
  }
}
@media only screen and (max-width: 414px) {
  .h_logo {
    width: 50%;
    top: 16px;
    left: 2%;
    font-size: 9px;
  }
}
.h_logo h1 {
  font-size: 13px;
  padding-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .h_logo h1 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .h_logo h1 {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
}

.col_01 {
  width: 25%;
}
@media only screen and (max-width: 1147px) {
  .col_01 {
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  .col_01 {
    display: block;
    position: relative;
    height: auto;
    width: 0%;
  }
}
@media screen and (max-width: 640px) {
  .col_01 {
    flex-direction: column;
    padding: 0px;
  }
}

.col_02 {
  width: 70%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}
@media only screen and (max-width: 1400px) {
  .col_02 {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .col_02 {
    width: 95%;
  }
}
@media only screen and (max-width: 1190px) {
  .col_02 {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .col_02 {
    width: 100%;
    position: relative;
    margin-right: 58px;
  }
}

.mail {
  width: 15%;
}
@media only screen and (max-width: 1000px) {
  .mail {
    width: 18%;
  }
}
@media screen and (max-width: 834px) {
  .mail {
    width: 20%;
    margin-right: 58px;
    z-index: 9;
    top: 1.5%;
    position: absolute;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .mail {
    width: 30%;
    margin-right: 0px;
    padding: 0px;
    z-index: 9;
  }
}
.mail .btn01 {
  color: #fff !important;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(99, 53, 21, 0.6);
  border: 1px solid #fff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 50px;
}
@media only screen and (max-width: 1362px) {
  .mail .btn01 {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 834px) {
  .mail .btn01 {
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .mail .btn01 {
    font-size: 0.7em;
    height: 32px;
  }
}
.mail .btn01 a {
  color: #fff !important;
}
.mail .btn01:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  font-weight: bold;
  padding-right: 8px;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all .5s;
  padding: 0 15px;
  z-index: 10;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #header {
    height: 52px;
    z-index: 5;
    position: static;
    border-top: none;
    transition: all .0s;
    padding: 0px;
  }
}

.section {
  height: 100vh;
}
.section.section-a {
  background: black;
}
.section.section-b {
  background: white;
}

#header.scroll-nav {
  padding: 5px 20px;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  #header.scroll-nav {
    padding: 0px;
  }
}

#header.scroll-nav .logo,
#header.scroll-nav ul li a {
  color: black;
}

#nav_global {
  width: 75%;
}
@media only screen and (max-width: 1190px) {
  #nav_global {
    width: 80%;
  }
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
}
#nav_global ul li:nth-child(1) a:after {
  content: 'Home';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(2) a:after {
  content: 'Wedding Cakes';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(3) a:after {
  content: 'Birthday Cakes';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(4) a:after {
  content: 'Gallery';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(5) a:after {
  content: 'Estimates';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(6) a:after {
  content: 'Delivery';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(7) a:after {
  content: 'FAQ';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(8) a:after {
  content: 'About Us';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li:nth-child(9) a:after {
  content: 'Café Peek-a-Boo!';
  display: block;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
}
#nav_global ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #481b05 !important;
  padding: 5px 0 5px 0;
  font-size: 0.8em;
  margin: 0 auto;
  line-height: 1.3em;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
@media only screen and (max-width: 1190px) {
  #nav_global ul li a {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 1062px) {
  #nav_global ul li a {
    font-size: 0.5em;
  }
}
#nav_global ul li a:hover {
  color: #769052 !important;
}
#nav_global ul li ul {
  position: absolute;
  left: 50%;
  margin: auto;
  z-index: 100000;
  background-color: #fff;
  transform: translateX(-50%);
  width: 300px;
  display: flex;
  flex-direction: column;
}
#nav_global ul li ul li {
  text-align: center;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #DACDB2;
  width: 100%;
  border-right: none;
}
#nav_global ul li ul li:nth-child(1) a:after {
  content: '';
}
#nav_global ul li ul li:nth-child(2) a:after {
  content: '';
}
#nav_global ul li ul li:nth-child(2) {
  border-bottom: none;
}
#nav_global ul li ul li a {
  display: block;
  color: #333 !important;
  font-size: 0.75em;
  width: 100%;
  opacity: 10;
  line-height: 3;
  height: 50px;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
  background-color: #e1ece6;
}
#nav_global ul li ul li a a:hover::after {
  display: none;
  background: #000;
}

#mainArea {
  position: relative;
  margin-top: 0;
  height: 85vh;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin: 0 auto;
  }
}
#mainArea .main img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
  height: 85vh !important;
}
@media screen and (max-width: 834px) {
  #mainArea .main img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    height: 300px !important;
  }
}
@media only screen and (max-width: 680px) {
  #mainArea .main img {
    height: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .main img {
    width: 100% !important;
    margin-top: 0px;
    height: 500px !important;
  }
}
#mainArea h1 {
  position: absolute;
  left: 5%;
  top: 40%;
  font-size: 1.8em;
  letter-spacing: 1px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  line-height: 60px;
}
#mainArea h1 span {
  font-size: 2.5em;
}
@media screen and (max-width: 640px) {
  #mainArea h1 span {
    font-size: 2.0em;
  }
}
@media only screen and (max-width: 1420px) {
  #mainArea h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 834px) {
  #mainArea h1 {
    font-size: 1.2em;
    line-height: 40px;
    top: 35%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea h1 {
    font-size: 0.8em;
    top: 33%;
    text-shadow: 1px 1px 2px #f2f0e0;
    line-height: 30px;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #a68b62;
}

.mean-container .mean-bar {
  background: #ffffff !important;
  position: fixed !important;
  z-index: 7 !important;
  padding: 0px 0 !important;
  top: 0;
}

.mean-container .mean-nav {
  background: #a68b62 !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #987e55 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #c7b9a3 !important;
  height: 30px !important;
  z-index: 999 !important;
  width: 100%;
  color: #fff !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 10px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #987e55 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: auto !important;
  padding: 1em 5% !important;
}

.mean-bar .inner {
  margin: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mean-container .mean-nav ul li li a {
  font-size: 0.7em;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #a18673;
  opacity: 0.9;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #page_top {
    bottom: 10px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  color: #fff;
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#global_footer {
  position: relative;
  background-color: #fff4eb !important;
  bottom: 0 !important;
  background-repeat: repeat;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  background-color: #fff4eb;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}
#footer .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.f_tel {
  color: #333 !important;
  display: contents;
}
.f_tel a {
  color: #333 !important;
  display: contents !important;
}

.col_2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  flex-direction: column;
}
.col_2 a {
  color: #333 !important;
}
.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
}
.col_2 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.9em;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1085px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.col_2 .nav_footer li a {
  color: #333 !important;
}
.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.fa-facebook {
  font-size: 2.0em;
}

.col_001 {
  display: flex;
  flex-direction: column;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .col_001 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .col_001 {
    padding-bottom: 0px;
    font-size: 0.7em;
    line-height: 20px;
    padding: 3%;
    margin-bottom: 10px;
  }
}
.col_001 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .col_001 img {
    width: 70%;
  }
}
.col_001 .add {
  text-align: left;
  color: #333;
}
@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}

.f_logo {
  width: 76%;
}
@media screen and (max-width: 640px) {
  .f_logo {
    width: 100%;
    margin-bottom: 20px;
  }
}

#copy {
  color: #333;
  background-color: #c7d9cf;
  z-index: 3;
  padding: 1%;
}
#copy a {
  color: #333 !important;
}

#global_footer {
  bottom: 0px !important;
  margin-top: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
.h2title1 {
  margin: 100px 0;
}
@media screen and (max-width: 640px) {
  .h2title1 {
    margin: 0px;
    padding: 30% 0 20% 0;
  }
}
.h2title1 h2 {
  font-size: 2.0em;
  color: #5f8d73;
  border-bottom: 4px double #cfd2d0;
  /*  display:inline-block; */
  padding-bottom: 40px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1224px) {
  .h2title1 h2 {
    width: 100%;
  }
}
.h2title1 article {
  text-align: center;
}
.h2title1 article > div {
  font-size: 1.0em;
  line-height: 2.7em;
  border-bottom: 4px double #cfd2d0;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1224px) {
  .h2title1 article > div {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .h2title1 article > div {
    line-height: 2.0em;
    font-size: 0.8em;
    text-align: left !important;
  }
}

.cont_1 {
  flex-wrap: nowrap !important;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_1 {
    flex-direction: column !important;
    padding: 0 10px;
  }
}
.cont_1 .box:first-child {
  width: 60%;
  padding-left: 5%;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .cont_1 .box:first-child {
    width: 100%;
    padding-left: 0;
  }
}
.cont_1 .box:last-child {
  width: 60%;
  z-index: 5;
  padding: 0 2%;
}
@media screen and (max-width: 640px) {
  .cont_1 .box:last-child {
    width: 100%;
  }
}
.cont_1 .box:last-child article h2 {
  font-size: 7.0em;
  padding: 10% 0;
  color: #a68b62;
  font-family: 'Crimson Text', serif;
}
@media only screen and (max-width: 1442px) {
  .cont_1 .box:last-child article h2 {
    font-size: 5.5em;
  }
}
@media only screen and (max-width: 1140px) {
  .cont_1 .box:last-child article h2 {
    font-size: 4.5em;
    line-height: 0.8em;
  }
}
@media only screen and (max-width: 940px) {
  .cont_1 .box:last-child article h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .box:last-child article h2 {
    font-size: 3.0em;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:last-child article h2 {
    font-size: 2.7em;
  }
}
.cont_1 .box:last-child article > div {
  line-height: 2.0em;
}
.cont_1:after {
  background-color: #c7d9cf;
  content: "";
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .cont_1:after {
    z-index: -1;
  }
}

.cont_2 {
  flex-wrap: nowrap !important;
  flex-direction: row-reverse !important;
  align-items: center;
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 640px) {
  .cont_2 {
    flex-direction: column !important;
    padding: 0 10px;
  }
}
.cont_2 .box:first-child {
  width: 60%;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .cont_2 .box:first-child {
    width: 100%;
  }
}
.cont_2 .box:last-child {
  width: 60%;
  z-index: 5;
  padding-left: 8%;
}
@media screen and (max-width: 834px) {
  .cont_2 .box:last-child {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box:last-child {
    width: 100%;
  }
}
.cont_2 .box:last-child article h2 {
  font-size: 7.0em;
  padding: 10% 0;
  color: #a68b62;
  font-family: 'Crimson Text', serif;
}
@media only screen and (max-width: 1484px) {
  .cont_2 .box:last-child article h2 {
    font-size: 6.0em;
  }
}
@media only screen and (max-width: 1442px) {
  .cont_2 .box:last-child article h2 {
    font-size: 5.5em;
    line-height: 0.8em;
  }
}
@media only screen and (max-width: 1180px) {
  .cont_2 .box:last-child article h2 {
    font-size: 4.5em;
  }
}
@media only screen and (max-width: 965px) {
  .cont_2 .box:last-child article h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .box:last-child article h2 {
    font-size: 3.0em;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box:last-child article h2 {
    font-size: 3.0em;
  }
}
.cont_2 .box:last-child article > div {
  line-height: 2.0em;
}
.cont_2:after {
  background-color: #c7d9cf;
  content: "";
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .cont_2:after {
    z-index: -1;
  }
}

.btn02 {
  display: block;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #a68b62;
  z-index: 5;
  color: #fff !important;
  width: 60%;
}
@media only screen and (max-width: 1320px) {
  .btn02 {
    width: 80%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .btn02 {
    width: 100%;
    font-size: 0.8em;
  }
}
.btn02:hover {
  background-color: #ffaec1;
}

.btn02:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn02:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn02:hover:before {
  width: 25px;
  right: 10px;
}

.btn02:hover:after {
  right: 10px;
}

.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.menu {
  margin-top: 200px;
}
.menu h3 {
  display: none;
}
.menu article > div {
  margin-top: 20px;
  font-size: 1.3em;
}
@media screen and (max-width: 640px) {
  .menu tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .menu tr td {
    padding: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .menu tr td {
    margin-bottom: 50px;
  }
}

.cont_3 {
  margin: 200px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_3 {
    margin: 100px 0 200px 0;
  }
}
.cont_3:after {
  background-color: #bda683;
  content: "";
  display: block;
  height: 80%;
  width: 80%;
  left: 0;
  position: absolute;
  top: 30%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .cont_3:after {
    z-index: -1;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .cont_3:after {
    width: 100%;
    height: 77%;
    top: 0;
  }
}
.cont_3 .box {
  z-index: 5;
}
.cont_3 .box:first-child {
  width: 60%;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .cont_3 .box:first-child {
    width: 100%;
    z-index: 9;
  }
}
.cont_3 .box:first-child div {
  padding-left: 20%;
  color: #fff;
  z-index: 888;
}
@media screen and (max-width: 834px) {
  .cont_3 .box:first-child div {
    padding: 0 20% 0 10%;
    z-index: 9;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .box:first-child div {
    padding: 0 2% 5% 2%;
    margin-bottom: 30px;
  }
}
.cont_3 .box:first-child h3 {
  font-size: 2.0em;
  margin: 80px 0 20px 0;
  color: #fff;
}
.cont_3 .box:first-child h3 span {
  font-size: 0.7em;
}
@media screen and (max-width: 640px) {
  .cont_3 .box:first-child h3 {
    padding: 5% 2% 0 2%;
    font-size: 1.5em;
    margin: 0 0 20px 0;
  }
}
.cont_3 .box:last-child {
  position: absolute;
  bottom: 10%;
  right: 8%;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .cont_3 .box:last-child {
    width: 30%;
    right: 0;
    bottom: -15%;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .box:last-child {
    position: static;
    width: 73%;
    margin: 0 auto;
    right: 0;
  }
}
.cont_3:before {
  content: 'Peek-a-Boo!';
  position: absolute;
  font-family: 'Crimson Text', serif;
  right: 5%;
  letter-spacing: 2px;
  color: #a68b62;
  font-size: 8.0em;
  z-index: 8;
  top: 10%;
}
@media screen and (max-width: 834px) {
  .cont_3:before {
    font-size: 6.0em;
  }
}
@media screen and (max-width: 640px) {
  .cont_3:before {
    display: none;
  }
}
.cont_3 .tel04 {
  color: #fff !important;
  font-size: 2.2em;
  margin: 20px 0;
  display: block;
}
.cont_3 .tel04 a {
  color: #fff !important;
}

.btn03 {
  display: block;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #fff;
  z-index: 5;
  color: #a68b62 !important;
  width: 80%;
}
@media screen and (max-width: 640px) {
  .btn03 {
    width: 100%;
    font-size: 0.8em;
  }
}
.btn03:hover {
  background-color: #8c6f44;
  color: #fff !important;
}

.btn03:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #a68b62;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn03:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #a68b62;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn03:hover:before {
  width: 25px;
  right: 10px;
  border-top: 1px solid #fff;
}

.btn03:hover:after {
  right: 10px;
  border-left: 2px solid #fff;
}

.h2title_01 h2 {
  font-size: 1.8em;
  color: #5f8d73;
  margin-bottom: 40px;
  font-family: "Crimson Text", serif !important;
}

.fbtw {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .fbtw {
    flex-direction: column;
  }
}
.fbtw .tw {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .fbtw .tw {
    width: 100%;
    margin-bottom: 50px;
  }
}
.fbtw .tw h3 {
  text-align: center;
  color: #5f8d73;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-family: "Crimson Text", serif !important;
}
.fbtw .fb {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .fbtw .fb {
    width: 100%;
  }
}
.fbtw .fb h3 {
  text-align: center;
  color: #5f8d73;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-family: "Crimson Text", serif !important;
}

.cont_4 {
  margin-top: 150px;
  background-image: url(../images/home/makecake.jpg);
  background-position: top;
  background-repeat: no-repeat;
  padding: 20% 0 0 0;
  background-attachment: fixed;
}
@media screen and (max-width: 640px) {
  .cont_4 {
    background-attachment: inherit;
  }
}
.cont_4 .txtbg {
  background-color: #fff;
  padding: 2%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  padding: 4% 1% 1% 1%;
}
@media only screen and (max-width: 1300px) {
  .cont_4 .txtbg {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .txtbg {
    padding: 5%;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .txtbg article > div {
    text-align: left !important;
    font-size: 0.8em;
  }
}
.cont_4 h2 {
  font-size: 3.3em;
  margin-bottom: 40px;
  color: #5f8d73;
  font-family: "Crimson Text", serif !important;
}
@media screen and (max-width: 640px) {
  .cont_4 h2 {
    font-size: 2.0em;
  }
}

.imgflex {
  flex-wrap: nowrap !important;
}

.contact {
  background-color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  padding: 3% 0 4% 0 !important;
}
@media only screen and (max-width: 1300px) {
  .contact {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .contact tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .contact td {
    padding: 15px !important;
  }
}
.contact .telbox {
  width: 50%;
  line-height: 1.0em;
}
@media screen and (max-width: 640px) {
  .contact .telbox {
    width: 100%;
  }
}
.contact .tel01 {
  font-family: 'Crimson Text', serif;
  font-size: 2.2em;
  color: #584941 !important;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .contact .tel01 {
    font-size: 1.8em;
  }
}
.contact .tel01 a {
  color: #584941 !important;
}
.contact .mail02 {
  width: 50%;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .contact .mail02 {
    width: 100%;
  }
}
.contact .mail02 a {
  color: #fff !important;
  font-size: 1.0em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(99, 53, 21, 0.6);
  border: 1px solid #fff;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  height: 50px;
}
@media only screen and (max-width: 1362px) {
  .contact .mail02 a {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 640px) {
  .contact .mail02 a {
    font-size: 1.0em;
  }
}
.contact .mail02 a a {
  color: #fff !important;
}
.contact .mail02 a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  font-weight: bold;
  padding-right: 8px;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

div.order ul li {
  margin: 5px 0 5px 20px;
}
@media screen and (max-width: 640px) {
  div.order ul li {
    margin: 5px 0 5px 8px;
  }
}

div.item_option dl, button.addcart {
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  div.item_option dl, button.addcart {
    width: 100% !important;
  }
}

.addcart a {
  color: #333 !important;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #000;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 22.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 45%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

/* ブログページ */
.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

/********* blog連動*********/
.blog_list {
  background-color: #fff;
  padding: 20px;
}

.blog_list div.blog_date {
  color: #333 !important;
}

.blog_text {
  width: 100% !important;
}
.blog_text h3 {
  background-color: #f2ab09;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
}
.blog_text .detail {
  color: #333 !important;
  margin-top: 0px !important;
}

div.blog_list div.blog_photo img {
  width: 100% _ !important;
  height: 200px !important;
  object-fit: cover !important;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin-bottom: 100px;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 24.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 24.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 200px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 30%;
    margin: 0 auto;
  }
}

/* 新着スクロール */
/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: #c7d9cf;
  border-radius: 10px;
  box-shadow: none;
}

.scroll {
  padding: 20px;
  overflow-y: scroll;
  max-height: 400px;
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 100px;
}
.scroll a {
  color: #sef8519 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    padding: 0px;
  }
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 82% !important;
  text-align: left !important;
  border: 1px solid #fff !important;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    padding: 0px;
  }
}
.scroll .form_wrap a {
  color: #fe1100 !important;
  text-decoration: underline;
  text-decoration-color: #fe1100;
}
.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl {
    flex-direction: column;
    padding: 10px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 15% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background-color: #fff !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 20% !important;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}

.pankuzu {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #527d5d;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #000;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

.mt {
  margin-top: 40px;
}

section form h2.mail.title {
  display: none !important;
}

/* ブログページ */
.blog {
  max-width: 1200px;
  margin: 50px auto;
}
.blog h1 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin: 20px 0;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #eee;
  margin-bottom: 10px;
}
.blog .pages a {
  color: #f7597a !important;
  background-color: #eee;
}
.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .blog aside {
    width: 100%;
  }
}

.blog .category li a {
  color: #fff !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}

.blog .category li {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.hyo01 {
  margin-top: 30px;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .hyo01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hyo01 {
    margin-bottom: 20px;
  }
}
.hyo01 td {
  padding: 5px !important;
}
.hyo01 td > div {
  font-size: 0.9em;
}
@media screen and (max-width: 834px) {
  .hyo01 td > div {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .hyo01 td > div {
    font-size: 0.9em;
  }
}
.hyo01 .left {
  width: 25%;
  border-bottom: 1px solid #9eb182 !important;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .hyo01 .left {
    width: 38%;
  }
}
.hyo01 .right {
  border-bottom: 1px solid #ddd !important;
}
.hyo01 .tel01 {
  font-size: 1.1em !important;
}
.hyo01 .tel01 a {
  color: #624946 !important;
}
.hyo01 .tel02 a {
  font-size: 1.1em;
  color: #624946 !important;
}
.hyo01 .tel04 a {
  color: #584941 !important;
}

.bnone td {
  border: none !important;
}

@media screen and (max-width: 640px) {
  div.search {
    margin-top: 93px;
  }
}

.googlemap {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .googlemap {
    width: 100%;
  }
}

.h1title {
  padding: 15% 0;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .h1title {
    padding: 10% 0;
  }
}
@media screen and (max-width: 640px) {
  .h1title {
    padding: 7% 0;
  }
}
.h1title h1 {
  font-size: 2.0em;
  color: #584941;
  line-height: 2.0em;
  letter-spacing: 2px;
  padding-left: 10%;
}
@media screen and (max-width: 640px) {
  .h1title h1 {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
.h1title article > div {
  font-size: 1.3em;
  color: #584941;
  letter-spacing: 5px;
  font-family: 'Crimson Text', serif;
  padding-left: 10%;
}
@media screen and (max-width: 640px) {
  .h1title article > div {
    font-size: 1.0em;
  }
}
.h1title article > div span {
  font-size: 0.7em;
}

.cont_5 {
  flex-wrap: nowrap !important;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_5 {
    flex-direction: column !important;
    padding: 0 10px;
  }
}
.cont_5 .box:first-child {
  width: 60%;
  padding-left: 5%;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .cont_5 .box:first-child {
    width: 100%;
  }
}
.cont_5 .box:last-child {
  width: 60%;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .cont_5 .box:last-child {
    width: 100%;
  }
}
.cont_5 .box:last-child article h2 {
  font-size: 7.0em;
  padding: 10% 0;
  color: #a68b62;
  font-family: 'Crimson Text', serif;
}
@media only screen and (max-width: 1430px) {
  .cont_5 .box:last-child article h2 {
    font-size: 5.5em;
  }
}
@media only screen and (max-width: 1140px) {
  .cont_5 .box:last-child article h2 {
    font-size: 4.5em;
    line-height: 0.8em;
  }
}
@media only screen and (max-width: 940px) {
  .cont_5 .box:last-child article h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 834px) {
  .cont_5 .box:last-child article h2 {
    font-size: 3.1em;
  }
}
@media screen and (max-width: 640px) {
  .cont_5 .box:last-child article h2 {
    font-size: 3.0em;
  }
}
.cont_5 .box:last-child article > div {
  line-height: 2.0em;
}
.cont_5:after {
  background-color: #c7d9cf;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .cont_5:after {
    z-index: -1;
  }
}

.h3title {
  margin-top: 100px;
}
.h3title h3 {
  color: #5c8e72;
  font-size: 1.7em;
  border-bottom: 4px double #cfd2d0;
  padding-bottom: 8px;
}

.h2title {
  margin: 100px 0 20px 0;
}
@media screen and (max-width: 640px) {
  .h2title {
    margin: 20px 0 20px 0;
  }
}
.h2title h2 {
  color: #5c8e72;
  font-size: 1.7em;
  border-bottom: 4px double #cfd2d0;
  padding-bottom: 8px;
  line-height: 2.0em;
}
@media screen and (max-width: 640px) {
  .h2title h2 {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}

.h3title02 {
  margin-top: 40px;
}
.h3title02 h3 {
  background-color: #c7d9cf;
  padding: 0.5% 1%;
  font-size: 1.2em;
}

.weddingimg {
  margin-top: 50px;
}

.square_100 img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .square_100 img {
    height: 180px !important;
  }
}

.btnbox {
  justify-content: space-between;
  justify-content: space-around;
}
@media screen and (max-width: 640px) {
  .btnbox {
    flex-direction: column;
  }
}
.btnbox .box {
  width: 40%;
}
.btnbox .box > div {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    margin-bottom: 20px;
    width: 100%;
  }
}
.btnbox .box a {
  width: 100%;
}

.spbr {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .spbr {
    display: block;
  }
}

.btnbox02 {
  justify-content: space-between;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .btnbox02 {
    flex-direction: column;
  }
}
.btnbox02 .box {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btnbox02 .box {
    margin-bottom: 20px;
  }
}
.btnbox02 .box a {
  width: 100%;
  color: #a68b62 !important;
}
.btnbox02 .box i {
  font-size: 3.0em;
}

.flexcake {
  margin-top: 100px;
  flex-wrap: nowrap;
  justify-content: space-between !important;
}
.flexcake .box img {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100% !important;
}
.flexcake .box:first-child {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .flexcake .box:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flexcake .box:first-child article {
  display: flex;
  flex-direction: column;
}
.flexcake .box:first-child article h3 {
  font-size: 1.8em;
  border-bottom: 4px double #d4c7b4;
  padding: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .flexcake .box:first-child article h3 {
    font-size: 1.2em;
  }
}
.flexcake .box:last-child {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .flexcake .box:last-child {
    width: 100%;
  }
}

.hyo02 {
  margin-top: 50px;
}
.hyo02 td {
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .hyo02 td {
    padding: 2px !important;
  }
  .hyo02 td > div {
    font-size: 0.7em;
  }
}

.hyo03 {
  background-color: #fff;
  margin-top: 50px;
}
.hyo03 td {
  padding: 5px !important;
}
@media screen and (max-width: 640px) {
  .hyo03 td {
    padding: 2px !important;
  }
  .hyo03 td > div {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 640px) {
  .hyo03 .left {
    width: 40% !important;
  }
}

.gallery article h4 {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .gallery article h4 {
    font-size: 0.8em;
  }
}
.gallery article > div {
  font-size: 0.7em;
  font-family: sans-serif;
}
@media screen and (max-width: 640px) {
  .gallery article > div {
    font-size: 0.8em;
  }
}
.gallery > div {
  font-size: 0.7em;
  font-family: sans-serif;
}
@media screen and (max-width: 640px) {
  .gallery > div {
    font-size: 0.8em;
  }
}

.subtxt {
  background-color: #fff8f8;
  padding: 2%;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .subtxt {
    padding: 5%;
  }
}
.subtxt a {
  color: #a18673 !important;
  text-decoration: underline;
}

.strong {
  font-size: 1.5em;
  text-decoration: underline;
}
.strong b {
  color: #d8491f;
}

.flow02 {
  justify-content: space-between;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 640px) {
  .flow02 {
    flex-direction: column;
  }
}
.flow02 .box {
  width: 33%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flow02 .box {
    width: 100%;
    flex-direction: column;
  }
}
.flow02 .box > div {
  border: 1px solid #a18673;
  background-color: #fff;
  text-align: center;
  padding: 5%;
  width: 100%;
  color: #a18673;
}
.flow02 .box:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f324";
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  .flow02 .box:after {
    content: "\f322";
  }
}
.flow02 .box:last-child:after {
  display: none;
}
.flow02 a {
  color: #a18673 !important;
  text-decoration: underline;
}
.flow02 .tel05 {
  font-size: 1.5em;
}
.flow02 .tel05 a {
  color: #a18673 !important;
}

.flow03 {
  justify-content: space-between;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 640px) {
  .flow03 {
    flex-direction: column;
  }
}
.flow03 .box {
  width: 49.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flow03 .box {
    width: 100%;
    flex-direction: column;
  }
}
.flow03 .box > div {
  border: 1px solid #a18673;
  background-color: #fff;
  text-align: center;
  padding: 5%;
  width: 100%;
  color: #a18673;
}
.flow03 .box:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f324";
  display: inline-block;
  font-weight: bold;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .flow03 .box:after {
    content: "\f322";
  }
}
.flow03 .box:last-child:after {
  display: none;
}
.flow03 a {
  color: #a18673 !important;
  text-decoration: underline;
}
.flow03 .tel05 {
  font-size: 1.5em;
}
.flow03 .tel05 a {
  color: #a18673 !important;
}

.flow04 {
  margin: 100px 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .flow04 {
    flex-direction: column;
  }
}
.flow04 .box {
  width: 25%;
  display: flex;
  align-items: center !important;
  justify-content: center;
  align-items: flex-start !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow04 .box {
    width: 47%;
    margin-bottom: 50px;
  }
}
.flow04 .box article {
  margin: 0 auto;
  text-align: center;
}
.flow04 article h3 {
  display: block;
  font-weight: bold;
  margin: 10px 0;
  color: #4e966e;
}
.flow04 article > div {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.8em;
  text-align: left;
}

.qa {
  flex-direction: column !important;
  margin: 30px 0;
  border-bottom: 1px dotted #7d7d7d;
}
.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.qa .box article > div {
  width: 90%;
}
.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #8fb198;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .qa .box:first-child h3 {
    width: 62px;
  }
}
.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #caa4b7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .qa .box:last-child h3 {
    width: 62px;
  }
}
.qa a {
  color: #c76b99;
  text-decoration: underline;
}

.link a {
  color: #c76b99 !important;
  text-decoration: underline;
}

.tel01 {
  font-size: 1.5em;
  display: inline-block;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .flexbox {
    flex-direction: column;
  }
}

.btn04 {
  display: block;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #fff;
  z-index: 5;
  color: #333 !important;
  width: 50%;
}
@media only screen and (max-width: 1320px) {
  .btn04 {
    width: 80%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .btn04 {
    width: 100%;
    font-size: 0.8em;
  }
}
.btn04:hover {
  background-color: #fff;
}
.btn04 img {
  margin-right: 12px;
}

.btn04:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #333;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn04:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #333;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn04:hover:before {
  width: 25px;
  right: 10px;
}

.btn04:hover:after {
  right: 10px;
}

.cont_6 {
  margin: 300px 0;
  position: relative;
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 834px) {
  .cont_6 {
    margin: 200px 0 300px 0;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 {
    margin: -100px 0 50px 0;
  }
}
.cont_6:after {
  background-color: #b0c1b6;
  content: "";
  display: block;
  height: 80%;
  width: 80%;
  right: 0;
  position: absolute;
  top: 30%;
  z-index: -2;
}
@media screen and (max-width: 834px) {
  .cont_6:after {
    z-index: -1;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .cont_6:after {
    width: 100%;
    height: 77%;
    top: 24%;
  }
}
.cont_6 .box {
  z-index: 5;
}
.cont_6 .box:first-child {
  width: 60%;
  z-index: 9;
  display: block;
}
@media screen and (max-width: 834px) {
  .cont_6 .box:first-child {
    width: 100%;
    z-index: 999;
  }
}
.cont_6 .box:first-child article div {
  padding-left: 15%;
  color: #fff;
  z-index: 9;
}
@media screen and (max-width: 834px) {
  .cont_6 .box:first-child article div {
    padding: 0 5% 0 20%;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .box:first-child article div {
    padding: 0 2% 5% 2%;
  }
}
.cont_6 .box:first-child article h3 {
  padding-left: 15%;
  font-size: 2.0em;
  margin: 80px 0 20px 0;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .cont_6 .box:first-child article h3 {
    padding: 0 5% 0 20%;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .box:first-child article h3 {
    padding: 5% 2% 0 2%;
    font-size: 1.5em;
    margin: 10px 0 20px 0;
  }
}
.cont_6 .box:last-child {
  position: absolute;
  top: 10%;
  left: 3%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .cont_6 .box:last-child {
    width: 30%;
    left: 0;
    top: 103%;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .box:last-child {
    position: static;
    width: 73%;
    margin: 0 auto;
    right: 0;
  }
}
.cont_6:before {
  content: 'Rental Space';
  position: absolute;
  left: 5%;
  letter-spacing: 2px;
  color: #dcdece;
  font-size: 6.0em;
  z-index: 8;
  top: 75%;
  font-family: 'Crimson Text', serif;
}
@media only screen and (max-width: 1344px) {
  .cont_6:before {
    font-size: 5.0em;
    z-index: 10;
  }
}
@media only screen and (max-width: 990px) {
  .cont_6:before {
    font-size: 5.0em;
    top: 0%;
  }
}
@media screen and (max-width: 834px) {
  .cont_6:before {
    font-size: 6.0em;
    top: 40%;
  }
}
@media screen and (max-width: 640px) {
  .cont_6:before {
    display: none;
  }
}

.cat {
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 640px) {
  .cat {
    background-image: url(../images/peekaboo/DSC04996_sp.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: inherit;
  }
}
.cat > div {
  font-family: 'Crimson Text', serif;
  font-size: 5.0em;
  color: #fff4eb;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 640px) {
  .cat > div {
    font-size: 2.0em;
  }
}

div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 100px !important;
}

#anc1, #anc2, #anc3, #anc4, #anc5 {
  margin-top: -50px;
  padding-top: 50px;
}

#haitatu {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  #haitatu {
    margin-top: -0px;
    padding-top: 0px;
  }
}

.voice_table h6 {
  display: block;
}
.voice_table h6 {
  font-weight: inherit;
}
.voice_table .box:first-child {
  padding: 10px !important;
}
.voice_table .box:first-child article {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .voice_table .box:first-child {
    padding: 15px !important;
  }
}
.voice_table .box:first-child article > div {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .voice_table .box:first-child article > div {
    line-height: 30px;
    width: 100%;
  }
}
.voice_table .box:first-child:hover {
  cursor: pointer;
}
.voice_table .box:first-child h6 {
  top: 0;
  left: 0;
  color: #fff;
  background: #a87f4c;
  padding: 0 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 27px;
  border-radius: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .voice_table .box:first-child h6 {
    width: 60px;
  }
}
.voice_table .box:last-child {
  padding: 30px !important;
  background: #fff;
  display: block;
  position: relative;
}
.voice_table .box:last-child article {
  display: flex !important;
  align-items: center;
}
.voice_table .box:last-child h6 {
  display: block;
}
@media screen and (max-width: 640px) {
  .voice_table .box:last-child {
    padding: 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .voice_table .box:last-child {
    display: block;
  }
}
.voice_table .box:last-child article > div {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .voice_table .box:last-child article > div {
    line-height: 30px;
    width: 100%;
  }
}
.voice_table .box:last-child article > h6 {
  top: 0;
  left: 0;
  background: #8a1a1f;
  padding: 0 10px;
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  margin-right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .voice_table .box:last-child article > h6 {
    width: 60px;
  }
}
.voice_table td {
  width: 100%;
  display: block;
}

.flowul ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.sitemap {
  margin-top: 100px;
}
.sitemap a {
  color: #333 !important;
  font-size: 0.8em;
}
.sitemap li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
  font-size: 0.5em;
}

/*# sourceMappingURL=common_style.css.map */
