@charset "UTF-8";


/*================================================
 □ WEDDING 15 Stories
 ================================================*/
#stories15 {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium",
   "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
   text-align: center;
}
#stories15 h2, #stories15 h3, #stories15 h4, #stories15 h5, #stories15 a {
  font-family: futura-bt, Trebuchet MS, Arial, 'Century Gothic', sans-serif!important;
  font-weight: bold!important;
}
#stories15 h1 {
  font-family: futura, Trebuchet MS, Arial, 'Century Gothic', sans-serif!important;
  font-size: 12vw;
  letter-spacing: -1px;
  line-height: 1;
  transform: scale(1.1, 1);
  padding-left: 3%;
}
#stories15 h2 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
}
#stories15 h3 {
  font-size: 20px;
}
#stories15 h4 {
  font-size: 22px;
}
#stories15 h5 {
  font-size: 14px;
}
#stories15 h6 {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium",
   "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 13px;
  font-weight: bold!important;
}
#stories15 p {
  font-size: 12px;
  font-feature-settings: "palt";
}


/* -- ↓ FV  ↓ -- */
#fv {
  width: 100%;
  margin-top: 3.75rem;
}
.fv_img {
  width: 70%;
  margin: 2% auto 0;
}
.fv_img img {
  width: 100%;
}
/* -- ↑ FV  ↑ -- */


/* -- ↓ 15 stories  ↓ -- */

#hotel h2 {
  transform: scale(1.1, 1);
  margin: 0;
  font-size: 21px;
}
#stories15 #hotel h5 {
  font-weight: normal!important;
}
.img_15 {
  width: 60%;
  margin: 0.2em auto;
}
.img_15 img {
  width: 70%;
  object-fit: contain;
}
/* -- ↑ 15 stories  ↑ -- */


/* -- ↓ Date and time  ↓ -- */
.date-left {
  width: 90%;
  text-align: left;
  margin: 0 auto
}
#stories15 .date-left h1, .date-left h2 {
  font-style: italic;
}
#stories15 .date-left h2 {
  font-family: futura, Trebuchet MS, Arial, 'Century Gothic', sans-serif!important;
  font-size: 6vw;
  margin: .2em 0;
  letter-spacing: 1px;
  transform: scale(1.1, 1);
  padding-left: 3%!important;
}
#stories15 .date-left h3 {
  font-family: futura, Trebuchet MS, Arial, 'Century Gothic', sans-serif!important;
  letter-spacing: 2px;
}
#stories15 h1 span {
  font-size: 22px;
}
.date-right {
  width: 100%;
  margin: 0 auto;
}
.date-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* -- ↑ Date and time  ↑ -- */


/* -- ↓ BUTTON (15 Stories)  ↓ -- */
.button_15 {
  width: 90%;
  text-align: left;
  margin: 2rem auto;
}
#stories15 .button_15 h3 {
  font-style: italic;
  width: 60%;
  margin: 0 0 .4em 0!important;
  display: inline-block;
}
#stories15 .button_15 h3 a {
  display: block;
  position: relative;
  color: #e61f19;
  border: solid 3px #e61f19;
  padding: 0 .3em;
  width: 100%;
  transition: all .3s;
}
/*-- ↓ 矢印 ↓ --*/
#stories15 .button_15 h3 a:before,
#stories15 .button_15 h3 a:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #e61f19;
  border-right: solid 2px #e61f19;
  transition: all .3s;
}
#stories15 .button_15 h3 a:before {
  content: ''!important;
  width: 22px;
  height: 2px;
  right: 14px;
  background-color: #e61f19;
  transition: all .3s;
}
#stories15 .button_15 h3 a:after {
  top: 38%;
  right: 14px;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-- ↓ hover ↓ --*/
