@charset "UTF-8";
/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

hr {
  margin: 0;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
モジュール
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-sp-only {
  display: none;
}

/* text */
.m-text-10 {
  font-size: 10px;
  line-height: 1.75;
}

.m-text-11 {
  font-size: 11px;
  line-height: 1.75;
}

.m-text-12 {
  font-size: 12px;
  line-height: 1.75;
}

.m-text-13 {
  font-size: 13px;
  line-height: 1.75;
}

.m-text-14 {
  font-size: 14px;
  line-height: 1.9;
}

.m-text-15 {
  font-size: 15px;
  line-height: 1.75;
}

.m-text-16 {
  font-size: 16px;
  line-height: 1.9;
}

.m-text-17 {
  font-size: 17px;
  line-height: 1.6;
}

.m-text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.m-text-19 {
  font-size: 19px;
  line-height: 1.6;
}

.m-text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.m-text-21 {
  font-size: 21px;
  line-height: 1.6;
}

.m-text-22 {
  font-size: 22px;
  line-height: 1.6;
}

.m-text-23 {
  font-size: 23px;
  line-height: 1.6;
}

.m-text-24 {
  font-size: 24px;
  line-height: 1.4;
}

.m-text-25 {
  font-size: 25px;
  line-height: 1.4;
}

.m-text-26 {
  font-size: 26px;
  line-height: 1.4;
}

.m-text-27 {
  font-size: 27px;
  line-height: 1.4;
}

.m-text-28 {
  font-size: 28px;
  line-height: 1.4;
}

.m-text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.m-text-31 {
  font-size: 31px;
  line-height: 1.4;
}

.m-text-32 {
  font-size: 32px;
  line-height: 1.2;
}

.m-text-34 {
  font-size: 34px;
  line-height: 1.2;
}

.m-text-35 {
  font-size: 35px;
  line-height: 1.2;
}

.m-text-36 {
  font-size: 36px;
  line-height: 1.2;
}

.m-text-37 {
  font-size: 37px;
  line-height: 1.2;
}

.m-text-38 {
  font-size: 38px;
  line-height: 1.2;
}

.m-text-40 {
  font-size: 40px;
  line-height: 1.2;
}

.m-text-42 {
  font-size: 42px;
  line-height: 1.2;
}

.m-text-44 {
  font-size: 44px;
  line-height: 1.2;
}

.m-text-46 {
  font-size: 46px;
  line-height: 1.2;
}

.m-text-lhl {
  line-height: 2;
}

.m-ls1 {
  letter-spacing: 0.1em;
}

.m-ls2 {
  letter-spacing: 0.2em;
}

.m-text-ind {
  text-indent: 1em;
}

.m-font-w700 {
  font-weight: 700;
}
.m-font-b {
  font-weight: bold;
}

.m-color-bk {
  color: #1b1b1b;
}
.m-color-bk a {
  color: #1b1b1b;
}

.m-color-yl {
  color: #A7883C;
}
.m-color-yl a {
  color: #A7883C;
}

.m-color-gy {
  color: #777777;
}
.m-color-gy a {
  color: #777777;
}

.m-color-lgy {
  color: #b2b2b2;
}
.m-color-lgy a {
  color: #b2b2b2;
}

.m-color-wh {
  color: #ffffff;
}
.m-color-wh a {
  color: #ffffff;
}

.m-color-red, .error, .m-attention {
  color: #B21454;
}

.m-uline {
  text-decoration: underline;
}

.m-uline:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

.m-op {
  display: block;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}
 .align-center{
  text-align: center;
}
/* display */
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-dis-n {
  display: none;
}

.m-dis-b {
  display: block;
}

.m-dis-ib {
  display: inline-block;
}

.m-dis-i {
  display: inline;
}

.m-ov-h {
  overflow: hidden;
}

.m-d-tbl {
  display: table;
  width: 100%;
}
.m-d-tbl__cell {
  display: table-cell;
}

.m-nowrap {
  white-space: nowrap;
}

.m-radius {
  border-radius: 50%;
}

/* float */
.m-fl-l {
  float: left;
}

.m-fl-r {
  float: right;
}

.m-hr {
  height: 1px;
  background-color: #e3ddcd;
  border: 0;
}

/* align */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* margin */
.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

.m-ml-1em {
  margin-left: 1em;
}

.m-mr-1em {
  margin-right: 1em;
}

/* padding */
.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}

.m-p-l {
  padding: 40px;
}

/* list */
.m-list-dot > li {
  position: relative;
  padding-left: 1em;
}
.m-list-dot > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-cir > li {
  position: relative;
  padding-left: 1em;
}
.m-list-cir > li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #A7883C;
}

.m-list-square > li {
  position: relative;
  padding-left: 1em;
}
.m-list-square > li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}

/* layout */
.l-inner,
.l-inner-s,
.l-inner-m,
.l-inner-l {
  *zoom: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.l-inner:after,
.l-inner-s:after,
.l-inner-m:after,
.l-inner-l:after {
  content: "";
  display: table;
  clear: both;
}

.l-inner {
  max-width: 1100px;
}

.l-inner-l {
  max-width: 1200px;
}

.l-inner-s {
  max-width: 840px;
}

.l-inner-m {
  max-width: 980px;
}

/* bg */
.m-bg-wh {
  background-color: #ffffff;
}

.m-bg-lgy {
  background-color: #f4f4f4;
}

.m-bg-be {
  background-color: #f6f2e6;
}
.m-bg-bl {
  background-color: rgba(240, 249, 254, 1);
}
.m-bg-pk{
  background-color:rgba(255, 235, 236, 1);
}

/* column */
.m-column {
  *zoom: 1;
}
.m-column:after {
  content: "";
  display: table;
  clear: both;
}

.m-column__item {
  float: left;
  width: 50%;
}

.m-column__item--r {
  float: right;
}

.m-column__item--w20 {
  width: 20%;
}

.m-column__item--w25 {
  width: 25%;
}

.m-column__item--w33 {
  width: 33.3%;
}

.m-column__item--w100 {
  width: 100%;
}

.m-column--g10 {
  margin-left: -5px;
  margin-right: -5px;
}
.m-column--g10 > .m-column__item {
  padding-left: 5px;
  padding-right: 5px;
}

.m-column--g15 {
  margin-left: -7px;
  margin-right: -8px;
}
.m-column--g15 > .m-column__item {
  padding-left: 7px;
  padding-right: 8px;
}

.m-column--g20 {
  margin-left: -10px;
  margin-right: -10px;
}
.m-column--g20 > .m-column__item {
  padding-left: 10px;
  padding-right: 10px;
}

.m-column--g40 {
  margin-left: -20px;
  margin-right: -20px;
}
.m-column--g40 > .m-column__item {
  padding-left: 20px;
  padding-right: 20px;
}

.m-column--g50 {
  margin-left: -25px;
  margin-right: -25px;
}
.m-column--g50 > .m-column__item {
  padding-left: 25px;
  padding-right: 25px;
}

.m-column--g60 {
  margin-left: -30px;
  margin-right: -30px;
}
.m-column--g60 > .m-column__item {
  padding-left: 30px;
  padding-right: 30px;
}

.m-column--g160 {
  margin-left: -80px;
  margin-right: -80px;
}
.m-column--g160 > .m-column__item {
  padding-left: 80px;
  padding-right: 80px;
}

/* media */
.m-media {
  *zoom: 1;
}
.m-media:after {
  content: "";
  display: table;
  clear: both;
}

.m-media__image {
  float: left;
}

.m-media__image--r {
  float: right;
}

.m-media--g20 .m-media__image {
  margin-right: 20px;
}
.m-media--g20 .m-media__image--r {
  margin-right: 0;
  margin-left: 20px;
}
.m-media--g10 .m-media__image {
  margin-right: 10px;
}
.m-media--g10 .m-media__image--r {
  margin-right: 0;
  margin-left: 10px;
}

.m-media__content {
  overflow: hidden;
}

/* allocation */
.m-allocation {
  *zoom: 1;
  min-height: 500px;
  background-color: #f6f2e6;
}
.m-allocation:after {
  content: "";
  display: table;
  clear: both;
}
.m-allocation__col-r {
  float: right;
  width: 50%;
  display: table;
  height: 500px;
}
.m-allocation__col-r__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 60px;
}
.m-allocation__col-r__title .en {
  display: block;
  margin-top: 30px;
}
.m-allocation__col-r__thumb {
  *zoom: 1;
  margin-top: 30px;
}
.m-allocation__col-r__thumb:after {
  content: "";
  display: table;
  clear: both;
}
.m-allocation__col-r__thumb__item {
  float: left;
  margin-right: 20px;
}
.m-allocation__col-r__thumb__item a {
  position: relative;
  display: block;
}
.m-allocation__col-r__thumb__item a:before {
  content: "";
  -webkit-transition: .3s;
          transition: .3s;
  width: 100%;
  height: 100%;
  border: solid 2px #A7883C;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.m-allocation__col-r__thumb__item a:hover:before, .m-allocation__col-r__thumb__item a.is-active:before {
  opacity: 1;
}
.m-allocation__col-l {
  position: relative;
  *zoom: 1;
  float: left;
  width: 50%;
}
.m-allocation__col-l:after {
  content: "";
  display: table;
  clear: both;
}
.m-allocation__col-l__item {
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  height: 500px;
}
.m-allocation__col-l__item__text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 30px 20px 10px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

/* btn */
.m-btn {
  display: block;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  width: 240px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #B21454;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.plan-btn {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 240px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #B21454;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
.plan-btn.btn02 {
    background-color: #a7883c;
}
.plan-btn02{
  background-color: #fff;
  width: 270px;
}
.plan-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-btn--yl {
  background-color: #C1A557;
}
.m-btn--w100p {
  width: 100%;
}
.m-btn--l {
  padding: 20px;
}

/* icon */
.m-icon {
  display: inline-block;
  vertical-align: middle;
  background-size: auto 100%;
}

.m-icon--blank {
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_blank.png);
  margin-left: 5px;
}

/* title */
.m-title {
  display: table;
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
}
.m-title__text {
  display: table-cell;
  vertical-align: middle;
}
.m-title--point {
  background-image: url(../images/point/bg_title.jpg);
}
.m-title--counseling {
  background-image: url(../images/point/counseling/bg_title.jpg);
}
.m-title--dress {
  background-image: url(../images/point/dress/bg_title.jpg);
}
.m-title--make {
  background-image: url(../images/point/make/bg_title.jpg);
}
.m-title--scene {
  background-image: url(../images/point/scene/bg_title.jpg);
}
.m-title--staff {
  background-image: url(../images/staff/bg_title.jpg);
}
.m-title--gallery {
  background-image: url(../images/gallery/bg_title.jpg);
}
.m-title--plan {
  background-image: url(../images/plan/bg_title.jpg);
}
.m-title--contact, .m-title--other {
  height: 230px;
  background-image: url(../images/contact/bg_title.jpg);
}
.m-title--media {
  background-image: url(../images/media/bg_title.jpg);
}
.m-title--campaign {
  background-image: url(../images/campaign/bg_title.jpg);
}
.m-title .icon {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-top: 40px;
  text-align: center;
}
.m-title .icon:before {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #A7883C;
}
.m-title .icon--wh:before {
  background-color: #e5e5e5;
}

.m-bor-title {
  font-size: 22px;
  border-bottom: solid 1px #A7883C;
  color: #A7883C;
  padding-bottom: 15px;
}

