@charset "UTF-8";

/* -----------------------------------------------
 *  	         base style setting
 * ----------------------------------------------- */

/* =========== font =========== */
@font-face {
  font-family: "Quickpen";
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix");
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix") format("eot"), url("../font/Quickpen/2F7BEE_0_0.woff2") format("woff2"), url("../font/Quickpen/2F7BEE_0_0.woff") format("woff");
}

/* =========== base =========== */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #4e4539;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
}

ul,
input {
  padding: 0;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
th,
td {
  box-sizing: border-box;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

img {
  width: 100%;
  width: 100%\9;
  border: none;
  vertical-align: middle;
}

@media only screen and (max-width: 30em) {
  br.del-sp {
    display: none;
  }
}

.inc_svg-logo {
  display: none;
}

/* =========== youtube setting =========== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* =========== pageBase =========== */
.page-base {
  position: relative;
  min-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 54.0625em) {
  .page-base {
    z-index: 1;
  }
}
@media only screen and (max-width: 54em) {
  .page-base {
    z-index: 2;
  }
}
@media only screen and (max-width: 54em) and (max-width: 48em) {
  .page-base {
    z-index: 3;
  }
}
@media only screen and (max-width: 54em) and (max-width: 48em) and (max-width: 30em) {
  .page-base {
    z-index: 4;
  }
}



/* =========== wrapper =========== */
.wrapper {
  position: relative;
  margin: auto;
  margin-bottom: -1px;
  padding-bottom: 1%;
  max-width: 1024px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 66.5625em) {
  .wrapper {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 30em) {
  .wrapper {
    margin: auto;
    width: 100%;
  }
}
.wrapper.content-block_inner {
  padding-top: 0;
}



/* =========== mainArea =========== */
.main-area [class*=_block] {
  padding-top: 60px;
}
@media only screen and (max-width: 48em) {
.main-area [class*=_block] {
  padding-top: 20px;
}  
}


/* =========== gothic(font setting) =========== */
.gothic {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}



/* =========== box-link =========== */
.box-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: transparent;
}

/* = javascript = */
.js_hover-blur {
  transition: all 0.15s linear 0s;
}
.js_hover-blur header {
  transition: all 0.15s linear 0s;
}
.js_hover-blur >img {
  transition: all 0.15s linear 0s;
}
.js_hover-blur:hover >img {
         opacity: 0;
  -ms-filter: "alpha(opacity=0)";
      filter: alpha(opacity=0);
  zoom: 1;

  -khtml-opacity: 0;
    -moz-opacity: 0;
}
.js_hover-blur:hover header {
         opacity: 1;
  -ms-filter: "alpha(opacity=100)";
      filter: alpha(opacity=100);
  zoom: 1;

  -khtml-opacity: 1;
    -moz-opacity: 1;
}




/* -----------------------------------------------
 *  	         header setting
 * ----------------------------------------------- */

/* =========== cloneHeader =========== */
/* スクロールがメインビジュアルの高さを超えたら表示される */
.clone-header {
  position: fixed;
  top: -80px;
  z-index: 9800;
  visibility: hidden;
  width: 100%;
}
.clone-header .header-box-outer {
  position: relative;
  z-index: 9800;
  padding: 13px 2%;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.clone-header .header-box-outer .svg_header-logo {
  fill: #4A342F;
}
.clone-header .header-box-outer .header-box_link a {
  color: #4e4539;
}
.clone-header .header-box-outer .header-box_tel {
  color: #4e4539;
}
.clone-header .header-box-outer .header-box-right {
  margin-right: 64px;
}
.clone-header .header-box-outer .nav-trigger {
  display: block;
  width: 15%;
  background-color: #222;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-box-outer {
    padding: 2%;
  }
  .clone-header .header-box-outer .nav-trigger {
    background-color: #fff;
    background-image: url("/bridal/chiba/francs/common/img/icon_trigger-black.png");
  }
}
.clone-header .header-nav {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 8000;
  margin-top: -64px;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: margin-top, padding-bottom;
}
.clone-header .header-nav .js_has-child >a:after {
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-down-black.png") !important;
}
.clone-header .header-nav.js_is-hover {
  margin-top: 62px;
  padding-bottom: 100px;
}
.clone-header .header-nav .subnav {
  bottom: auto;
}
.clone-header .header-nav .nav_item >a {
  color: #4e4539 !important;
}
.clone-header .header-nav .nav_item.js_is-cloned {
  display: none;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav .nav_item.js_is-cloned {
    display: block;
  }
}
.clone-header .header-nav >ul {
  background-color: #fff !important;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    overflow: scroll;
    box-sizing: border-box;
    margin-top: 0;
    padding: 2%;
    width: 70%;
    height: 100%;
    background-color: #fff;
  }
  .clone-header .header-nav.js_is-active {
    z-index: 9500;
  }
  .clone-header .header-nav .close-btn {
    position: absolute;
    right: 2%;
    width: 38px;
    height: 38px;
    background: transparent url("/bridal/chiba/francs/common/img/icon_close-btn.png") center center no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
  }
  .clone-header .header-nav >ul {
    margin-top: 40px;
  }
  .clone-header .header-nav li {
    display: block;
    list-style-type: none;
    text-align: left;
  }
  .clone-header .header-nav li a {
    display: block;
    color: #444;
    text-decoration: none;
  }
  .clone-header .header-nav .nav_item {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .clone-header .header-nav .nav_item.js_has-child >a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 6px;
    background-image: url("/bridal/chiba/francs/common/img/icon_arrow-down-black.png");
    background-size: cover;
    content: "";
  }
  .clone-header .header-nav .nav_item.js_is-active >a:after {
    background-image: url("/bridal/chiba/francs/common/img/icon_arrow-up-black.png") !important;
  }
  .clone-header .header-nav .nav_item >a {
    position: relative;
    line-height: 3.2;
  }
  .clone-header .header-nav .subnav {
    display: none;
    padding: 2%;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .clone-header .header-nav .subnav_item {
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .clone-header .header-nav .subnav_item >a {
    line-height: 3;
  }
}


/* side-banner */
@media only screen and (max-width: 64em) {
  .side-banner {
  }
}

.side-banner_item {
  display: block;
  margin: 0 auto 15px;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: opacity;
}
.side-banner_item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 64em) {
  .side-banner_item.is-pc {
    display: none;
  }
}
.side-banner_item.is-sp {
  display: none;
  margin-top: 15px; 
  max-width: 260px;
  width: 92%;
}
@media only screen and (max-width: 48em) {
  .side-banner_item.is-sp {
    display: block;
    }
}


/* =========== headerArea =========== */
/*-width100%とpositon:relativeの付与-*/
  .header-area {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 30em) {
	.header-area {
    position: relative !important;
  }
}

/*-【a】top白文字のModern French Chic画像-*/
.header-area.type-a .header-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px;
}

/*-【a2】top白文字のModern French Chic画像-*/
.header-area.type-a2 .header-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px;
  text-shadow: 0px 0px 8px #999999;
}
.header-area.type-a2 .header-sub-title {
  text-shadow: 0px 0px 8px #999999;
}