#stories15 .button_15 h3 a:hover {
  background-color: #e61f19;
  color: #ffffff;
  transition: all .3s;
}
#stories15 .button_15 h3 a:hover:before,
#stories15 .button_15 h3 a:hover:after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transition: all .3s;
}
#stories15 .button_15 h3 a:hover:before {
  background-color: #ffffff;
  transition: all .3s;
}
/* -- ↑ BUTTON (15 Stories)  ↑ -- */


/* -- ↓ CONTENTS (1 2) ↓ -- */
#content_1-2 {
  width: 100%;
  margin: 3rem 0;
  overflow: hidden;
}
.sub_titile {
  width: 100%;
  margin: 3rem 0;
}
.sub_titile h4 {
  font-style: italic;
}
.con1-2 {
  padding: 0!important;
}
.content2 {
  width: 100%;
  display: block;
}
.con1-2_img {
  width: 100%;
  height: 100%;
}
.con1-2_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con1-2-t {
  border: solid 1px #000000;
  text-align: left;
  padding: 1em;
}
#stories15 .con1-2-t h3 {
  font-family: futura, Trebuchet MS, Arial, 'Century Gothic', sans-serif!important;
  display: inline-block;
}
/*-- ↓ button ↓ --*/
#content_1-2 .button_15 {
  display: inline-block;
  width: 60%;
  margin: 0 4%;
}
#stories15 #content_1-2 .button_15 h3 {
  font-size: 18px;
  width: 100%;
  margin: 0!important;
}
#stories15 #content_1-2 .button_15 h3 a {
    color: #ffffff;
    background-color: #e61f19;
    border: solid 3px #e61f19;
    margin: 0;
    transition: all .3s;
}
/*-- ↓ 矢印 ↓ --*/
#stories15 #content_1-2 .button_15 h3 a:before,
#stories15 #content_1-2 .button_15 h3 a:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
#stories15 #content_1-2 .button_15 h3 a:before {
  content: ''!important;
  width: 22px;
  height: 2px;
  right: 14px;
  background-color: #ffffff;
}
#stories15 #content_1-2 .button_15 h3 a:after {
  top: 37%;
  right: 14px;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-- ↓ hover ↓ --*/
#stories15 #content_1-2 .button_15 h3 a:hover {
    color: #e61f19;
    background-color: #ffffff;
    transition: all .3s;
}
#stories15 #content_1-2 .button_15 h3 a:hover:before,
#stories15 #content_1-2 .button_15 h3 a:hover:after {
  border-top: solid 2px #e61f19;
  border-right: solid 2px #e61f19;
  transition: all .3s;
}
#stories15 #content_1-2 .button_15 h3 a:hover:before {
    background-color: #e61f19;
    transition: all .3s;
}
/*-- ↑ button ↑ --*/

.con_name {
  width: 60%;
  height: 5em;
  margin-right: 40%;
}
.con_name img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.con_text {
  width: 100%;
}
#stories15 .con_text h6 {
  margin-bottom: 2em!important;
  font-size: 14px;
}
/* -- ↑ CONTENTS (1 2)  ↑ -- */


/* -- ↓ CONTENTS (3 4 5....12) ↓ -- */
#content_3-12 {
  width: 100%;
  text-align: left;
}
.sp-2 {
  display: block;
  width: 100%;
  column-count: 2;
    column-gap: 0;
}
.pc-3 {
  display: none;
}
#content_3-12 figure {
  margin: 1em .4em;
  -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#content_3-12 figure img {
  width: 100%;
}
#content_3-12 figure figcaption {
  width: 100%;
}
#content_3-12 figure img {
  width: 100%;
  margin: 10px 0 0 0;
}
#stories15 #content_3-12 h5 {
  font-family: futura, Trebuchet MS, Arial, 'Century Gothic', sans-serif!important;
}
#content_3-12 figure p {
  margin: 1em 0;
}
/* -- ↑ CONTENTS (3 4 5....12) ↑ -- */