/* nav */
.m-cat-nav {
  font-size: 0;
  text-align: center;
}
.m-cat-nav__item {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.m-cat-nav__item a {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.m-cat-nav__item a:before {
  -webkit-transition: .3s;
          transition: .3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
}
.m-cat-nav__item a:hover:before, .m-cat-nav__item a.is-active:before {
  background-color: #333333;
}

/* breadcrumb */
.m-breadcrumb {
  *zoom: 1;
  padding: 20px;
  font-size: 11px;
}
.m-breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}

.m-breadcrumb__item {
  position: relative;
  float: left;
  padding-right: 2em;
  color: #777777;
}
.m-breadcrumb__item:before {
  content: "＞";
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 11px;
  color: #1b1b1b;
}
.m-breadcrumb__item:last-child:before {
  content: "";
}
.m-breadcrumb__item a {
  color: #1b1b1b;
}
.m-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* modal window */
.m-modal-wrapper {
  position: relative;/* スマホで慣性スクロールが効かなくなるため fixed にしない　18.03.14 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5001;
  overflow: auto;
}

.m-modal-close {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-size: 100%;
  background-image: url(/resources/images/modal/btn_close.png);
}
.m-modal-close:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-modal-prev,
.m-modal-next {
  position: fixed;
  display: block;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-size: 100%;
}

.m-modal-prev {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  left: 30px;
  background-image: url(../images/modal/btn_prev-wh.png);
}
.m-modal-prev:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-modal-next {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  right: 30px;
  background-image: url(../images/modal/btn_next-wh.png);
}
.m-modal-next:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-modal-btn {
  font-size: 0;
  text-align: center;
}
.m-modal-btn__item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
}
.m-modal-btn__item a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #C1A557;
  color: #ffffff;
}
.m-modal-btn__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-modal-btn__item a.text {
  min-width: 130px;
}
.m-modal-btn__item a.text.text02 {
  min-width: 155px;
  margin-bottom: 5px;
}
.m-modal-btn__item a.text.is-active {
  opacity: .3;
  cursor: default;
}

.m-modal-item {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.m-modal-item--l {
  max-width: 890px;
}
.m-modal-item__header {
  display: table;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
.m-modal-item__header__content {
  width: 380px;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 15px;
}
.m-modal-item__header__content p, .m-modal-item__header__content dd {
  line-height: 2;
}
.m-modal-item__header__content p {
  color: #777777;
}
.m-modal-item__header__content dd {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999999;
}
.m-modal-item__header__image {
  display: table-cell;
  width: 510px;
}
.m-modal-item__list {
  *zoom: 1;
}
.m-modal-item__list:after {
  content: "";
  display: table;
  clear: both;
}
.m-modal-item__list__item {
  float: left;
  width: 50%;
}
.m-modal-item__list__item--l {
  width: 100%;
}
.m-modal-contact {
  padding: 40px;
  text-align: center;
}
.m-modal-contact__item + .m-modal-contact__item {
  margin-top: 20px;
}

.m-modal-map {
  position: relative;
  height: 380px;
}
/* form */
.m-btn-form {
  font-size: 0;
  text-align: center;
}
.m-btn-form__item {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: inline-block;
  width: 320px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  color: #ffffff;
  background-color: #78c2c9;
  font-size: 18px;
}
.m-btn-form__item:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-btn-form__item--back {
  background-color: #b2b2b2;
}

button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.m-button-zipcode {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
}
.m-button-zipcode:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-input-text,
.m-textarea {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #dddddd;
  box-shadow: none;
  border-radius: 0;
  width: 70%;
  padding: 10px 15px;
  background-color: #ffffff;
  outline: none;
  font-size: 14px;
  vertical-align: top;
}
.m-input-text:focus,
.m-textarea:focus {
  border-color: #B21454;
  color: #B21454;
}

.m-input-text--cal {
  position: relative;
  width: 50%;
  background-position: right 50%;
  background-image: url(../images/contact/icon_calendar.png);
  background-repeat: no-repeat;
}

.m-input-text--s {
  width: 60%;
}

.m-input-text--xs {
  width: 160px;
}

.m-textarea {
  width: 85%;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: -5px;
  border: solid 1px #dddddd;
  box-shadow: none;
  background-color: transparent;
  outline: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

input[type="radio"]:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #B21454;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  display: none;
}
input[type="radio"]:checked:after {
  display: block;
}

input[type="checkbox"]:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #B21454;
  border-right: solid 2px #B21454;
  margin-top: -8px;
  margin-left: -3px;
  display: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type="checkbox"]:checked:after {
  display: block;
}

input[type="radio"] {
  border-radius: 100%;
}

input[type="checkbox"] {
  border-radius: 0;
}

label {
  display: inline-block;
  *zoom: 1;
}
label:after {
  content: "";
  display: table;
  clear: both;
}
label input[type="radio"],
label input[type="checkbox"] {
  float: left;
  margin-top: 4px;
  display: block;
}
label > span {
  overflow: hidden;
  display: block;
}

label + label {
  margin-left: 10px;
}

select.m-select {
  position: relative;
  width: 60%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  padding: 10px 45px 10px 15px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #FBEDED;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-image: url(../images/common/icon_select.png);
  background-position: right 50%;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  text-overflow: '';
}

select.m-select::-ms-expand {
  display: none;
}

/* =======================================================================
共通
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: Gothic Medium BBB;
  font-size: 16px;
  line-height: 1.231;
  color: #333333;
}

#l-wrapper {
  position: relative;
  min-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 90px;
}
#l-wrapper.is-modaled {
  position: fixed;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header {
  *zoom: 1;
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  min-width: 1100px;
  padding-right: 450px;
  background-color: #ffffff;
  z-index: 5001;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.header h1 {
    font-size: 12px;
    margin-left: 20px;
    margin-top: 12px;
    color: #777;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header-form-tel {
  position: absolute;
  width: 270px;
  right: 20px;
  top: 20px;
}
.header-sp-h-tel, .header-sp-h-counseling, .header-sp-h-online, .header-sp-h-mail, .header-sp-btn {
  position: absolute;
  right: -99999px;
  top: -99999px;
}
.header-sp-btn {
  position: absolute;
  right: -99999px;
  top: -99999px;
}
.header-logo {
  float: left;
  margin-left: 20px;
  margin-top: 9px;
  margin-right: 20px;
  text-align: center;
}
.wp_single .header-logo {
    margin-top: 24px;
}
.header-logo img {
    width: 86px;
    vertical-align: top;
}
.header-logo span {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-left: 12px;
  font-size: 12px;
}
.header-logo span:before, .header-logo span:after {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #B9A87A;
  position: absolute;
  top: 50%;
}
.header-logo span:before {
  left: -10px;
}
.header-logo span:after {
  right: -10px;
}
.header-nav__global {
    *zoom: 1;
    float: left;
    width: 70%;
    min-height: 42px;
    margin: 8px 0 0 0;
    display:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      -webkit-box-align:center;
      -ms-flex-align:center;
      -webkit-align-items:center;
      align-items:center;
      -ms-flex-wrap:wrap;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap;
}
.wp_single .header-nav__global {
    -ms-flex-line-pack:center;
    -webkit-align-content:center;
    align-content:center;
    margin: 22px 0 0 0;
}
.header-nav__global:after {
  content: "";
  display: table;
  clear: both;
}
.header-nav__global__item {
    float: left;
    font-size: 14px;
    margin: 5px 0 0;
}
.header-nav__global__item a {
  -webkit-transition: .3s;
          transition: .3s;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.header-nav__global__item a:hover {
  color: #A7883C;
}
.header-nav__global__item--sp {
  display: none;
}
.header-nav__sns {
    /*
  *zoom: 1;
  float: left;
  margin-top: 21px;
  */
  margin-left: 15px;
}
.header-nav__sns:after {
  content: "";
  display: table;
  clear: both;
}
.header-nav__sns__item {
  float: left;
  display: table;
  margin-left: 10px;
}
.header-nav__sns__item a {
  display: table-cell;
  width: 24px;
  height: 24px;
  background-size: auto 100%;
  background-image: url(../images/common/icons_sns.png);
  text-indent: -9998em;
  padding: 0;
}
.header-nav__sns__item--fb a {
  background-position: -24px 0;
}
.header-nav__btn__item {
  position: absolute;
}
.header-nav__btn__item:nth-of-type(1) {
  right: 92px;
  bottom: 8px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header-nav__btn__item:nth-of-type(2) {
  right: 272px;
  top: 0;
}
.header-nav__btn__item:nth-of-type(3) {
  right: 92px;
  top: 0;
}
.header-nav__link {
  position: absolute;
  top: 13px;
  right: 14px;
  font-size: 13px;
  text-align: center;
}
.header-nav__link a {
  display: block;
  padding: 15px 5px;
  border: solid 1px #999999;
  color: #999999;
}
.header-nav_online {
    position: absolute;
    top: 12px;
    right: 458px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LINE誘導フローティングバナー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#switch_check {
    display: none;
}

/* アイコン全体のスタイル */
.bottom_checkbox {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -6%;
  background-color: black;
  transform: translateY(-52%);
  width: 15%;
  height: 29%;
  border-radius: 50%;
  opacity: 0.8;
}

/* 「×」印のスタイル */
.batsu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: white; /* 棒の色 */
  transform: translate(-50%,-50%) rotate(45deg);
}

/* 「×」印のスタイル */
.batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: white; /* 棒の色 */
  transform: translate(-50%,-50%) rotate(-45deg);
}

.bottom_line-counceling {
    position: fixed;
    bottom: 12%;
    right: 2%;
    z-index: 9999;
    width: 15%;
}

#switch_check:checked ~ ul {
  display: none; /* コンテンツを表示 */
}

