@charset "utf-8";

/*reseet*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, em, img,
small, strong, b, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, footer, header, menu, nav, section, main, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html, body {
  height: 100%
}
article, footer, header, menu, nav, section, main {
  display: block;
  clear: both;
}
img {
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}
*:focus {
  outline: none
}
area {
  display: block !important;
}

/*base setting*/
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: .1rem;
  color: #333;
}
a {
  text-decoration: none;
  color: #333333;
}
.icon {
  fill: #ff6f61;
}
.ffMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cf::after {
	display: block;
	clear: both;
	content: "";
}

/*drawer*/
.drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 1rem;
  text-align: left;
}
.drawer-nav .drawer-nav-header {
  padding: 30px 15px 0;
  background: #4c3a23;
}
.drawer-nav .drawer-nav-header .close {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 32px;
  display: block;
  cursor: pointer;
}
.drawer-nav .drawer-nav-header .close::before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  background-image: url(../images/slidenav_close.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.drawer-nav .drawer-nav-list {
  padding: 15px;
  background: #4c3a23;
  width: 100%;
  margin-left: auto;
  color: #FFF;
  z-index: 1;
  touch-action: auto;
}
.drawer-nav .drawer-nav-list > ul {
  overflow: hidden;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #C4B8AD;
}
.drawer-nav .drawer-nav-list > ul > li {
  font-size: 1.6rem;
  border-top: 1px solid #C4B8AD;
  border-bottom: 1px solid #151515;
}
.drawer-nav .drawer-nav-list > ul > li a {
  display: block;
  line-height: 1;
  color: #FFF;
  coursor:pointer;
}
.drawer-nav .drawer-nav-list > ul > li:first-child .entry_btn {
  margin-bottom: 1.6rem;
}
.drawer-nav .drawer-nav-list > ul > li a {
  padding: 1em 1rem;
  display: block;
  font-size: 1.8rem;
}
.drawer-nav .drawer-nav-list > ul > li:not(:first-child) a .icon {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 1rem;
}
.drawer-hamburger {
  position: relative;
  width: 64px;
  height: 64px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  outline: 0;
  background: #e1ddd2;
  border: none;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #232323;
}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  position: absolute;
  top: -12px;
  left: 0;
  content: ' ';
}
.drawer-hamburger-icon::after {
  top: 12px;
}
.drawer-open {
  overflow: hidden !important;
}
.drawer-open .drawer-nav {
  right: 0;
}
.drawer-open .drawer-nav .drawer-menu {
  padding-bottom: 100px;
}
.drawer-open .drawer-hamburger {
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon::after, .drawer-open .drawer-hamburger-icon::before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon::before {
  transform: rotate(225deg);
}
.drawer-open .drawer-hamburger-icon::after {
  transform: rotate(-225deg);
}
.drawer-open .drawer-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(49, 47, 47, 0.8);
  pointer-events: none;
}
.drawer-contact-bg p {
  text-align: center;
  margin: 0 auto 20px;
}
.drawer-contact-bg .drawer-contact::after {
  content: '';
  display: block;
  clear: both;
}
.drawer-contact-bg .drawer-contact {
  margin: 0 5%;
}
.drawer-contact-bg .drawer-contact li {
  float: left;
  width: 30%;
  margin: 0 1.6%;
  text-align: center;
  font-size: 1.2rem;
}
.drawer-contact-bg .drawer-contact li span {
  width: 32px;
  display: block;
  margin: 0 auto 5px;
}

/*=======================================
  HEADER
=======================================*/
header {
  position: relative;
}
header a {
  display: block;
}
header .header {
  position: relative;
  max-width: 828px;
  margin: 0 auto 20px;
  padding: 10px 10px 15px;
  border-bottom: 2px solid #333;
}
header .header #headerLogo {
  float: left;
  width: 158px;
  font-size: 1.6rem;
}
header .header #headerText {
  position: absolute;
  font-weight: bold;
  font-size: 11px;
  max-width: 320px;
  line-height: 1.2;
	text-indent: -2em;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 320px) {
  header .header #headerText {
    font-size: calc(11px + ((1vw - 1.6px)*1.4));
  }
}
@media (min-width: 480px) {
  header .header #headerText{
    font-size: 21px;
  }
}

