@charset "utf-8";

/* common
****************************************************/

	.b-siz *{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		word-break:break-all;
		line-height:150%;
	}
	.b-siz img{ border:none; font-size:0; vertical-align:top; }
	.b-siz strong{ font-weight:bold; }

/* text-align
****************************************************/

	.tal{ text-align:left; }
	.tar{ text-align:right; }
	.tac{ text-align:center; }
	.ti1, .ti1ul li{ text-indent:1em; }
	.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
	.ti3, .ti3ul li{ text-indent:-1.3em; padding-left:1.3em; }

/* border-radius
****************************************************/

	.br05, .br05ul li{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
	.br10, .br10ul li{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
	.br25, .br25ul li{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }
	.br50, .br50ul li{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }

/* color
****************************************************/

	.col1{ color:#0091da; }
	.col2{ color:#2d4758; }

/* border
****************************************************/

	.bor1{ border-bottom:1px solid #0091da; padding-bottom:20px; }
	.bor2{ border:1px solid #000; }




/* page anchor
****************************************************/
	
	#pa1, #pa2, #pa3, #pa4, #pa5, #pa6, #pa7, #pa8, #pa9, #pa10, #pa11
	{ padding-top:80px; margin-top: -80px; }

/*--------------------------------/
Ｗｉｎｔｅｒ　シダス
/--------------------------------*/	
main .content-page_contents h2.w_underline{ 
color: #000;
padding: 10px 30px;
border-top: solid 5px #000;
border-bottom: solid 5px #000;
font-size: 28px;
margin: 30px auto 30px;
display: inline-block;
}
main .content-page_contents h2.back_ora{
    background: #ea6d00;
    color: #fff;
    font-size: 32px;
    padding: 15px;
    position: relative;
	margin: 0 0 30px;
}
main .content-page_contents h2.back_ora:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #eb6e00;
}
main .content-page_contents h2.back_ora span {
    border-radius: 50%;
    background: #fff;
    color: #eb6e00;
    padding: 5px 10px;
    font-size: 20px;
    margin: 15px;
}

span.ribon_bk {
    display: inline-block;
    position: relative;
    height: 30px;/*高さ*/
    line-height: 30px;/*高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 15px 0 15px;/*文字の左右の余白*/
    background: #000;/*背景色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
	margin-bottom: 5px;
}

span.ribon_bk:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

span.ribon_bk:after {
    top: 0;
    right: 0;
    border-width: 15px 7px 15px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.order_ul{
	margin: 25px 0;
}
.order_ul li{
	display: inline-block;
	width: 48%;
	margin: 0 0 1% 1%;
}
.order_ul li .order_img{
	float: left;
	width: 55%;
	margin-right: 3%;
}

.order_ul li .textbox{ 
	float: right;
	width: 42%;
}

.img_list {
	margin: 20px 0 0;
}
.img_list li{
	display: inline-block;
	width: 30%;
	margin-left: 2%;
}

.shop_img{
	width: 15%;
}
.shop_txt{
	width: 78%;
	margin-left: 5px;
 	position: relative;
	display: inline-block;
 	margin: 0 0 1.5em 15px;
	padding: 20px 15px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 2px #555;
 	box-sizing: border-box;
	text-align: left;
	border-radius: 6px;
}
.shop_txt li:first-child,
.shop_txt li:nth-child(2){
	font-weight: bold;
	font-size: 20px;
}

.shop_txt:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}
.shop_txt:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #555;
 	z-index: 1;
}

.icon-arrow_link::before{
	top: 8px!important;
}



@media screen and (min-width:768px){
	.content-page_contents{
		padding:0 !important;
	}
	
	/* common
	****************************************************/
	
		.sp{ display:none!important; }

	/* space
	****************************************************/
		
		.spa1{ width:1000px; /*margin-left:10px;*/ }
		.spa2{ margin-bottom:100px; }
		.spa3{ padding-left:20px; padding-right:20px; }

 	/* overflow:hidden;
	****************************************************/
	
		.oh, .oh_ul{ overflow:hidden; }
		.oh .fl, .oh_ul li{ float:left; }
		.oh .fr{ float:right; }
		.oh .cb{ clear:both; }

	/* column
	****************************************************/
	
		.col{ letter-spacing:-0.4em; }
		.col li, .col .line{ display:inline-block; letter-spacing:normal; vertical-align:top; }

}



@media screen and (max-width:768px){
	
	/* common
	****************************************************/

		.spa1 img, .sp img{ max-width:100%; height:auto; }
		.pc{ display:none!important; }
		.sp_tac{ text-align:center; }
		
	/* space
	****************************************************/
		
		.spa1{ /*padding-left:10px; padding-right:10px;*/ }
		.spa2{ margin-bottom:50px; }
		.sp_mat20{ margin-top:20px; }
	
	/* button
	****************************************************/
	
		.btn1c{ display:block; }
	
	/* headline
	****************************************************/
	
		.headline_1{ color:#fff; padding:5px 0; text-align:center; }
		.headline_3{ text-align:center; padding-bottom:25px; font-weight:bold; }
		.headline_5, .headline_6{ -moz-background-size:auto 100%; background-size:auto 100%; }
	
	
main .content-page_contents h2.w_underline{ 
    padding: 0.3em 0;
    font-size: 20px;
    margin: 10px 0 20px;
}
	
.oh .textbox{ 
	text-align: left;
	}

.tac p{
    text-align: left;
}	

.kome{
	font-size: 12px;
}
	
main .content-page_contents h2.back_ora{
	font-size:22px;		
	}
main .content-page_contents h2.back_ora span{
	padding: 4px 9px;
    font-size: 18px;
    margin: 4px;
}
	
.order_ul {
    margin: 18px 0;
}	
.order_ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 6% 0%;
}
.order_ul li .order_img {
    float: none;
    width: 100%;
    margin: 5px auto 0;
}	
.order_ul li .textbox {
    float: none;
    width: 100%;

}		

.img_list li {

    display: inline-block;
    width: 100%;
    margin-left: 0;

}	

	
.shop_img{
	width: 100%;
}
.shop_txt{
	width: 100%;
	margin-left: 0;
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
	text-align: left;
}
.shop_txt:before{
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
 	margin-left: -14px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}
.shop_txt:after{
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
 	margin-left: -16px;
	border: 14px solid transparent;
	border-bottom: 14px solid #555;
 	z-index: 1;
}
.shop_txt li:first-child, .shop_txt li:nth-child(2) {

    font-weight: bold;
    font-size: 18px;

}	
	
}