@charset "utf-8";

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #654358;
  line-height: 1.0;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
    background: #fff;
}
@media screen and (max-width: 767px) {
  body {
  }
}

/* -------------------------------------
  common
----------------------------------------*/
a {
  color: inherit;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
img {
  vertical-align: bottom;
}
.mover {
  transition: opacity 0.2s ease-out;
}
.mover:hover {
  opacity: 0.8;
}
.mover.type02:hover {
  opacity: 0.9;
}
.anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
.mode_pc {
  display: block;
}
.mode_pc_ib {
  display: inline-block;
}
.mode_sp,
.mode_sp_ib{
  display: none;
}
.mail a {
  cursor: pointer;
}
img {
  max-width: 100%;
}
#contents {
  padding-top: 218px;
}
.inner {
  max-width: 100%;
  margin: auto;
  padding: 0 10%;
  box-sizing: border-box;
}
.subContentWrap {
  padding: 50px 0;
}
@media screen and (max-width: 1460px) {
	#contents {
	  padding-top: 175px;
	}
}
@media screen and (max-width: 1024px) {
  .mode_pc,
  .mode_pc_ib {
    display: none;
  }
  .mode_sp {
    display: block;
  }
  .mode_sp_ib {
    display: inline-block;
  }
  .tel a, .mail a {
    pointer-events: auto;
  }
  #contents {
    padding-top: 60px;
  }
  .inner {
    min-width: inherit;
    min-width: auto;
    padding: 0 4%;
  }
  .contentWrap {
    padding: 20px 0;
  }
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/* -------------------------------------
  header
----------------------------------------*/
header {
  position: fixed;
  width: 100%;
  height: 218px;
  background-color: #684459;
  z-index: 1000;
}
header,
header h1,
header .siteName,
header nav,
header.follow,
header.follow .iconNav,
header.follow .siteLogo,
header.follow #menu_btn02 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header>div {
  position: relative;
  text-align: center;
}
header h1 {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
header .siteName {
  position: absolute;
  top: 76px;
  left: 3.6%;
  color: #ecc4ca;
  font-size: 17px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  margin: auto;
}
header .iconNav {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 3%;
}
header .iconNav li {
  float: left;
  margin-right: 22px !important;
}
header .iconNav li:last-child {
  margin-right: 0;
}
header .iconNav li a {
  display: block;
}
header nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #ecc4ca;
  text-align: center;
}
header nav .textNav>li {
  display: inline-block;
  font-family: 'Cardo', serif;
  color: #684459;
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 4%;
}
header nav .textNav>li>a,
header nav .textNav>li>p,
header nav .textNav>li.parent p {
  position: relative;
  display: block;
  padding: 12px 0;
}
header nav .textNav>li>a:after {
  position: absolute;
  bottom: 8px;
  left: 33%;
  right: 33%;
  height: 1px;
  display: block;
  content: "";
  background: #ecc4ca;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav .textNav>li>a:hover:after {
  left: 0px;
  right: 0px;
  background: #684459;
}
header.follow {
  height: 78px;
}
header.follow  h1,
header.follow .siteName {
  top: -170px;
}
header .siteLogo {
  top: -200px;
  opacity: 0;
}
header.follow .siteLogo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  opacity: 1;
}
header.follow nav {
  padding: 15px 0;
}
header.follow .iconNav {
  top: 5px;
}
.productChild,
.estheticChild,
.navChild {
  display: none;
}
header nav .textNav>li.parent a+p {
  display: none!important;
}
@media screen and (max-width: 1460px) {
  header {
    height: 175px;
  }
  header .siteName {
    font-size: 15px;
    font-size: 1.5rem;
    top: 55px;
    left: 2%;
  }
  header h1 {
    top: 20px;
  }
  header h1 img {
    width: 300px;
  }
  header .iconNav {
    top: 40px;
  }
  header nav .textNav>li {
    font-size: 20px;
    font-size: 2.0rem;
    padding-right: 2%;
  }
  header.follow {
    height: 74px;
  }
  header.follow .siteLogo {
    left: 10px;
    width: 148px;
  }
  header.follow .iconNav {
    top: 12px;
  }
  header .iconNav li {
    width: 52px;
    margin-right: 10px;
  }
  header.follow .megaMenu {
    top: 74px;
  }
}
@media screen and (max-width: 1180px) {
  header .siteName {
    font-size: 13px;
    font-size: 1.2rem;
    top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .productChild,
  .estheticChild,
  .navChild {
    display: block;
  }
  header nav .textNav>li.parent a+p {
    display: block!important;
  }
  header,
  header.follow {
    height: 60px;
  }
  header>div {
    height: auto;
    padding: 10px 0;
  }
  header h1,
  header.follow h1 {
    position: relative;
    top: 0;
  }
  header h1 img {
    width: 140px;
  }
  header .siteName {
    /*float: none;
    font-size: 10px;
    font-size: 1.0rem;
    padding: 2px 0 0;*/
    display: none;
  }
  #menu_btn,
  #menu_btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu_btn {
    position: absolute;
    top: 20px;
    left: 4%;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 8px 5px;
    display: block;
    margin: auto;
    cursor: pointer;
    text-align: center;
    width: 24px;
    height: 21px;
    z-index: 101;
  }
  #menu_btn span {
    position: absolute;
    left: 4%;
    width: 24px;
    height: 2px;
    background-color: #ecc4ca;
  }
  #menu_btn span:nth-of-type(1) {
    top: 1px;
  }
  #menu_btn span:nth-of-type(2) {
    top: 10px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.open span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  #menu_btn.open span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  header #inner_menu,
  .navChild {
    position: relative;
    top: 0;
    bottom: auto;
    width: 310px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(-320px);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1000;
    background-color: #ecc4ca;
  }
  #inner_menu.open .navChild {
    background-color: #fff;
  }
  #inner_menu.open {
    transform: translate(0); 
  }
  header.open02 .navChild01,
  header.open03 .navChild02,
  header.open04 .navChild03,
  header.open05 .navChild04,
  header.open06 .navChild05,
  header.open07 .navChild06,
  header.open08 .navChild07 {
    transform: translate(0); 
  }
  header .navChild li {
    display: inline-block;
    font-family: 'Cardo', serif;
    color: #684459;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #684459;
    box-sizing: border-box;
  }
  header .navChild li:last-child {
    border-bottom: none;
  }
  header .navChild li a {
    position: relative;
    display: block;
    padding: 12px 5%;
  }
  header nav .textNav>li>a.mode_pc {
    display: none;
  }
  header.open02 #inner_menu,
  header.open03 #inner_menu,
  header.open04 #inner_menu,
  header.open05 #inner_menu,
  header.open06 #inner_menu,
  header.open07 #inner_menu,
  header.open08 #inner_menu {
    transform: translate(-320px);
  }
  header #inner_menu .iconNav {
    position: relative;
    top: 0;
    right: 0;
    background-color: #684459;
    padding: 10px 5%;
    box-sizing: border-box;
    border-top: 1px solid #ecc4ca;
  }
  header .iconNav li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
  }
  header #inner_menu .textNav li {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding: 0 5%;
    border-bottom: 1px solid #684459;
    box-sizing: border-box;
  }
  header #inner_menu li a:after {
    content: none;
  }
  header #inner_menu .iconNav li a,
  header.follow nav {
    padding: 0;
  }
  header.follow .iconNav {
    top: 0;
  }
  #menu_btn02 {
    display: none;
  }
  header nav li a:after {
    content: none;
  }
  .parent div>div {
    width: 80%;
    float: left;
    display: inline-block;
  }
  .parent div>div+div {
    position: relative;
    width: 20%;
    float: right;
    text-align: center;
    border-left: 1px solid #684459;
    box-sizing: border-box;
  }
  .parent div>div+div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #684459;
    border-right: solid 1px #684459;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }
  nav .prev {
    position: relative;
    color: #684459;
    padding: 16px 0;
    background-color: #e7c0c7;
    border-bottom: 1px solid #684459;
  }
  nav .prev:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #684459;
    border-right: solid 1px #684459;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: auto;
  }
  header .navChild li.hide {display:none;}
  header .navChild .tab li {
    width: 50%;
    float: left;
    background-color: #e7c0c7;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #684459;
    padding: 12px 0;
    margin-top: 8px;
    border: 1px solid #e7c0c7;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  header .navChild .tab li+li {
    float: right;
  }
  header .navChild .tab li.select {
    background-color: #684459;
    color: #e7c0c7;
    border: 1px solid #684459;
  }
  header .navChild .content li li {
    position: relative;
  }
  header .navChild .content li+li li:last-child {
    border-bottom: 1px solid #684459;
  }
  header .navChild .tab+.content {
    background-color: #fff;
  }
  header #inner_menu .textNav li {
    position: relative;
  }
  header .navChild .content li li:after,
  header #inner_menu .textNav li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #684459;
    border-right: solid 1px #684459;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }
  header #inner_menu .textNav .parent:after {
    content: none;
  }
  header #inner_menu .textNav .parent .arrow {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    z-index: 20;
  }
  header #inner_menu .textNav .parent .arrow span {
    position: relative;
  }
  header #inner_menu .textNav .parent .arrow span:after,
  header #inner_menu .textNav .parent .arrow span:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #684459
  }
  header #inner_menu .textNav .parent .arrow span:before {
    width: 15px;
    height: 1px;
    top: 18px;
    left: 5px;
  }
  header #inner_menu .textNav .parent .arrow span:after {
    width: 1px;
    height: 15px;
    top: 11px;
    left: 12px;
  }
  header #inner_menu .textNav .parent .arrow span:after,
  header #inner_menu .textNav .parent .arrow span:before {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
  }
  header .productChild .content li li {
    background-image: url(../img/common/menu03.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2px 2px 2px 18%;
  }
  header .productChild .content li li a {
    padding: 18px 5%;
  }
  header .productChild .content li li:nth-child(2) {
    background-image: url(../img/common/menu04.jpg);
  }
  header .productChild .content li li:nth-child(3) {
    background-image: url(../img/common/menu05.jpg);
  }
  header .productChild .content li li:nth-child(4) {
    background-image: url(../img/common/menu06.jpg);
  }
  header .productChild .content li li:nth-child(5) {
    background-image: url(../img/common/menu07.jpg);
  }
  header .productChild .content li li:nth-child(6) {
    background-image: url(../img/common/menu08.jpg);
  }
  header .productChild .content li+li li:nth-child(1) {
    background-image: url(../img/common/menu09.jpg);
  }
  header .productChild .content li+li li:nth-child(2) {
    background-image: url(../img/common/menu10.jpg);
  }
  header .productChild .content li+li li:nth-child(3) {
    background-image: url(../img/common/menu11.jpg);
  }
  header .productChild .content li+li li:nth-child(4) {
    background-image: url(../img/common/menu12.jpg);
  }
  header .productChild .content li+li li:nth-child(5) {
    background-image: url(../img/common/menu13.jpg);
  }
  header .productChild .content li+li li:nth-child(6) {
    background-image: url(../img/common/menu14.jpg);
  }
  header .productChild .content li+li li:nth-child(7) {
    background-image: url(../img/common/menu15.jpg);
  }
  header .productChild .content li+li li:nth-child(8) {
    background-image: url(../img/common/menu16.jpg);
  }
}