@media screen and (max-width: 767px) {
.bottom_line-counceling {
    position: fixed;
    bottom: 0%;
    left: 0;
    z-index: 9999;
    width: 45%;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-f-info {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  *zoom: 1;
}
.m-f-info:after {
  content: "";
  display: table;
  clear: both;
}
.m-f-info__content {
  float: left;
  width: 670px;
}
.m-f-info__content--form {
  float: none;
  width: auto;
  margin-top: 30px;
  text-align: center;
}
.m-f-info__btn {
  *zoom: 1;
  float: right;
  width: 430px;
}
.m-f-info__btn:after {
  content: "";
  display: table;
  clear: both;
}
.m-f-info__btn__list__item {
  text-align: center;
}
.m-f-info__btn__list__item + .m-f-info__btn__list__item {
  margin-top: 20px;
}
.m-f-info__btn__sns {
  *zoom: 1;
  float: right;
  margin-top: 30px;
}
.m-f-info__btn__sns:after {
  content: "";
  display: table;
  clear: both;
}
.m-f-info__btn__sns__item {
  float: left;
  margin-left: 10px;
}
.m-f-info__btn__sns__item a {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9998em;
  background-size: auto 100%;
  background-image: url(../images/common/icons_sns.png);
}
.m-f-info__btn__sns__item--ig a {
  background-position: 0 0;
}
.m-f-info__btn__sns__item--fb a {
  background-position: -28px 0;
}

.m-f-map {
  position: relative;
  height: 440px;
}

.footer {
  background-color: #2d2d2d;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  *zoom: 1;
}
.footer-inner:after {
  content: "";
  display: table;
  clear: both;
}
.footer-nav {
  *zoom: 1;
  float: left;
}
.footer-nav:after {
  content: "";
  display: table;
  clear: both;
}
.footer-nav__item {
  float: left;
  margin-right: 1em;
  font-size: 13px;
}
.footer-cr {
  display: block;
  float: right;
  text-align: right;
  font-size: 12px;
}

.m-btn-pt {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5000;
}

.m-conversion {
  height: 0;
  overflow: hidden;
}

/* =======================================================================
トップ
======================================================================= */
.home-mv {
  position: relative;
}
/*
.home-mv:before {
  content: "";
  width: 642px;
  height: 214px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/home/title_mv.png);
  z-index: 52;
}
*/
.home-mv__list li {
    display: none;
}
.home-mv__list li:first-child {
    display: block;
}
.bx-viewport .home-mv__list li {
    display: block;
}
.home-mv__sp {
  display: none;
}
.home-mv__video video {
  width: 100%;
  height: auto;
}
.home-mv__bnr {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 51;
}
.home-mv__bnr img {
  border-radius: 50%;
}
/*.home-point {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.home-point-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home-point__text {
  font-size: 16px;
}
.home-point__list {
  *zoom: 1;
  margin-top: 10px;
  margin-left: -20px;
  margin-right: -20px;
}
.home-point__list:after {
  content: "";
  display: table;
  clear: both;
}
.home-point__list__item {
  float: left;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}
.home-point__list__item a {
  display: block;
}
.home-point__list__item a:hover .home-point__list__item__content__image img {
  opacity: 0;
}
.home-point__list__item__content__text {
  margin-top: 20px;
  font-size: 13px;
}
.home-point__list__item__content__image {
  background-size: cover;
}
.home-point__list__item__content__image img {
  -webkit-transition: 1s;
          transition: 1s;
}
.home-point__list__item:nth-of-type(1) .home-point__list__item__content__image {
  background-image: url(../images/home/img_point_01_on.jpg);
}
.home-point__list__item:nth-of-type(2) .home-point__list__item__content__image {
  background-image: url(../images/home/img_point_02_on.jpg);
}
.home-point__list__item:nth-of-type(3) .home-point__list__item__content__image {
  background-image: url(../images/home/img_point_03_on.jpg);
}
.home-point__list__item:nth-of-type(4) .home-point__list__item__content__image {
  background-image: url(../images/home/img_point_04_on.jpg);
}*/

/* TOPへのテキスト追加180302 */
.contents_inner {
	padding: 11% 0;
	text-align: center;
}
.contents_inner h2 {
	margin: 0 auto 4%;
}
.contents_inner .contents_txt {
	font-size: 14px;
	line-height: 2;
	margin: 0 auto 4%;
	padding: 3% 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: rgba( 255, 255, 255, 0.7 );
}
.m-home-gallery .contents_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

/* media,topics */
.m-home-info {
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m-home-info-item {
    width: 46%;
    margin: 0 2%;
}
.m-home-info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-home-info-col__item {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-home-info-title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: solid 1px #000000;
}
.m-home-info-title.title-campaign{
  position: relative;
  padding-bottom: 20px;
  border-bottom: solid 1px #de4594;
}
.m-home-info-title a {
  position: absolute;
  right: 0;
  bottom: 15px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  letter-spacing: .1em;
  font-size: 12px;
  padding: 10px 20px;
}
.m-home-info-list__item {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 98%;
    display: inline-block;
    margin: 0 1%;
}
.m-home-info-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-home-info-list-image {
  -ms-flex-preferred-size: 128px;
      flex-basis: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.home-collection .contents_inner,
	.m-home-staff .contents_inner {
		padding: 22% 0 0;
	}
	.m-home-solowedding .contents_inner {
		padding: 23% 0 1%;
	}
    .m-home-maternity .contents_inner {
		padding: 25% 0 5%;
	}
	.contents_inner h2 {
		margin: 0 auto;
		padding: 0 0 20%;
	}
	.m-home-solowedding .contents_inner h2,
	.m-home-staff .contents_inner h2 {
		padding: 0 0 22%;
	}
	.contents_inner .contents_txt {
		font-size: 1rem;
		margin: 0 auto;
		padding: 3% 20px;
		text-align: left;
		border: none;
		background: none;
	}
	.contents_inner .m-home-gallery-title {
		margin: 0 auto 22%;
		padding: 0;
	}
	.contents_inner .home-collection__btn,
	.contents_inner .m-home-solowedding-btn,
	.contests_inner .m-home-staff-btn {
		margin-bottom: 4%;
	}
    .contents_inner .home-collection__btn{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
  .m-home-ppw .contents_inner {
    padding: 20% 0 5% 0;
}
	.m-home-gallery .contents_inner {
		top: 20%;
		right: 0;
		left: 0;
		transform: none;
	}
    .m-home-info {
        display: block;
        margin: 0;
    }
    .m-home-info-item {
        width: 100%;
        margin: 0;
    }
    .m-home-info-col {
    	display: block;
    }
    .m-home-info-col__item + .m-home-info-col__item {
    	margin-top: 20px;
    }
    .m-home-info-title,
    .m-home-info-title.title-campaign {
    	padding-bottom: 10px;
    }
    .m-home-info-title a {
    	font-size: 1rem;
    	bottom: 5px;
    	padding: 5px 10px;
    }
    .m-home-info-list__item {
    	display: block;
    	width: 100%;
    	margin: 0;
    	padding-top: 15px;
    	padding-bottom: 15px;
    }
    .m-home-info-list-image {
    	margin-right: 15px;

    	flex-basis: 64px;
    	-ms-flex-preferred-size: 64px;
    }
    .m-home-info-item {
    	width: 95%;
    	margin: 0 auto;
    }
}

/*home-point20170420*/
  .m-home-point {
  position: relative;
  margin: 5% 0;
}
.m-home-point-title {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  z-index: 1;
}
.m-home-point-title span {
  margin-top: 10px;
  display: block;
}
.m-home-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-home-point-list__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.m-home-point-list__item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.m-home-point-list__item a:hover .m-home-point-list__item__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m-home-point-list__item__title {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.m-home-point-list__item__image {
  -webkit-transition: .75s;
  transition: .75s;
}

/*home-staff20170420*/
.m-home-staff {
	position: relative;
	margin-bottom: 5%;
	background-image: url(../images/home/bg_staff.jpg);
	background-position: center center;
	background-size: cover;
}
.m-home-staff-title span {
  margin-top: 10px;
  display: block;
}
.m-home-staff-btn {
	width: 320px;
	margin: auto;
	text-align: center;
}
.m-home-staff-btn img {
    background-color: rgba(255, 255, 255, 0.7);
}
.home-plan {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/home/bg_plan.jpg);
  background-size: cover;
  background-position: 50%;
  text-align: center;
}
.home-plan__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.9;
}
.home-plan__list {
  margin-top: 100px;
  *zoom: 1;
  margin-left: -20px;
  margin-right: -20px;
}
.home-plan__list:after {
  content: "";
  display: table;
  clear: both;
}
.home-plan__list__item {
  float: left;
  width: 47%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.home-plan__list__item__btn {
  margin-top: 30px;
}
.home-plan__list__item__bg {
  position: relative;
  padding: 30px 10px 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
.home-plan__list__item__bg--campaign:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10px;
  width: 110px;
  height: 110px;
  background-image: url(../images/home/icon_plan_campaign.png);
  background-size: 100%;
  border-radius: 50%;
}
.home-plan__list__item__text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.9;
}
.home-plan__list__item__price {
  margin-top: 20px;
}
.home-plan__list__item__btn {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
/*gallery20170420*/
.m-home-gallery {
  position: relative;
      background-color: #f9f6ee;
    padding: 5% 0;
}
.m-home-gallery-title span {
  margin-top: 10px;
  display: block;
}
.m-home-gallery-btn img {
    background-color: rgba(255, 255, 255, 0.63);
    width: 320px;
}
.m-home-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-home-gallery-list__item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.home-col {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  *zoom: 1;
}
.home-col:after {
  content: "";
  display: table;
  clear: both;
}
.home-col__item {
  float: left;
  width: 510px;
}
.home-col__item:nth-of-type(even) {
  float: right;
}
.home-col__title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #333333;
}
.home-col__title__btn {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.home-col__list {
  margin-top: 10px;
}
.home-col__list__item {
  border-bottom: solid 1px #f1f1f1;
  padding: 15px 0;
}
li.home-col__list__item.item-topics {
    padding: 25px 0;
}
li.home-col__list__item:last-child {
    border: none;
}
li.home-col__list__item.item-topics {
    border-bottom: solid 1px #f1f1f1;
}
.home-col__list__item a {
  *zoom: 1;
  display: block;
}
.home-col__list__item a:after {
  content: "";
  display: table;
  clear: both;
}
.home-col__list__item figure {
  float: left;
  margin-right: 20px;
}
.home-col__list__item dl {
  overflow: hidden;
}
.home-col__title.title_campaign {
    border-bottom: solid 1px #f66f91;
        padding-bottom: 10px;
}
/*20171222*/
h2.home-col__title__text {
    position: relative;
}
.title-font-campaign {
    margin-left: 11%;
}
img.icon-special {
    width: 10%;
    /*margin: -10px 10px 0;*/
    position: absolute;
    top: -77%;
}
.home-collection {
	position: relative;
	background-image: url(../images/home/dress-wasou_bg.jpg);
	background-position: center center;
	background-size: cover;
}
.home-collection__btn {
	width: 320px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7);
}
/*introduction*/
.m-home-introduction {
  position: relative;
  margin-bottom: 5%;
  background-image: url(../images/home/bg-introduction.jpg);
  background-position: center center;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 10% 5%;
  color:#fff;
}
.instagram-list {
  position: relative;
  height: 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 37.5%;
}
.instagram-list__item {
  position: absolute;
  width: 12.5%;
  height: 33.3%;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  overflow: hidden;
}
.instagram-list__item a {
  display: block;
}
.instagram-list__item__image {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
}
.instagram-list__item__image img {
  width: 100%;
}
.instagram-list__item:nth-of-type(1) {
  width: 25%;
  height: 66.6%;
  left: 0;
  top: 0;
}
.instagram-list__item:nth-of-type(2) {
  left: 0;
  top: 66.6%;
}
.instagram-list__item:nth-of-type(3) {
  left: 12.5%;
  top: 66.6%;
}
.instagram-list__item:nth-of-type(4) {
  left: 25%;
  top: 0;
}
.instagram-list__item:nth-of-type(4) a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #E2DBC7;
  background-size: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/home/logo_instagram.png);
  text-indent: -9998em;
}
.instagram-list__item:nth-of-type(5) {
  left: 25%;
  top: 33.3%;
}
.instagram-list__item:nth-of-type(6) {
  left: 25%;
  top: 66.6%;
}
.instagram-list__item:nth-of-type(7) {
  left: 37.5%;
  top: 0;
}
.instagram-list__item:nth-of-type(8) {
  left: 37.5%;
  top: 33.3%;
}
.instagram-list__item:nth-of-type(9) {
  left: 37.5%;
  top: 66.6%;
}
.instagram-list__item:nth-of-type(10) {
  left: 50%;
  top: 0%;
}
.instagram-list__item:nth-of-type(11) {
  width: 25%;
  height: 66.6%;
  left: 50%;
  top: 33.3%;
}
.instagram-list__item:nth-of-type(12) {
  left: 62.5%;
  top: 0%;
}
.instagram-list__item:nth-of-type(13) {
  left: 75%;
  top: 0%;
}
.instagram-list__item:nth-of-type(14) {
  left: 75%;
  top: 33.3%;
}
.instagram-list__item:nth-of-type(15) {
  left: 75%;
  top: 66.6%;
}
.instagram-list__item:nth-of-type(16) {
  left: 87.5%;
  top: 0%;
}
.instagram-list__item:nth-of-type(17) {
  left: 87.5%;
  top: 33.3%;
}
.instagram-list__item:nth-of-type(18) {
  left: 87.5%;
  top: 66.6%;
}

.holiday-schedule {
    margin: 30px auto;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.5;
}
.holiday-schedule h2 {
    padding: 5px 0;
    font-size: 20px;
    margin: 0 auto 10px;
    display: inline-block;
    border-bottom: solid 3px #fd94a6;
    border-top: solid 3px #fd94a6;
}

@media screen and (max-width:767px){
.holiday-schedule h2 {
    font-size: 18px;
}
.holiday-schedule {
    margin: 20px auto 30px;
    font-size: 15px;
}
}

/* copy-site_info */
.copy-site_info {
    text-align: center;
    margin: 20px auto 10px;
}
.copy-site_info a {
    text-decoration: underline;
    font-size: 20px;
    display: block;
}
.home-campaign {
    margin: 3% auto;
    width: 88%;
    text-align: center;
}
.home-campaign h3 {
    text-align: left;
}
.m-home-info-title span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    vertical-align: bottom;
    margin: 0 0 0 10px;
}
p.m-home-campaign-btn {
    margin: 3% auto;
}
.home-topics {
  position: relative;
    padding-bottom: 52.5%;
    background-size: cover;
    background-image: url(../images/home/bg_topics.jpg);
}
.home-topics__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
.home-topics__btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10%;
    background-color: rgba(255, 255, 255, 0.63);
    width: 320px;
}
/* home campaignバナー追加 */
.home-campaign .campaign01 {
    margin-top: 40px;
  }
@media screen and (max-width:767px) {
    .home-campaign .campaign01 {
        margin: 20px auto 40px;
     }
}
/* studio */
.home-studio{
  margin:3% auto;
  width: 88%;
}
.studio_outer{
  display: flex;
}
.studio_inner{
  width: 58%;
  margin-left: 20px;
  margin-right:18px;
}
.studio_inner_word{
  font-size: 16px;
  margin-top:10px;
  margin-bottom: 8%;
}
@media screen and (max-width:767px) {
  .home-studio{
    margin:3% auto 15%;
    width: 95%;
  }
  .studio_outer{
    display: block;
    margin:-3%;
  }
  .studio_inner{
    width: 94%;
  }
  .studio_inner_word{
    font-size: 13px;
  }
}
/* pickup */
.home-pickup{
  margin:3% auto;
  width: 88%;
}
.pickup_inner {
  margin-bottom: 71px;
}
.pickup_inner > div{
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  width: 98%;
  margin: 0 auto;
}
.pickup_inner > div > div{
  /*width: 32%; 3列*/
  width: 47%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .home-pickup{
    margin:3% auto 15%;
    width: 95%;
  }
  .pickup_inner {
    margin-bottom: 41px;
  }
  .pickup_inner > div{
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 95%;
}
  .pickup_inner > div > div{
  width: 100%;
  margin: 10px auto;
  }
}
/* リクルートバナー */
.bnr_recruit {
	margin: 0 auto 5%;
	text-align: center;
}
@media screen and (max-width:767px) {
	.bnr_recruit {
		margin: 7% auto;
		width: 90%;
	}
}

