@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 97%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .inner {
    width: 97%;
    margin: 0 auto;
    max-width: 100%;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  width: 960px;
  margin: 56px auto 20px;
}
@media screen and (max-width: 768px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !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 {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  color: #fff !important;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 468px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 468px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-child(1) {
  margin-right: 30px;
}
.pankuzu ol li:nth-child(1):after {
  content: ">";
  position: absolute;
  right: -20px;
}
.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #0c8a1e dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #0c8a1e;
  font-weight: bold;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #0c8a1e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}
.faq_a:before {
  content: "A";
  display: block;
  background: #0c8a1e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.dnone {
  display: none;
}

@media screen and (max-width: 768px) {
  .dnone_sp {
    display: none;
  }
}

.dnone_pc {
  display: none;
}
@media screen and (max-width: 468px) {
  .dnone_pc {
    display: block;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_3 .inner {
    flex-flow: column;
  }
}
.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .container_3 .inner .box {
    width: 100%;
  }
}
.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  flex: 0 0 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .container_4 .inner .box {
    width: 100%;
  }
}
.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}
.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}
.f_page iframe {
  width: 500px !important;
  margin: 0 auto;
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}

/********* 404 *********/
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}
.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* scroll *********/
.scroll_tb01 table {
  table-layout: auto;
}

/********* Other *********/
header#global_header {
  max-width: 100%;
  position: relative;
}

#header {
  width: 100%;
  max-width: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 9999999999;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #header {
    text-align: center;
  }
}
@media screen and (max-width: 468px) {
  #header {
    position: static;
  }
}

.sub_header {
  position: static !important;
}

.header_container {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .header_container {
    justify-content: center;
    flex-flow: column;
  }
}
@media screen and (max-width: 468px) {
  .header_container {
    justify-content: center;
    flex-flow: column;
  }
}
.header_container .col_01 {
  text-align: left;
  display: flex;
}
@media screen and (max-width: 468px) {
  .header_container .col_01 {
    width: 75%;
  }
}
.header_container .col_02 {
  display: flex;
  flex: 0 0 65%;
  text-align: right;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .header_container .col_02 {
    text-align: center;
  }
}
.header_container .col_02 a {
  color: #333 !important;
}

button {
  display: none !important;
}
@media screen and (max-width: 768px) {
  button {
    display: block !important;
    z-index: 9999999999999999999999 !important;
    position: fixed;
  }
}

#nav_global ul {
  display: flex;
  width: 450px;
  padding-right: 50px;
  padding-top: 30px;
  max-width: 100%;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  display: block;
  color: #723407 !important;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 468px) {
  #nav_global ul li a {
    margin-bottom: 30px;
  }
}
#nav_global ul li a .ja {
  display: none;
}
@media screen and (max-width: 768px) {
  #nav_global ul li a .ja {
    display: block !important;
    font-size: 14px;
    margin-left: 1em;
    border-bottom: 1px #999 solid;
  }
}
@media screen and (max-width: 468px) {
  #nav_global ul li a .ja {
    display: inline-block !important;
    border-bottom: none;
  }
}
#nav_global ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 10px;
  margin: auto;
  color: #FFF !important;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #ff6600;
  text-align: center;
}
#nav_global ul li ul li a {
  display: block;
  color: #FFF !important;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
}

.tel {
  text-align: right;
  margin: 0 auto;
  width: 180px;
}
.tel img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  .tel {
    margin: 0 auto;
    width: 100%;
    padding-right: 80px;
    padding-top: 20px;
  }
}

#mainArea {
  position: relative;
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 630px;
  min-height: 630px;
  object-fit: cover;
  margin-top: 100px;
  font-family: "object-fit:cover;";
  position: relative;
}
@media screen and (max-width: 468px) {
  #mainArea img {
    max-height: 300px;
    min-height: 300px;
    width: 400px;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #mainArea img {
    max-height: 100%;
    min-height: 100%;
    margin-top: 150px;
  }
}

