@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-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-font-b {
    font-weight: 700;
}

.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 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

a.m-op {
  display: inline-block;
}
.align-center{
  text-align: center;
}
span.red{
  color: #ff0000;
}
/* 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;
}

/* 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-bottom: 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;
}
a.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;
}

.m-bar-title {
  padding: 0.5em 1em;
  background-color: #DFD2AC;
}

/* 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--w {
  width: 170px;
}
.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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 5001;
    overflow: auto;
}
.m-modal-wrapper-stadio .m-modal-wrapper {
  /*position: fixed;　スマホで慣性スクロールが効かなくなるため適用しない　18.03.14*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 6000;
  overflow: auto;
}

.m-modal-close {
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-size: 100%;
  background-image: url(../images/modal/btn_close.png);
  z-index: 6020;
}

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

.m-modal-prev {
  left: 30px;
  background-image: url(../images/modal/btn_prev-wh.png);
}

.m-modal-next {
  right: 30px;
  background-image: url(../images/modal/btn_next-wh.png);
}

.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.is-active {
  opacity: .3;
  cursor: default;
}

.m-modal-item {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  z-index: 6010;
}
.m-modal-item--l {
  max-width: 890px;
}
.m-modal-item--l.staff-modal {
  max-width: 800px;
}
.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;
  -moz-appearance: none;
       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;
  -moz-appearance: none;
       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;
  -moz-appearance: none;
       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);
          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;
  z-index: -1;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-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: 104px;
  bottom: 8px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header-nav__btn__item:nth-of-type(2) {
  right: 286px;
  top: 0;
}
.header-nav__btn__item:nth-of-type(3) {
  right: 104px;
  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: 470px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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__list {
  display: block;
  *zoom: 1;
  position: relative;
  padding-bottom: calc(950 / 1920 * 100%);
}
.home-mv__list:after {
  content: "";
  display: table;
  clear: both;
}
.home-mv__list__item {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-mv__list__item img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.home-mv__bnr {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.home-mv__bnr img {
  border-radius: 50%;
}
#new-open .inner {
    background-color: #f7f4ea;
    padding: 70px 0;
}
#new-open .inner>div {
    width: 1200px;
    margin: 0 auto;
}
#new-open .inner .first-child {
    margin-bottom: 40px;
}
/* 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: 4% auto;
	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;
}
p.point-txt {
    text-align: center;
    margin-bottom: 5vw;
}

@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-ppw .contents_inner {
		padding: 20% 0 5%;
	}
  .contents_inner {
    padding: 0;
    text-align: center;
}
	.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-gallery .contents_inner {
		top: 22%;
		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: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto 43% 10px;
    text-align: center;
}
.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 {
    margin: auto;
    text-align: center;
    width: 320px;
}
.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;
  background-color: #fff;
}
.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: 33.3%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.home-plan__list__item__bg {
  position: relative;
  padding: 30px 30px 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: 14px;
  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: 20px;
  border-bottom: solid 1px #333333;
}
.home-col__title__btn {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.home-col__list {
  margin-top: 10px;
}
.home-col__list__item {
  border-bottom: solid 1px #f1f1f1;
}
.home-col__list__item a {
  *zoom: 1;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.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;
}
img.icon-special {
    width: 10%;
    margin: -10px 10px 0;
}
.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;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
}

/*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;
}
.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 {
    margin: auto;
    text-align: center;
    width: 320px;
}
.m-home-solowedding-btn img {
    background-color: rgba(255, 255, 255, 0.7);
}
/* ppw */
.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 h2 {
    margin-bottom: 1%;
    box-sizing: content-box;
    filter: drop-shadow(0px 2px 10px white);
}
.ppw_subtitle {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    filter: drop-shadow(0px 0px 5px white);
}
.m-home-ppw-btn {
    margin: auto;
    text-align: center;
    width: 320px;
}
.m-home-ppw-btn img {
    background-color: rgba(255, 255, 255, 0.7);
}
.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;
}
.home-campaign > div.campaign_box{
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
}
.home-campaign > div.campaign_box > div{
  width: 68.5%;
  margin:0 auto;
}
p.m-home-campaign-btn {
    margin: 3% auto;
}
.home-campaign a {
    display: block;
}
/* studio */
.home-studio{
  margin:3% auto;
  width: 88%;
}
.studio h3 img {
 width: 10%;
 height: auto;
}
.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%;
}
/* pickup */
.home-pickup {
    margin: 3% auto;
    width: 88%;
    text-align: center;
}
.home-pickup 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;
}
.pickup h3 img{
  width: 10%;
}
.pickup_bnr {
    width: 98%;
    padding: 0 5px;
    display: flex;
}
.pickup_bnr div{
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  width: 88%;
  margin: 0 5px;
}
.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.7);
    width: 320px;
}

