/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#omiyage .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  width: calc(100% - 44px);
  margin: 0 44px 0 0;
  position: relative;
  height: 100vh;
}

#omiyage .main_area p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 600;
}

#omiyage .text_01 p {
  font-size: 14px;
  line-height: 1.85;
}

#omiyage .text_01 [data-ruby] {
	position: relative;
	display: inline-block;
}
#omiyage .text_01 [data-ruby]::before {
  content: attr(data-ruby);
  width: 10em;
  position: absolute;
  top: -0.6em;
  left: 50%;
  right: 0;
  margin: auto auto auto -5em;
  font-size: 0.5em;
	line-height: 1;
  text-align: center;
}

#omiyage .text_credit {
  position: absolute;
  bottom: -20px;
  right: 0;
}

#omiyage .text_credit p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 13px;
  color: #4d4d4d;
}

#omiyage .staff-credit .main_area {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#omiyage .staff-credit {
  text-align: center;
}
#omiyage .staff-credit .text_01 p {
  font-size: 15px;
  line-height: 1.85;
}
#omiyage .staff-credit .text_01 p.bold {
  font-weight: bold;
}
#omiyage .staff-credit .text_01 .mt15 {
  margin-top: 15px;
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#omiyage #scn01 {
  background: url("/book/focal/hiroshima_miyajima_iwakuni02/images/omiyage/bg.png") repeat 0 0 / 205px 316px;
  opacity: 1;
  z-index: 501;
}
#omiyage #scn01 .title_img {
  width: 12.4%;
  max-width: 170px;
  position: absolute;
  top: 0;
  left: 5%;
}
#omiyage #scn01 .left_area {
  width: 42.6%;
  height: 100%;
  display: -webki-flex;
  display: flex;
  -webki-flex-direction: column;
  flex-direction: column;
  -webki-justify-content: center;
  justify-content: center;
  -webki-align-items: center;
  align-items: center;
}
#omiyage #scn01 .left_area .main_title {
  width: 74.6%;
  max-width: 434px;
  margin-top: 10vh;
}
#omiyage #scn01 .left_area .text_01 {
  text-align: center;
  margin-top: 40px;
}
#omiyage #scn01 .right_area {
  width: 49.5%;
  background: #FFFFFF;
  position: relative;
}
#omiyage #scn01 .right_area::before {
  content: "";
  width: calc(100% - 24px);
  height: 2px;
  background: #EE9BA9;
  position: absolute;
  top: 10px;
  left: 12px;
}
#omiyage #scn01 .right_area::after {
  content: "";
  width: calc(100% - 24px);
  height: 2px;
  background: #EE9BA9;
  position: absolute;
  bottom: 10px;
  left: 12px;
}
#omiyage #scn01 .right_inner {
  padding: 6% 10% 10%;
}
#omiyage #scn01 .right_area .text_01 {
  margin-top: 15px;
  margin-bottom: 20px;
}
#omiyage #scn01 .right_area .button_01 {
  filter: drop-shadow(4px 4px 0 rgba(0,0,0,0.1));
}