/* -- ↓ ACCESS ↓ -- */
#access {
  width: 100%;
  margin: 0 0 0 0;
}
#access h2 {
  font-style: italic;
  margin-bottom: 1%;
  transform: scale(1.1, 1);
}
/* -- ↑ ACCESS ↑ -- */


/* -- ↓ BUTTON (↓)  ↓ -- */
.button_under {
  width: 100%;
  margin: 0 0 10% 0;
}
.button_u {
  width: 72%;
  margin: 3rem auto;
  text-align: left;
}
#stories15 .button_u h3 {
  font-style: italic;
  text-align: left;
  width: 100%;
  margin: 0 0 .4em 0!important;
  display: inline-block;
}
#stories15 .button_u h3 a {
  display: block;
  position: relative;
  color: #e61f19;
  border: solid 3px #e61f19;
  padding: 0 .3em;
  width: 100%;
}
/*-- ↓ 矢印 ↓ --*/
#stories15 .button_u h3 a:before,
#stories15 .button_u h3 a:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #e61f19;
  border-right: solid 2px #e61f19;
  transition: all .3s;
}
#stories15 .button_u h3 a:before {
  content: ''!important;
  width: 22px;
  height: 2px;
  right: 14px;
  background-color: #e61f19;
  transition: all .3s;
}
#stories15 .button_u h3 a:after {
  top: 38%;
  right: 14px;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-- ↓ hover ↓ --*/
#stories15 .button_u h3 a:hover {
  color: #ffffff;
  background-color: #e61f19;
  border: solid 3px #e61f19;
  transition: all .3s;
}
#stories15 .button_u h3 a:hover:before,
#stories15 .button_u h3 a:hover:after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transition: all .3s;
}
#stories15 .button_u h3 a:hover:before {
  background-color: #ffffff;
  transition: all .3s;
}
/* -- ↑ BUTTON (↓)  ↑ -- */

/* -- ↓ insta BUTTON ↓ --*/
.insta {
  width: 100%;
}
#stories15 .insta h5 {
  font-family: futura, 'Century Gothic'!important;
  font-weight: normal!important;
}
.insta h5 span {
  font-family: futura-bt, Trebuchet MS, Arial, 'Century Gothic', sans-serif!important;
  font-style: italic;
  font-weight: bold;
}
.insta_box {
  width: 42px;
  margin: 1em auto .5em;
}
.insta_box img {
  width: 100%;
  height: 100%;
}
/* -- ↑ insta BUTTON ↑ --*/


/* -- ↓ 15 Stories Slick ↓ -- */
.slider_F .center_slider {
    width: 100%;
}
.slider_F .center_slider .slick-slide {
  margin: 0 2px;
  outline: none;
  position: relative;
  transition: .3s ease;
  /*transform: scale(.85);*/
}
.slider_F .center_slider .slick-slide {
  margin: 0 2px;
}
.slider_F .center_slider .slick-current {
  /*transform: scale(1);*/
}
.slider_F .center_slider .slick-slide img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    opacity: 1;
    outline: none;
}
.slider_F .slick-initialized .slick-slide {
  padding: 0;
}
/* -- ↑ 15 Stories Slick ↑ -- */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 576px) {

#stories15 h1 {
  font-size: 11vw;
}
#hotel {
  margin: 2rem 0;
}
#hotel h2 {
  font-size: auto!important;
}
.img_15 img {
  width: 100%;
}
#stories15 #hotel h5 {
  font-size: auto!important;
}
.con_name {
  height: 6em;
}
#content_3-12 figure p {
  margin: 2em 0;
}
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 768px) {

#stories15 h1 {
  font-size: 6vw;
}
#stories15 h2 {
  font-size: 48px;
}
#stories15 h3 {
  font-size: 30px;
}
#stories15 h4 {
  font-size: 28px;
}
#stories15 h5 {
  font-size: 24px;
}
#stories15 h6 {
  font-size: 18px;
}
#stories15 h1 span {
  font-size: 30px;
}
/* -- ↓ 15 stories  ↓ -- */
.img_15 {
  width: 50%;
}
/* -- ↑ 15 stories  ↑ -- */


