/* CSS Document */
/*************************************************************/

/*------------------
グーグルフォント
--------------------*/
.wf-mplus1p {
  font-family: "Mplus 1p";
}
.wf-kokoro {
  font-family: "Kokoro";
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

div#cases {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 0;
  box-sizing: border-box;
  text-align: center;
}

div#cases section h1 {
  text-align: left;
  font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho";
  font-size: 1.2em;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: normal;
  color: #73c6c8;
  padding: 20px 0 0;
  margin: 50px 0 0;
}

div#cases section h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #73c6c8;
  margin: 10px auto 20px;
}

section h2 {
  border-left: 6px solid #73c6c8;
  color: #000;
  margin: 1em 0;
  padding: 0.6em;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.9em;
  margin: 50px 0 10px;
}

section h2:first-of-type {
  margin: 15px 0 10px;
}

.box {
  margin: 20px auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.box:first-of-type {
  margin: 20px 20px 10px;
}

#ex_bridal .box {
  padding: 0;
}

.box p {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#ex_bridal p {
  padding: 0 20px;
}

p.memo {
  margin: 10px 0 20px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.6;
}

#ex_seminar div#seminar_txt p,
#ex_exhibition div#exhi_txt p,
#ex_party div#party_txt p {
  margin: 10px 0 20px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.6;
}

table {
  width: 100%;
}

table,
th,
td {
  border: 1px solid #878787;
}

table th,
table td {
  padding: 1%;
  box-sizing: border-box;
  font-size: 0.8em;
  line-height: 1.5;
}

table th {
  background-color: #e2e2e2;
  padding: 1%;
  box-sizing: border-box;
}

table.list th {
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

table.list td {
  text-align: left;
}

.layout img {
  width: 90%;
  height: auto;
}

/*-- スライダー --*/
.slider {
  width: 50%;
  margin: 0 auto;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.mypattern {
  width: 100%;
}

.mypattern .slick-slide {
  margin: 5px;
}

.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(40%);
  transition: 0.2s linear;
}

/*-- レストランカテゴリ --*/
ul#restaurant_btn {
  display: none;
}

ul#restaurant_btn_sp {
  padding: 0;
  margin: 30px 0 50px;
}

ul#restaurant_btn_sp li img {
  width: 100%;
  height: auto;
}

/*-- 768px以上 --*/
@media all and (min-width: 769px) {
  div#cases {
    width: 960px;
    padding: 30px 0px;
  }

  div#cases section h1 {
    font-size: 1.5em;
    font-weight: bold;
  }

  div#cases section h2:first-of-type {
    margin: 30px 0 10px;
  }

  .box {
    margin: 20px auto;
    padding: 0;
    width: 960px;
  }

  .box:first-of-type {
    margin: 20px auto 10px;
    padding: 0;
  }

  .box p {
    width: 950px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  section.box {
    padding: 30px auto 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  p.memo {
    font-size: 0.9em;
    margin: 15px 0 20px;
    box-sizing: border-box;
  }

  /*-- カテゴリ --*/

  #ex_bridal.with-type {
    padding-top: 100px !important;
    margin-bottom: 200px !important;
  }

  #ex_exhibition div,
  #ex_party div,
  #ex_seminar div {
    position: relative;
    top: 0;
  }

  #ex_exhibition div ul.single-item,
  #ex_party div ul.single-item,
  #ex_seminar div ul.single-item {
    width: 620px;
    height: auto;
    float: right;
  }

  #ex_exhibition div#exhi_txt,
  #ex_party div#party_txt,
  #ex_seminar div#seminar_txt {
    z-index: 200;
    width: 450px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  #ex_exhibition div#exhi_txt p,
  #ex_party div#party_txt p,
  #ex_seminar div#seminar_txt p {
    font-size: 0.9em;
    line-height: 2;
    padding: 30px;
    height: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    z-index: 201;
    top: 120px;
    left: 0;
    position: absolute;
    background-color: rgba(234, 231, 231, 0.9);
  }

  div#layout_box div.layout,
  div#layout_box_2 div.layout,
  div#layout_box_3 div.layout {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    display: block;
  }

  div#layout_box div.layout img,
  div#layout_box_2 div.layout img,
  div#layout_box_3 div.layout img {
    width: 550px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  div#layout_box div.exhi_txt2,
  div#layout_box_2 div.party_txt2,
  div#layout_box_3 div.seminar_txt2 {
    width: 410px;
    position: absolute;
    top: 600px;
    right: 0;
  }

  /*-- レストランカテゴリ --*/
  ul#restaurant_btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin: 25px auto -70px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  ul#restaurant_btn li {
    width: 33%;
    height: auto;
    padding-right: 5px;
  }
  ul#restaurant_btn li img {
    width: 100%;
    height: auto;
  }

  ul#restaurant_btn_sp {
    display: none;
  }
}

/*-- 960px以上 --*/
@media all and (min-width: 960px) {
  section h2 {
    font-size: 1.1em;
  }

  table th,
  table td,
  ul.note li,
  dl.memo dt,
  dl.memo dd {
    font-size: 0.9em;
  }
}