/* 期間限定fair */
.fair {
  margin:0 auto 85px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fair {
    margin:0 auto;
    width: 93%;
    margin-bottom: -22px;
  }
}

/* home-pickup */
.home-pickup {
  margin-bottom: 71px;
}
@media screen and (max-width:767px) {
  .home-pickup {
    margin-bottom: 41px;
  }
}

/* リクルートバナー */
.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;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.5);
  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
portfolio
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.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(../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--w {
  width: 100%;
}
.gallery-list__item--w img {
  width: 100%;
}
.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;
}
.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;
}
@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 {
	margin-right: -10px;
	margin-left: -10px;
	*zoom: 1;
}
.plan-nav:after {
	display: table;
	clear: both;
	content: "";
}
.plan-nav__item {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 25%;
	font-size: 14px;
	text-align: center;
}
.plan-nav__item a {
	display: block;
	position: relative;
	padding-bottom: 20px;
}
.plan-nav__item a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #eaeaea;
	content: "";
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.plan-nav__item a:hover:before,
.plan-nav__item a.is-active:before {
	background-color: #333333;
}
.t-plan #a-campaign,
.t-plan #a-album,
.t-plan #a-private,
.t-plan #a-location {
    background: #eee8e1;
    padding: 100px 0;
}
.t-plan #a-campaign .a-campaign_inner,
.t-plan #a-album .a-album_inner,
.t-plan #a-private .a-private_inner,
.t-plan #a-location .a-location_inner {
    background: #fff;
    width: 85%;
    margin: 0 auto 0;
    border-radius: 50px;
    overflow: hidden;
    padding: 60px;
}
.t-plan #a-campaign h3,
.t-plan #a-album h3,
.t-plan #a-private h3,
.t-plan #a-location h3 {
    margin: 0 auto 60px;
    text-align: center;
}
.t-plan #a-campaign h3 img,
.t-plan #a-album h3 img,
.t-plan #a-private h3 img,
.t-plan #a-location h3 img {
    height: 40px;
}
.t-plan #a-private h3 + p {
    text-align: center;
    margin: 0 auto 30px;
}
.t-plan .plan_time {
    margin: 0 auto 40px;
}
.t-plan .plan_time img {
    height: 25px;
}
.t-plan .plan_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    padding: 0 0 60px;
    border-bottom: 1px solid #5f5758;
}
.t-plan #a-private .plan_list {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.t-plan .plan_list li {
    border-right: 1px solid #5f5758;
    width: 33.33%;
}
.t-plan #a-campaign .plan_list li,
.t-plan #a-location .plan_list li {
    padding: 0 3%;
}
.t-plan #a-private .plan_list li {
    width: 100%;
}
.t-plan #a-location .plan_list li {
    width: 40%;
}
.t-plan #a-campaign .plan_list li:first-child,
.t-plan #a-album .plan_list li:first-child,
.t-plan #a-private .plan_list li:first-child,
.t-plan #a-location .plan_list li:first-child {
    padding-left: 0;
}
.t-plan #a-campaign .plan_list li:last-child,
.t-plan #a-album .plan_list li:last-child,
.t-plan #a-private .plan_list li:last-child,
.t-plan #a-location .plan_list li:last-child {
    padding-right: 0;
}
.t-plan .plan_list li > img {
    width: 100%;
}
.t-plan .plan_list li:last-child {
    border-right: none;
}
.t-plan .plan_list .option.m-sp-only {
    display: none;
}
.t-plan .plan_list .option,
.t-plan .plan_list + .option {
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 650px;
    font-size: 120%;
}
.t-plan #a-campaign .plan_list .option,
.t-plan #a-campaign .plan_list + .option {
    color: #a69550;
}
.t-plan #a-album .plan_list .option,
.t-plan #a-album .plan_list + .option {
    color: #ba8b9d;
}
.t-plan #a-location .plan_list .option,
.t-plan #a-location .plan_list + .option {
    color: #c8896f;
}
.t-plan .plan_list .option > p,
.t-plan .plan_list + .option > p {
    width: 45%;
}
.t-plan .plan_list .option div,
.t-plan .plan_list + .option div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 53%;
}
.t-plan .plan_list .option div p,
.t-plan .plan_list + .option div p {
    width: 100%;
}
.t-plan .plan_list .option div p span,
.t-plan .plan_list + .option div p span {
    float: right;
    font-size: 120%;
}
.t-plan .notes {
    text-align: center;
}
.t-plan .notes li {
    display: inline-block;
    margin: 0 30px 10px 0;
}
.t-plan #a-campaign .notes li span {
    color: #a69550;
}
.t-plan #a-album .notes li span {
    color: #b88a9a;
}
.t-plan #a-location .notes li span {
    color: #c8896f;
}
.t-plan .notes li:last-child {
    margin: 0;
}
.t-plan .data-album_reserv {
    border-radius: 50px;
    padding: 40px;
    background: #fff;
    display: table;
    margin: 70px auto 0;
}
.t-plan .plan-btn02 {
    width: 360px;
    max-width: 360px;
}

