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


/*==============================================
store-detail
==============================================*/
#wrapper #container.lower #content .inner_margin.non {
    padding: 25px 2.5%;
}

.notice{
	background: #eeeeee;
	padding: 10px;
	margin-bottom: 20px;
}

.btn_orange_wrap.detail{
	margin-top: 10px;
}

.notice .highlight{
	color: #e90050;
	font-weight: bold;
}

.store_detail .info{
	margin-bottom: 20px;
}

.store_detail .info-service{
	background: #fcf3cd;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}

.store_detail .shop_img {
	margin-bottom: 20px;
}

.store_detail .info li {
	margin-bottom: 5px;
}

.store_detail .info dl {
	width: 100%;
	overflow: hidden;
}

.store_detail .info dt {
	background: #1d2088;
	border: 1px solid #1d2088;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
	width: 35%;
	vertical-align: top;
	float: left;
}

.store_detail .info dt.reverse {
	background: #fff;
	color: #1d2088;
}

.store_detail .info dd {
	display: inline-block;
	width: 65%;
	float: left;
	padding: 5px 0 0 5px;
	font-size: 0.875em;
}

.store_detail .info dd.tel a {
	text-decoration: none;
	color: #333333;
}

.store_detail .info .address dd {
	padding-top: 0;
	line-height: 1.0;
}

.store_detail .service h2{
	font-size: 1.225em;
	color: #1d2088;
	font-weight: bold;
	margin-bottom: 0;
}

.store_detail .service h3{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.store_detail .service ul {
	overflow: hidden;
	width: 100%;
	margin-left: -7px;
}

.store_detail .service ul li {
	float: left;
	width: 23%;
	padding-left: 7px;
	padding-bottom: 7px;
}

.store_detail .service ul li img {
	width: 100%;
}

.store_detail .aboutIcon {
	position: relative;
	padding-left: 15px;
	display: inline-block;
	float: right;
	clear: both;
	font-size: 0.875em;
}

.store_detail .aboutIcon ::before {
	content: "▶";
	color: #1d2088;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
}

.store_detail .aboutIcon a {
	color: #1d2088;
}

.store_detail .aboutIcon a:hover {
	text-decoration: none;
}

.store_detail .attention {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 15px;
	font-size: 0.875em;
}

.store_detail .attention::before {
	content: "※";
}

.store_detail .linkBtns img,
.store_detail .shop_img img{
	width: 100%;
}

.store_detail .linkBtns li:first-child{
	margin-top: 0;
}

.store_detail .linkBtns li a:hover img {
 	opacity: 0.7;
}

.store_detail .linkBtns li{
	margin-top: 10px;
}

#campus_map{
	width: 100%;
	height:300px;
	margin-top: 15px;
}

.mod_btn{
	border-radius: 6px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.mod_btn:hover{
 	opacity: 0.7;
}

.mod_btn a{
	display: block;
	position: relative;
}

.mod_btn a:hover{
	text-decoration: none!important;
}

.mod_btn a:after{
	position: absolute;
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
}

.btn_orange_wrap.map{
	margin: 20px auto 10px;
}

.btn_orange {
	margin: 0 0;
	background: #ff9033;
	/* box-shadow */
	box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
}

.btn_orange a{
	color: #fff;
	padding: 14px 10px 14px 0;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
}

.btn_orange a:after{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	background:url(../../resources/img/common/btn_orange_arrow.png);
	width: 13px;
	height: 13px;
	background-size: contain;
}


/*--  -PC-
-------------------------*/
@media screen and (min-width: 767px){
	
.widthWrap{
	overflow: hidden;
}

h1.ttl.ttl_decoration{
	width: 970px;
	margin-left: -50px;
}
	
	#wrapper #container.lower #content .inner_margin.non {
    padding: 50px 5%;
}
	
	.store_detail .notice {
		padding: 10px;
		overflow: hidden;
	}
	
	.store_detail .notice .text {
		float: left;
		width: 73%;
		padding-bottom: 0;
	}
	
	.store_detail .info-service {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 20px;
	}

	.store_detail .info {
		width: 99%;
		width: -moz-calc(98% / 2);
		width: -webkit-calc(98% / 2);
		width: calc(98% / 2);
		margin: 0 0 0 0;
		word-wrap: break-word;
	}
	
	.store_detail .service h2{
		font-size: 1.625em;
		color: #1d2088;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.store_detail .service h3{
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.store_detail .service{
		width: 99%;
		width: -moz-calc(98% / 2);
		width: -webkit-calc(98% / 2);
		width: calc(98% / 2);
		margin: 0 0 0 1%;
		word-wrap: break-word;
	}

	.store_detail .service ul li {
		width: 63px;
		padding-left: 7px;
		padding-bottom: 7px;
	}
	
	.store_detail .info dd {
		padding: 5px 0 0 10px;
	}
	
	.store_detail .info .address dd {
		padding-top: 0;
		line-height: 1.0;
	}
	
	.store_detail .linkBtns ul,
	.store_detail .shop_img ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-left: -1%;
		justify-content: center;
	}
	
	.store_detail .linkBtns ul{
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.store_detail .linkBtns li:first-child,
	.store_detail .shop_img li:first-child{
		margin-top: 0;
	}

	.store_detail .linkBtns li,
	.store_detail .shop_img li{
		width: 99%;
		width: -moz-calc(98% / 2);
		width: -webkit-calc(98% / 2);
		width: calc(97% / 2);
		margin: 0 0 0 1%;
		word-wrap: break-word;
	}
	
	.store_detail .linkBtns li:first-child{
		width: -moz-calc(93.8% / 2);
		width: -webkit-calc(93.8% / 2);
		width: calc(93.8% / 2);
	}
	
	#campus_map{
		height:450px;
	}
	
	.btn_orange_wrap.map {
		width: 200px;
		float: right;
	}
	
	.btn_orange_wrap.detail {
		width: 26%;
		float: right;
		margin-top: 0;
	}
	
	.btn_orange a:after {
		right: 10px;
	}
	
	/* 20190820*/
	.store_detail .linkBtns ul { margin: 15px 0 0 0 !important; display: block !important; }
	.store_detail .linkBtns li { margin: 0 0 10px 0!important; padding: 0 0 0 1%; width: 50% !important; float: left; box-sizing: border-box; }

}
