@charset "utf-8";
.textC { text-align: center; }
#bg_white { background-color: #fff; }

#contents-wrap {
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif !important;
	border-top: none;
}
#contents-wrap img { max-width: 100%;}
#section-wrap { width: 100%; margin: auto; }

.ttl {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
	position: relative;
	background-color: #023895;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.ttl:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
}
.ttl span {color: #fff100;}
/* mv */
#mv .mv_img img { vertical-align: bottom;}
/* intro */
#intro { background-color: #fff;}
#intro .txt { font-weight: bold;}
/* items */
.ttl_items { background-color: #f25c02;}
#items { background-color: #fff100;}
#items .item_wrap { display: flex; justify-content: space-between;}

/* map */
#map { background-color: #fff;}
/* shop */
#shop {
	background-color: #d5f0fd;
}
#shop .inner .name { font-weight: 700;}
#shop .inner .info { font-weight: 400; text-align: left; display: inline-block;}
#shop .inner .s_ttl { color: #023894; font-weight:700;}
#shop .inner .access .add,
#shop .inner .access dl.detail { font-weight:400; text-align: left;}
#shop .inner .access dl.detail dd { text-indent: -1em; padding-left: 1em;}
#shop .inner .btn {
	position: relative;
	font-weight: 400;
	background-color: #fff;
	border: 2px solid #003893;
	margin: 0 auto;
}
#shop .inner .btn p::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 17%;
	transform: translateY(-50%);
	background: url(../images/info_btn_arrow.png) no-repeat;
	background-size: contain;
}
#shop .inner .btn p a {
	display: block;
	text-decoration: none;
	color: #000;
}

@media screen and (max-width: 568px) {
#title-area { border-bottom: 3px solid #ff8ba2;}
#title-area h1 { border-left: 3px solid #ff8ba2;}
.pc { display: none; }
.sp { display: block; }
#cate-top #title-area h1 { padding: 2px 0 10px 5px;}
#cate-top #title-area h1 img {height: 30px;}
#contents-wrap { padding: 0 0 50px; background: none; }
.ttl {
	padding: 20px 0;
	font-size: 16px;
	line-height: 22px;
}
.ttl:before{
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #023895;
}
#intro,#items .inner,#map,#shop .inner {
	margin-left: 25px;
	margin-right: 25px;
}
p.page-top-btn { margin: 0 2.66vw 6.66vw 0; padding-top: 2.5vw;}
/* mv */
#mv .mv_img img { width: 100%; vertical-align: bottom;}
/* intro */
#intro { padding: 45px 0; }
#intro .txt { text-align: left; line-height: 24px; font-size: 14px;}
#intro .item_img { padding-top: 25px; }
/* items */
.ttl_items .inner { padding:9.5px 11px;}
#items { padding: 30px 0 45px;}
#items .item_wrap { padding-bottom: 20px;}
#items .item_wrap .item01,
#items .item_wrap .item03,
#items .item_wrap .item05 {padding-right: 7.5px;}
#items .item_wrap .item02,
#items .item_wrap .item04,
#items .item_wrap .item06 {padding-left: 7.5px;}
#items .item_wrap .item01 img,
#items .item_wrap .item02 img,
#items .item_wrap .item03 img,
#items .item_wrap .item04 img,
#items .item_wrap .item05 img,
#items .item_wrap .item06 img { width: 100%;}
#items .baby_kids { padding-top: 10px;}
/* map */
#map { padding: 45px 0;}
/* shop */
#shop .inner { padding: 45px 0 47px;}
#shop .inner .name { font-size: 13px; line-height: 22px; font-weight: 700; padding-bottom: 15px;}
#shop .inner .info { font-size: 13px; line-height: 22px; font-weight: 400; padding-bottom: 30px;}
#shop .inner .s_ttl { font-size: 14px;line-height: 24px; padding-bottom: 15px;}
#shop .inner .access { width: auto; margin: 0 auto; padding-bottom: 40px;}
#shop .inner .access .add { font-size: 13px; line-height: 22px; padding: 10px 0 20px;}
#shop .inner .access .add small { font-size: 12px;}
#shop .inner .access dl.detail { font-size: 12px; line-height: 20px;}
#shop .inner .icon { padding-bottom: 45px;}
#shop .inner .btn { width: 60%;}
#shop .inner .btn p { font-size: 13px;}
#shop .inner .btn p::before { width: 10px; height: 12px;}
#shop .inner .btn p a { padding: 6% 0 6% 1em;}

}/*SP end*/

@media screen and (min-width: 569px) {
#cate-top { padding-top: 108px;}
#title-area { border-bottom: 3px solid #ff8ba2;}
#title-area h1 { border-left: 5px solid #ff8ba2;}
.pc { display: block; }
.sp { display: none; }
#wrap { min-width: 960px; }
#contents-wrap {
	padding: 0 0 50px;
	background: url(/common/images/contents-wrap-bg.gif) left top repeat;
}
.ttl {
	padding: 47.4px 0;
	font-size: 40px;
}
.ttl:before{
 	margin-left: -25px;
	border: 20px solid transparent;
	border-top: 25px solid #023895;
}
#intro,#items .inner,#map,#shop .inner {
	width: 960px;
	margin: 0 auto;
}
p.page-top-btn { width: 960px; margin: 0 auto; padding-top: 10px; }
/* mv */
#mv { background: url(../images/main_bg.png) no-repeat bottom/cover;}
#mv .mv_img img { width: auto; padding: 20px 0 17px;}
/* intro */
#intro { padding: 90px 0;}
#intro .txt { text-align: center; line-height: 48px; font-size: 20px;}
#intro .item_img { padding-top: 50px; }
/* items */
.ttl_items .inner { padding:6.5px 0;}
#items { padding: 60px 0 90px;}
#items .item_wrap { padding-bottom: 40px;}
#items .baby_kids { padding-top: 20px;}
/* map */
#map { padding: 120px 0 90px;}
/* shop */
#shop .inner { padding: 120px 0 80px;}
#shop .inner .name { font-size: 18px; line-height: 34px; font-weight: 700; padding-bottom: 30px;}
#shop .inner .info { font-size: 18px; line-height: 34px; font-weight: 400; padding-bottom: 60px;}
#shop .inner .s_ttl { font-size: 20px;line-height: 34px; padding-bottom: 30px;}
#shop .inner .access { width: 520px; margin: 0 auto; padding-bottom: 80px;}
#shop .inner .access .add { font-size: 18px; line-height: 34px; padding: 20px 0 40px;}
#shop .inner .access .add small { font-size: 16px;}
#shop .inner .access dl.detail { font-size: 16px; line-height: 30px;}
#shop .inner .icon { padding-bottom: 90px;}
#shop .inner .btn { width: 256px;}
#shop .inner .btn p { font-size: 18px;}
#shop .inner .btn p::before { width: 10px; height: 15px;}
#shop .inner .btn p a { padding: 19px 0 19px 1em;}

}/*PC end*/
