@charset "UTF-8";
/* CSS Document */
.uk-card-body {
  padding: 20px 30px
}
.tyuumon, .scene_choice, .gallery, .print_method, .recommend {
  margin-bottom: 4em;
  text-align: center;
}
.print_method h3 {
  font-size: 1.3em;
  color: #4A636F;
}
.print_method p {
  text-align: justify;
}
.pc_carousel {
  margin-top: 2em;
}
/* パソコンではタイル型で表示 */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin-right: 2%;
}
/* サムネイルとタイトルのスタイル調整 */
.slide-box a {
  background-color: #EEF9FF;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  text-align: left;
  margin-top: 0;
}
.slide-box h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #4A636F;
}
.scene_choice .slide-wrap .slide-box.scene-slide {
  margin-right: 0;
}
.scene_choice .slide-wrap .slide-box {
  background-color: #EEF9FF;
}
.calendar_ttl {
  font-size: 1.2em;
}
.saisoku {
  position: relative;
}
.saisoku_day {
  border-radius: 0.2em;
  position: absolute;
  left: 190px;
  bottom: 23px;
  background-color: #ec0000;
  width: 150px;
  height: 45px;
  padding: 0;
  color: #fff;
}
.saisoku_day p {
  font-size: 1.6em;
  font-weight: bold;
}
.pc_category {
  margin-bottom: 3em;
}
.pc_carousel_lnk_2 {
  background-image: url("../../img/index/carousel/pc_topbnr_2.jpg");
  width: 1200px;
  height: 350px;
}
.pc_carousel_lnk_3 {
  background-image: url("../../img/index/carousel/pc_topbnr_3.jpg");
  width: 1200px;
  height: 350px;
}
.pc_carousel_lnk_4 {
  background-image: url("../../img/index/carousel/pc_topbnr_4.jpg");
  width: 1200px;
  height: 350px;
}
.pc_carousel_lnk_5 {
  background-image: url("../../img/index/carousel/pc_topbnr_5.jpg");
  width: 1200px;
  height: 350px;
}
.carousel_img {
  visibility: hidden;
}
.sp_carousel_lnk_2 {
  background-image: url("../../img/index/carousel/sp_topbnr_2.jpg");
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.sp_carousel_lnk_3 {
  background-image: url("../../img/index/carousel/sp_topbnr_3.jpg");
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.sp_carousel_lnk_4 {
  background-image: url("../../img/index/carousel/sp_topbnr_4.jpg");
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.sp_carousel_lnk_5 {
  background-image: url("../../img/index/carousel/sp_topbnr_5.jpg");
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.orderstep h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #4A636F;
  text-align: left;
}
.scene_choice {
  padding: 0 5%;
  background: #EDF9FF;
  text-align: center;
  border-radius: 0.5em;
}
.scene_contents {
  padding: 30px 0 15px;
  margin-bottom: 50px;
}
.slider_cmt {
  margin-bottom: 30px;
}
.index_news {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}
.index_news dt {
	width: 20%;
	float: left;
}
.index_news dd {
	width: 80%;
	float: left;
}
@media all and (min-width: 500px), print {
  .saisoku_day p {
    font-size: 1.7em !important;
  }
}
@media all and (max-width: 639px), print {
  .sp_category {
    margin-bottom: 3em;
  }
  .scene_choice {
    margin: 0;
    padding: 0;
    background: #EEF9FF;
    text-align: center;
  }
  .scene_contents {
    padding: 15px 0;
  }
  .orderstep {
    margin-top: 0 !important;
  }
  .orderstep_left img {
    margin-bottom: 20px;
  }
  .orderstep p {
    border-bottom: 1px dotted #4A636F;
    padding-bottom: 20px;
  }
  .orderstep:last-child p {
    border-bottom: none;
  }
  .orderstep h3 {
    margin: 0 0 0.5em;
    border-top: 1px dotted #4A636F;
    padding-top: 20px;
  }
  .orderstep:first-of-type h3 {
    margin: 0 0 0.5em;
    border-top: none;
    padding-top: 0;
  }
  .orderstep_left {
    width: 47%;
    float: left;
  }
  .orderstep p {
    width: 51%;
    margin: 0 0 0 2%;
    float: left;
    border-bottom: none;
  }
  /* スマホではスライダーで表示 */
  .sp_mt_s {
    margin-top: 15px;
  }
  .saisoku p img {
    width: 100%;
  }
  .saisoku_day {
    position: absolute;
    left: 55%;
    top: 5%;
    background-color: #D90011;
    width: 40%;
    height: 14%;
  }
  .saisoku_day p {
    font-size: 5.5vw;
	line-height: 1.6;
    font-weight: bold;
  }
  .print_method h3 {
    font-size: 1em;
    margin: 0;
  }
  .slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    flex: 0 0 70%;
    margin-right: 6% !important;
  }
  .ft_p, .ft_cmt_1, .ft_cmt_2 {
    text-align: center !important;
  }
  .tyuumon, .recommend, .gallery, .print_method, .sp_category, .news {
    padding: 0 5% 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .sence_ttl {
    width: 90%;
    max-width: 437px;
    margin: 0 auto;
  }
  .slide-wrap {
    padding: 5%;
  }
  article section .primary_btn_pnk {
    margin-top: 1em;
  }
  .uk-grid-medium {
    margin-left: -25px;
  }
  .uk-grid-medium > * {
    padding-left: 25px;
  }
  .tyuumon, .scene_choice, .gallery, .print_method, .recommend {
    margin-bottom: 3em;
    text-align: center;
  }
  .slider_cmt, .slider_cmt_2 {
    margin-bottom: 5px;
  }
  .index_news {
	width: 100%;
  }
  .index_news dt {
	width: 35%;
  }
  .index_news dd {
	width: 65%;
  }
}