/* -- ↓ Date and time  ↓ -- */
.date-left {
  width: 100%;
}
#stories15 .date-left h2 {
  font-size: 3.8vw;
  margin: .2em 0 .4em 0;
  letter-spacing: 1px;
}
/* -- ↑ Date and time  ↑ -- */

/* -- ↓ BUTTON (15 Stories)  ↓ -- */
.button_15 {
  width: 100%;
  margin: 3rem 0;
}
/*-- ↓ 矢印 ↓ --*/
#stories15 .button_15 h3 a:before,
#stories15 .button_15 h3 a:after {
  content: '';
  position: absolute;
  top: 51.3%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #e61f19;
  border-right: solid 2px #e61f19;
}
#stories15 .button_15 h3 a:before {
  content: ''!important;
  width: 26px;
  height: 2px;
  right: 14px;
  background-color: #e61f19;
}
#stories15 .button_15 h3 a:after {
  top: 40.6%;
  right: 14px;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -- ↑ BUTTON (15 Stories)  ↑ -- */


/* -- ↓ 15 Stories Slick ↓ -- */

/* -- ↑ 15 Stories Slick ↑ -- */


/* -- ↓ CONTENTS (1 2) ↓ -- */
#content_1-2 {
  margin: 5rem 0;
}
.content2 {
  display: flex;
  flex-direction: row-reverse;
}
#stories15 .con_text h6 {
  margin-bottom: 2em!important;
  font-size: 18px;
}
/* -- ↑ CONTENTS (1 2)  ↑ -- */

/* -- ↓ CONTENTS (3 4 5....12) ↓ -- */
.sp-2 {
  display: none;
}
.pc-3 {
  display: block;
  width: 100%;
  column-count: 3;
    column-gap: 0;
}
#content_3-12 figure {
  margin: 1em 1.5em;
}
/* -- ↑ CONTENTS (3 4 5....12) ↑ -- */


/* -- ↓ ACCESS ↓ -- */
#access {
  margin: 5% 0 0 0;
}
/* -- ↑ ACCESS ↑ -- */


/* -- ↓ BUTTON (↓)  ↓ -- */
.button_u {
  width: 43%;
  margin: 3rem auto;
  text-align: left;
}
#stories15 .button_u h3 a:before,
#stories15 .button_u h3 a:after {
  width: 12px;
  height: 12px;
}
#stories15 .button_u h3 a:before {
  content: ''!important;
  width: 26px;
  height: 2px;
  right: 14px;
  background-color: #e61f19;
}
#stories15 .button_u h3 a:after {
  top: 39.8%;
  right: 14px;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -- ↑ BUTTON (↓)  ↑ -- */

/* -- ↓ insta BUTTON ↓ --*/
.insta_box {
  width: 52px;
  margin: 1em auto .5em;
}
/* -- ↑ insta BUTTON ↑ --*/
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 992px) {

#stories15 h1 {
  font-size: 85px;
}
#stories15 p {
  font-size: 14px;
  width: 100%;
}

/* -- ↓ FV  ↓ -- */
.fv_img {
  width: 70%;
  margin: 7% auto 0;
}
/* -- ↑ FV  ↑ -- */

/* -- ↓ 15 stories  ↓ -- */

.img_15 {
  width: 30%;
}
/* -- ↑ 15 stories  ↑ -- */


/* -- ↓ Date and time  ↓ -- */
#stories15 .date-left h2 {
  font-size: 48px;
  letter-spacing: 1px;
}
.date-right {
  width: 100%;
  height: auto;
}
#stories15 .date-left p {
  width: 90%;
}
/* -- ↑ Date and time  ↑ -- */

#content_3-12 figure {
  margin: 1em 3em;
}

