@charset "UTF-8";
.is_red {
  color: #e30000;
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isSp.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .isPc {
    display: none;
  }
  .isPc.img-center {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isSp.img-center {
    display: none;
  }
  .isPc {
    display: block;
  }
  .isPc.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer {
  margin-top: 80px;
}
.page-contentspages * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contentspages .block-topic-path {
  margin-top: 0;
}
.page-contentspages .block-topic-path--category-item a {
  padding-left: 5px;
}
.page_contents h2.guideMenu_item_ttl {
  line-height: initial;
  margin: 0;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
.guideMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.guideMenu_item {
  width: calc(940px / 3);
  padding: 30px;
  margin: 20px 10px;
  border: 1px solid #ddd;
  background: #fdfdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guideMenu_list {
  padding-top: 20px;
}
.guideMenu_list_item a {
  text-decoration: none;
}
.guideMenu_list_item a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 7px;
  height: 5px;
  background: url("/img/usr/freepage/guide/guide_order_arw01.png");
  margin-right: 0.5em;
}
.guidelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 10px;
}
.guidelink_item {
  width: calc((100% - 20px) / 2);
}
.guidelink_item a {
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  border: 1px solid #ddd;
  background: #fdfdfd;
  text-decoration: none;
  position: relative;
}
.guidelink_item a span {
  padding-left: 10px;
}
.guidelink_item a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 7px;
  height: 5px;
  background: url("/img/usr/freepage/guide/guide_order_arw01.png");
  margin-right: 0.5em;
}
@media screen and (max-width: 599px) {
  .guideMenu,
  .guidelink {
    display: block;
  }
  .guidelink {
    padding: 0;
  }
  .guideMenu_item {
    width: 100%;
    padding: 20px 0 30px;
    margin: 10px 0;
  }
  .guideMenu_item a {
    line-height: 2;
  }
  .guidelink_item {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .guidelink_item a {
    padding: 10px;
  }
  .guidelink_item a::after {
    right: 10px;
  }
  .guideBottom {
    padding: 40px 0;
  }
}
.faq_body +.faq_body {
  margin-top: 50px;
}
.faq_accordion_wrap {
  padding: 10px 0;
}
.page_contents h3.faq_accordion_title {
  padding: 15px;
  position: relative;
  color: #222;
  border: 1px solid #ddd;
  background: #fdfdfd;
}
.page_contents h3.faq_accordion_title::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 21px;
  height: 19px;
  background: url("/img/usr/freepage/faq/icon_Q.png");
  margin-top: -6px;
  margin-right: 10px;
}
.page_contents h3.faq_accordion_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid #4d4494;
  border-top: 1px solid #4d4494;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
