@charset "utf-8";

@import "https://mapple-chizuprint.jp/css/shop/check_history.css";
@import "https://mapple-chizuprint.jp/css/shop/pager.css";
@import "https://mapple-chizuprint.jp/css/shop/shopdetail.css";
@import "https://mapple-chizuprint.jp/css/shop/ranking.css";
@import "https://mapple-chizuprint.jp/css/shop/basket.css";
@import "https://mapple-chizuprint.jp/css/shop/security.css";
@import "https://mapple-chizuprint.jp/css/shop/category_menu.css";
@import "https://mapple-chizuprint.jp/css/shop/topicpath.css";
@import "https://mapple-chizuprint.jp/css/shop/catalog.css";
@import "https://mapple-chizuprint.jp/css/shop/ordercontract.css";

.l-main{
  font-family: 'Roboto', "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.l-main img{
  max-width: 100%;
  height: auto;
}
.l-main h2,
.l-main h3,
.l-main h4,
.l-main h5,
.l-main p,
.l-main ul,
.l-main ol,
.l-main li,
.l-main a,
.l-main span,
.l-main em,
.l-main strong,
.l-main li,
.l-main figure{
  margin: 0px;
  padding: 0px;
}

.l-main a{
  transition: all 0.22s ease;
  text-decoration: none;
}

.l-main a:hover{
  opacity: 0.75;
}


/*
カスタムCSS
*/

.l-kv-wrap {
  background-color: #fff;
  margin-bottom: 35px;
}

.l-kv{
  position: relative;
}

.l-kv-inner {
  max-width: 760px;
  position: relative;
  display: block;
  aspect-ratio: 760/353;
}

.l-kv-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.l-kv-img img{
  aspect-ratio: 760/353;
  object-fit: cover;
  width: 100%;
}

.l-kv-ttl{
  position: absolute;
  top: 27px;
  left: 0px;
  z-index: 10;
}

.l-kv-ttl h2{
  font-size: 24px;
  color: #fff;
  background-color: #000;
  padding: 10px 10px;
  display: block;
}

.l-kv-txt{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;

}

.l-kv-txt p{
  font-size: 20px;
  line-height: 2.0rem;
  text-align: right;
  color: #121212;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  font-weight: bold;
}

.l-kv-txt p span{
  display: inline;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px 15px;
  line-height: 2.2rem;
}

.l-intro-wrap{
  margin-bottom: 35px;
}

.l-intro{
  max-width: 760px;
}

.l-intro-txt{
  display: block;
}

.l-intro-txt p{
  font-size: 16px;
  line-height: 1.8em;
}

.l-intro-txt p + p{
  margin-top: 15px;
}

.l-make-map-wrap{
  margin-bottom: 35px;
}

.l-make-map{
  max-width: 760px;
  border: solid 3px rgba(124, 121, 121, 0.15);
  padding: 12px;
  box-sizing: border-box;
}