@media screen and (min-width: 769px) {
  #nav_global .drawer-menu a {
    height: 40px;
  }
  #nav_global .drawer-menu a .en {
    display: none;
    opacity: 1;
    position: absolute;
    transition: 1s;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #nav_global .drawer-menu a .ja {
    opacity: 0;
    position: absolute;
    transition: 1s;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex !important;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  #nav_global .drawer-menu a:hover .en {
    opacity: 0;
    transition: 1s;
  }
  #nav_global .drawer-menu a:hover .ja {
    opacity: 1;
    transition: 1s;
  }

  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background: #fff;
  }
  .clone-nav a {
    height: 40px;
  }
  .clone-nav a .en {
    display: none;
    opacity: 1;
    position: absolute;
    transition: 1s;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .clone-nav a .ja {
    opacity: 0;
    position: absolute;
    transition: 1s;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex !important;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .clone-nav a:hover .en {
    opacity: 0;
    transition: 1s;
  }
  .clone-nav a:hover .ja {
    opacity: 1;
    transition: 1s;
  }
}
@media screen and (max-width: 768px) {
  #nav_global .en {
    opacity: 1;
  }
  #nav_global .ja {
    opacity: 1 !important;
  }
}
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #ff9b4e !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .drawer-menu {
    width: 75% !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: left;
  }
  .drawer-menu li {
    text-align: left !important;
    display: block;
    width: 100%;
  }
  .drawer-menu li a {
    font-size: 1.28571rem;
    font-weight: 400;
    font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .drawer-menu li ul li a {
    display: inline-block;
    background: #b35300;
    padding: 0.2em 0.5em !important;
  }
  .drawer-menu li ul li:nth-child(even) a {
    background: #c25a00;
  }
}
#global_footer {
  background: url(../images/common/footer_bg.png) repeat;
  position: relative;
}
#global_footer #pagetop {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 999999999999 !important;
}
@media screen and (max-width: 468px) {
  #global_footer #pagetop {
    right: 0;
  }
  #global_footer #pagetop img {
    width: 75%;
    height: 75%;
  }
}

#footer {
  margin-top: 50px;
}
#footer .inner {
  position: relative;
}
#footer .inner .f_nav {
  width: 960px;
  color: #723407;
  padding: 35px 0;
  border-bottom: 1px solid #ffeace;
}
@media screen and (max-width: 768px) {
  #footer .inner .f_nav {
    width: 100%;
    max-width: 100%;
  }
}
#footer .inner .nav_footer {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .inner .nav_footer {
    flex-flow: wrap column;
  }
}
@media screen and (max-width: 468px) {
  #footer .inner .nav_footer li {
    display: none;
  }
}
#footer .inner .nav_footer li a {
  color: #723407 !important;
  font-size: 13px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  #footer .inner .nav_footer li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 468px) {
  #footer .inner .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
    padding: 1em 0;
    background: #fff;
    border-radius: 500px;
    color: #333 !important;
  }
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #footer .inner .footer_container {
    padding: 2em 0;
    flex-flow: column;
  }
}
#footer .inner .footer_container .col_01 {
  width: 960px;
  margin: 0 auto;
  display: flex;
  text-align: left;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_01 {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_01 {
    padding: 0 5px;
    flex-flow: column;
    align-items: center;
  }
}
#footer .inner .footer_container .col_01 a {
  color: #333 !important;
  font-size: 1.42857rem;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_01 a {
    font-size: 1.14286rem;
    margin-bottom: 10px;
  }
}
#footer .inner .footer_container .col_01 .h_tel {
  width: 300px;
  color: #723407;
}
#footer .inner .footer_container .col_01 ul li {
  padding-left: 18px;
}
#footer .inner .footer_container .col_01 ul li:nth-child(1) {
  background: url(../images/common/icon_map.png) left 18% no-repeat;
}
#footer .inner .footer_container .col_01 ul li:nth-child(2) {
  background: url(../images/common/icon_tel.png) left center no-repeat;
}
#footer .inner .footer_container .col_01 ul li:nth-child(3) {
  background: url(../images/common/icon_fax.png) left center no-repeat;
}
#footer .inner .footer_container .col_01 ul li:nth-child(4) {
  background: url(../images/common/icon_time.png) left 10% no-repeat;
}
#footer .inner .footer_container .col_02 {
  flex: 0 0 70%;
}

