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

div.robots_int{
	width: 100%;
	height: auto;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8rem;
}

div.robots_int h1{
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	margin-bottom:30px;
	color: #ee8900;
	letter-spacing: 0.15rem;
	padding: 5px 10px 5px 10px;
	text-align: center;
	padding:20px 20px 25px;
	border-bottom: solid 5px #ee8900;
}

div.robots_int h2{
	font-weight: 700;
	font-style: normal;
	font-size:25px;
	margin-bottom:30px;
	color: #013893;
	border-left: solid 15px #013893;
	letter-spacing: 0.15rem;
	padding: 5px 10px 5px 10px;
}

div.robots_int h3{
	font-weight: 700;
	font-style: normal;
	font-size:22px;
	padding:0 20px 0;
	margin-bottom:10px;
	color: #EE8900;
}

div.robots_int h3:before{
	content:"●";
}

div.robots_int p{
	font-size:18px;
	color: #000;
}

div.robots_int > p{
	padding-left:20px;
	padding-right:20px;
	line-height: 1.95rem;
	letter-spacing: 0.09rem;
}

div.robots_int > img{
	max-width:720px;
	width:100%;
	height:auto;
	vertical-align:bottom;
	margin: 64px auto 60px;
	display: block;
}

div.robots_int > img.full{
	max-width:100%;
}

div.robots_int > img + h2{
	margin-top:80px;
}

div.robots_int .int_head{
	display:flex;
	background:#013893;
	color:#fff;
	margin-bottom:40px;
}

div.robots_int .int_head > div:nth-child(1){
	padding:20px;
}

div.robots_int .int_head > div:nth-child(1) img{
	max-width:390px;
}

div.robots_int .int_head > div:nth-child(2){
	padding: 20px;
}

div.robots_int .int_head p{
	color:#fff;
	font-size: 16px;
}

div.robots_int .int_head span:before{
	content:"●";
	color:#ee8900;
}

div.robots_int .int_head_sub{
	margin-bottom:80px;
}

div.robots_int p.name{
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #013893;
	padding: 8px 10px;
	line-height: 1.8rem;
	letter-spacing: 0.15rem;
	margin-bottom: 15px;
}

.int_head .detail{
	display:flex;
	flex-wrap:wrap;
	margin-top: 10px;
}

.int_head .detail > div{
	line-height: 1.8rem;
}

.int_head .detail > div:nth-child(odd){
	width: 85px;
	color:#ee8900;
	font-weight: 900;
}

.int_head .detail > div:nth-child(even){
	width: calc(100% - 85px);
}

div.robots_int .mokuji{
	display:flex;
	border:solid 3px #013893;
	max-width:640px;
	margin:40px auto 85px;
}

div.robots_int .mokuji > div{
	padding: 25px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

div.robots_int .mokuji > div:nth-child(1){
	color:#fff;
	background:#013893;
	width:160px;
	font-size:24px;
	-webkit-justify-content: center;
	justify-content: center;
}

div.robots_int .mokuji > div:nth-child(2){
	width:calc(100% - 160px);
	font-size:20px;
	padding-left:30px;
	background:#fff;
}

div.robots_int .mokuji ul{
	
}

div.robots_int .mokuji ul li{
	margin: 5px 0 5px;
}

div.robots_int .mokuji ul li:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #ee8900;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 9px 14px;
	border-left-color: currentColor;
	border-right: 0;
	margin-right:10px;
	position: relative;
	top: -2px;
}

div.robots_int .mokuji a{
	color:#000;
}

div.robots_int .button{
	margin-bottom:40px;
}

div.robots_int .button a{
	width: 100%;
	max-width:480px;
	border-radius: 25px;
	background: #ffa500;
	box-shadow: 5px 5px 0px #366ca8;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	color: #366ca8;
	display:block;
	margin:0 auto;
	padding:7.5px 20px;
}

div.robots_int .button a:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #366ca8;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 17px;
	border-left-color: currentColor;
	border-right: 0;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

div.robots_int .button a:hover{
	opacity:0.75;
}

div.robots_int p + div.button.end{
	margin-top:60px;
}

div.robots_int div.button.end{
	margin-top:10px;
}

div.robots_int div.button.end a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #013893;
	box-shadow: 5px 5px 0px #ffa500;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

div.robots_int div.button.end a:after{
	color: #ffa500;
}

div.robots_int div.button.end.back{
	margin-top:10px;
}

div.robots_int div.button.end.back a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #A2A2A2;
	box-shadow: 5px 5px 0px #717171;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

div.robots_int div.button.end.back a:after{
	color: #717171;
}

div.robots_int .poster{
	margin:60px 0 40px;
}

div.robots_int .shop{
	border-top:5px solid #EE8900;
	margin-top:100px;
	padding-top:100px;
}

div.robots_int .here{
	text-align:center;
	font-weight:700;
	font-size:26px;
	color:#013893;
}

div.robots_int .here:before{
	content:"▼";
}