.page_contents h3.faq_accordion_title.is_open::after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq_accordion_title_body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 5px;
}
.faq_accordion_body {
  position: relative;
  margin-top: 20px;
}
.faq_accordion_body::before {
  position: absolute;
  top: 4px;
  left: 15px;
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 21px;
  height: 19px;
  background: url("/img/usr/freepage/faq/icon_A.gif");
  margin-right: 0.5em;
}
.page_contents p.faq_accordion_answer {
  padding: 0 20px 0 45px;
}
.faq_accordion_answer span {
  display: inline-block;
  height: 22px;
  margin-right: 5px;
}
.faq_accordion_answer span img {
  height: 22px;
  vertical-align: middle;
  margin-top: -6px;
}
.faq_accordion_answer span.noshi {
  margin-left: 5px;
}
.faq_accordion_img {
  margin-left: 45px;
  width: 214px;
  height: 155px;
  display: block;
}
.faq_accordion_img img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .faq_accordion_title_body {
    padding-left: 0;
    width: 85%;
  }
  .page_contents h3.faq_accordion_title::after {
    right: 10px;
  }
}
.page_contents h2.guideMenu_item_ttl {
  line-height: initial;
  margin: 0;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.news_list_item {
  width: 230px;
  margin-bottom: 20px;
}
.page_contents.page_news {
  background: url("/img/usr/freepage/news/news_bg.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 30%;
}
.page_contents_news {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .page_contents_news {
    width: 100%;
  }
  .page_contents h2.guideMenu_item_ttl {
    line-height: initial;
    margin: 0;
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
  .news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .news_list_item {
    width: calc((160 / 375) * 100vw);
    margin-bottom: calc((20 / 375) * 100vw);
  }
  .news_list_item:nth-child(even) {
    margin-left: calc((20 / 375) * 100vw);
  }
  .page_contents.page_news {
    background: url("/img/usr/freepage/news/news_bg_sp.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 10%;
  }
}
.book_section {
  margin-top: 50px;
}
.book_section li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.book_item {
  clear: both;
}
.bookMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.bookMenu_item a {
  width: calc(940px / 3);
  padding: 30px;
  margin: 20px 10px;
  border: 1px solid #ddd;
  background: #fdfdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.bookMenu_item a::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #cfbe7d;
  border-top: 1px solid #cfbe7d;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.book_item {
  padding: 20px 0;
}
.book_item > h3 {
  margin-bottom: 30px;
}
.book_item li {
  text-indent: -1em;
  padding-left: 1em;
}
.book_item_imgbox.img-center {
  background: #fff;
}
.book_item_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book_item_txtbox {
  width: 730px;
  padding-right: 10px;
}
.book_item_imgbox {
  width: calc(100% - 730px);
}
.book_coution {
  margin-top: 30px;
  font-weight: bold;
  color: #bfa58c;
}
.book_item_flort {
  zoom: 1;
}
.book_item_flort::before,
.book_item_flort::after {
  content: "";
  clear: both;
  display: block;
}
.book_item_flort .book_item_imgbox {
  float: right;
}
.book_item_flort.reverse .book_item_imgbox {
  float: left;
}
.book_item_flort +.book_item_flort {
  margin-top: 30px;
}
p+.book_item_flort {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .bookMenu_item {
    width: 100%;
  }
  .bookMenu_item a {
    width: 100%;
    margin: 10px 0;
  }
  .book_item_inr {
    display: block;
  }
  .book_item_inr + h4 {
    margin-top: 30px;
  }
  .book_item_txtbox {
    width: 100%;
    padding-bottom: 10px;
  }
  .book_item_imgbox {
    width: 100%;
  }
  .page_narumi_book .guideMenu_item {
    padding: 20px 0;
  }
  .book_item_flort {
    zoom: 1;
  }
  .book_item_flort::before,
  .book_item_flort::after {
    content: "";
    clear: both;
    display: block;
  }
  .book_item_flort .book_item_imgbox {
    float: none;
  }
  .book_item_flort + p {
    margin-top: 30px;
  }
  p+.book_item_flort {
    margin-top: 30px;
  }
}
.freespace_table th.itudinal {
  width: 10%;
  padding: 6px;
  text-align: center;
  vertical-align: top;
}
.freespace_table th.t-title,
.freespace_table th.beside {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .book_item.scroll {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.narumi_book_hirogari .book_item_imgbox {
  width: calc(100% - 810px);
}
.book_item_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book_item_imgwrap .book_item_imgbox {
  width: 50%;
}
.yearList dt,
.yearList dd {
  text-align: left;
}
.yearList dt {
  width: 15%;
  float: left;
}
.yearList dd {
  width: 85%;
  float: left;
}
.yearList .attentionRed {
  color: #d4493a;
}
.yearList .attentionBlue {
  color: #2c8ac0;
}
@media screen and (max-width: 599px) {
  .book_item_flort .book_item_imgbox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .book_item_imgwrap {
    display: block;
  }
  .book_item_imgwrap .book_item_imgbox {
    width: 100%;
    margin-top: 10px;
  }
  .yearList dt,
  .yearList dd {
    text-align: left;
    float: none;
    width: 100%;
  }
  .yearList dt {
    font-weight: bold;
    margin: 20px 0 0;
  }
  .yearList dd {
    margin: 10px 0 0;
    line-height: 1.8;
  }
  .yearList .attentionRed {
    color: #d4493a;
  }
  .yearList .attentionBlue {
    color: #2c8ac0;
  }
  .page_contents h1 + .book_section {
    margin-top: 10px;
  }
}
.page_contents h1 {
  text-transform: uppercase;
}
.book_item ol {
  list-style: none;
}
.book_item li {
  padding: 0;
  text-indent: 1em;
  margin: 0;
}
.privacy_body ul {
  padding: 0 0 0 2em;
}
.privacy_body ul li {
  list-style: decimal;
  list-style-type: decimal;
  text-indent: 0;
  padding: 0;
}
.book_item > ul li {
  margin: 10px 0;
}
@media screen and (max-width: 599px) {
  .privacy_body ul {
    padding-left: 1em;
  }
  .privacy_body ul li {
    list-style: decimal;
    list-style-type: decimal;
    text-indent: 0;
    padding: 0;
  }
  .privacy_body ul li p {
    padding-left: 0.5em;
  }
  .book_item > ul li {
    margin: 10px 0;
  }
}
.sitemap_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sitemap_item {
  width: calc(940px / 3);
  margin: 20px 10px;
}
.sitemap_item_inr h3 {
  background: #fdfdfd;
  border-bottom: 1px solid #ddd;
  color: #545454;
}
.sitemap_item_inr li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.sitemap_item_inr li::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 7px;
  height: 5px;
  background: url("/img/usr/freepage/guide/guide_order_arw01.png");
  margin-right: 0.5em;
  margin-top: 10.5px;
}
.sitemap_item_inr li a {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .sitemap_body {
    width: 100%;
    display: block;
  }
  .sitemap_item {
    width: 100%;
    margin: 30px 0;
  }
  .sitemap_item_inr h3 {
    margin-top: 30px;
  }
  .sitemap_item_inr li {
    padding: 15px 0;
  }
}
.page_bridal {
  width: 735px;
}
li.li_01.img_full {
  width: 356px;
}
@media screen and (max-width: 599px) {
  .page_bridal,
  .bridal_box,
  .bridal_box .box_01,
  .bridal_box .p_01,
  .bridal_box .box_02,
  .bridal_box .p_09,
  .bridal_box .box_07,
  .bridal_box .p_02 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .page_bridal img,
  .bridal_box img,
  .bridal_box .box_01 img,
  .bridal_box .p_01 img,
  .bridal_box .box_02 img,
  .bridal_box .p_09 img,
  .bridal_box .box_07 img,
  .bridal_box .p_02 img {
    height: auto;
  }
  .page_bridal * {
    float: none !important;
  }
  .page_bridal p.p_02 {
    margin: auto;
    text-align: center;
  }
  .page_bridal li.li_01.img_full {
    margin: auto;
    width: 100%;
    padding: 20px 20px 0;
  }
  .page_bridal .bridal_box .box_01 {
    margin-bottom: 20px;
  }
  .page_bridal .bridal_box .ul_01 {
    margin: auto;
    width: 100%;
  }
  .page_bridal .bridal_box .p_03 {
    padding: 5px 20px;
  }
  .page_bridal .box_02 {
    padding: 0 10px;
  }
  .page_bridal .bridal_box .box_05 {
    width: 100%;
  }
  .page_bridal .bridal_box .p_05 {
    width: 100%;
  }
  .page_bridal .bridal_box .dl_01 {
    margin: 20px auto 0;
    width: 100%;
  }
  .page_bridal .bridal_box .dt_02 {
    margin: auto;
    text-align: center;
  }
  .page_bridal .bridal_box .dd_02 {
    margin: auto;
    text-align: center;
  }
  .page_bridal .bridal_box .p_08 {
    text-align: center;
    padding-top: 0;
  }
  .page_bridal .bridal_box .ul_02 {
    margin: 15px auto;
    padding: 0 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page_bridal .bridal_box .li_03 {
    width: 50%;
    margin: 0 10px 0 0;
  }
  .page_bridal .bridal_box .box_08,
  .page_bridal .bridal_box .box_09 {
    width: 100%;
  }
  .page_bridal .bridal_box .p_07 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_bridal .bridal_box .p_011 {
    text-align: center;
    padding-top: 20px;
  }
  .page_bridal p.title1 img {
    width: 100%;
  }
  .page_bridal .bridal_box .li_04 {
    width: 50%;
  }
  .page_bridal .box_07 img {
    width: 100%;
  }
}
#only_one_gift {
  width: 735px;
  margin: auto;
}
#only_one_gift .category_bottom {
  background: url("/img/usr/freepage/only_one_gift//footer_inquiry_bg.gif") no-repeat bottom;
}
#only_one_gift .footer {
  background: url("/img/usr/freepage/only_one_gift//footer_bg.gif") no-repeat bottom;
}
#only_one_gift .btn_inquiry img {
  margin-bottom: 0;
}
#only_one_gift .category_bottom p {
  padding: 0;
  margin: 0;
  line-height: initial;
  font-size: 13px;
}
#only_one_gift .btn_inquiry {
  margin: 50px 0 20px 0;
}
#only_one_gift .explain {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#only_one_gift .section .only_box.only_gallery_box {
  padding: 50px;
  position: relative;
}
#only_one_gift .section .only_box.only_gallery_box .lh_2 {
  position: absolute;
  top: 50px;
}
#only_one_gift .section .only_box.only_gallery_box #only_mainimglist {
  margin: 0;
}
#only_one_gift .section .only_box.only_gallery_box #only_thumbnaillist {
  top: 147px;
}
#only_one_gift .section .only_box.only_gallery_box #only_thumbnaillist img {
  width: 100%;
  height: 100%;
}
#only_one_gift .section .only_box.only_gallery_box #only_gallery {
  margin-bottom: 10px;
}
.target_engrave {
  display: none;
}
.target_engrave.is-active {
  display: block;
}
.fontSizeSS {
  font-size: 77%;
}
#only_one_gift .section.engrave_tab .ulTab {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#only_one_gift .section.engrave_tab .ulTab li {
  width: 239px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