/*-- ↓ button ↓ --*/
#content_1-2 .button_15 {
  width: 50%;
}
#stories15 #content_1-2 .button_15 h3 {
  font-size: 22px;
  width: 100%;
  margin: 0!important;
}
#stories15 #content_1-2 .button_15 h3 a {
    color: #ffffff;
    background-color: #e61f19;
    border: solid 3px #e61f19;
    margin: 0;
}
/*-- ↓ 矢印 ↓ --*/
#stories15 #content_1-2 .button_15 h3 a:before,
#stories15 #content_1-2 .button_15 h3 a:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
#stories15 #content_1-2 .button_15 h3 a:before {
  content: ''!important;
  width: 26px;
  height: 2px;
  right: 14px;
  background-color: #ffffff;
}
#stories15 #content_1-2 .button_15 h3 a:after {
  top: 36%;
  right: 14px;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-- ↑ button ↑ --*/

/* -- ↓ BUTTON (↓)  ↓ -- */
.button_u {
  width: 33%;
}
/* -- ↑ BUTTON (↓)  ↑ -- */
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 1200px) {

#stories15 h1 {
  font-size: 103px;
}
}

.mg-5 {
  margin: .5rem 0 1rem;
}
.mgb-5 {
  margin: 0 0 3rem 0;
}
.mgt-5 {
  margin: 5rem 0 0 0;
}
.b-b {
  border-bottom: solid 3px #000000;
}
.m0a {
  width: 100%!important;
  margin: 0 auto!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 768px) {
.mg-5 {
  margin: 4rem 0;
}
.mgb-5 {
  margin: 0 0 5rem 0;
}
}

/*================================================
 □ HERITAGE WEDDING
 ================================================*/
#heritage_wedding {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium",
   "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", 
   sans-serif!important;
   letter-spacing: 2px;
}
#heritage_wedding h3, #heritage_wedding h4, 
#heritage_wedding h5, #heritage_wedding h6 {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium",
   "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", 
   sans-serif!important;
}
.obf {
object-fit: cover;
font-family: 'object-fit: cover;'
}
.mt0 {
  margin-top: 0;
}
/* - - - - - ↓ FV slider ↓ - - - - - */
#venue_fv.box1 .photo {
  border: none;
}
#heritage_wedding .box1 .photobox h3 {
  font-family: 'Fjalla One', sans-serif!important;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 13%;
  right: 10%;
  bottom: auto;
}
/*.regular .slick-dots {
  bottom: auto;
}*/
#venue_fv.box1 .photobox h6 {
  bottom: 20%;
}
/* - - - - - ↑ FV slider ↑ - - - - - */


/* - - - - - ↓ HERITAGE WEDDING ↓ - - - - - */
#heritage {
  width: 100%;
  margin: 0 auto;
  padding: 2em;
  color: #f3f4e4;
  background-image: url(http://weddingcircus.jp/wp/wp-content/uploads/2018/12/bg001.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.stripe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 83.5%;
  opacity: .4;
}
.stripe img {
  width: 100%;
  height: 100%;
}
#heritage section {
  width: 100%;
  max-width: 1045px;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
}
#heritage h3 {
  font-size: 22px;
}
#heritage h4 {
  font-size: 15px;
}
#heritage p {
  font-size: 12px;
}
.yamate_logo {
  width: 35%;
  margin: 0 auto 2em;
}
.yamate_logo img {
  width: 100%;
}
.yamate_b {
  width: 100%;
  margin: 1.5em auto;
}
.yamate_b img {
  width: 100%;
}
#heritage #xYx p {
  margin: 4em auto 0;
}