/* キャンペーンバナー */
.t-plan .campaign_banner {
	background: #eee8e1;
	text-align: center;
}
.t-plan .campaign_banner a img {
	margin: 0 auto;
	padding: 25px 0;
}

/* オリジナルフォトアルバムバナー */
.t-plan .bnr_albumlp {
	text-align: center;
    background: #eee8e1;
}
.t-plan .plan-option-tbl-wrapper + .bnr_albumlp {
    background: none;
    margin: 60px auto 0;
}

/* 少人数挙式バナー */
.t-plan .bnr_private {
    background: #eee8e1;
	text-align: center;
}
.t-plan .bnr_private img {
    max-width: 900px;
}

/* ロケーションスポット */
.t-plan #a-location .plan-location-spot {
    background: #ffffff;
    border-radius: 50px;
    padding: 25px 15px;
    width: 600px;
    margin: 60px auto 0;
    text-align: center;
}
.t-plan #a-location .plan-location-spot h4{
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    margin: auto auto 10px;
}
.t-plan #a-location .spots-text {
    font-size: 13px;
    line-height: 1.8;
    margin: auto auto 20px;
}
.t-plan #a-location .plan-location-spot div {
    position: relative;
    left: 15%;
    margin: auto auto 20px;
}
.t-plan #a-location .spots-name-list {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.t-plan #a-location .spots-name {
    color: #222222;
    margin: 5px;
    width: calc(50% - 10px);
    text-align: left;
    font-size: 13px;
}

/* ウエディングアイテム */
.t-plan .item-bord {
	margin: 18px auto 74px;
	text-align: center;
}

/* オプション */
.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;
	font-weight: bold;
	text-align: center;
}
.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-option-sample {
	margin-left: -7px;

	*zoom: 1;
}
.plan-option-sample:after {
	display: table;
	clear: both;
	content: "";
}
.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 {
	padding: 40px;
	border: double 3px #a7883c;

	*zoom: 1;
}
.plan-option-sample-join:after {
	display: table;
	clear: both;
	content: "";
}
.plan-option-sample-join__image {
	float: left;
	width: 325px;
}
.plan-option-sample-join__content {
	float: right;
	width: 655px;
}
.plan-option-sample-word {
	margin-top: 17px;
	padding-left: 25px;
	font-size: 13px;
}