.f_logo01 {
  width: 300px;
}
@media screen and (max-width: 468px) {
  .f_logo01 {
    width: auto;
  }
}

#copyright {
  color: #723407;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
  /*-------------------- HOME --------------------*/
  /*-------------------- SHOP --------------------*/
  /*-------------------- Lineup --------------------*/
  /*-------------------- flow --------------------*/
  /*-----------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 468px) {
  #contents_wrap {
    padding: 0 0 50px;
  }
}
#contents_wrap .h1_txt01 {
  background-color: #ff9b4e;
  background-size: cover;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 468px) {
  #contents_wrap .h1_txt01 {
    height: 70px;
    margin-top: 10px !important;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap .h1_txt01 {
    height: 70px;
    margin-top: 150px;
  }
}
#contents_wrap .h1_txt01 h1 {
  font-size: 25px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 468px) {
  #contents_wrap .h1_txt01 h1 {
    font-size: 1.42857rem;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap .h1_txt01 h1 {
    font-size: 1.42857rem;
  }
}
#contents_wrap .h1_txt01 h1 span {
  display: block;
  font-size: 15px;
  color: #FFF;
}
#contents_wrap .h1_txt02 h1 {
  font-size: 2.57143rem;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents_wrap .h1_txt02 h1 span {
  display: block;
  font-size: 1.14286rem;
}
#contents_wrap .h2_txt01 h2 {
  font-size: 30px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 468px) {
  #contents_wrap .h2_txt01 h2 {
    text-align: center;
  }
}
#contents_wrap .h2_txt01 h2 span {
  font-size: 18px;
  display: inline-block;
  margin-left: 0.5em;
}
#contents_wrap .h2_txt01 h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #b2d3d4;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 468px) {
  #contents_wrap .h2_txt01 h2:after {
    right: 0;
    margin: auto;
  }
}
#contents_wrap .h2_txt02 h2 {
  font-size: 30px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-bottom: 0.3em;
}
#contents_wrap .h2_txt02 h2 span {
  font-size: 18px;
  display: block;
  margin-top: -0.3em;
}
#contents_wrap .h2_txt02 h2:after {
  content: "";
  position: absolute;
  width: 115px;
  height: 3px;
  background: #ff8e3a;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
}
@media screen and (max-width: 468px) {
  #contents_wrap .h2_txt02 h2:after {
    top: 50px;
  }
}
#contents_wrap .h2_txt03 h2 {
  font-size: 1.42857rem;
  background: rgba(178, 211, 212, 0.2);
  padding: 0.3em 1em;
  border-left: 2px solid #b2d3d4;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents_wrap .h2_txt04 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-bottom: 0.3em;
}
#contents_wrap .h2_txt04 h2 span {
  font-size: 1rem;
  display: block;
  margin-top: -0.3em;
}
#contents_wrap .h2_txt04 h2:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #b2d3d4;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#contents_wrap .h2_txt05 h2 {
  font-size: 1.42857rem;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: -0.5em;
  position: relative;
  display: inline-block;
}
#contents_wrap .h2_txt05 h2:after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  position: absolute;
  background: #333;
  top: 50%;
  left: 110%;
}
#contents_wrap .h3_txt01 h3 {
  font-size: 1.28571rem;
  font-weight: bold;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 2px solid #b2d3d4;
}
#contents_wrap .home_cont01, #contents_wrap .home_cont05 {
  position: relative;
}
#contents_wrap .home_cont01 table .left, #contents_wrap .home_cont05 table .left {
  background: url(../images/home/img_home01.jpg) no-repeat;
  background-size: cover;
  height: 500px !important;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont01 table .left, #contents_wrap .home_cont05 table .left {
    height: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap .home_cont01 table .left, #contents_wrap .home_cont05 table .left {
    width: 100%;
    margin: 0 auto;
  }
}
#contents_wrap .home_cont01 table .right, #contents_wrap .home_cont05 table .right {
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translate(19%, 15%);
  background: #fff3d6;
  padding: 40px 40px !important;
  z-index: 9999999;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont01 table .right, #contents_wrap .home_cont05 table .right {
    width: 100% !important;
    transform: none;
  }
}
#contents_wrap .home_cont01 table .right h1, #contents_wrap .home_cont05 table .right h1 {
  font-size: 28px;
  text-align: left;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-bottom: 10px;
  background: url(../images/home/catdog.png) no-repeat;
  padding-left: 100px;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont01 table .right h1, #contents_wrap .home_cont05 table .right h1 {
    font-size: 20px;
  }
}
#contents_wrap .home_cont01 table .right h1:after, #contents_wrap .home_cont05 table .right h1:after {
  content: "";
  width: 420px;
  height: 1px;
  background: #ac8d76;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
#contents_wrap .home_cont01 table .right p, #contents_wrap .home_cont05 table .right p {
  text-align: left;
}
#contents_wrap .home_cont02 {
  background-color: #fff3d6;
  position: relative;
}
#contents_wrap .home_cont02:before {
  position: absolute;
  content: url(../images/home/leftcat.png);
  display: block;
  top: 0;
  left: 0%;
  z-index: 0;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont02:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap .home_cont02:before {
    display: none;
  }
}
#contents_wrap .home_cont02:after {
  position: absolute;
  content: url(../images/home/rightdog.png);
  display: block;
  top: 0;
  right: 0%;
  z-index: 1;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont02:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap .home_cont02:after {
    display: none;
  }
}
#contents_wrap .home_cont02 .inner {
  padding: 60px 0px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents_wrap .home_cont02 .inner {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont02 .inner {
    padding: 20px 0px;
  }
}
#contents_wrap .home_cont03 {
  background-color: #fff3d6;
  position: relative;
}
#contents_wrap .news {
  width: 960px;
  margin: 0 auto;
  border-bottom: 3px solid #ffe8b0;
}
#contents_wrap .news b {
  background-color: #ff8e3a;
  width: 100px;
  color: #FFF;
  font-weight: normal !important;
  padding: 0 20px;
}
#contents_wrap .news .box2 {
  width: 400px;
}
#contents_wrap .time {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  #contents_wrap .time {
    max-width: 100%;
  }
  #contents_wrap .time tr {
    width: 100% !important;
  }
}
#contents_wrap .time span {
  color: #FFF;
  font-size: 20px;
}
#contents_wrap .access {
  width: 960px;
  margin: 0 auto;
}
#contents_wrap .access b {
  background-color: #ff8e3a;
  width: 100px;
  color: #FFF;
  font-weight: normal !important;
  padding: 0 10px;
}
#contents_wrap .map {
  width: 960px;
  margin: 0 auto;
  margin-top: 150px;
}
#contents_wrap .home_cont05 table .left {
  background: url(../images/home/bg_home02.jpg) no-repeat !important;
}
#contents_wrap .home_cont05 table .right {
  transform: translate(15%, 15%);
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont05 table .right {
    transform: none;
  }
}
#contents_wrap .home_cont05 table .right p {
  text-align: left;
}
#contents_wrap .news_area02 {
  width: 960px;
  height: 300px;
  margin: 0 auto;
  overflow-y: auto;
}
@media screen and (max-width: 468px) {
  #contents_wrap .news_area02 {
    width: 100%;
    max-width: 100%;
  }
}
#contents_wrap .news_area02 .news_txt {
  border-bottom: 1px solid #c8c8c8;
  border-bottom: 3px solid #ffe8b0;
}
#contents_wrap .news_area02 .news_txt b {
  background-color: #ff8e3a;
  width: 100px;
  color: #FFF;
  font-weight: normal !important;
  padding: 0 20px;
}
#contents_wrap .home_cont06 {
  background: url(../images/home/ptn_home02.png);
  padding: 60px 0;
}
#contents_wrap .home_cont06 .inner {
  width: 800px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  font-size: 18px;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont06 .inner {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }
}
#contents_wrap .home_cont06 .inner .tel_txt {
  font-size: 35px;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont06 .inner .tel_txt {
    font-size: 24px;
  }
}
#contents_wrap .home_cont06 .inner tr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 468px) {
  #contents_wrap .home_cont06 .inner tr {
    flex-flow: column;
  }
}
#contents_wrap .home_cont06 .inner .line_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
#contents_wrap .shop_cont01 {
  background: #f4f4f4;
  padding: 40px 0;
}
#contents_wrap .shop_cont01 table {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents_wrap .shop_cont01 table {
    width: 100%;
    max-width: 100%;
  }
}
#contents_wrap .shop_cont01 h2 {
  font-size: 1.42857rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #8ae6c2;
}
#contents_wrap .shop_cont02 {
  display: flex;
}
@media screen and (max-width: 468px) {
  #contents_wrap .shop_cont02 {
    flex-flow: column;
  }
}
#contents_wrap .shop_cont03 ul li {
  border-bottom: #8ae6c2 solid 1px;
}
#contents_wrap .bg_line01 {
  height: 2px;
  background: rgba(138, 230, 194, 0.9);
}
#contents_wrap .shop_cont05 {
  width: 1000px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contents_wrap .shop_cont05 {
    width: 100%;
    max-width: 100%;
    flex-flow: column;
  }
}
#contents_wrap .shop_cont06 {
  padding: 60px 0;
  background: url(../images/home/ptn_home02.png);
}
#contents_wrap .shop_cont06 .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #contents_wrap .shop_cont06 .inner {
    padding: 50px 10px;
  }
}
#contents_wrap .shop_cont06 .inner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 468px) {
  #contents_wrap .shop_cont06 .inner .container {
    flex-flow: column;
  }
}
#contents_wrap .shop_cont06 .inner .container div {
  flex: 0 0 48%;
}
#contents_wrap .shop_cont06 .inner .container h2 {
  font-size: 1.42857rem;
  font-weight: bold;
  margin-bottom: -1em;
  border-bottom: 1px solid #ccc;
}
#contents_wrap .btn01 a {
  display: inline-block;
  background: linear-gradient(45deg, #6ed4ac, #09955e);
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-radius: 500px;
  padding: 0.5em 1em;
  font-size: 1.28571rem;
  margin-right: 1em;
}
@media screen and (max-width: 468px) {
  #contents_wrap .btn01 a {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
#contents_wrap .lineup_cont01 table {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents_wrap .lineup_cont01 table {
    width: 100%;
    max-width: 100%;
  }
}
#contents_wrap .lineup_cont01 a {
  background: #c40a1b;
  display: inline-block;
  width: 300px;
  padding: 0.5em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents_wrap .lineup_cont01 a {
    width: 200px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap .lineup_cont01 a {
    display: block;
    width: 100%;
  }
}
#contents_wrap .lineup_cont01 a:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#contents_wrap .lineup_cont02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#contents_wrap .lineup_cont02 div {
  flex: 0 0 32%;
  margin-bottom: 30px;
}
#contents_wrap .lineup_cont02:after {
  content: "";
  display: block;
  width: 32%;
}
#contents_wrap .lineup_cont03 {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contents_wrap .lineup_cont03 {
    flex-flow: column;
  }
}
#contents_wrap .lineup_cont03 .slider {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #contents_wrap .lineup_cont03 .slider {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap .lineup_cont03 .slider {
    width: 300px;
  }
}
#contents_wrap .lineup_cont03 .cloud-zoom img {
  width: 600px !important;
  height: 500px !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 468px) {
  #contents_wrap .lineup_cont03 .cloud-zoom img {
    width: 300px !important;
    height: 300px !important;
  }
}
#contents_wrap .lineup_cont03 .slide-item img {
  width: 100%;
}
#contents_wrap .lineup_cont03 #thumbnail-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents_wrap .lineup_cont03 .slick-dots {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#contents_wrap .lineup_cont03 .slick-dots li {
  flex-grow: 1;
}
#contents_wrap .lineup_cont03 .slick-dots li img {
  width: 100% !important;
  height: 120px !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
#contents_wrap .lineup_cont03 .txt {
  flex: 0 0 46%;
}
#contents_wrap .lineup_cont03 .txt h3 {
  font-size: 1.71429rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  border-bottom: 2px solid #b2d3d4;
}
#contents_wrap .experience_cont01 h3 {
  font-size: 1.71429rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#contents_wrap .experience_cont02 table td {
  background: rgba(178, 211, 212, 0.15);
  border-bottom: 1px solid #ccc;
}
#contents_wrap .experience_cont02 table td:nth-child(even) {
  background: #fff;
}
#contents_wrap .form_txt01 a {
  color: #b2d3d4 !important;
}
#contents_wrap .flow_cont01 {
  background: #f4f4f4;
  padding: 60px 0;
}
#contents_wrap .flow_cont01:nth-child(odd) {
  background: #fff;
}
#contents_wrap .flow_cont01 .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#contents_wrap .flow_cont01 .inner .txt {
  flex: 0 0 47%;
}
#contents_wrap .flow_cont01 .inner .txt h3 {
  font-size: 2.57143rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 3px solid #edcf45;
}
#contents_wrap .flow_cont01 .inner .txt h3 span {
  font-size: 1.71429rem;
  margin-right: 0.5em;
}
#contents_wrap .contact_cont01 {
  display: flex;
  justify-content: space-around;
}
#contents_wrap .contact_cont01 .box {
  width: 48%;
  background: #f4f4f4;
  padding: 60px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
#contents_wrap .contact_cont01 .box h2 {
  margin-bottom: 20px;
}
#contents_wrap .contact_cont01 .box .txt a {
  display: block;
  font-size: 2.57143rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333 !important;
}
#contents_wrap .home_tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents_wrap .home_tel a {
  color: #333 !important;
}
#contents_wrap #ハーバリウム, #contents_wrap #フラワーアレンジメント, #contents_wrap #アレンジメント, #contents_wrap #花束, #contents_wrap #切り花, #contents_wrap #スタンド花, #contents_wrap #胡蝶蘭, #contents_wrap #観葉植物, #contents_wrap #母の日, #contents_wrap #父の日, #contents_wrap #ハーバリウム体験, #contents_wrap #フラワーアレンジメント体験 {
  margin-top: -100px;
  padding-top: 100px;
}
#contents_wrap #access {
  margin-top: -100px;
  padding-top: 100px;
}

/* title */
.tb1 {
  font-size: 15px;
  background: url(../images/home/icon.png) no-repeat left center;
  width: 225px;
  margin: 0 auto;
  padding-top: 4px;
  padding-left: 25px;
  text-align: left;
}
.tb1 p {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .tb1 {
    background-size: auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 468px) {
  .tb1 {
    background-size: contain !important;
    font-size: 15px;
    padding-left: 30px;
    padding-top: 4px;
  }
}

.text {
  font-size: 15px;
  background: url(../images/contents/h1icon.png) no-repeat left center;
  text-align: center;
  padding-left: 80px;
}
.text p {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .text {
    background-size: auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 468px) {
  .text {
    background-size: contain !important;
    font-size: 15px;
  }
}

span {
  color: #ff8e3a;
  font-size: 12px;
}

.greeting {
  margin-top: -40px;
  width: 960px;
}
.greeting p {
  font-size: 18px;
}

.ttl {
  color: #2f1807;
  /*文字色*/
  padding: 0.5em;
  /*文字周りの余白*/
  display: inline-block;
  /*おまじない*/
  line-height: 1.3;
  /*行高*/
  background: #ffcba5;
  /*背景色*/
  vertical-align: middle;
  /*上下中央*/
  border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
  width: 960px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .ttl {
    width: 100%;
  }
}

.ttl2 {
  padding: 0.3em;
  /*文字周りの余白*/
  color: #ff9500;
  /*文字色*/
  font-size: 15px;
  font-weight: bold;
  background: #fffaf4;
  /*背景色*/
  border-left: solid 5px #ff9500;
  /*左線（実線 太さ 色）*/
}
@media screen and (max-width: 468px) {
  .ttl2 {
    width: 100%;
  }
}

.ttl:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.tb {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.tb td {
  padding: 10px 10px !important;
}
@media screen and (max-width: 468px) {
  .tb td {
    width: 350px !important;
    margin: 0 auto;
  }
}

.info {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}
.info td {
  padding: 10px 10px !important;
}

.timeleft {
  font-size: 18px;
  font-weight: bold;
}

/*# sourceMappingURL=common.css.map */