/* -- ↓ 01 02 03 ↓ -- */
#heritage_x3 {
  display: flex;
  flex-direction: column;
}
#heritage_x3 figure {
  width: 100%;
  background: 
  url(http://weddingcircus.jp/wp/wp-content/uploads/2018/12/flame_01.png) left top no-repeat,
  url(http://weddingcircus.jp/wp/wp-content/uploads/2018/12/flame_02.png) right top no-repeat,
  url(http://weddingcircus.jp/wp/wp-content/uploads/2018/12/flame_03.png) right  bottom no-repeat,
  url(http://weddingcircus.jp/wp/wp-content/uploads/2018/12/flame_04.png) left bottom no-repeat;
  background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  padding: 2em;
  margin: 1em 0;
  position: relative;
}
.line_wrap {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line_t {
  position: absolute;
  height: 1px;
  background-color: #f3f4e4;
  width: 65%;
  top: 0;
}
.line_r {
  position: absolute;
  width: 1px;
  background-color: #f3f4e4;
  height: 50%;
  right: 0;
}
.line_b {
  position: absolute;
  height: 1px;
  background-color: #f3f4e4;
  width: 65%;
  bottom: 0;
}
.line_l {
  position: absolute;
  width: 1px;
  background-color: #f3f4e4;
  height: 50%;
  left: 0;
}

.flame_number {
  width: 100%;
  height: 45px;
  margin: 1em auto;
}
.flame_number img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#heritage_x3 figcaption {
  display: inline-block;
  width: 100%;
  padding: 1em;
  margin: 0 0 1em 0;
}
#heritage_wedding #heritage_x3 h5 {
  font-family: “Times New Roman”, serif!important;
  font-size: 16px;
  margin-bottom: 1em!important;
}
/* -- ↑ 01 02 03 ↑ -- */

.title_img {
  width: 100%;
  max-width: 1045px;
  margin: 0 auto 1.5em;
  position: relative;
}
.title_img img {
  width: 50%;
}
.title_img:before {
  content: "";
  border-bottom: solid 2px;
  width: 25%;
  position: absolute;
  left: 0;
  top: 50%;
}
.title_img:after {
  content: "";
  border-bottom: solid 2px;
  width: 25%;
  position: absolute;
  right: 0;
  top: 50%;
}

/* - - - - - ↑ HERITAGE WEDDING ↑ - - - - - */


/* - - - - - ↓ VENUE ↓ - - - - - */
#venue {
  width: 100%;
  margin: 0 auto;
  background-image: url(http://weddingcircus.jp/wp/wp-content/uploads/2018/12/yamate_bg02.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#venue section {
  width: 100%;
  padding: 2em;
  margin: 0 auto;
}
#venue .title_img {
  margin: 1em auto;
}
#venue .title_img:before, #venue .title_img:after {
  border-bottom: solid 2px #5c4645;
}
#venue section .xx {
  width: 100%;
  max-width: 1045px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em auto;
  flex-direction: row;
}
#venue figure {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: .5em 0;
}
.maru_wrap_1 {
  position: relative;
  padding-top: 75%;
  border-radius: 50%;
  overflow: hidden;
  width: 75%;
  margin: 1em auto;
}
.maru_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
.maru_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#venue h4 {
  font-family: 'Fjalla One', sans-serif!important;
  font-size: 18px;
}
#venue h6 {
  font-family: 'Montserrat', sans-serif!important;
  margin: 1em 0 0 0!important;
}
/* - - - - - ↑ VENUE ↑ - - - - - */