/* =======================================================================
お問い合わせ
======================================================================= */
.m-follow-us {
  padding: 40px 40px 60px;
  background-color: #E2DBC7;
}
.m-follow-us-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 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);
          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;
}

/* =======================================================================
札幌店
======================================================================= */
.home-plan__list {
  margin-left: -5px;
  margin-right: -5px;
}
.home-plan__list__item {
  float: left;
  width: 47%;/*25*/
  padding-left: 5px;
  padding-right: 5px;
}
.home-plan__list__item__bg {
  padding: 30px 10px 40px;
}
.home-plan__list__item__text {
  font-size: 13px;
}

.home-virtual__title {
  text-align: center;
  margin: 0 auto 3% 32%;
}
.home-virtual-map {
  position: relative;
  padding-bottom: 50%;
}
.home-virtual-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.plan-nav__item {
  width: 20%;
}
.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;
}

h3.plan-location-title {
    text-align: center;
}

.plan-location-bg {
  background-size: 100% auto;
  background-position: 50% 0;
  background-image: url(../images/plan/location/bg.jpg);
  background-repeat: no-repeat;
}

.plan-location-title {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.plan-location-content {
  background-color: rgba(255, 255, 255, 0.7);
}

.plan-location-plan {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.plan-location-plan > div {
    width: 27%;
    margin: 0 1%;
}
.plan-location-plan > div > ul {
    background: #f6f2e6;
    border-radius: 5px;
    text-align: left;
    padding: 10px 10px 0;
}
.plan-location-plan > div > ul li {
    position: relative;
    font-size: 12px;
    padding: 2px 0 10px 20px;
}
.plan-location-plan > div > ul li:after,
.plan-location-plan > div > ul li:before {
  position: absolute;
  display: block;
}
.plan-location-plan > div > ul li:after {
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
}
.plan-location-plan > div > ul li:before {
    content: "+";
  z-index: 2;
  top: 1px;
  left: 4px;
    color: #A7883C;
}
.plan-location-plan > div > ul li.heiyo-list:after,
.plan-location-plan > div > ul li.heiyo-list:before {
  display: none;
}
.plan-location-plan > div > ul li.heiyo-list {
    padding: 6px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.plan-location-plan > div > ul li.heiyo-list ul {
    padding: 0;
    width: 50%;
}
.plan-location-plan > div > ul li.heiyo-list p {
    width: 50%;
    background: #C1A557;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.plan-location-plan > div > ul li.heiyo-list ul li:last-child {
    padding-bottom: 0px;
}
.plan-location-plan > div > ul li.heiyo-list ul li:after {
    background: #C1A557;
}
.plan-location-plan > div > ul li.heiyo-list ul li:before {
    color: #fff;
}
.plan-location-special {
    width: 629px;
    margin-left: auto;
    margin-right: auto;
}
.plan-location-desc {
    background: #DFD2AC;
    padding: 15px 10px;
    vertical-align: middle;
}
.plan-location-desc span {
    color: #8a7032;
}
.plan-location-class {
    background: #f6f2e6;
    padding: 15px 10px;
}
.plan-location-option,
.plan-location-spot {
    background: #f6f2e6;
    padding: 25px 15px;
}
.plan-location-class h5,
.plan-location-option h4,
.plan-location-spot h4,
.plan-location-class h4,
.plan-location-option h3,
.plan-location-spot h3 {
    color: #A7883C;
    font-weight: bold;
    font-size: 18px;
}
.plan-location-option,
.plan-location-spot {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
}
.plan-location-snap li {
    display: inline-block;
    width: 100%;
}

.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;
}

.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);
}
/*20180216*/
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;
}