header #headerNav {
  padding: 0 5px;
  text-align: center;
}
header #headerNav ul {
  position: relative;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header #headerNav ul li {
  position: relative;
  margin: 0 auto 10px;
  width: 31%;
}

/*=======================================
  CONTENTS
=======================================*/
#wrapper {
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 828px;
  min-width: 320px;
}
main {
  margin: 0 auto 48px;
  padding: 0 10px;
}
main section .sectionMd {
  margin-bottom: 20px;
}
main section .sectionMd img {
  width: 100%;
  height: auto;
}


/*=======================================
  TOP
=======================================*/
main #top .topSliderWrap {
  margin: 0 auto 30px;
}

main #top .topConcept {
  position: relative;
  margin: 0 auto 30px;
}
main #top .topConcept::before {
  content: '';
  display: block;
  padding-top: 60.4%;
}
main #top .topConcept .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top_concept_bg.png);
  background-size: cover;
  padding: 6% 0 0;
}
main #top .topConcept .inner h2 {
  margin: 0 38.9% 3.8%;
}
main #top .topConcept .inner .read {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 320px) {
  main #top .topConcept .inner .read {
    font-size: calc(14px + ((1vw - 3.2px)*5.12));
  }
}
@media (min-width: 828px) {
  main #top .topConcept .inner .read {
    font-size: 4rem;
  }
}

main #top .topNewsWrap {
  margin: 0 auto 30px;
  padding: 15px;
}
main #top .topNewsWrap h2 {
  margin-bottom: 10px;
}
main #top .topNewsWrap h2 img {
  width: 100%;
}
main #top .topNewsWrap .newnewsWrap {
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #e1ddd2;
}
main #top .topNewsWrap .newnewsWrap .newnews {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
main #top .topNewsWrap .newnewsWrap .newnews img {
  float: left;
  width: 30%;
  margin-right: 10px;
}
main #top .topNewsWrap .newnewsWrap .newnews .update {
  font-size: 1.2rem;
}
main #top .topNewsWrap .newnewsWrap .newnews .newsTitle {
  font-size: 1.6rem;
  font-weight: bold;
}

main #top .topCouponWrap {
  background-color: #f2f2f2;
  padding: 15px;
  margin: 0 auto 30px;
}

main #top .topBlogWrap {
  margin: 0 auto 30px;
}
main #top .topBlogWrap h2 {
  margin: 0 15px 30px;
}
main #top .topBlogWrap .read {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 320px) {
  main #top .topBlogWrap .read {
    font-size: calc(12px + ((1vw - 3.2px)*3.15));
  }
}
@media (min-width: 828px) {
  main #top .topBlogWrap .read {
    font-size: 2.8rem;
  }
}
main #top .topBlogWrap .blog {
  margin: 0 15px;
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #e1ddd2;
}
main #top .topBlogWrap .blog .photo {
  margin-bottom: 10px;
}

main #top .topCouponWrap {
  background-color: #f2f2f2;
  padding: 15px;
  margin: 0 auto 30px;
}

main #top .topCastWrap {
  margin: 0 auto 30px;
}
main #top .topCastWrap h2 {
  margin: 0 15px 15px;
}
main #top .topCastWrap .cast {
  padding: 30px 0 15px;
  background-color: #f7f7f7;
}
main #top .topCastWrap .cast .read {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 320px) {
  main #top .topCastWrap .cast .read {
    font-size: calc(12px + ((1vw - 3.2px)*3.15));
  }
}
@media (min-width: 828px) {
  main #top .topCastWrap .cast .read {
    font-size: 3rem;
  }
}
main #top .topCastWrap .cast .moreLinkBtn {
  margin: 0 31px;
}