/* - - - - - ↓ venue_contents ↓ - - - - - */
#venue_contents {
  width: 100%;
  position: relative;
}
#line {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 815px;
  margin: 0 auto;
}
#line img {
  width: 100%;
}
#venue_contents section {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 2em 0;
}
#venue_contents section:nth-of-type(odd){
  background: rgba(193,193,136,.4);
}
#venue_contents section .xx {
  width: 100%;
  max-width: 1045px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
}
#venue_contents figure {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 1em 0;
}
.maru_wrap_2 {
  position: relative;
  padding-top: 30%;
  border-radius: 50%;
  overflow: hidden;
  width: 30%;
  margin: 0 auto 1em;
}
.maru_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
.maru_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#venue_contents figcaption {
  width: 100%;
}
#venue_contents figcaption p {
  font-size: 13px;
}
#venue_contents figcaption p a {
  border-bottom: solid 1px #000000;
}
#venue_contents h3 {
  font-family: 'Fjalla One', sans-serif!important;
  font-size: 22px;
  margin: 0 0 .5em 0!important;
}
.describe {
  width: 100%;
  text-align: left;
  padding: 1em 0;
}
#venue_contents .describe h5 {
  font-family: 'Fjalla One', sans-serif!important;
  font-size: 18px;
  margin: 1.5em 0 .2em!important;
}
.des_b {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#venue_contents .describe h6 {
  margin: .5em 0!important;
}
#venue_contents .describe h6 a {
  font-family: 'Montserrat', sans-serif!important;
  background-color: #f44336;
  color: #ffffff;
  padding: .3em 1.5em;
  display: inline-block;
  font-weight: 300;
  border-radius: 3px;
}
#venue_contents .describe h6 a:hover {
  opacity: .6;
}

/* -- ↓ slider ↓ -- */
#slick03 {
  margin: 12% 0;
}
#slick03 .slick-slide {
  transition: .3s ease;
  transform: scale(.9);
  transform-origin: 100% 50%;
}
#slick03 .slick-active{
  transition: .3s ease;
  transform: scale(1);
  transform-origin: 50% 50%!important;
}
#slick03 .slick-current {
  transform: scale(1.3);
  transform-origin: 50% 50%;
  position: relative;
  z-index: 99;
}
#slick03 .slick-current + .slick-active {
  transform-origin: 200% 50%!important;
}
#slick03 .slick-current + .slick-slide {
  transform-origin: 0% 50%;
  position: relative;
  z-index: 1;
}
#slick03 .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}
#slick03 .slick-slide.slick-center img {
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
#slick03 .slick-track {
  margin-top: 6%;
  margin-bottom: 6%;
}
.photo-waku {
  position: relative;
  height: 230px;
  width: 100%;
  overflow: hidden;
}
#slick03 .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -51%);
  height: auto;
}
/* -- ↑ slider ↑ -- */

/* - - - - - ↑ venue_contents ↑ - - - - - */

#venue .menu-button2 a:before {
  background-color: transparent;
  z-index: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 576px) {
.photo-waku {
  height: 320px;
}
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 768px) {

/* - - - - - ↓ HERITAGE WEDDING ↓ - - - - - */
#heritage {
  padding: 4em;
}
.stripe {
  bottom: 73%;
}
#heritage h3 {
  font-size: 26px;
}
#heritage h4 {
  font-size: 20px;
}
#heritage p {
  font-size: 13px;
}
#venue_fv.box1 .photobox h6 {
  bottom: 15%;
}
.yamate_logo {
  width: 24%;
  margin: 0 auto 4em;
}
.yamate_b {
  width: 85%;
  margin: 3em auto;
}
#heritage #xYx p {
  margin: 5em auto 0;
}
#heritage_wedding #heritage_x3 h5 {
  font-size: 18px;
}
/* -- ↓ 01 02 03 ↓ -- */
#heritage_x3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#heritage_x3 figure {
  width: 31%;
  padding: 2em 1.6em;
  margin: 0;
}
.flame_number {
  height: 70px;
  margin: 2em auto;
}
.line_t {
  width: 60%;
}
.line_r {
  height: 65%;
}
.line_b {
  width: 60%;
}
.line_l {
  height: 65%;
}
/* -- ↑ 01 02 03 ↑ -- */

.title_img {
  margin: 2em auto;
}
.title_img img {
  width: 26%;
}
.title_img:before {
  width: 37%;
}
.title_img:after {
  width: 37%;
}
/* - - - - - ↑ HERITAGE WEDDING ↑ - - - - - */