/* =======================================================================
POINT
======================================================================= */
.m-point-nav {
  text-align: center;
  font-size: 0;
}
.m-point-nav__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.m-point-nav__item__text {
  margin-top: 10px;
}
.m-point-nav__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.m-point-nav__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-solowedding {
	position: relative;
	margin-bottom: 5%;
	background-image: url(../images/home/bg_solo.jpg);
	background-position: top center;
	background-size: cover;
}
.m-home-solowedding-btn {
	width: 320px;
	margin: auto;
	text-align: center;
}
.m-home-solowedding-btn img {
    background-color: rgba(255, 255, 255, 0.7);
}
.m-home-ppw {
	position: relative;
	margin-bottom: 5%;
	background-image: url(../images/home/bg_ppw.jpg);
	background-position: top center;
	background-size: cover;
}
.m-home-ppw-btn {
	width: 320px;
	margin: auto;
	text-align: center;
}
.m-home-ppw-btn img {
    background-color: rgba(255, 255, 255, 0.7);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.point-index-list {
  *zoom: 1;
  margin-left: -20px;
  margin-right: -20px;
}
.point-index-list:after {
  content: "";
  display: table;
  clear: both;
}
.point-index-list__item {
  float: left;
  width: 50%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.point-index-list__item a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  position: relative;
  display: block;
}
.point-index-list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.point-index-list__item__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0 20px 20px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dress
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.dress-image {
  position: relative;
  text-align: center;
  font-size: 0;
}
.dress-image__item {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.dress-list {
  *zoom: 1;
  margin-left: -2px;
  margin-right: -2px;
}
.dress-list:after {
  content: "";
  display: table;
  clear: both;
}
.dress-list__item {
  float: left;
  width: 20%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  position: relative;
}
.dress-list__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.dress-list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/*new-icon*/
.new:before {
  content: "";
  width: 68px;
  height: 68px;
  background-size: 100%;
  background-image: url(../images/point/dress/icon_new.png);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}
/*20171108追記*/
li.dress-list__item.js-sort-item span:before{
    content: "";
    background-image: url(../images/common/icon-click.png);
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 1%;
    right: 2%;
}
li.gallery-list__item.js-sort-item span:before {
    content: "";
    background-image: url(../images/common/icon-click.png);
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 2%;
    right: 2%;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
make
scene
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.make-list,
.scene-list,
.portfolio-list {
  *zoom: 1;
  margin-left: -2px;
  margin-right: -2px;
}
.make-list:after,
.scene-list:after,
.portfolio-list:after {
  content: "";
  display: table;
  clear: both;
}
.make-list__item,
.scene-list__item,
.portfolio-list__item {
  float: left;
}
.make-list-wrapper .bx-wrapper,
.scene-list-wrapper .bx-wrapper {
  position: relative;
}
.make-list-wrapper .bx-prev,
.make-list-wrapper .bx-next,
.scene-list-wrapper .bx-prev,
.scene-list-wrapper .bx-next {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  text-indent: -9998em;
  width: 44px;
  height: 44px;
  background-size: auto 100%;
  background-image: url(../images/home/icons_prevnext-gallery.png);
  z-index: 1;
}
.make-list-wrapper .bx-prev:hover,
.make-list-wrapper .bx-next:hover,
.scene-list-wrapper .bx-prev:hover,
.scene-list-wrapper .bx-next:hover {
  opacity: 0.7;
  text-decoration: none;
}
.make-list-wrapper .bx-prev,
.scene-list-wrapper .bx-prev {
  left: 30px;
}
.make-list-wrapper .bx-next,
.scene-list-wrapper .bx-next {
  right: 30px;
  background-position: -44px 0;
}
.portfolio-list-wrapper .bx-wrapper {
  position: relative;
}
.portfolio-list-wrapper .bx-prev,
.portfolio-list-wrapper .bx-next {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  text-indent: -9998em;
  width: 29px;
  height: 29px;
  background-size: auto 100%;
  background-image: url(/resources/images/staff/icons_prevnext-portfolio.png);
  z-index: 1;
}
.portfolio-list-wrapper .bx-prev:hover,
.portfolio-list-wrapper .bx-next:hover {
  opacity: 0.7;
  text-decoration: none;
}
.portfolio-list-wrapper .bx-prev {
  left: -29px;
}
.portfolio-list-wrapper .bx-next {
  right: -29px;
  background-position: -29px 0;
}
.bx-wrapper .bx-pager {
  text-align: center;
        margin-top: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-pager a {
  background: #eaeaea;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-pager a:hover,
.bx-pager a.active {
  background: #999;
}
/* =======================================================================
フォトギャラリー
======================================================================= */
.gallery-list {
  *zoom: 1;
  margin-left: -2px;
  margin-right: -2px;
}
.gallery-list:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-list__item {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
.gallery-list__item a {
  position: relative;
  display: block;
}
.gallery-list__item a:before {
  -webkit-transition: .3s;
          transition: .3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
}
.gallery-list__item a:after {
  -webkit-transition: .3s;
          transition: .3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  width: 136px;
  height: 30px;
  margin: auto;
  background-image: url(../images/gallery/title_detail.png);
  opacity: 0;
}
.gallery-list__item a:hover:before, .gallery-list__item a:hover:after {
  opacity: 1;
}

/* =======================================================================
スタッフ
======================================================================= */
.staff-nav {
  border-top: solid 1px #f6f2e6;
  border-bottom: solid 1px #f6f2e6;
}
.staff-nav__list {
  *zoom: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.staff-nav__list:after {
  content: "";
  display: table;
  clear: both;
}
.staff-nav__list__item {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 13px;
}
.staff-nav__list__item a {
  display: block;
  padding: 15px;
  -webkit-transition: .3s;
          transition: .3s;
}
.staff-nav__list__item a:hover, .staff-nav__list__item a.is-active {
  background-color: #f6f2e6;
}
.staff-nav__list__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.staff-content {
  padding-top: 60px;
  padding-bottom: 80px;
}

.staff-item {
  margin-top: 80px;
  /*margin-bottom: -260px;*/
  height: 500px;
}
.staff-item__image {
  position: relative;
  left: 50%;
  width: 800px;
  margin-left: -800px;
}
.staff-item__content {
  position: relative;
  left: 50%;
  width: 560px;
  min-height: 320px;
  padding: 40px 60px;
  margin-left: -100px;
  top: -260px;
  background-color: #fcfcfc;
  z-index: 1;
}
.staff-item__title {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: solid 1px #333333;
}
.staff-item--r .staff-item__image {
  margin-left: -60px;
}
.staff-item--r .staff-item__content {
  margin-left: -420px;
  background-color: #F9F1DE;
}
.staff-content-hairmake-icon {
  position: relative;
  display: inline-block;
}
.staff-content-hairmake-icon:before {
  content: "";
  width: 112px;
  height: 112px;
  background-size: auto 100%;
  position: absolute;
  right: -140px;
  bottom: -20px;
  background-image: url(../images/staff/icon_appoint.png);
}
.portfolio {
    position: relative;
    top: -771px;
    width: 587px;
    left: 58%;
}
.portfolio.port-right{
  position: relative;
    top: -771px;
    width: 587px;
    left: 20.5%;
}
.port-title {
    text-align: left;
    margin-left: -6%;
}
.port-mt {
    margin-top: 5px;
}
.staff_modal p {
    font: inherit;
    font-size: .8em;
    letter-spacing: .1em;
    font-family: Gothic Medium BBB;
    line-height: 1.8;
}
.staff_modal >div {
    display: inline-block;
    width: 49%;
}
/*20180426*/
.artist-info_box {
    position: relative;
}
p.artist-info {
    background-color: #ff007f;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    margin-top: 10px;
}
.attend_book {
    width: 300px;
    background: #fff;
    padding: 10px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    right: -15px;
    box-shadow: 2px 2px 5px #dcdcdc;
    margin-top: 10px;
}
.attend_book img {
    width: 200px;
    height: 144px;
    margin-top: 10px;
}
p.attend_link {
    margin: 10px auto;
}
p.attend_link a {
    background: #cec9c7;
    padding: 3px;
    color: #826e6e;
}
.attend_book img:hover,
p.attend_link a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 766px) {
.staff_modal.modal533 {
    width: 533px;
    margin: 3% auto 0;
}
.staff_modal.modal800 {
    width: 800px;
    margin: 3% auto 0;
}
}
/* =======================================================================
プラン
======================================================================= */
.plan-nav {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.plan-nav:after {
  content: "";
  display: table;
  clear: both;
}
.plan-nav__item {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
}
.plan-nav__item a {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.plan-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          height: 54px;
}
.plan-nav__item a:before {
  -webkit-transition: .3s;
          transition: .3s;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eaeaea;
}
.plan-nav__item a:hover:before, .plan-nav__item a.is-active:before {
  background-color: #333333;
}

.plan-col,.plan-col02 {
  *zoom: 1;
  position: relative;
}
.plan-col02 {
    text-align: center;
}
.plan-col:after,.plan-col02:after {
  content: "";
  display: table;
  clear: both;
}
.plan-col:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ededed;
  z-index: -1;
}
.plan-col02:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
}
.plan-col:nth-of-type(2n):before {
  left: 50%;
}
.plan-col__item {
  float: left;
  width: 50%;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
}

.plan-price-list__item {
  *zoom: 1;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: solid 1px #dddddd;
}
.plan-price-list__item:after {
  content: "";
  display: table;
  clear: both;
}
.plan-price-list .name {
  display: block;
  float: left;
}
.plan-price-list .price {
  display: block;
  float: right;
  text-align: right;
}
.data-album_special {
    margin: 5% auto;
    width: 650px;
}
.data-album_outer {
    margin: 0 auto 5%;
    text-align: center;
}
.summer-campaign_outer{
  margin: 5% auto;
}
.data-album_outer >div {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin: 0 1%;
}
.data-album_inner h3 {
    margin: 3% auto;
}
.data-album_price {
    margin: 5% auto;
    width: 32%;
}
.plan01 .data-album_text {
    color: #6db750;
}
.plan02 .data-album_text {
    color: #eb537a;
}
.plan03 .data-album_text {
    color: #539ba4;
}
.summer-campaign_text {
    color: #7298d5;
}
.autumn-campaign_text {
    color: #e04757;
}
.autumn-campaign_text {
    color: #225ab7;
}
.winter-campaign_text {
    color: #225ab7;
}
.newyear-campaign_text {
    color: #f15ea9;
}
.data-album_plan01 {
    border: 1px solid #f3faf1;
    padding: 3px;
}
.data-album_plan01 p {
    background-color: #f3faf1;
    padding: 5px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.data-album_plan01 span {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #6db750;
}
.data-album_plan02 {
    border: 1px solid #fef3f8;
    padding: 3px;
}
.data-album_plan02 p {
    background-color: #fef3f8;
    padding: 5px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.data-album_plan02 span {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #eb537a;
}
.data-album_plan03 {
    border: 1px solid #f0f8f9;
    padding: 3px;
}
.data-album_plan03 p {
    background-color: #f0f8f9;
    padding: 5px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.data-album_plan03 span {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #539ba4;
}
.summer-campaign_plan {
    border: 1px solid #f1f4fb;
    padding: 3px;
}
.summer-campaign_plan p {
    background-color: #f1f4fb;
    padding: 5px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.summer-campaign_plan span {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #7298d5;
}
.autumn-campaign_plan {
    border: 1px solid #fff7e3;
    padding: 3px;
}
.autumn-campaign_plan p {
    background-color: #fff7e3;
    padding: 5px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.autumn-campaign_plan span {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #e04757;
}
.winter-campaign_plan {
    border: 1px solid #eaf0ff;
    padding: 3px;
}
.winter-campaign_plan p {
    background-color: #eaf0ff;
    padding: 5px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.winter-campaign_plan span {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #225ab7;
}
.newyear-campaign_plan {
    border: 1px solid #ffedf6;
    padding: 3px;
}
.newyear-campaign_plan p {
    background-color: #ffedf6;
    padding: 5px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.newyear-campaign_plan span {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #f15ea9;
}
.plan-option-tbl {
  width: 100%;
}
.plan-option-tbl th, .plan-option-tbl td {
  padding: 10px 20px;
  border: solid 1px #eaeaea;
}
.plan-option-tbl thead th {
  width: 50%;
  background-color: #A7883C;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.plan-option-tbl tbody th {
  color: #A7883C;
}
.plan-option-tbl tbody tr.bg th, .plan-option-tbl tbody tr.bg td {
  background-color: #F3F1EA;
}
.plan-option-tbl--album thead th:nth-of-type(2) {
  width: 280px;
}
.plan-option-tbl--album thead th:nth-of-type(3) {
  width: auto;
}
.plan-option-tbl--album thead th:nth-of-type(4),
.plan-option-tbl--album thead th:nth-of-type(5),
.plan-option-tbl--album thead th:nth-of-type(6),
.plan-option-tbl--album thead th:nth-of-type(7) {
  width: 180px;
}
.plan-option-tbl--album thead th:nth-of-type(1) {
  width: 180px;
}

.plan-album-cat {
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 5px;
}
.plan-album-cat--gy {
  background-color: #777777;
}
.plan-album-cat--bk {
  background-color: #333333;
}
.plan-album-cat--yl {
  background-color: #C1A557;
}

.plan-option-sample {
  *zoom: 1;
  margin-left: -7px;
}
.plan-option-sample:after {
  content: "";
  display: table;
  clear: both;
}
.plan-option-sample__item {
  float: left;
  margin-left: 30px;
}
.plan-option-sample__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.plan-option-sample__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.plan-option-sample-join {
  *zoom: 1;
  padding: 40px;
  border: double 3px #A7883C;
}
.plan-option-sample-join:after {
  content: "";
  display: table;
  clear: both;
}
.plan-option-sample-join__image {
  float: left;
  width: 325px;
}
.plan-option-sample-join__content {
  float: right;
  width: 655px;
}

.m-bar-title {
    padding: 0.5em 1em;
    background-color: #DFD2AC;
}
.dress-free {
    background-color: #56668f;
    color: white;
    padding: 5px 0;
    width: 58%;
    text-align: center;
    margin: 20px auto 0;
}
.home-plan .dress-free {
    background-color: #56668f;
    color: white;
    padding: 5px 0;
    width: 76%;
    text-align: center;
    margin: 20px auto 0;
}
.not-dress-free {
    margin-top: 69px;
}
.plan-campaign-icon {
  position: relative;
  display: inline-block;
  padding-left: 75px;
}
.plan-campaign-icon > i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
}
/*20180306*/
li.home-plan__list__item:nth-of-type(1) {
    margin-right: 3%;
}
.home-plan__list__item__bg.plan-campaign {
    background-color: rgba(240, 249, 254, 0.8);
        padding: 44px 10px 40px;
}
.home-plan__list__item__bg.plan-dataalbum {
    background-color: rgba(255, 235, 236, 0.9);
    padding: 23px 10px 40px;
}
.home-plan__list__item__bg.plan-campaign .home-plan__list__item__image {
    margin-top: 30px;
}
p.home-plan__point {
    background-color: #f66f91;
    padding: 8px 0;
    margin: 0px auto 15px;
    width: 233px;
    color: #fff;
}

/*---- アルバムプランバナー ----*/
#a-album + .bnr_albumlp.plan_top {
    margin: 5% auto;
}
.bnr_albumlp {
    margin: 80px auto 0;
    text-align: center;
}
.plan-option-sample-word{
        margin-top: 17px;
        font-size: 13px;
        padding-left: 25px;
}

/* =======================================================================
お問い合わせ
======================================================================= */
.m-follow-us {
  padding: 40px 40px 60px;
  background-color: #E2DBC7;
}
.m-follow-us-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-follow-us-sns__item {
  margin-left: 20px;
  margin-right: 20px;
}
.m-follow-us-sns__item a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  background-size: auto 100%;
  background-image: url(../images/common/icons_sns-l.png);
  box-shadow: 2px 2px 0 0 rgba(193, 165, 87, 0.4);
  text-indent: -9998em;
}
.m-follow-us-sns__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-follow-us-sns__item--ig a {
  background-position: -100% 0;
}

.contact-btn {
  font-size: 0;
  text-align: center;
}
.contact-btn__item {
  display: inline-block;
  width: 320px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}

.m-tbl-form {
  width: 100%;
}
.m-tbl-form th, .m-tbl-form td {
  padding: 20px;
  vertical-align: top;
}
.m-tbl-form th {
  position: relative;
  width: 240px;
  font-size: 16px;
  padding-left: 60px;
}
.m-tbl-form td {
  font-size: 14px;
}
.m-tbl-form thead th, .m-tbl-form thead td {
  border-bottom: solid 1px #cccccc;
  font-size: 18px;
}

.contact-step {
  text-align: center;
  font-size: 0;
}
.contact-step__item {
  position: relative;
  display: inline-block;
  width: 230px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #ffffff;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.contact-step__item span {
  display: block;
  color: #A7883C;
}
.contact-step__item.is-active {
  background-color: #E2DBC7;
}
.contact-step__item:before {
  content: "";
  width: 20px;
  height: 14px;
  background-size: 100%;
  background-image: url(../images/contact/icon_step.png);
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -7px;
}
.contact-step__item:first-child:before {
  display: none;
}

.contact-nav {
  *zoom: 1;
  margin-left: -2px;
  margin-right: -2px;
}
.contact-nav:after {
  content: "";
  display: table;
  clear: both;
}
.contact-nav__item {
  float: left;
  width: 33.3%;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  text-align: center;
  height: 92px;
}
.contact-nav__item a {
  -webkit-transition: .3s;
          transition: .3s;
  display: block;
  padding: 35px 25px;
  border-top: solid 4px #B2B2B2;
  color: #B2B2B2;
}
.contact-nav__item a.is-active {
    background-color: #78c2c9;
    border-top-color: #78c2c9;
    color: #fff;
}
.contact-nav__item a:hover {
  border-top-color: #78c2c9;
  color: #78c2c9;
}
.contact-nav__item a.is-active:hover {
    background-color: #f4f4f4;
    border-top-color: #78c2c9;
    color: #78c2c9;
}
.contact-nav__item.counseling .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    margin-left: .5em;
    background-image: url(../images/common/icon_blank02.png);
}
.contact-nav__item.counseling a {
    border: 2px solid #868585;
    padding: 24px;
    background-color: #fff;
    color: #777676;
}
.contact-nav__item.counseling a:hover {
  border: 2px solid #B21454;
  color: #B21454;
}
.contact-agreement {
  height: 160px;
  padding: 20px 40px 20px 20px;
  border: solid 1px #dddddd;
  overflow: scroll;
}

.contact-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.contact-btn span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.75;
}

.icon-require {
  position: absolute;
  left: 0;
  top: 18px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #A7883C;
}

.ui-datepicker {
  width: 280px;
  border: solid 3px #f7f7f7;
  background-color: #ffffff;
  font-size: 13px;
  color: #777777;
}
.ui-datepicker a {
  color: #777777;
}

.ui-datepicker-header {
  position: relative;
  *zoom: 1;
  padding: 10px;
  background-color: #f7f7f7;
}
.ui-datepicker-header:after {
  content: "";
  display: table;
  clear: both;
}

.ui-datepicker-prev {
  float: left;
  font-size: 10px;
}

.ui-datepicker-next {
  float: right;
  font-size: 10px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  padding: 10px 5px;
  text-align: center;
}
.ui-datepicker-calendar tbody td:nth-of-type(1) {
  color: #B21454;
}
.ui-datepicker-calendar tbody td:nth-of-type(1) a {
  color: #B21454;
}

.ui-state-disabled {
  opacity: .3;
}

.ui-datepicker-buttonpane {
  display: none;
}

.validate-icon {
  display: inline-block;
  vertical-align: middle;
}
.validate-icon--ok, .validate-icon--ng {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: auto 100%;
  background-image: url(../images/contact/icon_validate.png);
}
.validate-icon--ng {
  background-position: 100% 0;
}

.contact-validate {
  position: fixed;
  right: 20px;
  top: 110px;
  border-radius: 4px;
  padding: 15px 20px;
  background-color: #C1A557;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  z-index: 5001;
}
.contact-validate.is-complete {
  display: none;
}
.contact-validate .num {
  font-weight: bold;
  font-size: 20px;
}

label.m-from-validate-error {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #B21454;
}

/* =======================================================================
COMPANY
======================================================================= */
.company-tbl {
  width: 100%;
}
.company-tbl th, .company-tbl td {
  padding: 20px;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  line-height: 2;
  vertical-align: top;
}
.company-tbl th {
  width: 320px;
  background-color: #F3F1EA;
  font-size: 18px;
}
.company-tbl td {
  font-size: 15px;
}
.company-tbl--yl th {
  color: #A7883C;
}

.company-list {
  *zoom: 1;
}
.company-list:after {
  content: "";
  display: table;
  clear: both;
}
.company-list > li {
  float: left;
  width: 50%;
}

/* =======================================================================
FAQ
======================================================================= */
.faq-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #d3d3d3;
}
.faq-item:nth-last-of-type(1) {
  border-bottom: solid 1px #d3d3d3;
}
.faq-item__title {
  position: relative;
  padding-left: 70px;
  padding-right: 30px;
  cursor: pointer;
}
.faq-item__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  background-image: url(../images/faq/icons_qa.png);
}
.faq-item__title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  border-radius: 50%;
  background-image: url(../images/faq/icon_toggle.png);
}
.faq-item__title.is-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item__content {
  display: none;
  position: relative;
  margin-top: 30px;
  padding-left: 70px;
}
.faq-item__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  background-position: 0 -100%;
  background-image: url(../images/faq/icons_qa.png);
}
.faq-item table.table-cancel tr {
    border: 1px solid;
}
.faq-item table.table-cancel th {
    background-color: #f3f3f3;
}
.faq-item table.table-cancel th,.faq-item table.table-cancel td {
    border: 1px solid;
    padding: 10px;
    text-align: center;
}
/* =======================================================================
SITEMAP
======================================================================= */
.sitemap {
  *zoom: 1;
}
.sitemap:after {
  content: "";
  display: table;
  clear: both;
}
.sitemap__title {
  float: left;
  width: 100px;
}
.sitemap__content {
  float: right;
  width: 820px;
}
.sitemap__list__item {
  padding: 30px;
  border-bottom: solid 1px #d3d3d3;
  font-size: 16px;
}
.sitemap__list__item:nth-of-type(1) {
  padding-top: 10px;
}
.sitemap__list__item a:hover {
  text-decoration: underline;
}
.sitemap__list__child {
  *zoom: 1;
  margin-top: 30px;
  margin-left: 1em;
}
.sitemap__list__child:after {
  content: "";
  display: table;
  clear: both;
}
.sitemap__list__child__item {
  float: left;
  margin-right: 3em;
}

@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  モジュール
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* sp only */
  .m-align-c--pc {
    text-align: inherit;
  }

  .m-sp-only {
    display: block;
  }

  img.m-sp-only {
    display: inline;
  }

  .m-pc-only {
    display: none;
  }

  /* text */
  .m-text-10 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-11 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-12 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .m-text-13 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .m-text-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-15 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-16 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .m-text-17 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .m-text-18 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-19 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-20 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-21 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .m-text-22 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .m-text-23 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .m-text-24 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .m-text-25 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-26 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-27 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-28 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-30 {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .m-text-31 {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .m-text-32 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .m-text-34 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .m-text-35 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-36 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-37 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-38 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .m-text-40 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-42 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-44 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-46 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .m-text-lhl {
    line-height: 1.8;
  }

  .m-ls1 {
    letter-spacing: 0em;
  }

  .m-ls2 {
    letter-spacing: 0em;
  }

  .m-uline {
    text-decoration: none;
  }

  .m-uline:hover {
    text-decoration: none;
  }

  .m-hline {
    text-decoration: none;
  }

  .m-hline:hover {
    text-decoration: none;
  }

  .m-op {
    -webkit-transition: opacity 0s;
            transition: opacity 0s;
  }
  .m-op:hover {
    opacity: 1;
  }

  a.m-op {
    display: inline;
  }
  /* margin */
  .m-mt-2xs {
    margin-top: 5px;
  }

  .m-mt-xs {
    margin-top: 10px;
  }

  .m-mt-s {
    margin-top: 10px;
  }

  .m-mt {
    margin-top: 15px;
  }

  .m-mt-l {
    margin-top: 20px;
  }

  .m-mt-xl {
    margin-top: 25px;
  }

  .m-mt-2xl {
    margin-top: 30px;
  }

  .m-mb-2xs {
    margin-bottom: 5px;
  }

  .m-mb-xs {
    margin-bottom: 10px;
  }

  .m-mb-s {
    margin-bottom: 10px;
  }

  .m-mb {
    margin-bottom: 15px;
  }

  .m-mb-l {
    margin-bottom: 20px;
  }

  .m-mb-xl {
    margin-bottom: 25px;
  }

  .m-mb-2xl {
    margin-bottom: 30px;
  }

  /* padding */
  .m-pt-2xs {
    padding-top: 5px;
  }

  .m-pt-xs {
    padding-top: 10px;
  }

  .m-pt-s {
    padding-top: 10px;
  }

  .m-pt {
    padding-top: 15px;
  }

  .m-pt-l {
    padding-top: 20px;
  }

  .m-pt-xl {
    padding-top: 25px;
  }

  .m-pt-2xl {
    padding-top: 30px;
  }

  .m-pb-2xs {
    padding-bottom: 5px;
  }

  .m-pb-xs {
    padding-bottom: 10px;
  }

  .m-pb-s {
    padding-bottom: 10px;
  }

  .m-pb {
    padding-bottom: 15px;
  }

  .m-pb-l {
    padding-bottom: 20px;
  }

  .m-pb-xl {
    padding-bottom: 25px;
  }

  .m-pb-2xl {
    padding-bottom: 30px;
  }

  .m-p-xs {
    padding: 10px;
  }

  .m-p-s {
    padding: 10px;
  }

  .m-p {
    padding: 15px;
  }

  .m-p-l {
    padding: 20px;
  }

  .l-inner-s,
  .l-inner-m,
  .l-inner-l,
  .l-inner {
    max-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-inner-s .l-inner-s,
  .l-inner-s .l-inner-m,
  .l-inner-s .l-inner-l,
  .l-inner-s .l-inner,
  .l-inner-m .l-inner-s,
  .l-inner-m .l-inner-m,
  .l-inner-m .l-inner-l,
  .l-inner-m .l-inner,
  .l-inner-l .l-inner-s,
  .l-inner-l .l-inner-m,
  .l-inner-l .l-inner-l,
  .l-inner-l .l-inner,
  .l-inner .l-inner-s,
  .l-inner .l-inner-m,
  .l-inner .l-inner-l,
  .l-inner .l-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .l-inner-sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* bg */
  /* column */
  .m-column:not(.m-column--pc) .m-column__item {
    float: none;
    width: auto;
  }
  .m-column:not(.m-column--pc) .m-column__item--r {
    float: none;
  }
  .m-column:not(.m-column--pc) .m-column__item + .m-column__item {
    margin-top: 15px;
  }
  .m-column:not(.m-column--pc) .m-column__item--w20,
  .m-column:not(.m-column--pc) .m-column__item--w25,
  .m-column:not(.m-column--pc) .m-column__item--w33,
  .m-column:not(.m-column--pc) .m-column__item--w100 {
    width: auto;
  }
  .m-column:not(.m-column--pc).m-column--g10, .m-column:not(.m-column--pc).m-column--g15, .m-column:not(.m-column--pc).m-column--g20, .m-column:not(.m-column--pc).m-column--g40, .m-column:not(.m-column--pc).m-column--g50, .m-column:not(.m-column--pc).m-column--g60, .m-column:not(.m-column--pc).m-column--g160 {
    margin-left: 0;
    margin-right: 0;
  }
  .m-column:not(.m-column--pc).m-column--g10 > .m-column__item, .m-column:not(.m-column--pc).m-column--g15 > .m-column__item, .m-column:not(.m-column--pc).m-column--g20 > .m-column__item, .m-column:not(.m-column--pc).m-column--g40 > .m-column__item, .m-column:not(.m-column--pc).m-column--g50 > .m-column__item, .m-column:not(.m-column--pc).m-column--g60 > .m-column__item, .m-column:not(.m-column--pc).m-column--g160 > .m-column__item {
    padding-left: 0;
    padding-right: 0;
  }

  .m-column--sp {
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-column--sp .m-column__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* media */
  .m-media__image.m-media__image--g10 {
    margin-right: 5px;
  }
  .m-media__image.m-media__image--g20 {
    margin-right: 10px;
  }

  .m-media__image--r.m-media__image--g10 {
    margin-left: 5px;
  }
  .m-media__image--r.m-media__image--g20 {
    margin-left: 10px;
  }

  .m-media--pc .m-media__image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .m-media--pc .m-media__content {
    margin-top: 15px;
  }

  /* allocation */
  .m-allocation {
    min-height: inherit;
  }
  .m-allocation__col-r {
    float: none;
    width: auto;
    display: table;
    height: auto;
  }
  .m-allocation__col-r__inner {
    padding: 20px;
  }
  .m-allocation__col-r__title .en {
    margin-top: 15px;
  }
  .m-allocation__col-r__thumb {
    margin-top: 15px;
  }
  .m-allocation__col-r__thumb__item {
    margin-right: 10px;
    width: 45px;
  }
  .m-allocation__col-r__thumb__item a:before {
    border-width: 1px;
  }
  .m-allocation__col-l {
    float: none;
    width: auto;
    height: 0;
    padding-bottom: 62.5%;
  }
  .m-allocation__col-l__item {
    width: 100%;
    height: 100%;
  }
  .m-allocation__col-l__item__text {
    padding: 20px 10px 10px;
    font-size: 1.2rem;
  }

  /* btn */
  .m-btn {
    width: auto;
    font-size: 1.2rem;
  }

  /* icon */
  /* title */
  .m-title {
    height: 150px;
    background-size: cover;
    margin-top: 10px;
  }
  .m-title--point {
    background-image: url(../images/point/bg_title_sp.jpg);
  }
  .m-title--counseling {
    background-image: url(../images/point/counseling/bg_title_sp.jpg);
  }
  .m-title--dress {
    background-image: url(../images/point/dress/bg_title_sp.jpg);
  }
  .m-title--make {
    background-image: url(../images/point/make/bg_title_sp.jpg);
  }
  .m-title--scene {
    background-image: url(../images/point/scene/bg_title_sp.jpg);
  }
  .m-title--staff {
    background-image: url(../images/staff/bg_title_sp.jpg);
  }
  .m-title--gallery {
    background-image: url(../images/gallery/bg_title_sp.jpg);
  }
  .m-title--plan {
    background-image: url(../images/plan/bg_title_sp.jpg);
  }
  .m-title--contact, .m-title--other {
    height: 115px;
    background-image: url(../images/contact/bg_title_sp.jpg);
  }
  .m-title--media {
    background-image: url(../images/media/bg_title_sp.jpg);
    margin-top:41px;
  }
  .m-title--campaign {
    background-image: url(../images/campaign/bg_title_sp.jpg);
    margin-top:41px;
  }
  .m-title .icon {
    margin-top: 10px;
    padding-top: 20px;
  }
  .m-title .icon:before {
    width: 35px;
  }

  .m-bor-title {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  /* nav */
  .m-cat-nav {
    margin-left: 0;
    margin-right: 0;
    border-top: solid 1px #eaeaea;
  }
  .m-cat-nav__item {
    display: block;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .m-cat-nav__item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-cat-nav__item a:before {
    height: 1px;
  }
  .m-cat-nav__item a:hover:before, .m-cat-nav__item a.is-active:before {
    background-color: #eaeaea;
  }
  .m-cat-nav__item a:hover, .m-cat-nav__item a.is-active {
    background-color: #eaeaea;
  }

  /* breadcrumb */
  .m-breadcrumb {
    max-width: inherit;
    padding: 15px;
    font-size: 1rem;
  }

  .m-breadcrumb__item:before {
    font-size: 1rem;
  }

  /* modal window */
  .m-modal-close {
    width: 30px;
    height: 30px;
  }

  .m-modal-prev,
  .m-modal-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .m-modal-prev {
    left: 10px;
  }

  .m-modal-next {
    right: 10px;
  }

  .m-modal-btn__item {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1rem;
  }
  .m-modal-btn__item a.text {
    min-width: 80px;
  }

  .m-modal-item {
    padding-top: 0px;
    padding-bottom: 30px;
    max-width: inherit;
  }
  .m-modal-item--l {
    max-width: inherit;
    padding-bottom: 0;
  }
  .m-modal-item__header {
    display: block;
  }
  .m-modal-item__header__content {
    width: auto;
    display: block;
    padding: 30px 15px;
  }
  .m-modal-item__header__content__title {
    margin-left: auto;
    margin-right: auto;
  }
  .m-modal-item__header__content__title img {
    width: auto;
    height: 27px;
  }
  .m-modal-item__header__content dd {
    text-align: left;
  }
  .m-modal-item__header__image {
    display: block;
    width: auto;
  }
  .m-modal-item__header__image img {
    width: 100%;
    max-width: inherit;
  }
  .m-modal-item__slider__item img {
    width: 100%;
    max-width: inherit;
  }
  .m-modal-item__list__item img {
    width: 100%;
    max-width: inherit;
  }

  .m-modal-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-modal-contact {
    padding: 30px;
  }
  .m-modal-contact__item + .m-modal-contact__item {
    margin-top: 15px;
  }

  .m-modal-map {
    height: 200px;
  }

  /* form */
  .m-btn-form__item {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.4rem;
  }

  .m-input-text,
  .m-textarea {
    width: calc(100% - 40px);
    padding: 10px;
    font-size: 1.4rem;
    vertical-align: middle;
  }

  .m-input-text--xs,
  .m-input-text--s {
    width: calc(100% - 40px);
  }

  .m-textarea {
    width: calc(100% - 40px);
    height: 120px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  label input[type="checkbox"] {
    margin-top: 2px;
  }

  label + label {
    margin-top: 10px;
    margin-left: 0;
  }

  select.m-select {
    background-size: 20px auto;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  /* base */
  a {
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }

  a.m-uline:hover {
    text-decoration: underline !important;
  }

  /* android font-size fix */
  li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
    max-height: 999999px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  共通
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  body {
    font-size: 1rem;
  }

  #l-wrapper {
    min-width: inherit;
    overflow: hidden;
    padding-top: 50px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  header
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .header {
    position: fixed;
    height: 60px;
    top: 0;
    left: auto;
    min-width: inherit;
    padding-right: 0;
    /*background-color: rgba(255, 255, 255, 0.8);*/
  }
  .header.wp_single {
      margin-top: -10px;
  }
  .header h1 {
      font-size: 10px;
      display: block;
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
      text-align: center;
      margin-top: 5px;
  }
  .header-form-tel {
    width: 154px;
    right: 10px;
    top: 10px;
  }
  .header-sp-h-online {
	display: flex;
	justify-content: center;
	align-items: center;
    display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	position: absolute;
	top: 13px;
	right: 160px;
	width: 54px;
	height: 49px;
}
  .header-sp-h-online img {
      width: 50px;
  }
  .header-sp-h-tel, .header-sp-h-counseling, .header-sp-h-mail {
    position: absolute;
    top: 13px;
    display: block;
    width: 54px;
    height: 49px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9998em;
  }
  .header-sp-h-tel {
    right: 90px;
    background-image: url(../images/common/btn_h-tel-sp.png);
  }
  .header-sp-h-counseling{
    right: 105px;
    background-image: url(../images/common/btn_h-counseling-sp.png);
  }
  .header-sp-h-mail {
    right: 50px;
    background-image: url(../images/common/btn_h-mail-sp.png);
  }
  .header-sp-btn {
    position: absolute;
    display: block;
    right: 0px;
    top: 18px;
    width: 50px;
    height: 40px;
  }
  .header-sp-btn span {
    -webkit-transition: .3s;
            transition: .3s;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    background-color: #333333;
  }
  .header-sp-btn span:nth-of-type(1) {
    top: 12px;
  }
  .header-sp-btn span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header-sp-btn span:nth-of-type(3) {
    bottom: 12px;
  }
  .header-sp-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .header-sp-btn.is-active span:nth-of-type(2) {
    height: 0;
    opacity: 0;
  }
  .header-sp-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
  .header-logo {
    float: left;
    width: auto;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 0px;
    text-align: inherit;
  }
  .header-logo img {
    width: 55px;
    vertical-align: middle;
  }
  .header-logo span {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
    font-size: 1rem;
  }
  .header-logo span:before, .header-logo span:after {
    display: none;
  }
  .header-nav {
    display: none;
    position: fixed;
    background-color: #ffffff;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    z-index: 5010;
    padding-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .header-nav.is-active {
    display: block;
    margin-top: 10px;
  }
  .header-nav__global {
    width: auto;
    display: block;
    float: none;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-nav__global__item {
    float: none;
    width: auto;
    margin-bottom: 0;
    font-size: 1.1rem;
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
  }
  .header-nav__global__item a {
    -webkit-transition: 0;
            transition: 0;
    display: block;
    padding: 15px 10px;
  }
  .header-nav__global__item a:hover {
    color: #333333;
  }
  .header-nav__global__item--sp {
    display: inherit;
    float: left;
    width: 33.3%;
    margin-top: 10px;
    border-bottom: 0;
    border-right: solid 1px #f1f1f1;
  }
  .header-nav__global__item--sp:nth-last-of-type(1) {
    border-right: 0;
  }
  .header-nav__sns {
    *zoom: 1;
    float: left;
    width: 50%;
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
    font-size: 0;
  }
  .header-nav__sns:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-nav__sns__item {
    float: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-nav__sns__item a {
    display: block;
  }
  .header-nav_online {
      display: none;
  }
  .header-nav__btn {
    *zoom: 1;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-nav__btn:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-nav__btn__item {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-nav__btn__item.btn_item02_sp {
    float: none;
}
  img.m-sp-only.nav-tel_sp {
    width: 100%;
}
  .header-nav__btn__item:nth-of-type(1) {
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1%;
  }
  .header-nav__btn__item:nth-of-type(2),
  .header-nav__btn__item:nth-of-type(3) {
    right: auto;
    top: auto;
  }
  .header-nav__link {
    position: relative;
    float: right;
    width: 50%;
    margin-top: 15px;
    top: auto;
    right: auto;
    font-size: 1.1rem;
    text-align: center;
  }
  .header-nav__link a {
    display: inline-block;
    padding: 10px 15px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-f-info {
    max-width: inherit;
    padding: 25px 15px;
  }
  .m-f-info__content {
    float: none;
    width: auto;
    text-align: center;
  }
  .m-f-info__content--form {
    margin-top: 15px;
  }
  .m-f-info__btn {
    float: none;
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
  .m-f-info__btn__list__item + .m-f-info__btn__list__item {
    margin-top: 20px;
  }
  .m-f-info__btn__sns {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .m-f-info__btn__sns__item {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .m-f-info__btn__sns__item a {
    display: block;
  }

  .m-f-map {
    height: 220px;
  }

  .footer {
    background-color: #2d2d2d;
  }
  .footer-inner {
    max-width: inherit;
    padding: 15px 10px;
  }
  .footer-nav {
    float: none;
  }
  .footer-nav__item {
    margin-right: 1em;
    font-size: 1rem;
  }
  .footer-cr {
    margin-top: 10px;
    float: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }

  .m-btn-pt {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  トップ
  ======================================================================= */
  .home-mv {
    position: relative;
    margin-top: 10px;
  }
  .home-mv__sp {
    display: block;
    *zoom: 1;
    position: relative;
    padding-bottom: 61.71875%;
  }
  .home-mv__sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .home-mv__sp__item {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .home-mv__sp__item img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .home-mv__video video {
    display: none;
  }
  .home-mv__bnr {
    width: 38%;
    top: 10px;
    bottom: auto;
    right: 10px;
    z-index: 100;
}
  .home-mv__bnr img {
    width: 100%;
  }
  .m-home-mv__scroll {
  width: 64px;
  height: 32px;
  background-size: 100%;
  background-image: url(../images/home/btn-scroll.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  text-indent: -9998em;
  z-index: 500;
}
  /*home-point20170420*/
  .m-home-point-title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    top: auto;
    left: auto;
    right: auto;
  }
  .m-home-point-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-home-point-list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .m-home-point-list__item a:hover .m-home-point-list__item__image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m-home-point-list__item__title {
    bottom: 0;
    padding: 15px;
  }
  .m-home-point-list__item__image {
    position: relative;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /*home-staff20170420*/
  .m-home-staff {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
    }
  .m-home-staff-btn {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
  }
  .home-plan {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
    background-color: #fafafa;
  }
  .home-plan__text {
    margin-top: 10px;
    font-size: 1rem;
  }
  .home-plan__list {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .home-plan__list__item {
    float: none;
    display: inline-block;
    width: 44vw;
    margin-top: 20px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
  .home-plan__list__item__bg {
    padding: 15px;
  }
  .home-plan__list__item__bg--campaign:before {
    width: 55px;
    height: 55px;
    top: -10px;
    left: 50%;
    margin-left: -85px;
  }
  .home-plan__list__item__text {
    margin-top: 15px;
    font-size: 1rem;
  }
  .home-plan__list__item__price {
    margin-top: 15px;
  }
  .home-plan__list__item__btn {
    width: 35vw;
    margin-top: 15px;
  }

  /*gallery20170420*/
.m-home-gallery {
    position: relative;
    background-color: #f9f6ee;
    padding: 0 0 62%;
  }
  .m-home-gallery-title {
    padding: 20px;
    z-index: 1;
  }
  .m-home-gallery-btn {
      margin-left: 20px;
      margin-right: 20px;
      width: auto;
      top: auto;
  }
  .m-home-gallery-list{
    background-color: #fff;
  }
  .m-home-gallery-list__item{
  }

  .home-col {
    max-width: inherit;
    padding: 40px 10px;
  }
  .home-col__item {
    float: none;
    width: auto;
  }
  .home-col__item:nth-of-type(even) {
    float: none;
  }
  .home-col__item + .home-col__item {
    margin-top: 40px;
  }
  .home-col__title {
    padding-bottom: 10px;
  }
  .home-col__title__btn {
    bottom: 8px;
    width: 24vw;
  }
  .home-col__list {
    margin-top: 0px;
  }
  .home-col__list__item a {
    display: block;
  }
  .home-col__list__item figure {
    float: left;
    width: 110px;
    margin-right: 10px;
  }
  .home-col__list__item dd {
    display: none;
  }
  li.home-col__list__item:nth-of-type(3) {
    display: none;
}
  li.home-col__list__item.item-topics:nth-of-type(2) {
    display: none;
}

.home-collection {
    background-image: url(../images/home/bg_dress-wasou_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
/*introduction*/
.m-home-introduction {
  background-image: url(../images/home/bg-introduction_sp.jpg);
  background-size: cover;
  background-attachment: initial;
  padding:5%;
}
  .instagram-list {
    *zoom: 1;
    position: relative;
    height: auto;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 0;
  }
  .instagram-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .instagram-list__item {
    position: relative;
    width: 33.3%;
    float: left;
    height: auto;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
  }
  .instagram-list__item:nth-of-type(1), .instagram-list__item:nth-of-type(2), .instagram-list__item:nth-of-type(3), .instagram-list__item:nth-of-type(5), .instagram-list__item:nth-of-type(6), .instagram-list__item:nth-of-type(7), .instagram-list__item:nth-of-type(8), .instagram-list__item:nth-of-type(9), .instagram-list__item:nth-of-type(10), .instagram-list__item:nth-of-type(11), .instagram-list__item:nth-of-type(12), .instagram-list__item:nth-of-type(13), .instagram-list__item:nth-of-type(14), .instagram-list__item:nth-of-type(15), .instagram-list__item:nth-of-type(16), .instagram-list__item:nth-of-type(17), .instagram-list__item:nth-of-type(18) {
    width: 33.3%;
    height: auto;
    left: auto;
    top: auto;
  }
  .instagram-list__item:nth-of-type(4) {
    left: auto;
    top: auto;
    height: 0;
    padding-bottom: calc(33.3% - 2px);
  }
  .instagram-list__item:nth-of-type(4) a {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #E2DBC7;
    background-size: 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/home/logo_instagram.png);
    text-indent: -9998em;
  }
  .m-home-solowedding {
      background-color: #f8f8f8;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
}
  .m-home-solowedding-title {
  top: 30%;
}
  .m-home-solowedding-btn {
      margin-left: 20px;
      margin-right: 20px;
      width: auto;
      top: 40%;
}
.m-home-ppw {
    background-color: #f9f6ee;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.m-home-ppw-title {
top: 30%;
}
.m-home-ppw-btn {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    top: 40%;
}
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  POINT
  ======================================================================= */
  .m-point-nav {
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-point-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .m-point-nav__item {
    float: left;
    width: 50%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
  }
  .m-point-nav__item__text {
    margin-top: 10px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .point-index-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .point-index-list__item {
    float: none;
    width: auto;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .point-index-list__item__content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 15px 15px;
    width: calc(100% - 30px);
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  dress
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .dress-image {
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
  }
  .dress-image:after {
    content: "";
    display: table;
    clear: both;
  }
  .dress-image__item {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .dress-list {
    margin-left: -1px;
    margin-right: -1px;
  }
  .dress-list__item {
    width: 50%;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
  }
  li.dress-list__item.js-sort-item.new{
    position: relative;
  }
  /*new-icon*/
.new:before {
  content: "";
  width: 45px;
    height: 45px;
    margin-top: 0px;
    margin-left: 0px;
    top: 3%;
    left: 5%;
  background-size: 100%;
  background-image: url(../images/point/dress/icon_new.png);
  position: absolute;
}
  /*20171108追記*/
li.dress-list__item.js-sort-item span:before,
li.gallery-list__item.js-sort-item span:before {
    content: "";
    background-image: url(../images/common/icon-click.png);
    background-size: 100%;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 3%;
    right: 3%;
}
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  make
  scene
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .make-list__item img,
  .scene-list__item img {
    width: 100%;
  }

  .make-list-wrapper .bx-prev,
  .make-list-wrapper .bx-next,
  .scene-list-wrapper .bx-prev,
  .scene-list-wrapper .bx-next {
    margin-top: -11px;
    width: 22px;
    height: 22px;
  }
  .make-list-wrapper .bx-prev,
  .scene-list-wrapper .bx-prev {
    left: 10px;
  }
  .make-list-wrapper .bx-next,
  .scene-list-wrapper .bx-next {
    right: 10px;
    background-position: -22px 0;
  }

  /* =======================================================================
  フォトギャラリー
  ======================================================================= */
  .gallery-list__item {
    width: 50%;
  }
  .gallery-list__item a:hover:before, .gallery-list__item a:hover:after {
    opacity: 0;
  }

  /* =======================================================================
  スタッフ
  ======================================================================= */
  .staff-nav {
    border-bottom: 0;
  }
  .staff-nav__list {
    max-width: inherit;
  }
  .staff-nav__list__item {
    width: auto;
    float: none;
    font-size: 1rem;
    border-bottom: solid 1px #f6f2e6;
  }
  .staff-nav__list__item a {
    padding: 10px;
  }

  .staff-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .staff-item {
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
  }
  .staff-item:nth-of-type(1) {
    margin-top: 30px;
  }
  .staff-item__image {
    position: relative;
    left: auto;
    width: auto;
    margin-left: 0;
  }
  .staff-item__content {
    left: auto;
    width: auto;
    min-height: inherit;
    padding: 20px;
    margin-left: 0;
    top: auto;
  }
  .staff-item__title {
    padding-bottom: 10px;
  }
  .staff-item--r .staff-item__image {
    margin-left: 0;
  }
  .staff-item--r .staff-item__content {
    margin-left: 0;
  }
  .portfolio,.portfolio.port-right{
    position: relative;
    display: block;
    width: auto;
    left: auto;
    top: auto;
    margin: 5% auto;
  }
  .port-title {
    text-align: left;
     margin-left: 3%;
}
  .portfolio-list__item img {
    width: 90px;
    height: 90px;
}
   .portfolio-list-wrapper.port-mt {
    text-align: -webkit-center;
}
　　.staff_modal {
    width: 80%;
    margin: 3% auto 0;
}
/*20180426*/
p.artist-info {
    top: -56px;
    right: 0;
    margin-top: 0;
}
.attend_book {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 11px;
    position: relative;
    text-align: center;
    right: 0;
    box-shadow: 2px 2px 5px #dcdcdc;
    margin-top: 10px;
}
p.attend_link {
    font-size: 13px;
}
  /* =======================================================================
  プラン
  ======================================================================= */
  .plan-nav {
    margin-left: 0;
    margin-right: 0;
    border-top: solid 1px #eaeaea;
  }
  .plan-nav__item {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .plan-nav__item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .plan-nav__item a:before {
    height: 1px;
  }
  .plan-nav__item a:hover, .plan-nav__item a.is-active {
    background-color: #eaeaea;
  }

  .plan-col {
    *zoom: 1;
    position: relative;
  }
  .plan-col:after {
    content: "";
    display: table;
    clear: both;
  }
  .plan-col:before {
    display: none;
  }
  .plan-col__item {
    float: none;
    width: auto;
    padding: 15px;
  }
  .plan-col__item:nth-of-type(2n) {
    background-color: #ededed;
  }

  .plan-option-tbl th, .plan-option-tbl td {
    padding: 10px;
  }

  .plan-option-tbl-wrapper {
    overflow-x: auto;
    position: relative;
    padding-top: 20px;
  }
  .plan-option-tbl-wrapper:before {
    position: absolute;
    content: "表は左右にスクロールできます";
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1rem;
    color: #A7883C;
  }
  .plan-option-tbl-wrapper table {
    width: 630px;
  }

  .plan-album-cat {
    font-size: 1rem;
  }

  .plan-option-sample {
    margin-left: -5px;
    margin-right: -5px;
  }
  .plan-option-sample__item {
    float: left;
    width: 25%;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .plan-option-sample-join {
    padding: 15px;
  }
  .plan-option-sample-join__image {
    float: none;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .plan-option-sample-join__content {
    float: none;
    width: auto;
  }
.plan-option-sample-word{
    margin-top: 13px;
    font-size: 12px;
    padding-left: 5px
  }
    /*---- アルバムプランバナー ----*/
    #a-album + .bnr_albumlp.plan_top {
        margin: 0 auto 15%;
        width: 90%;
    }
    .bnr_albumlp {
        margin: 40px auto 0;
    }

  /* =======================================================================
  お問い合わせ
  ======================================================================= */
  .m-follow-us {
    padding: 15px;
  }
  .m-follow-us-sns__item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-follow-us-sns__item a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    background-size: auto 100%;
    background-image: url(../images/common/icons_sns-l.png);
    box-shadow: 2px 2px 0 0 rgba(193, 165, 87, 0.4);
    text-indent: -9998em;
  }
  .m-follow-us-sns__item--ig a {
    background-position: -100% 0;
  }

  .m-tbl-form {
    display: block;
  }
  .m-tbl-form thead, .m-tbl-form tbody, .m-tbl-form tfoot, .m-tbl-form tr, .m-tbl-form th, .m-tbl-form td {
    display: block;
  }
  .m-tbl-form th, .m-tbl-form td {
    padding: 0;
  }
  .m-tbl-form tr {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #cccccc;
  }
  .m-tbl-form td {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .m-tbl-form th {
    width: auto;
    font-size: 1.4rem;
  }
  .m-tbl-form thead th, .m-tbl-form thead td {
    border-bottom: 0;
    font-size: 1.4rem;
  }

  .contact-step {
    *zoom: 1;
  }
  .contact-step:after {
    content: "";
    display: table;
    clear: both;
  }
  .contact-step__item {
    display: block;
    float: left;
    width: 33.3%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 1rem;
  }
  .contact-step__item:before {
    display: none;
  }

  .contact-nav__item {
    font-size: 1rem;
  }
  .contact-nav__item a {
    display: block;
    padding: 15px 5px;
    border-top-width: 2px;
  }

  .contact-agreement {
    height: 120px;
    padding: 15px;
  }

  .contact-btn {
    position: static;
    right: auto;
    top: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-btn span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1rem;
  }
  .contact-btn span br {
    display: none;
  }

  .icon-require {
    position: relative;
    left: auto;
    top: auto;
    float: right;
    font-size: 1rem;
  }

  .ui-datepicker {
    width: 240px;
    font-size: 1rem;
  }

  .ui-datepicker-header {
    padding: 5px;
  }

  .ui-datepicker-prev {
    font-size: 1rem;
  }

  .ui-datepicker-next {
    font-size: 1rem;
  }

  .ui-datepicker-calendar {
    width: 100%;
  }
  .ui-datepicker-calendar th, .ui-datepicker-calendar td {
    padding: 5px;
  }

  .validate-icon--ok, .validate-icon--ng {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }

  .contact-validate {
    display: none;
  }

  label.m-from-validate-error {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  /* =======================================================================
  COMPANY
  ======================================================================= */
  .company-tbl {
    display: block;
    border-bottom: solid 1px #d3d3d3;
  }
  .company-tbl tr, .company-tbl th, .company-tbl td, .company-tbl tbody, .company-tbl thead, .company-tbl tfoot {
    display: block;
  }
  .company-tbl tr {
    border-top: solid 1px #d3d3d3;
  }
  .company-tbl th, .company-tbl td {
    padding: 10px;
    border: 0;
    line-height: 1.6;
  }
  .company-tbl th {
    width: auto;
    font-size: 1.4rem;
  }
  .company-tbl td {
    font-size: 1.2rem;
  }

  .company-list > li {
    float: none;
    width: auto;
  }

  /* =======================================================================
  FAQ
  ======================================================================= */
  .faq-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faq-item__title {
    padding-left: 30px;
    padding-right: 20px;
  }
  .faq-item__title:before {
    width: 20px;
    height: 20px;
  }
  .faq-item__title:after {
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .faq-item__content {
    margin-top: 15px;
    padding-left: 30px;
  }
  .faq-item__content:before {
    width: 20px;
    height: 20px;
  }
  .faq-item .table-scroll {
    overflow-x: auto;
  }
  .faq-item .table-scroll table {
    min-width: 640px;
    margin: 10px 10px 20px;
  }

  /* =======================================================================
  SITEMAP
  ======================================================================= */
  .sitemap {
    *zoom: 1;
  }
  .sitemap:after {
    content: "";
    display: table;
    clear: both;
  }
  .sitemap__title {
    float: none;
    width: auto;
  }
  .sitemap__content {
    float: none;
    width: auto;
    margin-top: 10px;
    border-top: solid 1px #d3d3d3;
  }
  .sitemap__list__item {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .sitemap__list__child {
    *zoom: 1;
    margin-top: 10px;
    margin-left: 0;
  }
  .sitemap__list__child:after {
    content: "";
    display: table;
    clear: both;
  }
  .sitemap__list__child__item {
    float: left;
    margin-right: 2em;
  }
}
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
keyframes
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cssanimations .home-works__list__item__comment__text:after,
  .cssanimations .works-archive__item__comment__text:after {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
  }
}
@media screen and (max-width: 767px) {
  .dress-free {
    background-color: #56668f;
    color: white;
    padding: 5px 0;
    width: 58%;
    text-align: center;
    margin: 10px auto 0;
}
  .plan-campaign-icon {
    padding-left: 60px;
  }
  .plan-campaign-icon > i {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .staff-content-hairmake-icon:before {
    width: 56px;
    height: 56px;
    right: -65px;
    bottom: 0px;
  }
  .sp-bg-lgy{
      background-color: #f4f4f4;
  }
  .sp-bg-wh{
      background-color: #ffffff;
  }
  .contact-nav__item.counseling {
    float: none;
    width: 100%;
    margin-bottom: 5%;
}
  .contact-nav__item.counseling a {
    padding: 15px;
}
  .contact-nav__item {
    float: left;
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    height: auto;
}
.plan-btn.btn02 {
    margin-top: 3%;
}
.plan-btn.btn02 {
    margin-top: 3%;
}
.home-mv__list {
  display: block;
  *zoom: 1;
  position: relative;
  /*padding-bottom: calc(795 / 1000 * 100%);*/
}
.home-mv__list li {
    display: none;
}
.home-mv__list li:first-child {
    display: block;
}
.bx-viewport .home-mv__list li {
    display: block;
}
.data-album_special{
  width: 90%;
  margin: 10% auto;
}
.data-album_outer >div {
    display: block;
    vertical-align: top;
    width: 90%;
    margin: 0 auto 10%;
}
.data-album_text {
  font-size: 12px;
}
.plan01 .data-album_text {
    color: #6db750;
}
.plan02 .data-album_text {
    color: #eb537a;
}
.plan03 .data-album_text {
    color: #539ba4;
}
.data-album_reserv{
  margin-bottom: 10%;
}
}
/*---------------------------------------
point/scene/floormap
----------------------------------------*/
@media screen and (max-width: 767px) {
  .margin-floormap {
    margin: 10% auto 5%;
}
.f_map-img_box {
    position: relative;
    height: 52vh;
    width: 90vw;
    background-image: url(../images/point/scene/img_floormap_sp.jpg);
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
}
li.floormap-list_item {
    width: 15%;
    position: absolute;
}
li.floormap-list_item:nth-of-type(1) {
    top: 5%;
    left: 42%;
}
li.floormap-list_item:nth-of-type(2) {
    top: 16%;
    right: 3%;
}
li.floormap-list_item:nth-of-type(3) {
    top: 20%;
    right: 26%;
}
li.floormap-list_item:nth-of-type(4) {
    top: 44%;
    left: 50%;
}
li.floormap-list_item:nth-of-type(5) {
    bottom: 0%;
    left: 0;
    width: 44%;
}

.s_map-img_box {
    position: relative;
}
li.studiomap-list_item {
    width: 13%;
    position: absolute;
}
li.studiomap-list_item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
li.studiomap-list_item:nth-of-type(1) {
	top: 7%;
	right: 36%;
	width: 37%;
}
li.studiomap-list_item:nth-of-type(1) a {
	top: 0;
	right: 0;
	width: 52%;
    z-index: 2;
}
li.studiomap-list_item:nth-of-type(2) {
	top: 43%;
	left: 9%;
	width: 24%;
}
li.studiomap-list_item:nth-of-type(2) a {
	top: 0;
	left: 17%;
	width: 83%;
}
li.studiomap-list_item:nth-of-type(3) {
	bottom: 1%;
	left: 4%;
	width: 20%;
}
li.studiomap-list_item:nth-of-type(3) a {
	bottom: 0;
	left: 0;
	height: 69%;
}
li.studiomap-list_item:nth-of-type(4) {
	bottom: 4%;
	left: 44%;
	width: 19%;
}
li.studiomap-list_item:nth-of-type(4) a {
	bottom: 0;
	height: 76%;
}
li.studiomap-list_item:nth-of-type(5) {
	top: 7%;
	right: 2%;
	width: 64%;
}
li.studiomap-list_item:nth-of-type(5) a {
	top: 0;
	right: 0;
	width: 29%;
	height: 40%;
}
li.studiomap-list_item:nth-of-type(6) {
	top: 37%;
	right: 25%;
	width: 19%;
}
li.studiomap-list_item:nth-of-type(6) a {
	bottom: 0;
	height: 65%;
}
li.studiomap-list_item:nth-of-type(7) {
	right: 4%;
	bottom: 2%;
	width: 19%;
}
li.studiomap-list_item:nth-of-type(7) a {
	bottom: 0;
	height: 68%;
}

.map-txt {
    margin: 5% 5%;
    line-height: 2;
    letter-spacing: 2px;
}
ul.m-modal-item__list.floormap {
    margin-top: 8%;
}
}
@media screen and (max-width: 767px) {
  .staff_modal {
    width: 80%;
    margin: 3% auto 0;
}
/* copy-site_info */
.copy-site_info {
    margin: 1emx auto 0;
    text-align: center;
}
.copy-site_info a {
    font-size: 14px;
}
.home-campaign {
    width: 95%;
    margin: 30px auto 0;
}
.m-home-info-title span {
    font-size: 12px;
    display: block;
    border-top: 1px dotted #ccc;
    margin-left: 0;
    margin-top: 5px;
    padding-top: 5px;
}
.home-topics {
    position: relative;
    padding-bottom: 112.5%;
    background-size: 100%;
    background-image: url(../images/home/bg_topics_sp.jpg);
}
.home-topics__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
        width: 90%;
  }
.home-topics__btn {
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    width: auto;
        margin-left: 20px;
    margin-right: 20px;
}
.home-plan__list__item__bg.plan-campaign {
    background-color: rgba(240, 249, 254, 0.9);
        padding: 10px 1px;
    height: 324px;
}
.home-plan__list__item__bg.plan-dataalbum {
    background-color: rgba(255, 235, 236, 0.9);
    padding: 10px 1px;
    height: 324px;
  }
p.home-plan__point {
    padding: 5% 0;
    width: auto;
}
.home-plan__list__item__bg.plan-campaign .home-plan__list__item__image {
    margin-top: 44px;
}
.home-plan__list__item__bg.plan-campaign p.home-plan__list__item__text {
    margin-bottom: 0px;
}
li.home-plan__list__item:nth-of-type(1) {
    margin-right: 0%;
}
.m-text-sp{
  font-size:1rem;
}
/*20180613*/
.sp-booklet.m-sp-only {
    position: relative;
}
.sp-booklet a {
    display: block;
}
p.home-booklet__btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
}
/* 新型corona対策文
-----------------------------------------------------*/
.corona-top {
  margin: 0 auto 50px;
  font-size: 15px;
  text-align: center;
}
.corona-top p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: underline;
  margin-bottom: 50px;
    padding: 2% 5%;
    background: #fff9ea;
}
.corona-top p:nth-of-type(1) a {
  color:red ;
}
.corona-top p:nth-of-type(2) {
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.corona-top a.insta {
    padding: 15px 23px 15px 0;
    margin: 15px auto 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 10px;
    text-align: left;
    box-shadow: 2px 2px #000;
    display: inline-block;
}
.corona-top a.insta:before {
    content: "";
    background-size: auto 100%;
    background-image: url(../images/common/icons_sns.png);
    padding: 14px 24px;
    margin-right: 5px;
}
.corona-top a.insta:after {
    content: "▶︎";
    position: absolute;
    right: 4%;
}
.corona-top a.insta:hover {
    top: 3px;
    box-shadow: none;
}
/*--リニューアル工事のお知らせ--*/
.renewal {
    width: 88%;
    margin: 2% auto;
}
.renewal img {
    box-shadow: 0 0 5px #bdbdbd;
}
@media screen and (max-width:767px){
  .corona-top {
  width: 100%;
 }
.corona-top p:nth-of-type(1) {
    font-size: 17px;
    width: 100%;
    margin: 0 auto 5% auto;
    padding: 5% 0;
}
.corona-top p:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
    font-size: 90%;
}
/*--リニューアル工事のお知らせ--*/
.renewal {
    width: 100%;
    margin: 30px auto 0;
}
}