main #top .topSystemWrap {
  margin: 0 auto 30px;
}
main #top .topSystemWrap .system {
  padding: 0 15px 15px;
  background-image: url(../images/top_system_bg.png);
  background-size: cover;
  background-position: top center;
}
main #top .topSystemWrap .system .inner {
  padding: 50px 15px 30px 15px;
  background-color: #f7f7f7;
  border: 2px solid #e1ddd2;
}
main #top .topSystemWrap .system .inner .price {
  margin: 0 auto 30px;
}

main #top .topMailmagaWrap {
  margin: 0 auto 30px;
  padding: 0 15px;
}
main #top .topMailmagaWrap .mailmaga {
  position: relative;
}

main #top .groupWrap {
  padding: 50px 31px;
  background-color: #f2f2f2;
}
main #top .groupWrap h2 {
  margin: 0 auto 20px;
  padding: 0 24% 20px;
  border-bottom: 5px double #a69a60;
}
main #top .groupWrap h3 {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #FFF;
  background-color: #a69a60;
  font-size: 1.8rem;
  line-height: 1;
}
main #top .groupWrap h4 {
  font-size: 1.6rem;
}
main #top .groupWrap h4 span {
  display: inline-block;
  width: 18px;
  margin-right: 6px;
}
main #top .groupWrap h4 span img {
  vertical-align: text-top;
}
main #top .groupWrap .kita {
  margin-bottom: 20px;
}
main #top .groupWrap ul li:first-child {
  float: left;
  width: 48%;
}
main #top .groupWrap ul li:last-child {
  float: right;
  width: 48%;
}

main #top .topRecruitWrap {
  margin: 0 auto 30px;
}
main #top .topRecruitWrap .recruit {
  padding: 0 15px 15px;
  background-image: url(../images/top_system_bg.png);
  background-size: cover;
  background-position: top center;
}
main #top .topRecruitWrap .recruit .inner {
  padding: 30px 15px;
  background-color: #f7f7f7;
  border: 2px solid #e1ddd2;
}
main #top .topRecruitWrap .recruit .read {
  margin: 0 auto 30px;
  font-size: 1.2rem;
}
@media (min-width: 320px) {
  main #top .topRecruitWrap .recruit .read {
    font-size: calc(12px + ((1vw - 3.2px)*3.15));
  }
}
@media (min-width: 828px) {
  main #top .topRecruitWrap .recruit .read {
    font-size: 3rem;
  }
}
main #top .topRecruitWrap .recruit .read span {
  color: #a69a60;
}
main #top .topCastWrap .cast .moreLinkBtn {
  margin: 0 31px;
}


/*=======================================
  SYSTEM
=======================================*/
main #system .price {
  margin-bottom: 50px;
}
main #system .price img {
  width: 100%;
}
main #system .exampleWrap {
  margin-bottom: 50px;
  padding: 15px;
  background-color: #f7f7f7;
}
main #system .example {
  padding: 15px;
}
main #system .example img {
  width: 100%;
}
main #system .card {
  margin: 0 45px;
}
main #system .card img {
  width: 100%;
}


/*=======================================
  SHOP
=======================================*/
main #shop .vrView iframe {
  height: 480px;
}


/*=======================================
  ACCESS
=======================================*/
main #access .rootWrap {
  border: 1px solid #e1ddd2;
  padding: 12px;
}
main #access .rootWrap h3 {
  border-bottom: 1px solid #e1ddd2;
  margin: 0 auto 12px;
  padding: 15px 0 10px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #a68f65;
}
main #access .gmap {
  margin: 0 auto 10px;
}
main #access .mapOption {
  margin: 0 auto 30px;
}
main #access .mapOption li {
  background-color: #5a4000;
  width: 49%;
}
@media (max-width: 480px) {
  main #access .mapOption li {
    font-size: 1.2rem;
  }
  main #access .mapOption li a span {
    margin-right: 5px;
  }
}
main #access .mapOption li a {
  display: block;
  padding: 15px 0;
  color: #FFF;
  text-align: center
}
main #access .mapOption li:first-child {
  float: left;
}
main #access .mapOption li:last-child {
  float: right;
}
main #access .mapOption li a span {
  display: inline-block;
  margin-right: 10px;
}
main #access .rootWrap .rootStep {
  font-size: 1.6rem;
}
main #access .rootWrap .rootStep li {
  text-indent: -20px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  line-height: 2.4rem;
}
main #access .rootWrap .rootStep li:not(:last-child) {
  border-bottom: 1px solid #e1ddd2;
}
main #access .rootWrap .rootStep li span {
  display: inline-block;
  margin-right: -12px;
  width: 32px;
}