/* -------------------------------------
  megaMenu
----------------------------------------*/
.megaMenu {
  position: fixed;
  width: 100%;
  max-height: 0;
  top: 218px;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
  padding: 8px 8px 0;
  z-index: 1000;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  transition: all .2s ease-in;
  z-index: -1;
}
.textNav>li.parent:hover>.megaMenu {
  max-height: 9999px;
  opacity: 1;
  z-index: 999;
}
.textNav>li.parent.close .megaMenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .2s ease-in;
  z-index: -1;
  padding: 0;
}
header.follow .megaMenu {
  top: 78px;
}
.megaMenu li {
  width: 100%;
  padding-bottom: 8px;
}
.megaMenu li>div {
  width: 24.6%;
  float: left;
  background-color: #fff;
  text-align: left;
  margin-right: 0.5%;
  padding: 5px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.megaMenu li>div:hover {
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
.megaMenu li>div.noAction:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
} 
.megaMenu li>div:nth-child(4) {
  margin-right: 0;
}
.megaMenu li>div img,
.megaMenu li>div p {
  display: inline-block;
  vertical-align: middle;
}
.megaMenu li>div img {
  border: 1px solid #cacaca;
}
header nav .textNav>li.parent .megaMenu li>div p {
  color: #684459;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
}
.megaMenu li.colorIcon>div div {
  position: relative;
}
.megaMenu li.colorIcon>div div:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #ecc4ca;
  margin: auto;
  border-radius: 50%;
}
.megaMenu li.colorIcon>div:nth-child(2) div:after {
  background-color: #f4dbb9;
}
.megaMenu li.colorIcon>div:nth-child(3) div:after {
  background-color: #bbb0d1;
}
.megaMenu li.colorIcon>div:nth-child(4) div:after {
  background-color: #f9e590;
}
.megaMenu li.colorIcon+li.colorIcon>div:nth-child(1) div:after {
  background-color: #aedbcf;
}
.megaMenu li.colorIcon+li.colorIcon>div:nth-child(2) div:after {
  background-color: #f8d0e0;
}
.megaMenu li.colorIcon+li.colorIcon>div:nth-child(3) div:after {
  background-color: #b8e1f8;
}
.megaMenu li.colorIcon+li.colorIcon>div:nth-child(4) div:after {
  background-color: #fcf3d5;
}
@media screen and (max-width: 1665px) {
  header nav .textNav>li.parent .megaMenu li>div p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .megaMenu li.colorIcon>div div:after {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1460px) {
  .megaMenu {
    position: fixed;
    width: 100%;
    max-height: 0;
    top: 175px;
  }
  header.follow .megaMenu {
    top: 74px;
  }
  .megaMenu li>div img {
    width: 60px;
  }
  header nav .textNav>li.parent .megaMenu li>div p {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 0.5em;
  }
  .megaMenu li.colorIcon>div div:after {
    right: 5px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .megaMenu,
  #megaMenu01 {
    display: none!important;
  }
}
/* -------------------------------------
  content
----------------------------------------*/
.contentWrap {
  padding: 25px 0;
}
.contentWrap02 {
  padding: 25px 0 0;
}
.contentTitle {
  text-align: center;
  margin-bottom: 10px;
}
.contentTitle .title {
  font-family: 'Cardo', serif;
  color: #684459;
  font-size: 50px;
  font-size: 5.0rem;
  padding: 12px 0 3px;
  margin-bottom: 14px;
  border-bottom: 5px solid #ecc4ca;
}
.contentTitle.type02 .title {
  border-bottom: 5px solid #684459;
}
.contentTitle .subtitle {
  color: #684459;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.lowerTitle {
  font-size: 46px;
  font-size: 4.6rem;
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 20px;
}
.lowerTitle.type02 {
  border-bottom: 5px solid #684459;
}
@media screen and (max-width: 1024px) {
  .contentWrap,
  .contentWrap02 {
    padding: 10px 0 20px;
  }
  .contentTitle .title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 6px 0;
    margin-bottom: 6px;
  }
  .contentTitle .subtitle{
    color: #684459;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lowerTitle {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
}
/* -------------------------------------
  footer
----------------------------------------*/
footer {
  background-color: #684459;
  color: #ecc4ca;
  padding: 35px 0 50px;
  margin-top: 45px;
}
footer>div>div {
  float: left;
}
footer .logo {
  width: 20%;
}
footer .sitemap {
  width: 40%;
  padding: 0 4.21%;
}
footer .sitemap ul {
  padding: 12px 0 40px;
}
footer .sitemap li {
  width: 45%;
  float: left;
  font-size: 20px;
  font-size: 2.0rem;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ecc4ca;
}
footer .sitemap li:nth-child(even) {
  float: right;
}
footer .sitemap li a {
  display: block;
  background-image: url(../img/common/aroow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
footer small {
  font-family: 'Cardo', serif;
  font-size: 20px;
  font-size: 2.0rem;
}
footer .sponsor {
  width: 30%;
  float: right;
}
footer .sponsor>div {
  display: inline-block;
  vertical-align: top;
}
footer .sponsor>div {
  width: 66%;
}
footer .sponsor>div+div {
  width: 32%;
}
footer .sponsor p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 12px;
}
footer .sponsor ul {
  padding: 4% 0;
}
footer .sponsor li {
  display: inline-block;
  vertical-align: middle;
  width:48%;
}

.spchousei{
	margin-top:7%;
	padding:1%;
}
@media screen and (max-width: 768px){
.spchousei{
	padding:0;
	width:106%;
	margin-top:9%;
	}
}

@media screen and (max-width: 1460px) {
  footer {
    padding: 20px 4%;
  }
  footer .logo img {
    width: 180px;
  }
  footer .sitemap {
    width: 40%;
  }
  footer .sitemap li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer .sitemap li a {
    background-size: contain;
  }
  footer small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 20px 0;
    margin-top: 20px;
  }
  footer>div>div {
    float: none;
  }
  footer .logo img {
    width: 84px;
  }
  footer .sitemap {
    width: 100%;
    padding: 0 0 30px;
  }
  footer .sitemap ul {
    padding: 20px 0 10px;
  }
  footer .sitemap li {
    width: 46%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer small {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  footer .sponsor {
    text-align: center;
  }
  footer .sponsor p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer .sponsor li {
    width: 40%;
    padding-right: 2%
  }
  footer .sponsor>div+div {
    width: 25%;
  }
  footer .sponsor li:last-child {
    padding-right: 0;
  }
  footer .sponsor {
    width: 100%;
    float: none;
  }
}
.zoom {
  overflow: hidden;
}
.zoom img{
  /*width: 100%;*/
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.zoom img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
.top_news_date{
	font-size:0.8em;
	color:#996985;
}

.shop_tuika{
	width:100% !important;
	padding:15px 0!important;
}


/* -------------------------------------
  lang
----------------------------------------*/
select {
    -webkit-appearance: button;
    appearance: button;
}
.langright{
    text-align: right;
}

.lang-select select {
    appearance: none;
    border: 0;
    font-size: 11px;
    line-height: 25px;
    padding: 0;
	margin: 5px 5% 0 0;
    width: 100%;
    max-width: 100px;
    text-align: center;
    text-align-last: center;
    color: #654358;
    background: #ecc4ca;
    -webkit-appearance: none;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #fff 0%,#ecc4ca 100%);
background: linear-gradient(to bottom, #fff 0%,#ecc4ca 100%);
border: 1px solid #654358;
}
@media screen and (max-width: 768px){
.langright{
background-color:#684459;
border-top: 1px solid #ecc4ca;
text-align: center;
}
.lang-select select {
	margin:0;
    border-radius: 0;
    max-width: 100%;
    border: 0px;
}
}
/* -------------------------------------
  ぱんくず
----------------------------------------*/
.home_bread,
.cosme_bread{
background: #fff;
padding: 1rem 1rem 1rem 2rem;
line-height: 2rem;
}
.esthe_bread{
background: #ecc4ca;
padding: 1rem 1rem 1rem 2rem;
}
.home_bread a,
.esthe_bread a,
.cosme_bread a{
border-bottom: 1px dotted;
}


@media screen and (max-width: 767px) {
.home_bread,
.esthe_bread,
.cosme_bread{
font-size: 1.2rem;
padding: 1rem;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
 /* スクロールバーデザイン */
::-webkit-scrollbar{
width: 10px;
}
::-webkit-scrollbar-track{
background: #fff;
border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb{
background: #ccc;
border-radius: 10px;
box-shadow: inset 0 0 0 2px #fff;
}
}

 /* フォーム */


.mw_wp_form {
  width: 100%;
  color: #333;
}

.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  font-weight: normal;
  border:none;
}

.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}

.mw_wp_form table th {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  width: 30%;
  float: left;
  border:none;
  background-color:#fff;
}

.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}

.mw_wp_form table td {
  padding: 20px 0;
  width: 70%;
  float: left;
    border:none;

}

.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
  width: 50%;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 textarea {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #c19e56;
  background: #c19e56;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #C19E56;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #C19E56;
  border-left: 2px solid #C19E56;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #C19E56;
  color: #fff;
}
.mw_wp_form .horizontal-item{
    display: block;
    margin-left:0 !important;
    margin-bottom:0.5em;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 100%;
    display:block;
  }
  .mw_wp_form table td {
    width: 100%;
    float: right;
        display:block;
        text-align: center;

  }
  .mw_wp_form table td.w50 input{
      width: 100%;
    box-sizing: border-box;
}
   .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }
  
  
}