#only_one_gift .section.engrave_tab .ulTab li:nth-of-type(1) {
  background-image: url("/img/usr/freepage/only_one_gift/tab01_df.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li:nth-of-type(2) {
  background-image: url("/img/usr/freepage/only_one_gift/tab02_df.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li:nth-of-type(3) {
  background-image: url("/img/usr/freepage/only_one_gift/tab03_df.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li.is-active {
  pointer-events: none;
}
#only_one_gift .section.engrave_tab .ulTab li.is-active:nth-of-type(1) {
  background-image: url("/img/usr/freepage/only_one_gift/tab01_ac.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li.is-active:nth-of-type(2) {
  background-image: url("/img/usr/freepage/only_one_gift/tab02_ac.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li.is-active:nth-of-type(3) {
  background-image: url("/img/usr/freepage/only_one_gift/tab03_ac.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li:hover:nth-of-type(1) {
  background-image: url("/img/usr/freepage/only_one_gift/tab01_ac.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li:hover:nth-of-type(2) {
  background-image: url("/img/usr/freepage/only_one_gift/tab02_ac.jpg");
}
#only_one_gift .section.engrave_tab .ulTab li:hover:nth-of-type(3) {
  background-image: url("/img/usr/freepage/only_one_gift/tab03_ac.jpg");
}
@media screen and (max-width: 599px) {
  #only_one_gift img {
    max-width: 100%;
    height: auto;
  }
  #only_one_gift {
    width: 100%;
  }
  #only_one_gift .category_list {
    max-width: 100%;
  }
  #only_one_gift ul.g_navi {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  #only_one_gift .category_bottom p,
  #only_one_gift .tab_bottom p {
    padding: 0;
    margin: 0;
    line-height: initial;
    font-size: 11px;
  }
  #only_one_gift ul.g_navi li {
    width: 50%;
  }
  #only_one_gift ul.g_navi li:nth-child(odd) {
    text-align: right;
  }
  #only_one_gift ul.g_navi li:nth-child(even) {
    text-align: left;
  }
  #only_one_gift ul.g_navi li img {
    height: calc((76.2 / 375) * 100vw);
  }
  #only_one_gift .category_list ul {
    width: 300px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #only_one_gift .cate_ttl {
    margin: 20px 0;
  }
  #only_one_gift .category_list li {
    width: 130px;
    margin: 10px;
    padding-right: 0;
  }
  #only_one_gift .category_list img {
    margin: 0;
  }
  #only_one_gift .category_bottom,
  #only_one_gift .tab_bottom {
    height: auto;
    background-size: cover;
    margin: 0;
    padding: 30px 20px;
  }
  #only_one_gift .footer {
    height: auto;
  }
  #only_one_gift .footer .footer_link {
    padding: 25px 60px;
  }
  #only_one_gift .btn_inquiry {
    margin: 0 0 20px 0;
  }
  #only_one_gift .footer_link ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #only_one_gift .footer .footer_link li {
    text-align: left;
  }
  #only_one_gift .footer .footer_link li.end {
    border-right: none;
  }
  #only_one_gift .explain,
  #only_one_gift .section,
  #only_one_gift .section .only_box.only_gallery_box {
    background: none;
    padding: 0;
  }
  #only_one_gift .explain {
    background: none;
    padding-top: 20px;
  }
  #only_one_gift .section.engrave_tab {
    padding: 0;
    border: none;
  }
  #only_one_gift .section.engrave_tab .ulTab li {
    width: calc(100% / 3);
    height: 29px;
    background-size: contain;
  }
  #only_one_gift .tab_txt,
  #only_mainimglist,
  #only_one_gift .section .only_box.only_gallery_box #only_thumbnaillist {
    width: 100%;
  }
  #only_one_gift .section .only_box.only_gallery_box .lh_2,
  #only_one_gift .section .only_box.only_gallery_box #only_thumbnaillist {
    position: static;
  }
  #only_one_gift .section .only_box.only_gallery_box #only_mainimglist {
    height: auto;
    text-align: center;
  }
  #only_one_gift .section .only_box.only_gallery_box #only_thumbnaillist {
    margin-top: 30px;
    height: auto;
  }
  #only_one_gift .section .only_box.only_gallery_box #only_thumbnaillist + p {
    display: none;
  }
  #only_thumbnaillist ul.ex_clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  #only_thumbnaillist ul.ex_clearfix + p {
    display: none;
  }
  #only_thumbnaillist li {
    float: none;
  }
}

/*# sourceMappingURL=freepage.css.map */
