@charset "utf-8";
/* PCを基本設計------------
 - 〜479px：スマートフォン縦
 - 480px〜：PC、タブレット
-------------------------------*/

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

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	width: 100vw !important;
	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;
}

a {
	color: #333;
}

a:hover {
	opacity: .6;
}

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

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

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

#wrapper {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	margin-top: 30px;
	font-size: 1.8rem;
	font-weight: 700;
}

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

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

#shop-list ul li {
	text-align: left;
	margin: 9px 0;
	width: 49%;
	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: "■";
}


.btn-square-pop {
	font-size: 3rem;
	position: relative;
	display: block;
	margin: 10%;
	padding: 0.25em 0.5em;
	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-weight: bold;
}

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

.youtuber {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 60%;
}

.youtuber iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube_volume {
	visibility: hidden;
}



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

	h1 {
		font-size: 2.4rem;
	}

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

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

}