div.robots_int .shop_name{
	text-align:center;
	font-size:26px;
	font-weight:700;
	color:#EE8900;
}


div.robots_int .shop_detail ul{
	display:flex;
	flex-wrap:wrap;
	border:solid 5px #013893;
	max-width:720px;
	margin:20px auto 70px;
}

div.robots_int .shop_detail ul > li{
	padding:10px 20px;
	font-size:18px;
}

div.robots_int .shop_detail ul > li:nth-child(-n+2){
	padding-top:25px;
}

div.robots_int .shop_detail ul > li:nth-last-child(-n+2){
	padding-bottom:25px;
}

div.robots_int .shop_detail ul > li:nth-child(odd){
	background:#013893;
	color:#fff;
	width:130px;
	text-align:center;
}

div.robots_int .shop_detail ul > li:nth-child(even){
	background:#fff;
	width:calc(100% - 130px);
	color:#000;
	padding-left:40px;
}

div.robots_int .shop a{
	color:#EE8900;
}

div.robots_int .shop img{
	max-width:720px;
	width:100%;
	height:auto;
	vertical-align:bottom;
	display:block;
	margin:30px auto 50px;
}

div.robots_int p.shop_end{
	text-align:center;
	color:#585858;
	margin-top:-30px;
}

@media screen and (max-width:1000px) {
	div.robots_int .int_head{
		display:block;
	}

	div.robots_int .int_head > div:nth-child(1) img{
		margin: 0 auto;
		display: block;
	}

	div.robots_int h1{
		font-size:24px;
		line-height: 2.0rem;
		padding: 0 0 20px;
	}

	div.robots_int h2{
		font-size:22px;
	}

	div.robots_int h3{
		font-size:20px;
	}
}






@media screen and (max-width:800px) {
	div.robots_int .mokuji{
		display:block;
		margin: 30px auto 45px;
	}

	div.robots_int .mokuji > div:nth-child(1){
		width:100%;
		font-size: 20px;
		padding: 10px 20px;
	}

	div.robots_int .mokuji > div:nth-child(2){
		width:100%;
		padding-left: 20px;
		font-size: 18px;
		padding:20px 20px;
	}

	div.robots_int > img{
		margin: 34px auto 40px;
	}

	div.robots_int > p{
		padding-left:0;
		padding-right:0;
		font-size: 16px;
		line-height: 1.85rem;
	}

	div.robots_int h3{
		padding:0;
	}

	div.robots_int .int_head_sub{
		margin-bottom:50px;
	}

	div.robots_int .shop{
		margin-top: 50px;
		padding-top: 50px;
	}

	div.robots_int .here{
		font-size:20px;
	}

	div.robots_int .shop_name{
		font-size:20px;
	}

	div.robots_int .shop img{
		margin: 15px auto 30px;
	}
}




@media screen and (max-width:480px) {

	div.robots_int{
		margin-bottom:50px;
	}

	div.robots_int p.name{
		font-size: 18px;
	}

	div.robots_int h1{
		font-size: 20px;
		margin: 0 0 20px;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 1.8rem;
	}

	div.robots_int .mokuji > div:nth-child(1){
		font-size: 18px;
		padding: 5px 20px;
	}

	div.robots_int .mokuji > div:nth-child(2){
		font-size: 16px;
		padding: 10px 20px;
	}
	

	div.robots_int .int_head > div:nth-child(2){
		padding-top:0;
	}

	div.robots_int .festival .button a{
		font-size:18px;
		margin-bottom: 40px;
	}


	div.robots_int div.button.end{
		margin-bottom:30px;
	}

	div.robots_int div.button.end a{
		font-size:18px;
		
	}

	div.robots_int div.button.end.back{
		margin-bottom:60px;
		margin-top: 30px;
	}

	div.robots_int div.button.end.back a{
		font-size:20px;
		
	}

	div.robots_int h2{
		border-left: solid 10px #013893;
		font-size: 20px;
		line-height: 1.7rem;
		margin-bottom: 20px;
	}

	div.robots_int h3{
		font-size:18px;
	}

	div.robots_int p + div.button.end{
		margin-top:40px;
		margin-bottom:60px;
	}

	div.robots_int > p{
		line-height:1.85rem;
	}

	div.robots_int .shop_detail ul{
		display:flex;
		margin-bottom:40px;
	}

	div.robots_int .shop_detail ul > li{
		padding:10px 20px;
		font-size:16px;
	}

	div.robots_int .shop_detail ul > li:nth-child(-n+2){
		padding-top:10px;
	}

	div.robots_int .shop_detail ul > li:nth-last-child(-n+2){
		padding-bottom:10px;
	}

	div.robots_int .shop_detail ul > li:nth-child(odd){
		width:100%;
		padding: 5px 20px;
	}

	div.robots_int .shop_detail ul > li:nth-child(even){
		width:100%;
		padding-left:20px;
	}

	div.robots_int p.shop_end{
		font-size:15px;
		line-height:1.5rem;
		text-align: left;
		margin-top: -50px;
	}
}