@charset "utf-8";

#ceremony_scene {
  color: #000;
  width: 1110px;
  margin: 0 auto;
}

#ceremony_scene .clear_lay:after {
  clear: both;
  display: block;
  content: "";
}

#ceremony_scene .popup-box {
  display: none !important;
}

#ceremony_scene a:hover {
  opacity: 0.7;
  text-decoration: none;
  display: block;
}

/* #ceremony_scene .title_area タイトル部分
===========================================*/

#ceremony_scene .cnt_title {
  text-align: center;
  width: 750px;
  margin: 0 auto 30px;
}

#ceremony_scene .cnt_title .lead {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  color: #333;
  line-height: 2em;
  text-align: left;
}

#ceremony_scene .cnt_title h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  margin: 40px auto 20px;
}

/* #ceremony_scene .scene_coord
===========================================*/

#ceremony_scene .scene_coord {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start  ;
  align-items: flex-start;
  width: 1040px;
  margin: 0 auto;
}

#ceremony_scene .scene_coord .block_coord {
  width: 250px;
  margin: 5px;
  box-sizing: border-box;
}

#ceremony_scene .scene_coord .block_coord img {
  width: 100%;
}

#ceremony_scene .scene_coord .wrap_description {
  display: none;
}

/* #ceremony_scene .cnt_btn ボタン
===========================================*/
#ceremony_scene .cnt_btn {
  text-align: center;
  width: 400px;
  margin: 50px auto 100px;
}

#ceremony_scene .cnt_btn a {
  color: #FFF;
  background-color: #CCAC00;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  padding: 15px 0;
  display: block;
}

#ceremony_scene .cnt_btn a span {
  font-size: 12px;
  display: block;
}

