@charset "utf-8";
/*モバイルファースト記述*/

#hitoritabi {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}

#hitoritabi h2 {
	margin: 0 auto;
}

.first {
	background: #34A8EB;
	color: #fff;
	padding: 10px;
}

.strong_p {
	font-weight: bold;
}

.first p:nth-child(2) {
	font-size: .85em;
}

.contbox {
	padding: 20px 0;
}

#hitoritabi .contbox h2 {
	margin-bottom: 30px;
}

.afterdot::after {
	content: "";
	width: 74px;
	height: 6px;
	display: block;
	background: url(img02/dot.png) no-repeat center center / contain;
	margin: 10px auto 0;
}

.contbox h2 img{
	width: 90%;
	margin: auto;
}

#yobou h2 {
	max-width: 380px;
}

#yobou ul {
	width: 94%;
	margin: auto;
}

#yobou ul li {
	margin-bottom: 40px;
}

.arrow_box {
	position: relative;
	background: #34A8EB;
	padding: 8px;
	margin: 0 auto 25px;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(52, 168, 235, 0);
	border-top-color: #34A8EB;
	border-width: 16px;
	margin-left: -16px;
}

.arrow_box > div {
	display: flex;
	align-items: center;
}

.arrow_box h3 {
	color: #fff;
	font-size: 16px;
	width: 80%;
	margin: 0;
}

.arrow_box img {
	width: 18%;
	margin-right: 2%;
	border-radius: 100%;
	border: 1px solid #fff;
}

#shop h2 {
	max-width: 500px;
}

#murasaki {
	background: url(img02/suisai.jpg);
	padding: 15px;
}

#murasaki > ul > li {
	background: #fff;
	padding: 10px 15px 15px;
}

#murasaki > ul > li:not(:first-child) {
	margin-top: 30px;
}

.shop_data {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #002897;
}

.s_area {
	color: #fff;
	background: #002897;
	font-size: 14px;
	padding: 8px 4px;
	width: 90px;
	margin-right: 10px;
	text-align: center;
}

#shop h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #002897;
}

.owl-slide  {
	position: relative;
	margin: 12px auto;
}

.owl-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #002897;
	border: 1px solid #002897;
}

.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #002897;
	background: #fff;
}

.iine {
	background: url(img02/yellow_sima.gif);
	border: 1px solid #E8DA5E;
	padding: 10px;
	display: flex;
	align-items: center;
}

.iine img {
	width: 60px;
	margin: 0 15px 0 5px;
}

.iine ul li::before {
	content: "・";
}

.iine ul li strong {
	color: #34A8EB;
}

.shopbtn {
	margin: 15px auto 0;
	width: 90%;
}

.shopbtn a{
	display: block;
	color: #fff;
	background: linear-gradient(0deg, rgba(249, 146, 0, 255) 0%, rgba(249, 172, 0, 255) 100%);
	font-weight: bold;
	padding: 14px 6px;
	border-radius: 6px;
	position: relative;
	box-shadow: 0 3px 0 #D17B01;
}

.shopbtn a::after {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	right: 3%;
}

.shopbtn a:hover {
	box-shadow: none;
	text-decoration: none;
	transform: translate3d(0, 3px, 0);
}

#ikisaki h2 {
	max-width: 300px;
}

.sirabe {
	text-align: center;
	font-size: 12px;
}

#ikisaki ul {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#ikisaki li {
	margin-top: 20px;
	width: calc(96%/2);
}


#ikisaki li:first-child {
	width: 100%;
	margin: 0 auto;
}

#ikisaki h3 {
	font-weight: bold;
	font-size: 110%;
	margin: 0 auto 6px;
}

#ikisaki h3::before {
	content: "";
	width: 32px;
	height: 32px;
	background: url(img02/rank01.png) no-repeat center center / contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

#ikisaki .i_02 h3::before {
	background-image: url(img02/rank02.png);
}

#ikisaki .i_03 h3::before {
	background-image: url(img02/rank03.png);
}

#ikisaki .i_04 h3::before {
	background-image: url(img02/rank04.png);
}

#ikisaki .i_05 h3::before {
	background-image: url(img02/rank05.png);
}

.kaisetsu {
	width: 94%;
	margin: 15px auto 0;
}

#matome {
	background: #E2F4FF;
	padding-bottom: 30px;
}

#matome::before {
	content: "";
	height: 100%;
	height: 40px;
	background: url(img02/nami.jpg) no-repeat center center;
	display: block;
}

#matome h2 {
	font-weight: bold;
	color: #34A8EB;
	font-size: 120%;
	margin: 10px auto 0 ;
	text-align: center;
}

#matome > p {
	width: 94%;
	margin: 20px auto;
}

#bloglink {
	position: relative;
	background: #fff;
	padding: 15px;
	width: 94%;
	margin: auto;
	border-right: 2px solid #D2DEE6;
	border-bottom: 2px solid #D2DEE6;
}

#bloglink::before {
	content: "";
	bottom: 6px;
	right: 6px;
	border-top: 1.2em solid transparent;
	border-right: 1.2em solid #F99200;
	position: absolute;
	z-index: 100;
}


#bloglink div {
	display: flex;
	align-items: flex-start;
}
#bloglink div p {
	font-weight: bold;
	margin: 0 0 0 10px;
}

#bloglink div p span {
	font-size: 90%;
	display: block;
}

#bloglink:hover {
	cursor: pointer;
	opacity: .7;
}

#bloglink div img {
	width: 20%;
}

#bloglink a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}


/*★レスポンシブ タブ以上*/
@media only screen and (min-width: 768px) {
	.first .strong_p {
		font-size: 18px;
	}
	
 .first p:nth-child(2) {
		font-size: 16px;
	}
		.first .strong_p {
		text-align: center;
	}
	
	#toku_header {
		position: relative;
	}
	
	.first {
		padding: 15px;
		background: rgba(52, 168, 235, .9);
		position: absolute;
		bottom: -30%;
	}
	
	#yobou {
		margin-top: 100px;
	}
	
	#yobou ul {
		display: flex;
		justify-content: space-between;
	}
	
	#yobou ul li {
		width:calc(94%/3);
	}
	
	#murasaki {
		padding: 30px;
	}
	
	#murasaki > ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#murasaki > ul > li {
		width: calc(97%/2);
		display: flex;
		flex-direction: column;
	}
	
	#murasaki > ul > li:nth-child(2) {
		margin-top: 0;
	}
	
	#murasaki .owl-slide {
		max-width: 250px;
	}
	
	.iine {
		margin-bottom: 15px;
	}
	
	.shopbtn {
		margin-top: auto;
	}
	
	#bloglink {
		width: 80%;
		max-width: 620px;
	}
	
	#ikisaki li:first-child, #ikisaki .i_02{
		width: calc(96%/2);
		padding: 20px;
		margin-top: 0;
	}
	
	#ikisaki .i_03, 	#ikisaki .i_04, 	#ikisaki .i_05{
		width: calc(96%/3);
		padding: 20px;
	}
	
	#matome {
		margin-top: 40px;
	}
	
}

/*★レスポンシブ PC*/
@media only screen and (min-width: 992px) {
	.first {
		bottom: 0;
	}
	#yobou {
		margin-top: 0;
	}

	
}
