@charset "UTF-8";
/* CSS Document */

.mainVisual h1 {
    font-size: 20px;
}
.mainVisual p span{
    font-family: ヒラギノ角ゴ W4 JIS2004;
    font-size: 13px;
}

/* howto ----------------------------------------*/
section.howto {
    padding: 50px 0 4px;
    margin-bottom: 50px;
}
#orderGoods ul.stepWrap {
    max-width: 900px;
}

/* price ----------------------------------------*/

#orderGoods section.price h4 {
    margin-bottom: 50px;
}

#orderGoods section.price p.orderGoodsDiec {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
}

#orderGoods section.price .orderWrap {
    max-width: 1200px;
}

#orderGoods section.price .order_img {
    margin: 60px auto 40px;
}

#orderGoods section.price .order_img img{
    display: block;
    max-width: 600px;
    margin: 0 auto 30px;
}

section.price .order_img dl{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 24px 1%;
}

section.price .order_img dl dt {
    width: 100%;
    font-family: ヒラギノ角ゴ W6 JIS2004;
    text-align: center;
    margin: 0 auto 10px;
}

section.price .order_img dd {
    color: #333;
    font-size: 13px;
    padding: 0;
    width:34%;
    margin-bottom: 10px;
}
#orderGoods section.price .tableWrap {
    width: 100%;
    margin: 30px auto 0;
}

#orderGoods section.price table th:first-child {
	text-align: center;
}

/*店舗一覧------------------------------------*/

div#slphotoShoplist {
    max-width: 1200px;
    margin: auto;
}

dd#sc-01069,dd#sc-01113,dd#sc-01013,dd#sc-01096,dd#sc-01074,dd#sc-01073,dd#sc-86003{
    display:none;
}

div#slphotoShoplist #pattern02 dl.sa-tohoku {
    width: 100%!important;
}

div#slphotoShoplist .shopListInc .sa-tohoku dt,
div#slphotoShoplist .shopListInc .sa-kanto dt,
div#slphotoShoplist .shopListInc .sa-koushin dt,
div#slphotoShoplist .shopListInc .sa-tokai dt,
div#slphotoShoplist .shopListInc .sa-kansai dt,
div#slphotoShoplist .shopListInc .sa-kyusyu dt {
    display: block;
	padding: 40px 0 15px;
	font-size: 16px;
}

div#slphotoShoplist h2{
	font-family:ヒラギノ角ゴ W6 JIS2004;
    text-align: center;
	margin-bottom: 0px;
	color: #333;
	font-size: 18px;
	letter-spacing: .6px;
}

.shopListInc h3 {
    display: none!important;
}

div#slphotoShoplist .shopListInc a {
    color: #1BA47B;
}

div#slphotoShoplist .shopListInc a:hover {
    text-decoration: underline;
}

.shopListInc {
    padding: 0 0 16%;
    max-width: 1200px;
}

@media print, screen and (min-width: 751px){

.mainVisual h1 {
    font-size: 30px;
}

/* howto ----------------------------------------*/
section.howto {
    padding: 50px 0;
    margin-bottom: 90px;
}

#orderGoods ul.stepWrap li {
    margin-bottom: 0px;
    width: 240px;
}
#orderGoods ul.stepWrap li:after {
    left: 226px;
}

/* price ----------------------------------------*/
	
#orderGoods section.price .priceInner:last-child {
    padding-bottom: 0;
}
	
#orderGoods section.price p.orderGoodsDiec {
    margin-bottom: 40px;
    font-size: 15px;
}
	
#orderGoods section.price table.positionCenter {
    width: fit-content;
    margin: auto!important;
}

#orderGoods section.price .order_img {
    margin: 50px auto 40px;
}

.order_img dl {
    max-width: 700px;
    margin:20px auto 0;
}

#orderGoods section.price .tableWrap {
    padding-left: 30px;
	margin-top: 0;
}

#orderGoods section.price .flexBox {
    max-width: 1200px;
	align-items: center;
}	

#orderGoods section.price .mugcup table th:first-child {
    width: 43%;
}
	
#orderGoods section.price table th:first-child {
    padding-left: 10px;
	width: 33%;
}

#orderGoods section.price table.positionCenter th {
    width: 300px;
}

#orderGoods section.price table td {
    width: 23%;
}

#orderGoods section.price table.positionCenter td {
    width: 31%;
}

/*店舗一覧------------------------------------*/

div#slphotoShoplist {
    max-width: 1200px;
    margin: 120px auto 0;
}
div#slphotoShoplist h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
	
div#slphotoShoplist .shopListInc .sa-tohoku dt, div#slphotoShoplist .shopListInc .sa-kanto dt, div#slphotoShoplist .shopListInc .sa-koushin dt, div#slphotoShoplist .shopListInc .sa-tokai dt, div#slphotoShoplist .shopListInc .sa-kansai dt, div#slphotoShoplist .shopListInc .sa-kyusyu dt {
    font-size: 18px;
	padding-top: 60px;
}
	
div.commonList {
    width: 96%;
    margin: 0 auto 60px;
}	

.shopListInc {
    padding: 0px 0 8%;
}

	
}

@media print, screen and (min-width: 960px){
	
#orderGoods ul.stepWrap li:after {
    left: 251px;
}

#orderGoods ul.stepWrap li:nth-child(2):after {
    left: 251px;
}
	
}

@media print, screen and (min-width: 1200px){
	
#orderGoods section.price .tableWrap {
    padding-left: 50px;
    margin-top: 0;
}
	
}

@media print, screen and (min-width: 565px){
section.price .order_img dd {
    width: auto;
    font-size: 14px;
}
}