@charset "utf-8";

/*======================================================
	Original style
======================================================== */

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "noto-sans-cjk-jp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
	word-wrap: break-word;
	transition: .3s;
}

img {
	width: 100%;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

hr {
	display: none;
}

section button {
	margin: 0 auto;
}

a:hover {
	opacity: .6;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

/*======================================================
	main
======================================================== */

.wrapper {
	padding: 15px 0;
	/*background: #FFF8C8;*/
	background: #333;
}

#obihiro.wrapper {
	margin: auto;
	padding: 0;
	max-width: 550px;
	background-color: #fff;
}

.inner {
	margin: auto;
	width: 92%;
	max-width: 550px;
}


/*実施店舗一覧*/

#shop-list {
	margin: 40px auto;
}

h2 {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	/*color: #822227;*/
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .1rem;
}

h2:before {
	display: inline-block;
	position: absolute;
	content: "";
	bottom: -12px;
	/*下線の上下の位置*/
	left: 50%;
	width: 40px;
	/*下線の幅*/
	height: 4px;
	/*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	/*位置の調整*/
	/*background-color: #822227; /*下線の色*/
	background-color: #fff;
}

.ex {
	margin-top: 45px;
	color: #fff;
	font-size: 1.4rem;
}

#shop-list ul {
	margin-top: 30px;
}

#shop-list ul li {
	margin: 9px 0;
	width: 49%;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
}

@media screen and (min-width:395px) {
	#shop-list ul li {
		font-size: inherit;
	}
}

#shop-list ul li a {
	margin-left: -5px;
	text-decoration: underline;
}

#shop-list ul li::before {
	content: "■";
}

/*注意事項*/

#note {
	padding: 20px 0;
	background: #fff;
	border-radius: 20px;
}

h3 {
	padding-bottom: 15px;
	font-size: 2rem;
	font-weight: 700;
}

h3::before,
#note ul li::before {
	content: "※";
	padding-right: 2px;
}

#note ul li {
	line-height: 1.5;
}

#note ul li:not(:last-child) {
	margin-bottom: 11px;
}


/*閉じるボタン*/

.btn-square-pop {
	position: relative;
	display: block;
	margin: 10%;
	padding: 0.25em 0.5em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
	/*背景色*/
	border-bottom: solid 2px #d27d00;
	/*少し濃い目の色に*/
	border-radius: 4px;
	/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-size: 2rem;
	font-weight: bold;
}

.btn-square-pop:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



@media screen and (min-width:768px) {

	#obihiro.wrapper {
		margin-top: 20px;
	}

	#obihiro.wrapper,
	.inner {
		width: 90%;
		max-width: 780px;
	}

	/*実施店舗一覧*/

	#shop-list {
		margin: 60px 0;
	}

	h2 {
		font-size: 3.6rem;
	}

	h2:before {
		bottom: -12px;
		/*下線の上下の位置*/
		width: 55px;
		/*下線の幅*/
		height: 5px;
		/*下線の太さ*/
	}

	.ex {
		margin-top: 60px;
		font-size: 1.8rem;
	}

	#shop-list ul li {
		margin: 10px 0;
		font-size: 2rem;
	}

	/*閉じるボタン*/

	.btn-square-pop {
		font-size: 3rem;
	}
}