/*=======================================
  MAILMAGA
=======================================*/
main #mailmaga .ecWrap {
  margin: 0 auto 50px;
  padding: 15px;
  border: 1px solid #e1ddd2;
  background-color: #f2f2f2;
}
main #mailmaga .ecWrap h3 {
  border-bottom: 1px solid #e1ddd2;
  margin: 0 auto 12px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #a68f65;
}
main #mailmaga .ecWrap h3+p {
  text-align: center;
}
main #mailmaga .ecWrap p {
  font-size: 1.3rem;
}
main #mailmaga .ecWrap p.btn {
  display: block;
  padding: 10px 0;
  margin: auto;
  min-width: 260px;
  max-width: 350px;
}

main #mailmaga .note {
  padding: 15px;
  border: 1px solid #e1ddd2;
}
main #mailmaga .note h3 {
  border-bottom: 1px solid #e1ddd2;
  margin: 0 auto 12px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #a68f65;
}
main #mailmaga .note dl {
  border-bottom: 1px dashed #e1ddd2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
main #mailmaga .note dt {
  width: 100%;
  color: #a68f65;
}
main #mailmaga .note dt span {
  display: inline-block;
  width: 21px;
}
main #mailmaga .note dt span img {
  vertical-align: middle;
}
main #mailmaga .note dd {
  width: 100%;
  font-size: 1.2rem;
  padding-left: 28px;
}


/*=======================================
  NEWS LIST
=======================================*/
.newsBox {
  margin: 0 0 15px;
  text-align: left;
  padding: 3px;
  border: 1px solid #e1ddd2;
}
.newsUpdate {
  font-size: 1rem;
  text-align: right;
  color: #7D33D3;
  padding: 5px;
  border-bottom: 1px dashed #CCC;
}

.newsMidashi {
  font-size: 1.4rem;
  padding: 5px;
  background-color: #F5EFF5;
  color: #BB0070;
}

.newsImg {
	padding:10px 0;
	text-align:center;
}

.newsComment {
	background-color: #FFFDFA;
	padding:10px;
  font-size: 1.3rem;
}
.newsComment img {
  display: block;
  margin-bottom: 15px;
}


/*=======================================
  FOOTER
=======================================*/
footer {
  margin: 0 auto 62px;
}
footer #footerShopInfo {
  background-color: #4c3a23;
  font-size: 1.5rem;
  color: #a69580;
  padding: 38px 20px 20px;
  text-align: center;
}
footer #footerShopInfo .logo {
  border-bottom: 1px solid #5e4e39;
  margin-bottom: 15px;
  padding: 0 0 15px;
}
footer #footerShopInfo .logo img {
  width: 192px;
}
footer #footerShopInfo .tel {
  font-size: 2.4rem;
  font-weight: bold;
  color: #a69a60;
}
footer #footerShopInfo .tel a {
  color: #a69a60;
}
footer #footerShopInfo .add {
  line-height: 1.4;
  margin-bottom: 20px;
}


footer #footerShopInfo .copyright {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}

footer #footerBar {
  position: fixed;
  max-width: 828px;
  min-width: 320px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  background-color: #2c2c2c;
  z-index: 99;
}
#footerBar .shopTel {
  padding: 10px;
}
#footerBar .shopTel img {
  height: 42px;
}

#footerBar .navBtn {
  position: absolute;
  right: 0;
  top: 0;
}

/* PAGE TOP */
.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 67px;
  background: #cc768d;
  display: none;
  border-radius: 50%;
}
#pageTopWrap a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#pageTopWrap a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 42px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 1;
}

