@charset "utf-8";

/*　751px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:751px) {
	#region #wrap{
		width: 100%;
		min-width: 980px;
		margin: 0 auto;
		letter-spacing: 0.06em;
	}
	#region #wrap #contents{
		width: 980px;
		margin: 0 auto;
	}
	#region #wrap #contents p{
		line-height: 1.6;
	}
	img{
		vertical-align: bottom;
	}

	/* ファーストビューエリア */
	.underlayer--firstview__wrap{
		width: 100%;
		min-width: 980px;
		margin: 0 auto 40px;
		background: #F9F1F1;
		padding: 32px 0;
	}
	.underlayer--firstview__inr{
		width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.underlayer--firstview__left{
	}
	.underlayer--firstview__ttl h1{
		font-size: 38px;
		color: #EA0029;
		letter-spacing: 0.03em;
		margin-bottom: 18px;
	}
	.underlayer--firstview__ttl h1 span{
		font-size: 16px;
		letter-spacing: 0.06em;
		display: block;
		margin-bottom: 8px;
	}
	.underlayer--firstview__lead{
		font-size: 14px;
		line-height: 1.86;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.underlayer--firstview__image{
		margin-bottom: 12px;
		position: relative;
	}
	.underlayer--firstview__image::before{
		content: "資料配布中";
		font-size: 13px;
		letter-spacing: 0.04em;
		text-align: center;
		color: #fff;
		line-height: 78px;
		background: #EA0029;
		border-radius: 50px;
		width: 78px;
		height: 78px;
		position: absolute;
		top: -20px;
        right: -34px;
	}
	.underlayer--firstview__btn {
		text-align: center;
	}
	.underlayer--firstview__btn p{
		margin-bottom: 10px;
        font-weight: 500;
        letter-spacing: 0;
	}
	.underlayer--firstview__btn a{
		display: inline-block;
		letter-spacing: 0;
		color: #fff;
		font-weight: 700;
		background: #185ABC;
		border-radius: 4px;
		padding: 16px 40px;
		position: relative;
		transition: 0.3s;
	}
	.underlayer--firstview__btn a:hover{
		background-image: linear-gradient(to right, #185ABC, #0c3169);
	}
	.underlayer--firstview__btn a::before{
		content: "";
		background: url("../../case-studies/img/fv-document-dl-icon.svg");
		width: 18px;
		height: 18px;
		position: absolute;
		top: 14px;
        right: 12px;
	}



	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 80px;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 160px 190px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: bold;
		padding-left: 50px;
		line-height: 1.5;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
		padding-left: 50px;
	}
	#region #wrap .btn02 {
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		margin-right: 2px;
		display: block;
		margin-bottom: 15px;
		float: right;
		letter-spacing: 0;
		border-bottom: 1px solid;
	}


	/** ページタイトルの対応 **/
	#region .page_info{
		margin-top: 80px;
		margin-bottom: 70px;
	}
	#region .page_ttl p{
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.0;
		width: 90px;
		margin: 0 auto 5px;
	}
	#region .page_info h1{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 50px;
		line-height: 1.4;
	}
	#region .page_info .page_lead{
		font-size: 15px;
		font-size: 1.5rem;
		text-align: center;
		line-height: 2;
		margin: 0 auto;
	}


	/** 店舗一覧 **/
	.shop--list{
		width: 880px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.shop--list ul{
		display: flex;
		flex-wrap: wrap;
	}
	.shop--list ul li {
		width: 280px;
		margin-bottom: 40px;
		margin-left: 20px;
	}
	.shop--list ul li:nth-of-type(3n + 1){
		margin-left: 0;
	}
	.shop--list .shop--list__mb0{
		margin-bottom: 0 !important;
	}
	.shop--list ul li div.shop--list__image{
		margin-bottom: 16px;
		line-height: 0;
	}
	.shop--list ul li p.shop--list__name{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 8px;
		line-height: 1.6;
		display: inline-block;
	}
	.shop--list ul li p.shop--list__name a{
		color: #EA0029;
	}
	.shop--list ul li p.shop--list__name a:hover{
		opacity: 0.8;
	}
	.shop--list ul li p.shop--list__name span.shop--list__name__icon{
		position: relative;
	}
	.shop--list ul li p.shop--list__name span.shop--list__name__icon:after{
		content: "";
		position: absolute;
		top: 7px;
		right: -20px;
		background: url("../../case-studies/region/img/icon-link.svg");
		background-size: contain;
		width: 11px;
		height: 11px;
	}
	.shop--list ul li dl.shop--list__address{
		display: flex;
		margin-bottom: 18px;
	}
	.shop--list ul li dl.shop--list__address dt{
		font-size: 14px;
		line-height: 1.6;
		position: relative;
		width: 3em;
	}
	.shop--list ul li dl.shop--list__address dt:after{
		content: "：";
		position: absolute;
		right: 0;
		top: 0;
		font-size: 14px;
	}
	.shop--list ul li dl.shop--list__address dd{
		font-size: 14px;
		line-height: 1.6;
		width: calc(100% - 3em);
	}
	.shop--list ul li a.shop--list__btn{
		display: block;
		margin: 0 auto;
		background: #EA0029;
		border-radius: 26px;
		width: 95%;
		text-align: center;
		padding: 16px 0 18px;
		color: #fff;
		position: relative;
	}
	.shop--list ul li a.shop--list__btn::after{
		content: "";
		position: absolute;
		top: 16px;
		right: 16px;
		background: url("../../case-studies/region/img/icon-arrow.svg");
		background-size: contain;
		width: 15px;
		height: 15px;
		transition: 0.3s;
	}
	.shop--list ul li a.shop--list__btn:hover{
		opacity: 0.8;
	}
	.shop--list ul li a.shop--list__btn:hover::after {
		right: 14px;
	}



}





