@charset "UTF-8";
html {
  color: #000;
  background: transparent;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*:focus {
  outline: none;
}

body {
  width: 100%;
  margin: 0;
  /* 余白の削除 */
  padding: 0;
  /* 余白の削除 */
  font-size: 14px;
  font-family: "Century Gothic", "Meiryo", "ms pgothic", sans-serif;
  line-height: 1.6;
  color: #7D6150;
  letter-spacing: 0.3px;
  overflow-x: auto;
}
body img {
  max-width: 100%;
}
body a {
  text-decoration: none;
  color: #7CB3C9;
  transition: 0.2s;
}
body a:hover {
  filter: none;
  color: #608B9B;
  transition: 0.2s;
}

/*
@media screen and (max-width: 750px) {
body{width: 750px;min-width: 100%;overflow-x: hidden;}
#wrapper{overflow-x: hidden;}
}
*/
#wrapper {
  text-align: center;
  background-image: url("../images/footerbg.png"), url("../images/bg.png");
  background-attachment: fixed, fixed;
  background-position: bottom, center;
  background-repeat: no-repeat, repeat;
  background-color: #fefefe;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#wrapper a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.contents_Area {
  padding-top: 140px;
  width: 85%;
  max-width: 1400px;
  margin: 0 auto 20px;
  vertical-align: top;
}

.social i {
  width: 43px;
  margin-top: 5px;
}

button {
  text-align: center;
  margin: 0 auto;
}
button a {
  text-decoration: none;
  display: block;
  color: #fff;
  border-radius: 10px;
  background-color: #775854;
  box-shadow: 0 3px 0 #482727;
  padding: 5px;
}
button a:hover {
  background-color: #FDB55C;
  box-shadow: none;
  color: #775854;
  transform: translate3d(0, 2px, 0);
}

h1 {
  margin: 20px auto;
}

h2 {
  position: relative;
  padding-bottom: 0.4em;
  font-size: 24px;
  font-weight: 600;
  color: #610B38;
  margin: 0 auto 5px;
  display: block;
}
h2::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: "";
  height: 7px;
  width: 100%;
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #E1CBCB 2px, #E1CBCB 4px);
}
h2::before {
  content: "";
  position: relative;
  top: 0;
  background: url("../images/index/h2_base.png") no-repeat 50% 50%;
  /*アイコン画像*/
  width: 30px;
  height: 18px;
  display: inline-block;
  color: #fd8787;
  /*アイコン色*/
}

.common_wrap h3 {
  position: relative;
  line-height: 2.5;
  font-size: 18px;
  font-weight: 700;
  color: #543D3D;
}
.common_wrap h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  position: relative;
  margin-right: 5px;
  color: #fd8787;
}

h3 {
  line-height: 1.5;
  font-size: 19px;
  font-weight: 700;
  color: #543D3D;
}

a .newsimg:hover > img {
  opacity: 0.7;
  transition: 0.3s;
}

.border_wrap {
  border: 4px solid #D0E5EB;
  padding: 10px;
  border-radius: 10px;
  margin: 10px auto;
}

.yasumi {
  text-align: center;
  border: none;
  font-size: 15px;
  border: 4px solid #FCC7D2;
  padding: 20px;
}

strong {
  color: #fd8787;
  font-weight: 900;
}

/* -------------------------------
						▼TOP▼
-------------------------------*/
.topline_pink {
  width: 100%;
  height: 3px;
  background-color: #fd8787;
}

.single-item {
  height: 0;
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
.single-item li {
  position: relative;
  border-radius: 30px !important;
}

.movie_banner {
  position: relative;
  padding-top: 40%;
  max-height: 637px;
}
.movie_banner img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px !important;
}
.movie_banner #bg-video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px !important;
}

.single-item-mini .movie_banner img {
  max-width: 100%;
  position: absolute;
  top: 0;
}
.single-item-mini .movie_banner #bg-video {
  margin-left: 0;
  width: 100%;
  max-height: 637px;
}

.movie_banner:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.product_list {
  margin-top: 32%;
}

@media screen and (min-width: 1920px) {
  .product_list {
    margin-top: 660px;
  }
}
@media screen and (max-width: 750px) {
  .product_list {
    margin-top: 5%;
  }
}
/* -------------------------------
						▼ヘッダー▼
-------------------------------*/
.topline {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 997;
  top: 0;
  background-image: url("../images/headbg.png");
  background-position: center, center;
  background-size: cover;
  overflow-x: hidden;
}

.topline_base {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 996;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}

.w1280 {
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
  position: relative;
}

.contents {
  padding-top: 50px;
}

.pcMenu {
  width: 100%;
  position: relative;
  z-index: 20;
  margin: 13px auto 15px;
  position: fixed;
  z-index: 998;
}
.pcMenu nav ul {
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pcMenu nav li {
  margin: 0 0.6%;
}
.pcMenu nav li img {
  max-width: 93%;
}
.pcMenu nav li a {
  transition: 0.2s all ease 0s;
}
.pcMenu nav li a:hover {
  display: block;
  transform: translate3d(0, 3px, 0);
  filter: none;
}

.navili {
  opacity: 0.4;
}

.pcMenu.tokohana_logo {
  width: 140px;
}

.spMenu {
  display: none;
  position: fixed;
  z-index: 998;
  width: 100%;
}
.spMenu nav {
  position: relative;
  z-index: 999;
}
.spMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-left: 5%;
  padding-right: 5%;
}

.spMenu_nav {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 3px #fd8787 solid;
}
.spMenu_nav.active {
  display: none;
  z-index: 997;
  position: fixed;
  top: 90px;
  width: 100%;
}
.spMenu_nav li {
  margin: 20px auto;
  display: block;
  width: 100%;
}
.spMenu_nav li img {
  display: block;
  margin: 0 auto;
}

.menuBtn {
  background-image: url("../images/index/navi/sp.png");
  background-position: center, top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.menuBtn.active {
  background-image: url("../images/index/navi/sp_2.png");
  background-position: center, top;
  background-repeat: no-repeat;
}

/* -------------------------------
						▼フッター▼
-------------------------------*/
footer {
  width: 100%;
  height: 200px;
  position: relative;
  bottom: 0;
  z-index: 998;
  text-align: center;
  margin-top: auto;
  background-image: url("../images/index/footerbg.jpg");
}
footer img {
  width: 100px;
  display: inline-block;
  margin: 23px auto 0 10px;
}
footer li {
  display: inline-block;
  margin: 10px;
}

#copy {
  background: #8f7676;
}
#copy img {
  position: relative;
  top: 5px;
}

footer a {
  text-decoration: none;
  color: #FCF4E7;
  transition: 0.3s;
}
footer a:hover {
  filter: none;
  color: #EDCC9C;
  transition: 0.3s;
}

@media screen and (max-width: 1600px) {
  #menu_ray.active, .spMenu, .spMenu_nav.active {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /*ナビ*/
  .tokohana_kazari {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  /*ナビ*/
  header.tokohana_kazari {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  /*ナビ*/
  .pcMenu {
    display: block;
  }
  .pcMenu nav {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  /*ナビ*/
  .common_wrap {
    width: 95%;
  }
  .pcMenu {
    display: none;
  }
  #menu_ray.active, .spMenu, .spMenu_nav.active {
    display: block;
  }
  .footnavi {
    display: none;
  }
}/*# sourceMappingURL=style2024.css.map */