/* - - - - - ↓ VENUE ↓ - - - - - */
#venue section {
  padding: 4em;
}
#venue .title_img {
  margin: 2em auto;
}
.maru_wrap_1 {
  padding-top: 45%;
  width: 45%;
}
#venue h4 {
  font-size: 22px;
}
#venue h6 {
  margin: 2em 0 0 0!important;
}
/* - - - - - ↑ VENUE ↑ - - - - - */

/* - - - - - ↓ venue_contents ↓ - - - - - */
#venue_contents section {
  padding: 4em 0;
}
#venue_contents section .xx {
  flex-direction: row;
  align-items: center;
  padding: 2em 4em 1em;
}
#venue_contents figure {
  width: 50%;
  padding: 0 1em;
  margin: 0;
}
.maru_wrap_2 {
  padding-top: 45%;
  width: 45%;
}
#venue_contents h3 {
  font-size: 26px;
  margin: 0 0 1em 0!important;
}
.describe {
  width: 50%;
  text-align: left;
  padding: 0 1em;
}
#venue_contents .describe h5 {
  margin: 2em 0 .2em!important;
}
.des_b {
  flex-direction: row;
  align-items: center;
}
#venue_contents .describe h6 {
  margin: 1em 1em 1em 0!important;
}
/* -- ↓ slider ↓ -- */
#slick03 {
  margin: 5% 0;
}
#slick03 .slick-slide {
  transform-origin: 50% 50%;
}
.photo-waku {
  height: 250px;
}
/* -- ↑ slider ↑ -- */

/* - - - - - ↑ venue_contents ↑ - - - - - */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 992px) {

/* - - - - - ↓ HERITAGE WEDDING ↓ - - - - - */
#heritage section {
  padding: 3em 0;
}
#heritage h3 {
  font-size: 30px;
}
#heritage h4 {
  font-size: 22px;
}
#heritage p {
  font-size: 14px;
}
.yamate_logo {
  width: 20%;
  margin: 2em auto 4em;
}
.yamate_b {
  width: 70%;
  margin: 4em auto;
}
#heritage #xYx p {
  margin: 7.5em auto 0;
}
/* - - - - - ↑ HERITAGE WEDDING ↑ - - - - - */


/* - - - - - ↓ VENUE ↓ - - - - - */
#venue figure {
  width: 30%;
  margin: 2em 0;
}
.maru_wrap_1 {
  padding-top: 48%;
  width: 48%;
}
#venue h4 {
  font-size: 24px;
}
/* - - - - - ↑ VENUE ↑ - - - - - */


/* - - - - - ↓ venue_contents ↓ - - - - - */
#venue_contents section .xx {
  padding: 2em 0 .5em;
}
#venue_contents figure {
  width: 50%;
  padding: 0 2em;
  margin: 0;
}
.maru_wrap_2 {
  padding-top: 27%;
  width: 27%;
}
#venue_contents h3 {
  font-size: 30px;
  margin: 0 0 1em 0!important;
}
.describe {
  padding: 0 2em;
}
/* -- ↓ slider ↓ -- */
.photo-waku {
  height: 270px;
}
/* -- ↑ slider ↑ -- */
/* - - - - - ↑ venue_contents ↑ - - - - - */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 1200px) {

/* - - - - - ↓ venue_contents ↓ - - - - - */
/* -- ↓ slider ↓ -- */
.photo-waku {
  height: 325px;
}
/* -- ↑ slider ↑ -- */
/* - - - - - ↑ venue_contents ↑ - - - - - */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 1455px) {

/* - - - - - ↓ venue_contents ↓ - - - - - */
/* -- ↓ slider ↓ -- */
.photo-waku {
  height: 400px;
}
/* -- ↑ slider ↑ -- */
/* - - - - - ↑ venue_contents ↑ - - - - - */
}

@media (min-width: 768px) {    
.common-left,
.common-right{
width: 30%!important;
}
}