@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--w {
    width: auto;
  }
  .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,.m-modal-item--l.staff-modal {
    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;
  }
  li.home-col__list__item:nth-of-type(3) {
    display: none;
}
  li.home-col__list__item.item-topics:nth-of-type(2) {
    display: none;
}
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  共通
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  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;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    min-width: inherit;
    padding-right: 0;
    background-color: #ffffff;
    z-index: 5010;
  }
  .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-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);
            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);
            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__bnr {
    width: 38%;
    top: 10px;
    bottom: auto;
    right: 10px;
    z-index: 100;
}
  .home-mv__bnr img {
    width: 90%;
  }
  .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;
}
  #new-open .inner {
    background-color: #fff;
    padding: 0;
}
  #new-open .inner>div {
    width: 100%;
    margin: 3% auto 0;
}
#new-open .inner .first-child {
    margin-bottom: 3%;
}

  /*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;
    /*height: 12vh;17*/
  }
  .home-plan__list__item__price {
    margin-top: 15px;
  }
  .home-plan__list__item__btn {
    width: 35vw;
    margin-top: 15px;
  }

.m-home-gallery {
    position: relative;
      background-color: #f9f6ee;
      padding: 0 0 19em;
  }
  .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;
  }
.home-collection {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/home/bg_dress-wasou_sp.jpg);
}
/*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;
  }
/* copy-site_info */
.copy-site_info {
    margin: 1emx auto 0;
    text-align: center;
}
.copy-site_info a {
    font-size: 14px;
}
  .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--w {
    width: 100%;
  }
  .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;
}
    /* =======================================================================
    プラン
    ======================================================================= */
    .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;
    }
    .t-plan #a-campaign,
    .t-plan #a-album,
    .t-plan #a-private,
    .t-plan #a-location {
        padding: 60px 0;
    }
    .t-plan #a-campaign .a-campaign_inner,
    .t-plan #a-album .a-album_inner,
    .t-plan #a-location .a-location_inner {
        background: none;
        border-radius: 0;
        width: 100%;
        padding: 0;
    }
    .t-plan #a-private .a-private_inner {
        width: 90%;
        padding: 20px 0;
        border-radius: 25px;
    }
    .t-plan #a-campaign h3,
    .t-plan #a-album h3,
    .t-plan #a-location h3 {
    	margin: 0 auto;
    	padding: 20px 0;
    	width: 90%;
    	border-radius: 25px;
    	background: #fff;
    }
    .t-plan #a-private h3 {
        margin: 0 auto;
    	padding: 0;
    }
    .t-plan #a-private h3 + p {
        margin: 20px auto 10px;
        width: 90%;
        font-size: 120%;
    }
    .t-plan #a-campaign h3 img,
    .t-plan #a-album h3 img,
    .t-plan #a-private h3 img,
    .t-plan #a-location h3 img {
    	height: 20px;
    }
    .t-plan .plan_list {
        border-bottom: none;
        margin: 0 auto;
        padding: 0;
    }
    .t-plan .plan_list li {
        border-right: none;
        background: #fff;
        border-radius: 25px;
        padding: 20px 0;
        width: 90%;
        margin: 30px auto 0;
    }
    .t-plan #a-campaign .plan_list li,
    .t-plan #a-location .plan_list li {
        padding: 20px 0;
    }
    .t-plan #a-private .plan_list li {
        padding: 0;
        margin: 0 auto;
    }
    .t-plan #a-location .plan_list li {
        width: 90%;
    }
    .t-plan .plan_list li > img {
        display: block;
        margin: 0 auto;
        width: 97%;
    }
    .t-plan #a-album .plan_list li > img {
        width: 100%;
    }
    .t-plan .plan_list li > img.m-pc-only {
        display: none;
    }
    .t-plan .plan_time {
        width: 90%;
        text-align: right;
        margin: 0 auto 20px;
    }
    .t-plan #a-private .plan_time {
        margin: 0 auto 40px;
    }
    .t-plan .plan_time img {
        height: 17px;
    }
    .t-plan .plan_list .option.m-pc-only,
    .t-plan .plan_list + .option.m-pc-only {
        display: none;
    }
    .t-plan .plan_list .option.m-sp-only {
        display: block;
    }
    .t-plan .plan_list .option {
        width: 90%;
        margin: 20px auto 0;
        padding: 20px 0 0;
        border-top: 1px solid #878182;
    }
    .t-plan .plan_list .option > p,
    .t-plan .plan_list .option div {
        width: 95%;
        font-size: 130%;
        margin: 0 auto;
    }
    .t-plan .plan_list .option > p {
        text-align: center;
        margin: 0 auto 8px;
    }
    .t-plan .notes {
        text-align: left;
        width: 90%;
        font-size: 130%;
        margin: 15px auto 0;
    }
    .t-plan .notes li {
        display: block;
        margin: 5px auto 0;
        padding: 0;
        width: 100%;
    }
    .t-plan .notes li:last-child {
        margin: 5px auto 0;
    }
    .t-plan #a-campaign .notes li,
    .t-plan #a-location .notes li {
        padding: 0;
    }
    .t-plan .campaign_banner {
        padding: 0 5%;
        background: #eee8e1;
    }
    .t-plan .bnr_albumlp,
    .t-plan .bnr_private {
        padding: 0 5%;
    }
    .t-plan .plan-option-tbl-wrapper + .bnr_albumlp {
        margin: 40px auto 0;
    }
    .t-plan .campaign_banner a img {
        padding: 0;
    }
    .t-plan .bnr_private img {
        max-width: none;
        width: 100%;
    }
    .t-plan .data-album_reserv {
        width: 90%;
        border-radius: 25px;
        padding: 20px;
        margin: 30px auto 0;
    }
    .t-plan .plan-btn02 {
        width: 80%;
    }
    .t-plan #a-location .plan-location-spot {
        margin: 30px auto 0;
        width: 90%;
    }
    .t-plan #a-location .plan-location-spot div {
        left: 0;
    }
    .t-plan #a-location .spots-name-list {
        margin: 0 0 0 11%;
        width: 84%;
    }

    /* ウエディングアイテム */
    .t-plan .item-bord{
        margin:18px auto;
    }

    /* オプション */
    .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-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;
    }

  /* =======================================================================
  お問い合わせ
  ======================================================================= */
  .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;
  }

  .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;
  }
  ul.option-item06_list {
    margin: 5px auto;
}
ul.option-item06_list li {
    width: 200px;
    font-size: 12px;
    text-align: left;
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}
ul.option-item06_list li:before {
    content: "■";
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
}
  /* =======================================================================
  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;
  }
}
@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-location-title {
    width: 56.25%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35%;
    padding-bottom: 0px;
  }
  .plan-location-title img {
    width: 100%;
  }

  .plan-location-special {
        width: 80%;
    }
    .plan-location-plan {
        display: block;
    }
    .plan-location-plan .m-bar-title {
        font-size: 14px;
    }
    .plan-location-plan > div {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .plan-location-desc {
        padding: 10px;
    }
    .plan-location-class,
    .plan-location-option,
    .plan-location-spot {
        padding: 15px;
    }
    .plan-location-class h5,
    .plan-location-option h4,
    .plan-location-spot h4,
    .plan-location-class h4,
    .plan-location-option h3,
    .plan-location-spot h3 {
          font-size: 14px;
    }
    .plan-location-option,
    .plan-location-spot {
          width: 95%;
    }
    .plan-location-snap li {
        width: 100%;
    }

  .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;
  }
  .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-btn02 {
    background-color: #fff;
    width: 270px;
    padding: 5px 15px;
}
.home-mv__list {
  display: block;
  *zoom: 1;
  position: relative;
  padding-bottom: calc(795 / 1000 * 100%);
}
.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%;
}
}
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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;
  }
  a.plan-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
}
.home-mv__list {
  opacity: 0;
}
.home-mv__list.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
/*---------------------------------------
point/scene/floormap
----------------------------------------*/
.s_map-img_box {
    position: relative;
    background-image: url(../images/point/scene/img_studiomap.jpg);
    background-size: 100%;
    margin: 84px auto 0;
    width: 100%;
    height: 795px;
    background-repeat: no-repeat;
}
ul.studiomap-list{
    width: 900px;
    margin: 0 auto;
}
li.studiomap-list_item {
    width: 18%;
    position: absolute;
}
li.studiomap-list_item:nth-of-type(1) {
    top: -2%;
    right: 49%;
    width: 11%;
}
li.studiomap-list_item:nth-of-type(2) {
    top: 15%;
    right: 57%;
    width: 14%;
}
li.studiomap-list_item:nth-of-type(3) {
    top: 42%;
    right: 57%;
    width: 15%;
}
li.studiomap-list_item:nth-of-type(4) {
    top: 69%;
    right: 57%;
    width: 13%;
}
li.studiomap-list_item:nth-of-type(5) {
    top: 6%;
    right: 28%;
    width: 22%;
}
li.studiomap-list_item:nth-of-type(6) {
    top: 29%;
    right: 28%;
    width: 15%;
}
li.studiomap-list_item:nth-of-type(7) {
    top: 47%;
    right: 28%;
    width: 15%;
}
li.studiomap-list_item:nth-of-type(8) {
    top: 69%;
    right: 28%;
    width: 16%;
}
li.studiomap-list_item:nth-of-type(9) {
    top: 72%;
    right: 44%;
    width: 11%;
}
@media screen and (max-width: 767px) {
  .margin-floormap {
    margin: 10% auto 0;
}

li.floormap-list_item {
    width: 18%;
    position: absolute;
}
li.floormap-list_item:nth-of-type(1) {
    top: 0;
    left: 9%;
}
li.floormap-list_item:nth-of-type(2) {
    top: 0;
    right: 10%;
}
li.floormap-list_item:nth-of-type(3) {
    top: 46%;
    left: 30%;
}
li.floormap-list_item:nth-of-type(4) {
    top: 26%;
    left: 34%;
}
li.floormap-list_item:nth-of-type(5) {
    bottom: 32%;
    right: 29%;
}
li.floormap-list_item:nth-of-type(6) {
    bottom: 0;
    right: 41%;
}
h5.m-mt-2xl.m-align-c.stuidiomap_title.s-title_01:before{
  content: "";
    background-image: url(../images/point/scene/h5_sapporo.png);
    position: absolute;
    top: -66px;
    left: 11%;
    width: 133px;
    height: 70px;
    background-size: 100%;
}
h5.m-mt-2xl.m-align-c.stuidiomap_title.s-title_02:before{
  content: "";
    background-image: url(../images/point/scene/h5_ohdori.png);
    position: absolute;
    top: -66px;
    left: 11%;
    width: 133px;
    height: 70px;
    background-size: 100%;
}
h5.m-mt-2xl.m-align-c.stuidiomap_title {
    color: #f16b8a;
    font-size: 158%;
        margin: 21% auto 0;
    position: relative;
}
h5.m-mt-2xl.m-align-c.stuidiomap_title.s-title_01 {
    margin: 26% auto 0;
}
.s_map-img_box {
    position: relative;
    background-image: url(../images/point/scene/img_studiomap_sp.jpg);
    background-size: 100%;
    margin: 0 auto;
    width: 247px;
    height: 509px;
    background-repeat: no-repeat;
    margin-top: 111px;
    margin-bottom: -70px;
}
li.studiomap-list_item {
    width: 18%;
    position: absolute;
}
li.studiomap-list_item:nth-of-type(1) {
    top: -16%;
    right: 46%;
    width: 40%;
}
li.studiomap-list_item:nth-of-type(2) {
    top: -2%;
    left: -24%;
    width: 46%;
}
li.studiomap-list_item:nth-of-type(3) {
    top: 27%;
    right: 75%;
    width: 49%;
}
li.studiomap-list_item:nth-of-type(4) {
    top: 52%;
    right: 75%;
    width: 48%;
}
li.studiomap-list_item:nth-of-type(5) {
    top: -5%;
    left: 47%;
    width: 78%;
}
li.studiomap-list_item:nth-of-type(6) {
    top: 13%;
    width: 49%;
    left: 75%;
}
li.studiomap-list_item:nth-of-type(7) {
    top: 31%;
    left: 75%;
    width: 49%;
}
li.studiomap-list_item:nth-of-type(8) {
    top: 55%;
    left: 75%;
    width: 50%;
}
li.studiomap-list_item:nth-of-type(9) {
    top: 57%;
    left: 30%;
    width: 39%;
}
.map-txt {
    margin: 5% 5%;
    line-height: 2;
    letter-spacing: 2px;
}
ul.m-modal-item__list.floormap {
    margin-top: 8%;
}
.home-campaign {
    width: 95%;
    margin: 30px auto 0;
}
.home-campaign > div.campaign_box{
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}
.home-campaign > div.campaign_box > div{
  width: 100%;
  margin:0 auto 10px;
}
.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-studio{
    margin:3% auto 15%;
    width: 95%;
  }
  .studio_outer{
    display: block;
  }
  .studio_inner{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .studio_inner_word{
    font-size: 13px;
  }
.home-pickup {
    width: 95%;
    margin: 30px auto 40px;
}
.pickup_bnr {
    width: 100%;
    margin: 10px auto;
    display: block;
}
.pickup_bnr div{
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 100%;
  display: block;
  margin: 10px auto;
}
.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: 13%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.sp-booklet.m-sp-only {
    position: relative;
    padding-bottom: 13em;
    margin-bottom: -5em;
}
}
p.information {
    width: 900px;
    margin: 30px auto;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
p.information a {
    color: red;
    text-decoration: underline;
    font-size: 17px;
}
@media screen and (max-width: 767px) {
p.information {
    width: 95%;
    margin: 20px auto;
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
}
p.information a {
    color: red;
    text-decoration: underline;
    font-size: 13px;
}
.m-home-solowedding .contents_inner .contents_txt {
    padding: 8% 10px 3%;
}
}

/*------------------------
h2_title
------------------------*/
h2.home_title {
  font-size: 300%;
  border-bottom: solid 1px #000;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
  display: inline-block;
  padding-bottom: 0;
}
@media screen and (max-width:767px){
  h2.home_title {
    font-size: 230%;
  }
.contents_inner h2{
  margin-bottom: 70px;
  }
.m-home-solowedding .contents_inner h2, .m-home-staff .contents_inner h2 {
    padding: 0 0 0;
    }
section.m-home-gallery .contents_inner .contents_txt{
    margin-top: 5%;
}
section.m-home-solowedding .contents_inner .contents_txt,
section.m-home-staff .contents_inner .contents_txt{
  margin-top: 10px;
}
.home-virtual__title {
    margin: 0 auto 3% 22%;
}
.m-home-point-title {
    text-align: center;
    margin: 0 40% 3%;
}
.m-home-ppw h2 {
    margin-bottom: 1%;
    box-sizing: content-box;
    filter: drop-shadow(0px 0px 3px black);
    color: white;
    border-bottom: solid 1px #fff;
}
.ppw_subtitle {
    filter: drop-shadow(0px 0px 1px black);
    font-size: 12px;
    color: white;
}
  }
/* 新型corona対策文
-----------------------------------------------------*/
.corona-top {
  margin: 0 auto 50px;
  font-size: 15px;
  text-align: center;
}
.corona-top p.corona-info{
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: underline;
  margin-bottom: 50px;
    padding: 2% 5%;
    background: #fff9ea;
}
.corona-top p.corona-info a{
  color:red ;
}
/*--予約満枠のお知らせ--*/
.corona-top p.info {
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.corona-top p.info span{
  color: #ff0000;
}
.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;
}
@media screen and (max-width:767px){
  .corona-top {
  margin: 0 auto;
}
.corona-top p.corona-info {
    font-size: 17px;
    width: 100%;
    margin: 0 auto 5% auto;
    padding: 5% 0;
}
/*--予約満枠のお知らせ--*/
.corona-top p.info {
    padding: 0 3%;
    margin-bottom: 7%;
    font-size: 90%;
}
.corona-top a.insta {
    padding: 15px 26px 15px 0px;
    margin: 0 auto;
}
}