/*- ここからは【type-a】のスタイル -*/
@media only screen and (max-width: 30em) {
  .header-area.type-a .mainvisual {
    padding-top: 140%;
    width: 100%;
  }
}
.header-area.type-a .header-title-box {
  height: 100px;
}
@media only screen and (max-width: 30em) {
  .header-area.type-a .header-title-box {
    height: 60px;
  }
}
.header-area.type-a .header-title {
  padding-top: 0;
  font-weight: normal;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "Oranienbaum";
}
@media only screen and (max-width: 30em) {
  .header-area.type-a .header-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.header-area.type-a .header-nav {
  top: 66px;
  bottom: auto;
}
.header-area.type-a .header-nav >ul {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
}
.header-area.type-a .header-nav >ul a {
  color: #fff;
}
.header-area.type-a .header-nav .subnav {
  bottom: auto;
}

/*- ここからは【b】のスタイル-*/
/*-【b】-*/
@media only screen and (max-width: 30em) {
  .header-area.type-b .mainvisual {
    padding-top: 100%;
    width: 100%;
  }
}

/*-【b】-*/
.header-area.type-b .header-title-box {
  height: 100px;
}
@media only screen and (max-width: 30em) {
  .header-area.type-b .header-title-box {
    height: 60px;
  }
}

/*-【b】-*/
.header-area.type-b .header-title {
  padding-top: 0;
  font-weight: normal;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "Parisienne";
}
@media only screen and (max-width: 30em) {
  .header-area.type-b .header-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/*-【b】-*/
.header-area.type-b .header-nav {
  top: 66px;
  bottom: auto;
}

/*-【b】-*/
.header-area.type-b .header-nav >ul {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
}

/*-【b】-*/
.header-area.type-b .header-nav >ul a {
  color: #fff;
}

/*-【b】-*/
.header-area.type-b .header-nav .nav_item.js_has-child >a:after {
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-down-white.png");
  background-size: contain;
}

/*-【b】-*/
.header-area.type-b .header-nav .subnav {
  bottom: auto;
}

/*- ここからは【c,d】のスタイル-*/
/*-【c,d】-*/
.header-area.type-c .header-box-outer,
.header-area.type-d .header-box-outer {
  position: relative;
}
/*-【c,d】-*/
.header-area.type-c .svg_header-logo,
.header-area.type-d .svg_header-logo {
  fill: #4A342F;
}
/*-【c,d】-*/
.header-area.type-c .header-box_tel,
.header-area.type-d .header-box_tel {
  color: #000;
}
/*-【c,d】-*/
.header-area.type-c .header-box_link a,
.header-area.type-d .header-box_link a {
  color: #000;
}
/*-【c,d】-*/
.header-area.type-c .header-nav,
.header-area.type-d .header-nav {
  position: relative;
}
/*-【c,d】-*/
.header-area.type-c .header-nav >ul,
.header-area.type-d .header-nav >ul {
  border-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
}
/*-【c,d】-*/
.header-area.type-c .header-nav >ul >a,
.header-area.type-d .header-nav >ul >a {
  color: #000;
}
/*-【c,d】-*/
.header-area.type-c .header-nav .nav_item.js_has-child >a:after,
.header-area.type-d .header-nav .nav_item.js_has-child >a:after {
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-up-black.png");
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*-【c,d】-*/
.header-area.type-c .header-nav .subnav,
.header-area.type-d .header-nav .subnav {
  bottom: auto;
}
/*-【c,d】-*/
@media only screen and (max-width: 48em) {
  .header-area.type-c .header-nav,
  .header-area.type-d .header-nav {
    display: none;
  }
}
/*-【c,d】-*/
.header-area.type-c .header-title-box,
.header-area.type-d .header-title-box {
  position: relative;
  padding-top: 3%;
  height: auto;
}
/*-【c,d】-*/
@media only screen and (max-width: 48em) {
  .header-area.type-c .nav-trigger,
  .header-area.type-d .nav-trigger {
    background-image: url("/bridal/chiba/francs/common/img/icon_trigger-black.png");
  }
}
/*-【c】-*/
.header-area.type-c .header-title {
  margin-bottom: 4%;
  color: #83a74b;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Parisienne";
}
/*-【c】-*/
.header-area.type-c .header-sub-title {
  margin-bottom: 4%;
  color: #444;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.75em) {
  .header-area.type-c .header-sub-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*-【d】-*/
.header-area.type-d .header-title {
  color: #444;
  font-weight: normal;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "Parisienne";
}
@media only screen and (max-width: 48em) {
  .header-area.type-d .header-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*-【d】-*/
.header-area.type-d .header-sub-title {
  margin-bottom: 4%;
  color: #444;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.75em) {
  .header-area.type-d .header-sub-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ここまでがhaderAreaNav部分 */



/* =========== mainVisual =========== */
/* = mainvisual = */
.mainvisual {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.mainvisual:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/bridal/chiba/francs/common/img/mainvisual_bg-img.png") left top no-repeat;
  background-color: rgba(0, 0, 0, 0.);
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 30em) {
  .mainvisual {
    position: relative !important;
    padding-top: 149.33333%;
    width: 100%;
  }
}

/* = mainvisual_movie-outer = */
.mainvisual_movie-outer {
  position: absolute;
  position: absolute;
  top: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
.mainvisual_movie-outer:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* movieを何色でどれだけ透けさせるか */
  content: "";
}
@media only screen and (max-width: 30em) {
  .mainvisual_movie-outer {
    /*display: none;*/
  }
}

/* = mainvisual_movie = */
.mainvisual_movie {
  display: block;
  margin-left: -10%;
  max-width: 120%;
  width: 120%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .mainvisual_movie {
    margin-left: -25%;
    max-width: 150%;
    width: 150%;
    height: auto;
  }
}

/* = mainvisual_bg-img = */
.mainvisual_bg-img {
  position: relative;
  top: 0;
  min-height: 500px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainvisual_bg-img >img {
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .mainvisual_bg-img {
    min-height: 450px;
  }
}
@media only screen and (max-width: 30em) {
  .mainvisual_bg-img {
    position: absolute;
    min-height: 0;
    height: 100%;
    background-size: cover;
  }
  .mainvisual_bg-img >img {
    display: none;
  }
}

/* = mainvisual_sp-img = */
.mainvisual_sp-img {
  display: none;
}
@media only screen and (max-width: 30em) {
  .mainvisual_sp-img {
    display: block;
  }
}

/* = mainvisual_icon-scroll = */
.mainvisual_icon-scroll {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  z-index: 10;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 48px;
  height: 46px;
}
.mainvisual_icon-scroll img {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 48em) {
  .mainvisual_icon-scroll {
    bottom: 10%;
    width: 32px;
    height: 16px;
  }
}



/* =========== header-intro =========== */
/* = header-intro-box_outer = */
.header-intro-box_outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: white;
}

/* = header-intro-box = */
.header-intro-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 50%;
}

/* = header-intro-box_oinner = */
.header-intro-box_inner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

/* = header-intro-box_img = */
.header-intro-box_img {
  display: block;
  overflow: hidden;
  margin: auto;
  max-width: 522px;
  width: 100%;
  opacity: 0;
}
@media only screen and (max-width: 54em) {
  .header-intro-box_img {
    max-width: 391.5px;
  }
}
@media only screen and (max-width: 48em) {
  .header-intro-box_img {
    max-width: 261px;
  }
}



/* =========== header-title =========== */
/* = header-title-box = */
.header-title-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 50%;
}

/* = header-title-box-top = */
.header-title-box-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 50%;
}

/* = header-title = */
.header-title {
  color: #fff;
  text-align: center;
}

/* = header-title-img = */
.header-title_img {
  display: block;
  margin: auto;
  max-width: 522px;
  width: 100%;
}
@media only screen and (max-width: 54em) {
  .header-title_img {
    max-width: 391.5px;
  }
}
@media only screen and (max-width: 48em) {
  .header-title_img {
    max-width: 261px;
  }
}

/* = header-title-box-bottom = */
.header-title-box-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.header-title-box-bottom .btn {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .header-title-box-bottom .btn {
    display: block;
  }
}
.header-title-box-bottom .btn a {
  width: 200px;
}
.header-title-box-bottom .btn a:after {
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-right-black.png");
}

/* = header-sub-title = */
.header-sub-title {
  margin-bottom: 2%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 54em) {
  .header-sub-title {
    font-size: 15px;
    font-size: 1.5rem;
/* = トップタイトル読みにくさ対応 = */
   /* text-shadow: 0 0 8px rgba(0,0,0,0.8),0 0 1em rgba(0,0,0,0.9);*/
/* = トップタイトル読みにくさ対応 = */
}
  
}
@media only screen and (max-width: 48em) {
  .header-sub-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}



/* =========== headerBox =========== */
/* = header-box-outer = */
.header-box-outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  padding: 15px;
  width: 100%;
}
.header-box-outer:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .header-box-outer {
    top: 0;
    z-index: 9000;
    padding: 2%;
  }
  .header-box-outer .header-box_link,
  .header-box-outer .header-box_tel {
    display: none;
  }
  .header-box-outer .btn a:after {
    display: none;
  }
}

/* = site-logo = */
.site-logo {
  float: left;
  max-width: 240px;
  max-height: 34px;
  width: 100%;
  color: #fff;
}
/* ロゴ右側に宿泊の方はこちらが入った場合のロゴサイズ設定 */
@media only screen and (max-width: 53.125em) {
  .site-logo {
    max-width: 230px;
  }
}
@media only screen and (max-width: 56.25em) {
  .clone-header .site-logo {
    max-width: 170px;
  }
}
@media only screen and (max-width: 48em) {
  .site-logo {
    width: 45%;
  }
  .site-logo img {
    max-width: 240px;
  }
}
.svg_header-logo {
  display: block;
  max-height: 34px;
  width: 100%;
  height: 100%;

  fill: #fff;
}

/* = header-box-right = */
.header-box-right {
  float: right;
  color: #fff;
}
.header-box-right .btn {
  display: inline-block;
  vertical-align: middle;
}
.header-box-right .btn a {
  width: 180px;
  line-height: 3;
}
@media only screen and (max-width: 48em) {
  .header-box-right {
    margin-right: 64px;
  }
}
@media only screen and (max-width: 48em) {
  .header-box-right {
    margin-right: 15% !important;
    width: 30%;
    text-align: right;
  }
  .header-box-right .btn {
    width: 100%;
  }
  .header-box-right .btn a {
    margin: auto !important;
    max-width: 120px;
    width: 100%;
    line-height: 3.4;
  }
}

/* = header-box-link = */
.header-box_link {
  display: inline-block;
  vertical-align: middle;
}
.header-box_link a {
	color: #4E4539;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
	background-color: #B9DA96;
	padding: 5px 10px ;
	text-decoration: none;	
}
.header-box_link a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* = header-box-tel = */
.header-box_tel {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Alice";
  line-height: 1.72;
}




/* -----------------------------------------------
 *  	         nav setting
 * ----------------------------------------------- */

/* = nav-trigger = */
.nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 15px;
  max-width: 64px;
  height: 100%;
  background: transparent url("/bridal/chiba/francs/common/img/icon_trigger.png") center center no-repeat;
  background-color: #222;
  background-size: 32px;
  vertical-align: middle;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.nav-trigger:hover {
         opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
      filter: alpha(opacity=80);
  cursor: pointer;
  zoom: 1;

  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.nav-trigger img {
  display: inline-block;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .nav-trigger {
    display: block;
    padding: 10px;
    width: 15%;
    background-color: transparent;
  }
}

/* =========== header-nav =========== */
.header-nav {
  position: absolute;
  bottom: 0;
  z-index: 5000;
  width: 100%;
}
.header-nav >ul {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0;
}
.header-nav .header-nav_inner {
  position: relative;
  width: 100%;
  display: block;
}
.header-nav .nav_item {
  display: inline-block;
  text-align: center;
}
.header-nav .nav_item >a {
  display: block;
  padding: 0 25px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav .nav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
/**.header-nav .nav_item.js_has-child >a:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 6px;
  background-image: url("/bridal/common/img/icon_arrow-up-black.png");
  background-size: cover;
  content: "";
}*/
@media only screen and (max-width: 54em) {
  .header-nav .nav_item >a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* = subnav = */
.header-nav .subnav {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  list-style-type: none;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 54em) {
  .header-nav .subnav {
    padding: 2% 4%;
  }
}
.header-nav .subnav_item {
	display: inline-block;
	padding: 0 15px;
}
.header-nav .subnav_item >a {
  display: block;
  color: #000 !important;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav .subnav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .header-nav {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9100;
    width: 60%;
    background-color: #222;
  }
  .header-nav .js_close-btn {
    width: 50px;
    height: 50px;
  }
  .header-nav >ul {
    background-color: transparent;
  }
  .header-nav .nav_item {
    display: block;
  }
  .header-nav .nav_item a {
    color: #fff;
  }
  .header-nav .js_has-child:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-nav .subnav {
    position: relative;
    bottom: auto;
  }
}

.js_page-cover {
  position: fixed;
  z-index: 9500;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}



/* =========== contentArea =========== */
.content-area {
  position: relative;
}
@media only screen and (max-width: 30em) {
  .content-area {
    margin-top: 0 !important;
  }
}



/* =========== mainArea =========== */
.main-area {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}



/* =========== asideArea =========== */
.aside-area {
  position: relative;
  padding-top: 60px;
  background-color: #fff;
}
@media only screen and (max-width: 48em) {
  .aside-area {
    padding-top: 5%;
  }
}

/* = contact = */
.contact {
  position: relative;
  padding: 80px 0;
  background-image: url("/bridal/chiba/francs/common/img/contact_bg-img001.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
@media only screen and (max-width: 48em) {
  .contact {
    padding: 8% 0;
  }
}

/* = contact-header = */
.contact_header {
  position: relative;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

/* = contact-title = */
.contact_title {
  font-weight: normal;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Parisienne";
}
@media only screen and (max-width: 48em) {
  .contact_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* = contact_sub-title = */
.contact_sub-title {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 48em) {
  .contact_sub-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* = contact-box = */
.contact-box {
  position: relative;
  margin: auto;
  min-width: 864px;
  width: 64.7%;
  background-color: rgba(255, 255, 255, 0.9);
}
.contact-box:before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.contact-box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.contact-box .btn {
  margin: 15px 0;
}
.contact-box .btn a {
  width: 280px;
}
@media only screen and (max-width: 56.16em) {
  .contact-box {
    margin: auto 2%;
    min-width: 0;
    width: 96%;
  }
}
@media only screen and (max-width: 48em) {
  .contact-box:before {
    display: none;
  }
  .contact-box .btn {
    margin: auto;
  }
  .contact-box .btn a {
    margin-bottom: 20px;
    width: 260px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 4;
  }
}

/* = contact-box_left,right = */
.contact-box_left,
.contact-box_right {
  float: left;
  padding: 4%;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .contact-box_left,
  .contact-box_right {
    padding: 4% 8%;
    width: 100%;
  }
}

@media only screen and (max-width: 48em) {
  .contact-box_left {
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

/* = contact-box_title = */
.contact-box_title {
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Alice";
}
@media only screen and (max-width: 48em) {
  .contact-box_title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.8;
  }
}

/* = contact-box_tel = */
.contact-box_tel {
  letter-spacing: 0.4rem;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Alice";
}
.contact-box_tel a {
  color: #4e4539;
  text-decoration: none;
}
@media only screen and (max-width: 48em) {
  .contact-box_tel {
    position: relative;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 2%;
    max-width: 260px;
    border: 2px solid #78d297;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
  .contact-box_tel:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 9px;
    background-image: url("/bridal/chiba/francs/common/img/icon_arrow-right-green.png");
    background-size: cover;
    content: "";
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: right, -webkit-transform;
    transition-property: right, transform;
    transition-property: right, transform, -webkit-transform;
  }
}

/* = contact-box_text = */
.contact-box_text {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 48em) {
  .contact-box_text {
    margin-bottom: 20px;
  }
}

/* = contact-box_txt = */
.contact_link-txt {
  position: relative;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact_link-txt a {
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .contact_link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
}




/* -----------------------------------------------
 *  	         footer setting
 * ----------------------------------------------- */

 /* =========== footerArea =========== */
.footer-area {
  position: relative;
  z-index: 5000;
  background-color: #222;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* =========== footer-map-area =========== */
.footer-map-area {
  position: relative;
  padding-top: 32.35294%;
  width: 100%;
}
@media only screen and (max-width: 54em) {
  .footer-map-area {
    padding-top: 0;
  }
}

/* = map-area-box-left = */
.map-area-box-left {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 32.35294%;
  width: 35.29412%;
  background-color: #f5f5f5;
}
.map-area-box-left .box-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  min-width: 270px;
  min-height: 220px;
  width: 60.4%;
  height: 54.5%;
}
.map-area-box-left img {
  margin-bottom: 9.1%;
  width: auto;
}
.map-area-box-left p {
  margin-bottom: 4.5%;
  font-size: 12px;
  font-size: 1.2rem;
}
.map-area-box-left .btn {
  position: absolute;
  bottom: 0;
}
.map-area-box-left .btn a {
  width: 180px;
}

/* facebookIcon */
.map-area-box-left .btn a.facebookBtn {
	margin:0 0 0 10px;
	padding:0;
  width: auto;
  background-color:transparent;
}
.map-area-box-left .btn a.facebookBtn:after {
	background-image:none;
}
.map-area-box-left .btn a.facebookBtn img {
  width: 40px;
}
@media only screen and (max-width: 54em) {
  .map-area-box-left {
    position: relative;
    padding: 8%;
    width: 100%;
  }
  .map-area-box-left p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .map-area-box-left .box-inner {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
  }
  .map-area-box-left .btn {
    position: relative;
    margin: auto;
  }
  .map-area-box-left .btn a {
    width: 140px;
    background-color: #000;
  }
 /* facebookIcon */
.map-area-box-left .btn a.facebookBtn {
	margin:0 0 0 10px;
	padding:0;
  width: auto;
  background-color:transparent !important;
}
.map-area-box-left .btn a.facebookBtn img {
  width: 40px;
} 
}

/* = svg_map-logo = */
.svg_map-logo {
  display: block;
  margin-bottom: 4%;
  max-width: 250px;
  max-height: 40px;
  width: 100%;
  height: 100%;

  fill: #4A342F;
}
@media only screen and (max-width: 54em) {
  .svg_map-logo {
    margin: 0 auto 4%;
  }
}

/* = map-area-box-right = */
.map-area-box-right {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 32.35294%;
  width: 64.70588%;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 54em) {
  .map-area-box-right {
    display: none;
  }
}

/* = map = */
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========== footer-logo-area =========== */
.footer-logo-area {
  position: relative;
  margin: auto;
  padding: 30px 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #222;
}
@media only screen and (max-width: 48em) {
  .footer-logo-area {
    padding: 0;
  }
}
@media only screen and (max-width: 48em) {
  .footer-logo-area {
    border: none;
  }
}

/* = footer-logo-inner = */
.footer-logo-inner {
  position: relative;
  margin: auto;
  max-width: 1024px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.footer-logo-inner img {
  width: auto;
}
@media only screen and (max-width: 66.5625em) {
  .footer-logo-inner {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 48em) {
  .footer-logo-inner {
    text-align: center;
  }
  .footer-logo-inner span {
    display: block;
    padding-top: 20px;
  }
  .footer-logo-inner img {
    padding-bottom: 20px;
  }
}

/* = footer-to-top = */
.footer-to-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  max-width: 1024px;
  width: 24px;
  height: 24px;
  background: transparent url("/bridal/chiba/francs/common/img/icon_arrow-up-white.png") center center no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .footer-to-top {
    position: relative;
    padding: 20px 0;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}



/* =========== wedding-space-area-area =========== */
.wedding-space-area {
  position: relative;
  margin-top: 40px;
  background-color: #222;
}
.wedding-space-area:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.wedding-space-area li {
  list-style-type: none;
  line-height: 2.6;
}
.wedding-space-area .wedding-space-list {
  position: relative;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
}
@media only screen and (max-width: 66.5625em) {
  .wedding-space-area .wedding-space-list {
    margin: 0 2%;
    width: 96%;
  }
}
.wedding-space-area .wedding-space-list:before {
  position: absolute;
  top: 0;
  left: 24%;
  width: 0;
  height: 100%;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.wedding-space-area .wedding-space-list:after {
  position: absolute;
  top: 0;
  right: 24%;
  width: 0;
  height: 100%;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.wedding-space-area .wedding-space-list >li {
  position: relative;
  display: inline-block ;
  margin-right: auto;
  margin-right: 2%;
  margin-left: 2%;
  width: 21%;
  color: #b69458;
  vertical-align: top;
  font-weight: bold;
  font-size: small;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 48.0625em) {
  .wedding-space-area .wedding-space-list >li {
    width: 21%;
  }
  .wedding-space-area .wedding-space-list >li:nth-child(n) {
    width: 22% ;
  }
  .wedding-space-area .wedding-space-list >li:nth-child(4n+1) {
    margin-left: 0;
  }
  .wedding-space-area .wedding-space-list >li:nth-child(4n+4) {
    margin-right: 0;
  }
}
.wedding-space-area .wedding-space-list >li span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
.wedding-space-area .child-list >li {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}
.wedding-space-area .grandson-list >li {
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.wedding-space-area .grandson-list >li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s linear;
}
.wedding-space-area .grandson-list >li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 48em) {
  .wedding-space-area {
    margin-top: 0;
  }
  .wedding-space-area:after {
    border: none;
  }
  .wedding-space-area .wedding-space-list:before,
  .wedding-space-area .wedding-space-list:after {
    border: none;
  }
  .wedding-space-area .wedding-space-list >li {
    margin-top: -1px;
    width: 96%;
    border-color: rgba(255, 255, 255, 0.1);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 4;
  }
  .wedding-space-area .wedding-space-list >li span {
    position: relative;
    margin-bottom: 0;
  }
  .wedding-space-area .wedding-space-list >li span:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    background: transparent url("/bridal/chiba/francs/common/img/icon_plus.png") center center no-repeat;
    background-size: 50% 50%;
    content: "";
  }
  .wedding-space-area .wedding-space-list >li span +ul {
    display: none;
  }
  .wedding-space-area .wedding-space-list >li.js_is-active span:after {
    background: transparent url("/bridal/chiba/francs/common/img/icon_minus.png") center center no-repeat;
    background-size: 50% 50%;
  }
  .wedding-space-area .child-list >li {
    margin-bottom: 10px;
  }
  .wedding-space-area .grandson-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .wedding-space-area .grandson-list >li {
    float: left;
    margin-bottom: 4%;
    padding-right: 2%;
    width: 50%;
    line-height: 1.6;
  }
}



/* =========== footer-nav-area =========== */
.footer-nav-area {
  position: relative;
  margin-top: 40px;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
}
@media only screen and (max-width: 54em) {
  .footer-nav-area {
    margin-top: 2%;
    border-top: none;
  }
}

/* = footer-nav-list = */
.footer-nav-list {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
  font-size: 0rem;
}
@media only screen and (max-width: 66.5625em) {
  .footer-nav-list {
    margin: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 54em) {
  .footer-nav-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
}

/* = footer-nav-item = */
.footer-nav-item {
  display: inline-block;
  margin-right: 40px;
  padding: 30px 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.footer-nav-item a {
  color: #fff;
  text-decoration: none;
}
.footer-nav-item:hover {
         opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
      filter: alpha(opacity=80);
  zoom: 1;

  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
@media only screen and (max-width: 54em) {
  .footer-nav-item {
    display: block;
    float: left;
    margin-right: 0;
    padding: 2% 2% 2% 0;
    width: 50%;
  }
}



/* =========== footer-copyright =========== */
.footer-copyright {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  margin: auto;
  padding: 30px 15px 30px 0;
  max-width: 1024px;
  width: 100%;
  color: #878787;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 54em) {
  .footer-copyright {
    position: relative;
    padding: 6% 4%;
    text-align: center;
  }
}





/* headerバナー */
div.header_banner{
	display:block;
	position:absolute;
	bottom:80px;
	left:30px;
	width:500px;/*width:450px;*/
	height:130px;
	padding:10px;
	border:#570000 0px solid;
	background-image:url(../../top/img/header_banner.jpg);
	background-color:#B9DA96;
	background-position:center right;
	background-size: contain;
	background-repeat:no-repeat;
	z-index:9999;
	}

div.out_main{ display:none;}	

div.header_banner p{
	padding:0 35% 0 0;/*padding:0 43% 0 0;*/
	text-align:justify;
	font-weight:bold;
	line-height:1.5;
	font-family:游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;
	}
div.header_banner p.header_banner_p1{
	margin:0 0 6px 0;
	color:#4E4539;
	font-size:14px;
	}
div.header_banner p.header_banner_p2{
	color:#4E4539;
	font-size:12px;
	}
	
a.header_banner_link{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	}
a.header_banner_link:hover{
	background-color:rgba(255,255,255,0.3);
	transition:0.6s;
	}
@media only screen and (max-width: 65.5em) {
div.header_banner{
	bottom:60px;
	right:10px;
	}
}
@media only screen and (max-width: 60em) {
div.header_banner{
	position: relative;
	bottom:0;
	left:0;
	padding:30px 10px;
	width:100%;
	height: auto;
	}
	div.out_main{ display:block;}
	div.in_main{ display:none;}
}
@media only screen and (max-width: 54em) {
div.header_banner{
	height: auto;
	}
div.header_banner p{
	padding:0 45% 0 0;
	}
}
@media only screen and (max-width: 30em) {
div.header_banner{
	height: auto;
	padding:10px;
	}
div.header_banner p{
	padding:0 20% 0 0;/*padding:0 50% 0 0;*/
	}
div.header_banner p.header_banner_p1{
	font-size:14px;
	}
div.header_banner p.header_banner_p2{
	font-size:12px;
	}
}
@media only screen and (max-width: 30em) {
div.header_banner p.header_banner_p1{
	font-size:10px;
	}
}
/* headerバナー */



/* =============== imstagram =============== */
article.footer_instagram_area{
	padding:0 0 2% 0;
	text-align:center;
	background-color:#FFF;
	}

h2.footer_instagram_title{
	margin:0;
	padding:15px 0 0 0;
  color:#b9da96;
  font-size:2.4rem;
	font-size:24px;
	line-height:1.2;
	letter-spacing: .2rem;
	text-align:center;
	}
h2.footer_instagram_title span{
	display:block;
	margin:0;
  color: #b9da96;
  font-size:1.4rem;
	font-size:14px;
	letter-spacing: .1rem;
	text-align:center;
	}
/* txt */
p.footer_instagram_txt{
	display:inline-block;
	margin:0 0 10px 0;
  font-size:1.4rem;
	font-size:14px;
	color:#b9da96;
	text-align:left;
	line-height:1.4;
	transition: all 0.3s;
	}
p.footer_instagram_txt strong{
  font-size:1.8rem;
	font-size:18px;
	}
p.footer_instagram_txt a{
	display:block;
	background:url("/bridal/chiba/francs/common/img/instagram.png") no-repeat left 10px center;
	background-size:17px 17px;
	padding:8px 10px 8px 38px;
  font-size:1.4rem;
	font-size:14px;
	color:#71934c;
	text-decoration:none;
	letter-spacing:0.5px;
	}

p.footer_instagram_txt:hover{
	opacity:0.8;
	}
p.footer_instagram_txt:hover a{
	}

/* instafeed */
ul.footer_instafeed{
	width:98%;
	margin:0 auto;
	list-style:none;
	}
ul.footer_instafeed:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
ul.footer_instafeed li{
	float:left;
	width:11.111111111%;
	margin:0;
	padding:0;
	outline:solid 3px #FFFFFF;
	}
ul.footer_instafeed li img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height:0;
	}

/* 768px */
@media only screen and (max-width: 48em) {
ul.footer_instafeed{
	width:94%;
	margin:0 auto;
	}
ul.footer_instafeed li{
	width:33.333333%;
	}
}
/* 960px以下でコンタクト部分のインスタアイコン削除 */
@media only screen and (max-width: 60em) {
.contact_insta_icon , span.instaNote{
	display:none !important;
	}
}
@charset "UTF-8";

/* -----------------------------------------------
 *  	         btn setting
 * ----------------------------------------------- */

/* =========== btn =========== */
.btn {
  position: relative;
  z-index: 1100;
  font-size: 20px;
  text-align: center;
}
.btn.is-center {
  text-align: center;
}
.btn input {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 3.7;
  cursor: pointer;
}
.btn a,
.btn span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 230px;
  border: none;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 3.7;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
@media only screen and (max-width: 30em) {
  .btn a,
  .btn span {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.btn a:hover,
.btn span:hover {
  opacity: 0.6;
}
.btn a:hover:after,
.btn span:hover:after {
  right: 12px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* = btn type-b = */
.btn a.type-b:hover:after,
.btn span.type-b:hover:after {
  left: 12px;
}
.btn a.type-b:after,
.btn span.type-b:after {
  right: auto;
  left: 15px;
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-left-black.png");
}

/* = btn is-disabled = */
.btn a.is-disabled,
.btn span.is-disabled {
  background-color: #d6d6d6 !important;
  color: #999 !important;
}
.btn a.is-disabled:after,
.btn span.is-disabled:after {
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-right-gray.png");
}
.btn a.is-disabled:hover,
.btn span.is-disabled:hover {
  opacity: 1 !important;
}
.btn a.is-disabled:hover:after,
.btn span.is-disabled:hover:after {
  right: 15px !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

.btn a:after,
.btn span:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 9px;
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-right-white.png");
  background-size: cover;
  content: "";
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: left, right, -webkit-transform;
  transition-property: left, right, transform;
  transition-property: left, right, transform, -webkit-transform;
}



/* =========== コンテンツをふわっと出す =========== */
[class*="js_scroll-fadein"] {
  opacity: 0;
}




/* -----------------------------------------------
 *  	         box setting
 * ----------------------------------------------- */

/* =========== box =========== */
/* = box_header = */
@media only screen and (max-width: 30em) {
  .box_header {
    margin: auto;
    width: 92%;
  }
}

/* = box_title = */
.box_title {
  position: relative;
  margin-bottom: 4%;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.box_title span {
  display: block;
  margin-top: 1%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 48em) {
  .box_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* = box_lead-txt = */
.box_lead-txt {
  margin-bottom: 4%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* =========== block =========== */
/* = block_header = */
.block_header {
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 54em) {
  .block_header {
    padding-bottom: 5%;
  }
}

/* = block_header = */
.block_header_rate {
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 54em) {
  .block_header_rate {
    padding-bottom: 5%;
	width: 92%;
	margin: auto;
  }
}


.block_header_rate02 {
  padding: 25px 0px;
  text-align: center;
}
@media only screen and (max-width: 54em) {
  .block_header_rate02 {
    padding-bottom: 5%;
	width: 92%;
	margin: auto;
  }
}


/* = block_title = */
.block_title {
  font-weight: normal;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Parisienne";
  line-height: 2.1;
}
@media only screen and (max-width: 48em) {
  .block_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* = block_lead-txt = */
.block_lead-txt {
  color: #71934c;
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .block_lead-txt {
    margin: auto;
    max-width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .block_lead-txt br {
    display: none;
  }
}

/* = block_sub-title = */
.block_sub-title {
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .block_sub-title {
    margin: auto;
    max-width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .block_sub-title br {
    display: none;
  }
}



/* =========== main-area_lead-txt =========== */
.main-area_lead-txt {
  margin-top: 4%;
  padding-bottom: 4%;
  text-align: center;
  line-height: 2.28;
}
@media only screen and (max-width: 48em) {
  .main-area_lead-txt {
    margin: 4% auto 0;
    max-width: 90%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .main-area_lead-txt br {
    display: none;
  }
}




/* -----------------------------------------------
 *  	         modal setting
 * ----------------------------------------------- */

/* = js_modal-cover = */
.js_modal-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  min-width: 320px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* = js_modal-outer = */
.js_modal-outer {
  position: relative;
  margin: 100px auto;
  max-width: 1024px;
  width: 96%;
}

/* = modal_block-outer = */
.modal_block-outer {
  display: none;
}

/* = js_modal-close-btn = */
.js_modal-close-btn {
  position: absolute;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 50px;
  height: 50px;
}
.js_modal-close-btn:hover:before {
  opacity: 0.6;
}
.js_modal-close-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent url("/bridal/chiba/francs/common/img/icon_btn-close-black.png") center center no-repeat;
  content: "";
  cursor: pointer;
  transition: opacity 0.15s linear;
}

/* = modal_block = */
.modal_block {
  position: relative;
  margin: auto;
  margin: auto;
  padding: 50px 0;
  max-width: 1024px;
  width: 100%;
  background-color: #fff;
}
.modal_block:nth-child(2n) {
  background-color: #f5f5f5;
}
.modal_block:nth-child(2n) .modal-box {
  background-color: #fff;
}

/* = modal_header = */
.modal_header {
  margin-bottom: 4%;
}

/* = modal_title = */
.modal_title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .modal_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* = modal_price = */
.modal_price {
  color: #e30000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.modal_price strong {
  font-size: 28px;
  font-size: 2.8rem;
}
.modal_price span {
  display: inline-block;
  margin-top: -10px;
  margin-left: 15px;
  padding: 0 5px;
  background-color: #e30000;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}




/* -----------------------------------------------
 *  	         eyecatch setting
 * ----------------------------------------------- */
/* トップページのセレモニーキュイジーヌに使用  */

/* = eyecatch_block = */
.eyecatch_block {
  position: relative;
  padding-top: 0 !important;
}
@media only screen and (max-width: 48em) {
  .eyecatch_block {
    padding-top: 0 !important;
  }
}
.eyecatch_block.js_is-hover .eyecatch_bg-img:before {
  opacity: 1;
}
.eyecatch_block .btn {
  width: 180px;
}
.eyecatch_block .btn a {
  z-index: 1200;
  width: 180px;
}

/* renewal */
.renewal:before{
	margin:-5px 0 -5px -5px;
	content:url(../../common/svg/new.svg);
	}
	
.renewal2:before{
	display:block;
	margin:0 auto;
	width:100%;
	height:30px;
	content:url(../../common/svg/renewal.svg);
	}

.renewal3:before{
	position:absolute;
	top:3%;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
	padding:0;
	line-height:0;
	content:url(../../common/svg/renewal2.svg);
	}
	
img.span_renewal{
	display:block;
	margin:0 auto;
	padding:0;
	height:30px;
	width:50px;
	line-height:0;
	}
	

@media only screen and (max-width: 48em) {
  .eyecatch_block .btn {
    margin: auto;
  }
}
.eyecatch_block >.box-link {
  background-color: transparent;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: background-color;
}
@media only screen and (max-width: 48em) {
  .eyecatch_block >.box-link {
    display: none;
  }
}

/* = eyecatch_content = */
.eyecatch_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .eyecatch_content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    background-color: #f5f5f5;
  }
}

/* = eyecatch_bg-img = */
.eyecatch_bg-img {
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .eyecatch_bg-img {
    padding-top: 93.33333%;
    width: 100%;
  }
}
.eyecatch_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 210, 151, 0.3);
  content: "";
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.eyecatch_bg-img img {
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .eyecatch_bg-img img {
    display: none;
  }
}

/* = eyecatch_header = */
.eyecatch_header {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1100;
  margin: auto;
  padding: 40px;
  width: 440px;
  height: 310px;
  background-color: rgba(255, 255, 255, 0.8);
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: background-color;
}
.eyecatch_header.type-l {
  left: 0;
}
.eyecatch_header.type-c {
  right: 0;
  left: 0;
}
.eyecatch_header.type-r {
  right: 0;
}
@media only screen and (min-width: 48.0625em) {
  .eyecatch_header:hover {
    background-color: #fff;
  }
}
@media only screen and (max-width: 48em) {
  .eyecatch_header {
    position: relative;
    bottom: 100%;
    padding: 5% 0;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    text-align: center;
  }
  .eyecatch_header >a {
    display: none;
  }
}

/* = eyecatch_title = */
.eyecatch_title {
  font-weight: normal;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Parisienne";
  line-height: 1.8;
}
@media only screen and (max-width: 48em) {
  .eyecatch_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/* = eyecatch_lead-txt = */
.eyecatch_lead-txt {
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .eyecatch_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* = eyecatch_block wrapper = */
@media only screen and (max-width: 48em) {
  .tile_block .wrapper {
    margin: auto;
    padding-bottom: 0;
    width: 100%;
  }
}




/* -----------------------------------------------
 *  	         tile setting
 * ----------------------------------------------- */

/* =========== tile_block =========== */
.tile_block img {
  position: relative;
  z-index: 10;
}

/* = layout-2_1 = */
.tile_block .layout-2_1 .tile-box_bg-img {
  padding-top: 67.74669%;
  width: 100%;
}
.tile_block .layout-2_1 .tile-box_bg-img img {
  display: none;
}

/* = layout-3_1 = */
.tile_block .layout-3_1 .tile-box_bg-img {
  padding-top: 101.76991%;
  width: 100%;
}
.tile_block .layout-3_1 .tile-box_bg-img img {
  display: none;
}

/* = type-a = */
.tile_block.type-a .wrapper {
  margin: 0;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.tile_block.type-a .tile-box_header {
  width: 160px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.8);
}
.tile_block.type-a .tile-box_header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 145px;
  height: 135px;
  content: "";
}
.tile_block.type-a .tile-box_header.js_is-hover {
  max-height: 190px;
  width: 80%;
  height: 70%;
  background-color: transparent;
}
.tile_block.type-a .tile-box_header.js_is-hover .tile-box_title {
  height: auto;
  font-weight: normal;
  font-size: 50px;
  font-size: 5.0rem;
  font-family: 'Parisienne';
  line-height: 1;
}
.tile_block.type-a .tile-box_header.js_is-hover .tile-box_title span {
  position: relative;
}
.tile_block.type-a .tile-box_header.js_is-hover .tile-box_sub-title {
  margin-bottom: 4%;
  font-size: 13px;
  font-size: 1.3rem;
}
.tile_block.type-a .tile-box_header.js_is-hover .tile-box_text {
  position: relative;
  display: block;
}
.tile_block.type-a .tile-box_header.js_is-hover:before {
  display: none;
}
@media only screen and (max-width: 54em) {
  .tile_block.type-a .tile-box_header {
    width: 160px;
    height: 80px;
  }
  .tile_block.type-a .tile-box_header:before {
    width: 150px;
    height: 70px;
  }
  .tile_block.type-a .tile-box_header.js_is-hover {
    height: 120px;
  }
  .tile_block.type-a .tile-box_header.js_is-hover .tile-box_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .tile_block.type-a .tile-box_header.js_is-hover .tile-box_text span {
    margin-top: 0;
  }
}

.tile_block.type-a .tile-box_title {
  font-weight: normal;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 0.8;
}
@media only screen and (max-width: 48em) {
  .tile_block.type-a .tile-box_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.tile_block.type-a .tile-box_title span {
  bottom: 0;
}

.tile_block.type-a .tile-box_sub-title {
  line-height: 2.1;
}
@media only screen and (max-width: 48em) {
  .tile_block.type-a .tile-box_sub-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tile_block.type-a .tile-box_text {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.tile_block.type-a .tile-box_text span {
  display: block;
  margin-top: 4%;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 54em) {
  .tile_block.type-a .layout-2_1 .tile-box_bg-img,
  .tile_block.type-a .layout-3_1 .tile-box_bg-img {
    padding-top: 66.66667%;
    width: 100%;
  }
}

/* = type-b = */
.tile_block.type-b .wrapper {
  padding-bottom: 0;
}

.tile_block.type-b .tile-box_header {
  width: 90%;
  height: 90px;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: opacity;
}
@media only screen and (max-width: 54em) {
  .tile_block.type-b .tile-box_header {
    position: relative;
    opacity: 1;
  }
}

.tile_block.type-b .tile-box_title {
  letter-spacing: 0.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "times new roman";
}
.tile_block.type-b .tile-box_title span {
  top: 10px;
}

.tile_block.type-b .tile-box_sub-title {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 54em) {
  .tile_block.type-b {
    padding-bottom: 0;
  }
  .tile_block.type-b .layout-2_1 .tile-box_bg-img,
  .tile_block.type-b .layout-3_1 .tile-box_bg-img {
    padding-top: 40%;
    width: 100%;
  }
  .tile_block.type-b .tile-box_header {
    padding-bottom: 2%;
  }
  .tile_block.type-b .tile-box_title {
    font-size: 11px;
    font-size: 1.1rem;
    color: #463e3a;
  }
  .tile_block.type-b .tile-box_title span {
    top: 40%;
  }
  .tile_block.type-b .tile-box_sub-title {
    font-size: 12px;
    font-size: 1.2rem;
    color: #463e3a;
  }
}



/* =========== tile_box =========== */

/* = tile-box_outer = */
.tile-box_outer {
  position: relative;
  margin-bottom: 0.2%;
  font-size: 0;
}
@media only screen and (max-width: 54em) {
  .tile-box_outer {
    margin-bottom: 0;
  }
}

/* = tile-box = */
.tile-box {
  position: relative;
  overflow: hidden;
}
.tile-box:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.tile-box:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #78d297;
  content: "";
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: opacity;
}

/* = layout-2_1 = */
.tile-box.layout-2_1 {
  display: inline-block ;
  margin-right: auto;
  margin-right: 0.1%;
  margin-left: 0.1%;
  width: 49.8%;
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .tile-box.layout-2_1 {
    width: 49.8%;
  }
  .tile-box.layout-2_1:nth-child(n) {
    width: 49.9% ;
  }
  .tile-box.layout-2_1:nth-child(2n+1) {
    margin-left: 0;
  }
  .tile-box.layout-2_1:nth-child(2n+2) {
    margin-right: 0;
  }
}

/* = layout-3_1 = */
.tile-box.layout-3_1 {
  display: inline-block ;
  margin-right: auto;
  margin-right: 0.1%;
  margin-left: 0.1%;
  width: 33.13333%;
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .tile-box.layout-3_1 {
    width: 33.13333%;
  }
  .tile-box.layout-3_1:nth-child(n) {
    width: 33.2% ;
  }
  .tile-box.layout-3_1:nth-child(3n+1) {
    margin-left: 0;
  }
  .tile-box.layout-3_1:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 54.0625em) {
  .tile-box:hover:after {
    opacity: 0.7;
  }
  .tile-box:hover .js_blur-img {
    opacity: 1;
  }
  .tile-box:hover .tile-box_header {
    opacity: 1;
  }
}
@media only screen and (max-width: 54em) {
  .tile-box.layout-2_1,
  .tile-box.layout-3_1 {
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 0;
    width: 100% !important;
  }
}

/* = tile-box_bg-img = */
.tile-box_bg-img {
  background-position: center center;
  background-size: cover;
}
.tile-box_bg-img img {
  visibility: hidden;
}
@media only screen and (max-width: 54em) {
  .tile-box_bg-img img {
    display: none;
  }
}

.js_blur-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: opacity;
}

/* = tile-box_header = */
.tile-box_header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  text-align: center;
}

/* = tile-box_title = */
.tile-box_title {
  position: relative;
  width: 100%;
  height: 50%;
  font-family: "Alice";
}
.tile-box_title span {
  position: absolute;
  display: block;
  width: 100%;
}




/* -----------------------------------------------
 *  	         box setting
 * ----------------------------------------------- */

/* =========== image_block =========== */
.image_block {
  position: relative;
  font-size: 0;
}
.image_block .btn {
  margin: auto;
  width: 200px;
}
.image_block .btn a {
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .image_block .wrapper {
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .image_block {
    padding: 0;
  }
  .image_block .btn {
    margin-bottom: 5%;
width:230px;
  }
  .image_block .btn a{
font-size:12px;
font-size:1.2rem;
outline:solid 1px #b9da96;
border:solid 1px #FFFFFF;
  }
  .image_block .btn a::after{
width:8px;
height:12px;
  }
}



/* =========== image-box =========== */
.image-box {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 48em) {
  .image-box {
    margin-bottom: 5%;
  }
}
.image-box:hover .image-box_bg-img:before {
  border-color: #93dbac;
}

/* = layout-2_1 = */
.image-box.layout-2_1 {
  display: inline-block ;
  margin-right: auto;
  margin-right: 2%;
  margin-left: 2%;
  width: 46%;
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .image-box.layout-2_1 {
    width: 46%;
  }
  .image-box.layout-2_1:nth-child(n) {
    width: 48% ;
  }
  .image-box.layout-2_1:nth-child(2n+1) {
    margin-left: 0;
  }
  .image-box.layout-2_1:nth-child(2n+2) {
    margin-right: 0;
  }
}
.image-box.layout-2_1 .image-box_bg-img {
  padding-top: 50%;
  width: 100%;
}
.image-box.layout-2_1 .image-box_title {
  font-weight: normal;
  font-size: 34px;
  font-size: 3.4rem;
}
.image-box.layout-2_1 .image-box_lead-txt {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 48em) {
  .image-box.layout-2_1 {
    margin: 0;
    width: 100%;
  }
}

/* = image-box_bg-img = */
.image-box_bg-img {
  position: relative;
  padding-top: 33.78906%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-box_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  transition: border-color 0.15s linear;
}
.image-box_bg-img img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .image-box_bg-img {
    padding-top: 50%;
    width: 100%;
  }
  .image-box_bg-img:before {
    border: none;
  }
}

/* = image-box_header = */
.image-box_header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}

/* = image-box_title = */
.image-box_title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-bottom: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Parisienne";
  line-height: 1.8;
}
@media only screen and (max-width: 48em) {
  .image-box_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/* = image-box_content = */
.image-box_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .image-box_content {
    position: relative;
    height: auto;
  }
}

/* = image-box_lead-txt = */
.image-box_lead-txt {
  margin-bottom: 4%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 48em) {
  .image-box_lead-txt {
    margin-bottom: 0;
    padding: 2%;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
  }
}



/* =========== banner_block =========== */
.banner_block {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .banner_block .wrapper {
    margin: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .banner_block {
    padding-bottom: 0;
  }
}

/* = type-a = */
.banner_block.type-a .banner-box_title {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Oranienbaum";
}
.banner_block.type-a .banner-box_lead-txt {
  letter-spacing: 0.1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.banner_block.type-a .banner-box_title span{
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .banner_block.type-a .banner-box_link {
    margin: auto;
  }
}

@media only screen and (max-width: 48em) {
  p.banner-box_lead-txt br{
    display: none;
  }
}


/* = type-b = */
.banner_block.type-b .banner-box_title {
  margin-top: 2%;
  font-weight: normal;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Parisienne";
}
.banner_block.type-b .banner-box_lead-txt {
  letter-spacing: 0.1rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .banner_block.type-b .banner-box_link {
    margin: auto;
  }
}

/* = banner_block color = */
.banner_block.color_a_1 .banner-box {
  background-color: #cab9db;
}
.banner_block.color_b_1 .banner-box {
  background-color: #b49360;
}
.banner_block.color_b_1 .banner-box_title,
.banner_block.color_b_1 .banner-box_lead-txt,
.banner_block.color_b_1 .banner-box_link {
  color: #fff;
}
.banner_block.color_b_1 .banner-box_link:after {
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-right-white.png");
  background-size: contain;
}
@media only screen and (max-width: 48em) {
  .banner_block.color_b_1 .banner-box_link {
    margin: auto;
  }
}



/* =========== banner-box =========== */
.banner-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  background-color: #cab9db;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
@media only screen and (max-width: 48em) {
  .banner-box {
    margin-bottom: 5%;
  }
}
.banner-box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.banner-box:hover {
  opacity: 0.8;
}
.banner-box:hover .banner-box_content a:after {
  right: -5px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}



/* = banner-box_bg-img = */
.banner-box_bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box_bg-img img {
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .banner-box_bg-img {
    position: relative;
    padding-top: 45.33333%;
    width: 100%;
    width: 100%;
  }
  .banner-box_bg-img img {
    display: none;
  }
}

.banner-box_title span{
margin-bottom: 2%;
  letter-spacing: 0.2rem;
  font-weight: nomal;
  font-size: 12px;
  font-size: 1.1rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* = banner-box_content = */
.banner-box_content {
  position: relative;
  z-index: 100;
  float: right;
  padding: 4%;
  width: 50%;
}
.banner-box_content:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 96%;
  height: 90%;
  outline: 1px solid #fff;
  content: "";
}
@media only screen and (max-width: 48em) {
  .banner-box_content {
    position: relative;
    padding: 30px 6%;
    width: 100%;
    text-align: center;
  }
}

/* = banner-box_title = */
.banner-box_title {
  margin-bottom: 2%;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .banner-box_title {
    margin-bottom: 2%;
    font-size: 20px;
    font-size: 2rem;
  }
}

/* = banner-box_lead-txt = */
.banner-box_lead-txt {
  margin-bottom: 2%;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .banner-box_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* = banner-box_link = */
.banner-box_link {
  position: relative;
  display: block;
  width: 80px;
  color: #444;
  text-decoration: none;
}
.banner-box_link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 9px;
  background: transparent url("/bridal/chiba/francs/common/img/icon_arrow-right-black.png") center center no-repeat;
  content: "";
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: right, -webkit-transform;
  transition-property: right, transform;
  transition-property: right, transform, -webkit-transform;
}



/* =========== card_block =========== */
.card_block .btn {
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 48em) {
  .card_block .btn {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
.card_block .btn a {
  margin: 0 15px;
  width: 200px;
}

@media only screen and (max-width: 48em) {
  .card_block .wrapper {
    margin: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 48em) {
  .card_block .btn a {
    margin: 5% 2% 0;
    max-width: 200px;
    width: 46%;
  }
}

/* =========== card_box =========== */
.card-box_outer {
  font-size: 0;
}

.card-box {
  position: relative;
  background-color: #fff;
}

/* = layout-3_1 = */
.card-box.layout-3_1 {
  display: inline-block ;
  margin-right: auto;
  margin-right: 2%;
  margin-bottom: 4%;
  margin-left: 2%;
  width: 29.33333%;
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .card-box.layout-3_1 {
    width: 29.33333%;
  }
  .card-box.layout-3_1:nth-child(n) {
    width: 30.66667% ;
  }
  .card-box.layout-3_1:nth-child(3n+1) {
    margin-left: 0;
  }
  .card-box.layout-3_1:nth-child(3n+3) {
    margin-right: 0;
  }
}
.card-box.layout-3_1 .card-box_img {
  position: relative;
}
.card-box.layout-3_1 .card-box_img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: background-color;
}
.card-box.layout-3_1 .card-box_img .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 31px;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.card-box.layout-3_1 .card-box_img .btn a {
  margin: 0;
  width: 100px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.9;
}
.card-box.layout-3_1 .card-box_img .btn a:after {
  display: none;
}
.card-box.layout-3_1 .card-box_img.js_is-hover .btn {
  opacity: 1;
}
.card-box.layout-3_1 .card-box_content {
  position: relative;
  padding: 15px 10px;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: color;
}
@media only screen and (max-width: 48em) {
  .card-box.layout-3_1 .card-box_content {
    padding: 10px 10px 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.card-box.layout-3_1 .card-box_title {
  position: relative;
  padding: 0 20px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.card-box.layout-3_1 .card-box_title:before {
  display: block;
  content: "";
}
.card-box.layout-3_1 .card-box_title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 11px;
  background: transparent url("/bridal/chiba/francs/common/img/icon_arrow-right-black.png") center center no-repeat;
  background-size: contain;
  content: "";
}
.card-box.layout-3_1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 75px;
  height: 75px;
  content: "";
}
.card-box.layout-3_1.is-fair:before {
  background: transparent url("/bridal/chiba/francs/common/img/icon_category-fair.png") left top no-repeat;
  background-size: contain;
}
.card-box.layout-3_1.is-fair .card-box_img.js_is-hover:before {
  background-color: rgba(120, 210, 151, 0.45);
}
.card-box.layout-3_1.is-fair .card-box_content.js_is-hover {
  color: #83A74B;
}
.card-box.layout-3_1.is-fair .card-box_title:before {
  display: block;
  color: #83A74B;
  content: "FAIR";
}
.card-box.layout-3_1.is-fair .btn a {
  background-color: #78d297;
  color: #fff;
}
.card-box.layout-3_1.is-plan:before {
  background: transparent url("/bridal/chiba/francs/common/img/icon_category-plan.png") left top no-repeat;
  background-size: contain;
}
.card-box.layout-3_1.is-plan .card-box_img.js_is-hover:before {
  background-color: rgba(182, 148, 88, 0.45);
}
.card-box.layout-3_1.is-plan .card-box_content.js_is-hover {
  color: #b69458;
}
.card-box.layout-3_1.is-plan .card-box_title:before {
  display: block;
  color: #b69458;
  content: "PLAN";
}
.card-box.layout-3_1.is-plan .btn a {
  background-color: #b69458;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .card-box.layout-3_1 {
    margin: 0;
    width: 100%;
  }
}



/* =========== entries-box =========== */
.entries-box_outer {
  font-size: 0;
}

.entries-box {
  position: relative;
  background-color: #fff;
}

/* = layout-2_n = */
.entries-box.layout-2_n {
  display: inline-block ;
  margin-right: auto;
  margin-right: 2%;
  margin-bottom: 4%;
  margin-left: 2%;
  width: 46%;
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .entries-box.layout-2_n {
    width: 46%;
  }
  .entries-box.layout-2_n:nth-child(n) {
    width: 48% ;
  }
  .entries-box.layout-2_n:nth-child(2n+1) {
    margin-left: 0;
  }
  .entries-box.layout-2_n:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .entries-box.layout-2_n {
    margin: 0;
    margin-top: -1px;
    padding: 2% 0;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.entries-box.layout-2_n .entries-box_img {
  position: relative;
  width: 120px;
  height: 120px;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.entries-box.layout-2_n .entries-box_img:hover {
  opacity: 0.7;
}
.entries-box.layout-2_n.is-news .entries-box_content:before {
  background: transparent url("/bridal/chiba/francs/common/img/icon_category-news.png") left top no-repeat;
}
.entries-box.layout-2_n.is-info .entries-box_content:before {
  background: transparent url("/bridal/chiba/francs/common/img/icon_category-info.png") left top no-repeat;
}
.entries-box.layout-2_n .entries-box_content {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 120px;
  padding: 15px;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.entries-box.layout-2_n .entries-box_content:before {
  display: block;
  margin-bottom: 4%;
  width: 70px;
  height: 20px;
  content: "";
}
.entries-box.layout-2_n .entries-box_title {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.entries-box.layout-2_n .entries-box_title a {
  display: block;
  color: #444;
  text-decoration: none;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: color;
}
.entries-box.layout-2_n .entries-box_title a:hover {
  color: #83A74B;
}
.entries-box.layout-2_n .entries-box_title span {
  display: block;
}



/* =========== parallax-box =========== */
.parallax-box {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.parallax-box >div {
  position: relative;
}

/* = parallax-box_title = */
.parallax-box_title {
  position: relative;
  top: 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
@media only screen and (max-width: 48em) {
  .parallax-box_title {
    position: relative !important;
    max-height: 500px;
    opacity: 1 !important;
  }
}
.parallax-box_title img {
  visibility: hidden;
}

/* = parallax-box_inner = */
.parallax-box_inner {
  margin: auto;
  max-width: 1024px;
}
@media only screen and (max-width: 66.5625em) {
  .parallax-box_inner {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 48em) {
  .parallax-box_inner {
    margin: 0;
    width: 100%;
  }
}

/* = parallax-box_item = */
.parallax-box_item {
  position: relative;
  padding-bottom: 300px;
}
.parallax-box_item:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .parallax-box_item {
    padding: 4%;
    text-align: center;
    font-size: 0;
  }
}
.parallax-box_item img {
  position: absolute;
  width: auto;
}
.parallax-box_item img:first-child {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .parallax-box_item img {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    width: 100%;
    opacity: 1;
  }
}
.parallax-box_item p {
  position: absolute;
  width: 400px;
  color: #000;
  text-shadow: 0 1px 0 #aaa;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.1;
}
@media only screen and (max-width: 48em) {
  .parallax-box_item p {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block;
    float: none !important;
    margin: 0 !important;
    padding-top: 2%;
    width: 100%;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    font-size: 1.2rem;
    opacity: 1;
  }
}

/* = ここから追加「和装」コラム = */
/* = parallax-box_item002 = */
.parallax-box_item002 {
  position: relative;
  margin: -200px 0 100px;
  padding: 0;
  background-color: #c2d168;
}
.parallax-box_item002:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .parallax-box_item002 {
    margin-top: 80px;
    padding: 4%;
    text-align: center;
    font-size: 0;
  }
}
.parallax-box_item002 img {
  position: absolute;
  width: 50%;
}
.parallax-box_item002 img:first-child {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .parallax-box_item002 img {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    width: 100%;
    opacity: 1;
  }
}
.parallax-box_item002 div {
  position: absolute;
  width: 50%;
  padding: 3%;
}
@media only screen and (max-width: 48em) {
  .parallax-box_item002 div {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block;
    float: none !important;
    margin: 0 !important;
    padding-top: 2%;
    width: 100%;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    font-size: 1.2rem;
    opacity: 1;
  }
}
.parallax-box_item002 div h3 {
  padding-bottom: 10px;
  color: #000;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
}
@media only screen and (max-width: 48em) {
  .parallax-box_item002 div h3 {
    margin: 0 !important;
    padding: 0;
    width: 100%;
    text-align: center;
    text-shadow: none;
    font-size: 18px;
    font-size: 1.8rem;
    opacity: 1;
  }
}
.parallax-box_item002 div p {
  color: #000;
  letter-spacing: 0.2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 48em) {
  .parallax-box_item002 div p {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block;
    float: none !important;
    margin: 0 !important;
    padding-top: 2%;
    width: 100%;
    text-shadow: none;
    font-size: 12px;
    font-size: 1.2rem;
    opacity: 1;
    text-align: left;
  }
}
/* = ここまで追加「和装」コラム = */




/* -----------------------------------------------
 *  	         slide setting
 * ----------------------------------------------- */

/* =========== slide_block =========== */
.slide_block .block_header {
  display: none;
}

/* = slide-box = */
.slide-box:nth-child(2n+1) .slide-box_slider {
  float: right;
}

/* = slide-box_bg-img = */
.slide-box_bg-img {
  position: relative;
  overflow: hidden;
  padding-top: 44.11765%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-box_bg-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: hidden;
  margin: auto;
}
@media only screen and (max-width: 54em) {
  .slide-box_bg-img {
    display: none;
  }
}

/* = slide-box_inner = */
.slide-box_inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/* = slide-box_header = */
.slide-box_header {
  position: relative;
  float: left;
  padding-top: 50%;
  width: 50%;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 54em) {
  .slide-box_header {
    padding-top: 0;
    width: 100%;
  }
}

/* = slide-box_header-inner = */
.slide-box_header-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 500px;
  width: 85%;
}
@media only screen and (max-width: 54em) {
  .slide-box_header-inner {
    position: relative;
    padding: 0 4% 8%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}

/* = slide-box_title = */
.slide-box_title {
  text-align: center;
  font-weight: normal;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "Parisienne";
  line-height: 1.8;
}
@media only screen and (max-width: 54em) {
  .slide-box_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/* = slide-box_sub-title = */
.slide-box_sub-title {
  margin-bottom: 5.6%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.slide-box_sub-title span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.slide-box_sub-title span:before {
  content: "— ";
}
.slide-box_sub-title span:after {
  content: " —";
}
@media only screen and (max-width: 54em) {
  .slide-box_sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .slide-box_sub-title span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* = slide-box_lead-txt = */
.slide-box_lead-txt {
  margin-bottom: 4.4%;
  color: #71934c;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 54em) {
  .slide-box_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* = slide-box_description = */
.slide-box_description {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
}
@media only screen and (max-width: 54em) {
  .slide-box_description {
    margin-bottom: 4%;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* = slide-box_aside = */
.slide-box_aside {
  margin-top: 4%;
  padding: 4%;
  background-color: #fff;
}
.slide-box_aside .aside_title {
  color: #83A74B;
  font-size: 11px;
  font-size: 1.1rem;
}
.slide-box_aside .aside_sub-title {
  font-weight: bold;
}
.slide-box_aside .aside_sub-title span {
  padding-left: 2%;
  font-size: 11px;
  font-size: 1.1rem;
}
.slide-box_aside .aside_description {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* = slide-box_slider = */
.slide-box_slider {
  position: relative;
  float: left;
  overflow: hidden;
  padding-top: 50%;
  width: 50%;
}
@media only screen and (max-width: 54em) {
  .slide-box_slider {
    padding-top: 101.33333%;
    width: 100%;
    width: 100%;
    background-color: #f5f5f5;
  }
}

/* = slide-box_slider-inner = */
.slide-box_slider-inner {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}
.slide-box_slider-inner .sp-slides {
  position: relative;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.slide-box_slider-inner .sp-thumbnails-container {
  position: relative;
  margin: 0 !important;
  padding-top: 13.82353%;
  width: 100%;
  width: 100% !important;
}
.slide-box_slider-inner .sp-thumbnails {
  position: absolute;
  top: 0;
  padding-top: 1%;
  width: 100% !important;
  height: 100% !important;
  font-size: 0;
}
@media only screen and (max-width: 54em) {
  .slide-box_slider-inner .sp-thumbnails {
    display: none;
  }
}
.slide-box_slider-inner .sp-thumbnail-container {
  position: relative;
  display: inline-block !important;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: auto;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 12.05882%;
  width: 14.66667%;
  width: 15.58824%;
  background-color: #fff;
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .slide-box_slider-inner .sp-thumbnail-container {
    width: 14.66667%;
  }
  .slide-box_slider-inner .sp-thumbnail-container:nth-child(n) {
    margin-right: 1%;
    margin-left: 0;
    width: 15.5% !important;
  }
  .slide-box_slider-inner .sp-thumbnail-container:nth-child(6n+1) {
    margin-left: 1%;
  }
}
.slide-box_slider-inner .sp-thumbnail-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 94%;
  height: 94%;
  background-color: #5D7E2A;
  content: "";
}
.slide-box_slider-inner .sp-thumbnail-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
  width: 100% !important;
  height: auto !important;
}
.slide-box_slider-inner .sp-thumbnail-container.sp-selected-thumbnail img {
  box-sizing: border-box;
  padding: 6%;
}
.slide-box_slider-inner .sp-arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  max-height: 80px;
  height: 13.7%;
}
@media only screen and (max-width: 54em) {
  .slide-box_slider-inner .sp-arrows {
    top: 100%;
    bottom: auto;
  }
}
.slide-box_slider-inner .sp-arrow {
  width: 8.8%;
  height: 100%;
}
.slide-box_slider-inner .sp-arrow:before,
.slide-box_slider-inner .sp-arrow:after {
  display: none;
}
.slide-box_slider-inner .sp-previous-arrow {
  background: transparent url("/bridal/chiba/francs/common/img/icon_shadow-arrow-left-white.png") left center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 54em) {
  .slide-box_slider-inner .sp-previous-arrow {
    background-image: url("/bridal/chiba/francs/common/img/icon_big-arrow-left-gray.png");
  }
}
.slide-box_slider-inner .sp-next-arrow {
  background: transparent url("/bridal/chiba/francs/common/img/icon_shadow-arrow-right-white.png") right center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 54em) {
  .slide-box_slider-inner .sp-next-arrow {
    background-image: url("/bridal/chiba/francs/common/img/icon_big-arrow-right-gray.png");
  }
}
.slide-box_slider-inner .sp-buttons {
  position: absolute;
  bottom: 5%;
}
.slide-box_slider-inner .sp-button {
  width: 8px;
  height: 8px;
  border-width: 0;
  background-color: #bbb;
}
.slide-box_slider-inner .sp-selected-button {
  background-color: #78d297;
}



/* =========== slide_aside =========== */
.slide_aside {
  padding: 4% 0;
}
.slide_aside .btn {
  display: inline-block;
  vertical-align: middle;
}
.slide_aside .btn a {
  width: 180px;
}
.slide_aside .sns-btn {
  display: inline-block;
  margin-left: 4%;
  vertical-align: middle;
}
.slide_aside .sns-btn a {
  display: inline-block;
}
.slide_aside .sns-btn a:hover {
  opacity: 0.5;
}
.slide_aside .wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.slide_aside .aside_img {
  float: left;
  margin-right: 5%;
  width: 45%;
}
@media only screen and (max-width: 48em) {
  .slide_aside .aside_img {
    margin-bottom: 4%;
    width: 100%;
  }
}
.slide_aside .aside_movie {
  float: left;
  margin-right: 5%;
  width: 45%;
}
@media only screen and (max-width: 48em) {
  .slide_aside .aside_movie {
    margin-bottom: 4%;
    width: 100%;
  }
}
.slide_aside .aside_movie iframe {
  width: 100%;
}
.slide_aside .aside_content {
  float: left;
  padding: 0 2%;
  width: 50%;
}
.slide_aside .aside_content >img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  width: auto;
}
@media only screen and (max-width: 48em) {
  .slide_aside .aside_content {
    padding: 0 4%;
    width: 100%;
  }
}
.slide_aside .aside_title {
  padding: 1% 0;
  color: #b69458;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 48em) {
  .slide_aside .aside_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.slide_aside .aside_title_002 {
  padding: 1% 0;
  color: #83A74B;
  font-size: 11px;
  font-size: 1.1rem;
}
.slide_aside .aside_sub-title {
  font-weight: bold;
}
.slide_aside .aside_sub-title span {
  padding-left: 2%;
  font-size: 11px;
  font-size: 1.1rem;
}
.slide_aside .aside_text {
  margin-bottom: 2%;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 48em) {
  .slide_aside .aside_text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}



/* =========== slide-box type-b =========== */
.slide-box.type-b .slide-box_bg-img {
  display: none;
}

.slide-box.type-b .slide-box_title {
  margin-bottom: 4%;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 54em) {
  .slide-box.type-b .slide-box_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 54em) {
  .slide-box.type-b .slide-box_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* アイテムページのダウンロードバナー */
section.registration_banner{
	margin:5% 0 0 0;
	padding:3px 0;
	border-top:#b9da96 3px solid;
	border-bottom:#b9da96 3px solid;
	background-color:#f5f5f5;
	}

div.registration_banner_inner{
	margin:0;
	padding:30px 0 40px 0;
	border-top:#b9da96 2px solid;
	border-bottom:#b9da96 2px solid;
	}

/* h2 */
section.registration_banner h2{
	margin:0 0 20px 0;
	font-size:14px;
	text-align:center;
	}
section.registration_banner h2 > span{
	display: inline-block;
	margin-bottom:5px;
	font-size:28px;
	text-align:center;
	border-bottom:#b9da96 solid 1px;
	}

/* p */
section.registration_banner p.registrationtxt{
	margin:0 0 20px 0;
	font-size:14px;
	text-align:center;
	}

/* pdf_zone */
div.pdf_zone{
	width:60%;
	margin:0 auto;
	}

div.pdf_zone:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }

div.pdf_zone div.pdf_zone_left{
	float:left;
	width:45%;
	margin:0 10% 0 0;
	}

div.pdf_zone div.pdf_zone_right{
	float:left;
	width:45%;
	}

/* figure */
div.pdf_zone figure{
	position:relative;
	margin:0 auto 10px;
	border:#b9da96 2px solid;
	}

div.pdf_zone figure:hover{
	opacity:0.8;
	transition:0.6s;
	}
		

/* download */
div.pdf_download_btn{
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding:10px 20px;
	border:#b9da96 1px solid;
	text-align:center;
	color:#b9da96;
	font-size:14px;
	}
div.pdf_download_btn:hover{
	box-sizing:border-box;
	background-color:#b9da96;
	color:#FFF;
	transition:0.3s;
	}

div.pdf_download_btn a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

@media only screen and (max-width: 48em) {
/* h2 */
section.registration_banner h2{
	margin:0 0 20px 0;
	font-size:14px;
	text-align:center;
	}
section.registration_banner h2 > span{
	display: inline-block;
	margin-bottom:5px;
	font-size:20px;
	text-align:center;
	border-bottom:#b9da96 solid 1px;
	}

/* p */
section.registration_banner p.registrationtxt{
	margin:0 auto 20px auto;
	font-size:12px;
	text-align:center;
	width:96%;
	}
	
section.registration_banner p.registrationtxt > br{
	display:none;
	}
	
div.pdf_zone{
	width:70%;
	margin:0 auto;
	}
div.pdf_zone div.pdf_zone_left{
	float:none;
	width:100%;
	margin:0 0 8% 0;
	}

div.pdf_zone div.pdf_zone_right{
	float:none;
	width:100%;
	}
div.pdf_download_btn{
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding:10px 20px;
	border:#b9da96 1px solid;
	text-align:center;
	color:#ffffff;
	background-color:#b9da96;
	font-size:14px;
	}
}

/* 挙式ページのワークショップ導線バナー */
section.lthwork_banner{
	padding-top:30px;
	margin-bottom:50px;
	}

section.lthwork_banner:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }


h2.lthwork_banner{
	margin:0 0 20px 0;
	text-align:center;
	font-size:28px;
	font-family:"游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E";
	font-weight:normal;
	}
	
h2.lthwork_banner span{
	display:block;
	font-size:14px;

	}

section.lthwork_banner div.lthwork_banner_left{
	width:50%;
	padding-top:30%;
	float:left;
	background-image:url(/bridal/chiba/francs/ceremony/img/lth_banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	}

section.lthwork_banner div.lthwork_banner_right{
	position:relative;
	width:50%;
	padding-top:30%;
	float:left;
	background-color:#f5f5f5;
	}

section.lthwork_banner div.lthwork_banner_right_inner{
	position:absolute;
	top:23%;
	left:0;
	right:0;
	width:80%;
	margin:0 auto;
	}
div.lthwork_banner_right_inner h3{
	margin:0 auto 15px;
	font-size:2rem;
	text-align:center;
	font-family:"游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E";
	font-weight:normal;
	}

div.lthwork_banner_right_inner p{
	margin:0 auto 15px;
	}

div.lthwork_btn{
	width:300px;
	margin:0 auto;
	text-align:center;
	font-family:"游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	}
	
div.lthwork_btn a{
	display:inline-block;
	width:100%;
	text-decoration:none;
	background-color:#b9da96;
	border:#b9da96 1px solid;
	color:#FFF;
	line-height:3.7;
	font-weight:bold;
	}

div.lthwork_btn a:hover{
	background-color: transparent;
	color:#b9da96;
	transition:0.6s;
	}

@media only screen and (max-width: 60em) {
h2.lthwork_banner{
display: none;
	}

section.lthwork_banner div.lthwork_banner_left{
  display: none;
	width:100%;
	padding-top: 0;
	float:none;
	background-image:url(/wedding/ceremony/img/lth_banner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	}

section.lthwork_banner div.lthwork_banner_right{
	position:relative;
	width:100%;
	padding-top:0;
	float:none;
	background-color:#f5f5f5;
	}
section.lthwork_banner div.lthwork_banner_right_inner{
	position: static;
	width:80%;
	margin:0 auto;
	padding:5% 0;
	}
}
/* 挙式ページのワークショップ導線バナー */


/*フェアエリア*/
.fair_box{
  border: solid 3px #b9da96;
  background-color: #fff;
  padding: 50px 80px;
  text-align: center;
}
.fair_box img{
   width: 100%;
   margin: 40px auto 20px;
}
.fair_box h1{
  font-size: 33px;
}
.fair_box p{
  font-size: 17px;
}

@media only screen and (max-width: 30em) {
.fair_box{
  border: solid 2px #b9da96;
  padding: 30px 20px;
  margin:  30px 20px;
}
.fair_box img{
   margin: 20px auto 10px;
}
.fair_box h1{
  font-size: 20px;
}
.fair_box p{
  font-size: 12px;
  
}
.fair_box p br {
  display: none;
}
}

/* 挙式ページのワークショップ導線バナー */

/* TOPフォトギャラ化 */
.flexbox_img_2A {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox_img_2A img{
  width: 49.5%;
  margin-top: 1%;
}