/*////////////////////////////////////////////////////////////////////////////

　750px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:750px) {
	img{
		vertical-align: bottom;
	}
	#header{
		padding-bottom: 5%;
	}
	#region #wrap{
		width: 100%;
		letter-spacing: 0.06em;
	}
	#region #wrap #contents{
		width: 90%;
		margin: 0 auto 10%;
	}
	#region #wrap #contents p{
		line-height: 1.6;
	}
	/* ファーストビューエリア */
	.underlayer--firstview__wrap{
		width: 100%;
		margin-bottom: 3.8%;
		background: #F9F1F1;
		padding: 10% 0;
	}
	.underlayer--firstview__inr{
		width: 90%;
		margin: 0 auto;
	}
	.underlayer--firstview__left{
		margin-bottom: 10%;
	}
	.underlayer--firstview__ttl h1{
		font-size: 28px;
		color: #EA0029;
		letter-spacing: 0.03em;
		margin-bottom: 3%;
		line-height: 1.3;
	}
	.underlayer--firstview__ttl h1 span{
		font-size: 16px;
		letter-spacing: 0.06em;
		display: block;
	}
	.underlayer--firstview__lead{
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		font-weight: 400;
	}
	.underlayer--firstview__image{
		margin-bottom: 1.5%;
		position: relative;
		width: 88%;
		margin: 0 auto 3%;
	}
	.underlayer--firstview__image::before{
		content: "資料配布中";
		font-size: 12px;
		letter-spacing: 0;
		text-align: center;
		color: #fff;
		line-height: 70px;
		background: #EA0029;
		border-radius: 60px;
		width: 70px;
		height: 70px;
		position: absolute;
		top: -22%;
        right: -7%;
	}
	.underlayer--firstview__btn {
		text-align: center;
	}
	.underlayer--firstview__btn p{
		margin-bottom: 10px;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 14px;
		line-height: 1.5;
	}
	.underlayer--firstview__btn a{
		display: inline-block;
		letter-spacing: 0;
		color: #fff;
		font-weight: 700;
		background: #185ABC;
        border-radius: 5px;
        padding: 6.5% 16%;
        position: relative;
        transition: 0.3s;
        font-size: 14px;
        line-height: 1;
	}
	.underlayer--firstview__btn a::before{
		content: "";
		background: url("../../case-studies/img/fv-document-dl-icon.svg");
		width: 26px;
        height: 26px;
        position: absolute;
        top: 27%;
        right: 5%;
        background-size: contain;
	}



	/* 共通ボタン - 2 デザイン */
	#region #wrap .btn02{
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		display: block;
		margin-bottom: 30px;
		letter-spacing: 0;
		border-bottom: 1px solid;
		float: right;
    	display: block;
	}

	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 8%;
		margin-bottom: 50px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: -2.5%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 100px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
	}

	
	/** ページタイトルの対応 **/
	#region .page_info{
		margin-top: 50px;
   		margin-bottom: 30px;
	}
	#region .page_ttl p{
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.0;
		width: 88px;
		margin: 0 auto;
	}
	#region .page_info h1{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	#region .page_info .page_lead{
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.8;
	}



	/** 店舗一覧 **/
	.shop--list{
		width: 100%;
		margin: 0 auto;
	}
	.shop--list ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	.shop--list ul li:nth-of-type(3n + 1){
		margin-left: 0;
	}
	.shop--list ul li:last-child{
		margin-bottom: 0;
	}
	.shop--list ul li div.shop--list__image{
		margin-bottom: 5%;
		line-height: 0;
	}
	#region #wrap #contents .shop--list ul li p.shop--list__name{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 3%;
		line-height: 1.6;
		display: inline-block;
	}
	.shop--list ul li p.shop--list__name a{
		color: #EA0029;
		font-size: 16px;
	}
	.shop--list ul li p.shop--list__name span.shop--list__name__icon{
		position: relative;
	}
	.shop--list ul li p.shop--list__name span.shop--list__name__icon:after{
		content: "";
		position: absolute;
		top: 3px;
		right: -26px;
		background: url("../../case-studies/region/img/icon-link.svg");
		background-size: contain;
		width: 18px;
		height: 18px;
	}
	.shop--list ul li dl.shop--list__address{
		display: flex;
		margin-bottom: 5%;
	}
	.shop--list ul li dl.shop--list__address dt{
		font-size: 14px;
		line-height: 1.6;
		position: relative;
		width: 3em;
	}
	.shop--list ul li dl.shop--list__address dt:after{
		content: "：";
		position: absolute;
		right: 0;
		top: 0;
		font-size: 14px;
	}
	.shop--list ul li dl.shop--list__address dd{
		font-size: 14px;
		line-height: 1.6;
		width: calc(100% - 3em);
	}
	.shop--list ul li a.shop--list__btn{
		display: block;
		margin: 0 auto;
		background: #EA0029;
		border-radius: 40px;
		width: 100%;
		text-align: center;
		padding: 16px 0 18px;
		color: #fff;
		position: relative;
		font-size: 16px;
	}
	.shop--list ul li a.shop--list__btn:after{
		content: "";
		position: absolute;
		top: 23px;
		right: 22px;
		background: url("../../case-studies/region/img/icon-arrow.svg");
		background-size: contain;
		width: 20px;
		height: 20px;
	}


}