.l-make-map h2{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.l-make-map h2.mb-20{
  margin-top: 5px;
  margin-bottom: 15px;
}

.l-make-map p{
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.l-make-map p br{
  display: none;
}

.l-make-map-inner{
  max-width: 638px;
  margin: 0px auto;
}

.l-make-map-items{
  display: flex;
  margin: 0px -20px;
  max-width: calc(100% + 40px);
}

.l-make-map-item{
  width: 100%;
  margin: 0px 20px;
  max-width: calc((100% - 40px * 3) / 3);
}

.l-make-map-item__header{
  width: 100%;
  box-sizing: border-box;
  background-color: #333333;
  padding: 5px 5px;
  margin-bottom: 3px;
}
.l-make-map-item__header h3{
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.l-make-map-item__thumb{
  width: 100%;
}

.l-make-map-item__thumb figure{
  width: 100%;
  margin: 0px;
}

.l-make-map-item__body{
  width: 100%;
  box-sizing: border-box;
}

.l-make-map-item__body p{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.015em;
  color: #333333;
  /*-webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;*/
  /*paint-order: stroke;*/
  /*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);*/
}
.l-make-map-item__body p span{
  font-size: 18px;
}

.l-make-map-item__body .l-btns-wrap{
  margin-top: 10px;
}

.l-make-map-item__body .l-btns-wrap .l-btns{
  width: 100%;
}

.l-make-map-item__body .l-btns-wrap .l-btns .l-btn-primary{
  background-color: #E60021;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 5px;
  max-width: 100%;
  margin: 0px auto;
}

.l-make-map-item__body .l-btns-wrap .l-btns .l-btn-primary::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) skew(-8deg, -8deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: 0px;
}

.l-case-wrap{
  margin-bottom: 35px;
}

.l-case{
  max-width: 760px;
}

.l-case h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-case-items{
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #7C7979;
  border-left: solid 1px #7C7979;
}

.l-case-item{
  width: 50%;
  border-right: solid 1px #7C7979;
  border-bottom: solid 1px #7C7979;
  padding: 27px;
  box-sizing: border-box;
}

.l-case-item__thumb{
  width: 100%;
  margin-bottom: 10px;
}

.l-case-item__thumb figure{
  width: 100%;
  margin: 0px;
  text-align: left;
  aspect-ratio: 400/250;
}
.l-case-item__thumb figure img{
  display: block;
  max-width: calc(375px / 2);
  max-width: 100%;
  margin-left: 0px;
  aspect-ratio: 4/3;
  aspect-ratio: 400/250;
  object-fit: cover;
}

.l-case-item__body{
  width: 100%;
  text-align: left;
  padding: 0px 5px;
  box-sizing: border-box;
}

.l-case-item__body h3{
  font-size: 16px;
  margin-bottom: 4px;
}

.l-case-item__body h4{
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.l-case-item__body p{
  font-size: 14px;
}
.l-case-item__body p strong{
  font-size: 14px;
  font-weight: 600;
}

.l-case-item__body ul li{
  font-size: 14px;
  text-align: left;
  position: relative;
  padding-left: 9px;
}

.l-case-item__body ul li::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 7px;
}

.l-case-item__body ul.l-check li{
  font-size: 14px;
  text-align: left;
  padding-left: 0px;
}

.l-case-item__body ul.l-check li::before{
  content: "✓";
  display: inline-block;
  width: 14px;
  height: auto;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 0px;
  position: static;
  left: 0px;
  top: 7px;
}

.l-order-wrap{
  margin-bottom: 35px;
}

.l-order{
  max-width: 760px;
}

.l-order h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

.l-order-inner{
  width: 100%;
}

.l-order-items{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -30px;
  max-width: calc(100% + 60px);
}

.l-order-item{
  margin: 0px 30px;
  width: calc((100% - 60px*2)/2);
  margin-bottom: 20px;
}

.l-order-item__thumb{
  width: 100%;
  margin-bottom: 10px;
}

.l-order-item__thumb figure{
  width: 100%;
  margin: 0px;
}

.l-order-item__thumb figure img{
  width: 100%;
  margin: 0px;
  max-width: 100%;
}

.l-order-item__body{
  width: 100%;
  padding: 0px 5px;
  box-sizing: border-box;
  text-align: left;
}

.l-order-item__body h3{
  font-size: 16px;
  margin-bottom: 4px;
}

.l-order-item__body p{
  font-size: 14px;
}

.l-order-item__body p small{
  font-size: 12px;
}

.l-size-wrap{
  margin-bottom: 35px;
}

.l-size{
  max-width: 760px;
}

.l-size h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

.l-size-table{
  width: 100%;
  margin-top: 15px;
}

.l-size-table table{
  width: 100%;
  border-left: solid 1px #7C7979;
  border-top: solid 1px #7C7979;
}

.l-size-table table th{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 50%;
  border-right: solid 1px #7C7979;
  border-bottom: solid 1px #7C7979;
  background-color: #D9D9D9;
  padding: 10px 0px;
}

.l-size-table table th:last-child{
  background-color: #fff;
}

.l-size-table table td{
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  width: 50%;
  border-right: solid 1px #7C7979;
  border-bottom: solid 1px #7C7979;
  padding: 10px 0px;
  background-color: #fff;
}

.l-size-table table td:first-child{
  background-color: #D9D9D9;
}

.l-size-table p{
  margin-top: 6px;
}
.l-size-table p small{
  font-size: 12px;
}

.l-finish-wrap{
  margin-bottom: 35px;
}

.l-finish{
  max-width: 760px;
}

.l-finish h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

.l-finish-inner{
  width: 100%;
  text-align: left;
}

.l-finish-inner h3{
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  padding: 5px 10px;
  margin-bottom: 13px;
}

.l-finish-item{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.l-finish-item__header{
  width: 100%;
  margin-bottom: 13px;
}

.l-finish-item__header h4{
  font-size: 16px;
}

.l-finish-item__thumb{
  width: 100%;
  padding-right: 17px;
  max-width: 47%;
  box-sizing: border-box;
}

.l-finish-item__thumb figure{
  width: 100%;
  margin: 0px;
}
.l-finish-item__thumb figure img{
  width: 100%;
  margin: 0px;
  max-width: 100%;
}

.l-finish-item__body{
  width: 100%;
  max-width: 53%;
  padding: 0px 5px;
  border: solid 1px rgba(124, 121, 121, 0.15);
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 140px;
}

.l-finish-item-price-btns-wrap{
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}

.l-finish-item__body .l-finish-item-price{
  width: 100%;
  margin-bottom: 13px;
}
.l-finish-item__body>p{
  font-size: 14px;
}
.l-finish-item__body .l-finish-item-price p{
  font-size: 24px;
  font-weight: bold;
}


.l-finish-item__body .l-finish-item-price p{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: rgb(51, 51, 51);
  /*-webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  paint-order: stroke;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);*/
}
.l-finish-item__body .l-finish-item-price p span{
  font-size: 18px;
}

.l-finish-item__body .l-btns-wrap{
  margin-top: 10px;
}

.l-finish-item__body .l-btns-wrap .l-btns{
  width: 100%;
}

.l-finish-item__body .l-btns-wrap .l-btns .l-btn-primary{
  background-color: #E60021;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 5px;
  max-width: calc(100% - 60px);
  max-width: 75%;
  margin: 0px auto;
}

.l-finish-item__body .l-btns-wrap .l-btns .l-btn-primary::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) skew(-8deg, -8deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: 0px;
}

.l-layout-wrap{
  margin-bottom: 35px;
}

.l-layout{
  max-width: 760px;
  text-align: left;
}

.l-layout h3{
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  padding: 5px 10px;
  margin-bottom: 13px;
}

.l-layout>p{
  font-size: 14px;
  margin-bottom: 20px;
}

.l-layout-inner{
  width: 100%;
}

.l-layout-items{
  display: flex;
  flex-wrap: wrap;
}

.l-layout-item{
  width: 50%;
  box-sizing: border-box;
  max-width: 320px;
}

.l-layout-item:first-child{
  max-width: 240px;
  margin-right: 85px;
}

.l-layout-item__header{}
.l-layout-item__header p{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.l-scale-wrap{
  margin-bottom: 35px;
}

.l-scale{
  max-width: 760px;
  text-align: left;
}


.l-scale h3{
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  padding: 5px 10px;
  margin-bottom: 13px;
}

.l-scale>p{
  font-size: 14px;
  margin-bottom: 20px;
}

.l-scale-inner{
  width: 100%;
}

.l-scale-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -23px;
  max-width: calc(100% + 46px);
  margin-bottom: 30px;
}

.l-scale-item{
  margin: 0px 23px;
  max-width: calc((100% - 46px*3)/3);
}

.l-scale-inner>h4{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.l-scale-inner h5{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.l-attention-wrap{
  margin-bottom: 35px;
}

.l-attention{
  max-width: 760px;
  text-align: left;
}

.l-attention h3{
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  padding: 5px 10px;
  margin-bottom: 13px;
}

.l-attention>p{
  font-size: 14px;
}

.l-attention ul li{
  font-size: 14px;
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

.l-attention ul li::before{
  content: "・";
  display: inline-block;
  width: 14px;
  height: auto;
  border-radius: 50%;
  margin-right: 0px;
  text-indent: 0;
  margin-left: 0;
}

.l-makemap-message-wrap{
  margin-bottom: 35px;
}

.l-makemap-message{

}


.l-makemap-message h3{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.l-makemap-message h3 br.sp{
  display: none;
}

.l-makemap-message>p{
  font-size: 16px;
  text-align: center;
}

.l-makemap-message>p br{
  display: none;
}