@charset "utf-8";
html {
	font-size: 62.5%;
	background: #fff;
}
body {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	max-width: 828px;
	margin: 0 auto;
	padding: 0 3%;
}
img {
	width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
address {
	font-style: normal;
	padding: 5px 0;
}
ol {
	padding-left: 9%;
}
.text10 {
	font-size: 1rem;
}
.text12 {
	font-size: 1.2rem;
}
.text14 {
	font-size: 1.4rem;
}
.text16 {
	font-size: 1.6rem;
}
.text18 {
	font-size: 1.8rem;
}
.text20 {
	font-size: 2rem;
}
.text22 {
	font-size: 2.2rem;
}
.text24 {
	font-size: 2.4rem;
}
.text26 {
	font-size: 2.6rem;
}
.text28 {
	font-size: 2.8rem;
}
.text30 {
	font-size: 3rem;
}
.lh100 {
	line-height: 100%;
}
.lh110 {
	line-height: 110%;
}
.lh120 {
	line-height: 120%;
}
.lh130 {
	line-height: 130%;
}
.lh140 {
	line-height: 140%;
}
.lh150 {
	line-height: 150%;
}
.radius {
	border-radius: 4px;
}
header {
	margin-bottom: 10px;
}
footer {
	text-align: center;
	margin-top: 10px;
}
footer small {
	display: block;
	height: 30px;
	line-height: 30px;
	background: #333;
	color: #fff;
	margin-top: 10px;
}
footer p a {
	display: inline-block;
	width: 120px;
	padding: 7px;
	background: #ccc;
	text-decoration: none;
}
footer p a:visited {
	text-decoration: none;
}
h1 {
	font-size: 1rem;
	padding: 5px 0;
}
/*indexpage*/
#area_entrance{
	display: flex;
}
#area_entrance .btn_top {
	width: 50%;
}
#area_entrance .btn_top_oomiya{
	position:relative;
}

#area_entrance .btn_top_oomiya p{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:20px;
	width:100%;
	text-align:center;
	font-weight:900;
	position:absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	margin:0;
	padding:0;
	text-shadow:
	#fff 2px 0px,  #fff -2px 0px,
	#fff 0px -2px, #fff 0px 2px,
 	#fff 2px 2px , #fff -2px 2px,
	#fff 2px -2px, #fff -2px -2px,
	#fff 1px 2px,  #fff -1px 2px,
	#fff 1px -2px, #fff -1px -2px,
	#fff 2px 1px,  #fff -2px 1px,
	#fff 2px -1px, #fff -2px -1px;
}

#area_entrance .btn_top_oomiya img{
	filter:opacity(40%);
}

/*ブログエリア*/
#area_blog {
	margin: 0 auto;
}
#blog_header {
	margin: 20px 0;
}
#blog_footer {
	margin: 0 0 20px;
}
#feed {
	margin: 5px 0;
	margin-left: 10%;
	margin-right: 6%;
}
#feed li {
	list-style: disc;
	margin: 0 0 10px;
}
#area_blog a:link {/*未訪問のリンク*/
	color: #330000;
	text-decoration: underline;
}
#area_blog a:visited {/*訪問後のリンク*/
	color: #330000;
	text-decoration: underline;
}
#area_blog a:hover {/*マウスをのせたとき*/
	color: #cc6600;
	text-decoration: underline;
}
#area_blog a:active {/*クリック中*/
	text-decoration: underline;
}
/*twitterエリア*/

#twitter_btn {
	max-width: 98%;
	margin: 0 auto;
	padding: 0 2%;
}
.twitter-timeline {
	width: 100%;
	height: 450px;
}
/*shoppage　共通*/
nav {
	margin-top: 10px;
}
#slideBtn {
	position: fixed;
	top: 0;
	right: 0;
	width: 55px;
	height: 45px;
	line-height: 45px;
	border-radius: 0 0 0 4px;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}
#slideMenu {
	position: fixed;
	background: #fff;
	top: 0;
	right: -100%;
	width: 80%;
	z-index: 10;
	border: 2px solid;
	border-radius: 0 0 0 4px;
	text-align: center;
}

#slideMenu dt {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted;
	color: #fff;
	cursor: pointer;
}
#slideMenu a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted;
}
#slideMenu li:last-child a {
	border: none;
}

#overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	visibility:hidden;
	background-color:transparent;
	cursor:default;
	z-index:6;
}
#overlay.overlayVisible{
	visibility:visible;
	background-color:rgba(0,0,0,0.75);
}
figure {
	margin: 10px 0 20px;
}
h2 {
	font-size: 1.6rem;
	height: 44px;
	line-height: 44px;
	border-left: 6px solid;
	background: #efefef;
	padding-left: 4%;
	margin: 30px 0 10px;
}
h3 {
	font-size: 1.4rem;
	padding: 10px 0 2px;
	border-bottom: 2px dotted;
	margin-bottom: 5px;
}

section.content {
	margin-bottom: 25px;
}
section.contentChild {
	margin-bottom: 15px;
}

i.fa{
	padding-right:2%;
}

#about p {
	margin-bottom: 5px;
}
#about dl {
	background: #efefef;
	padding: 5px 0;
	padding-left: 2%;
	padding-right: 2%;
}
#system dl {
	margin: 20px 0 10px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	border: 1px dotted #bbb;
}
#system dl dt {
	background: #ddd;
	height: 35px;
	line-height: 35px;
	padding-left: 5%;
	margin-top: 12px;
}
#system dl dt:first-child {
	margin: 0;
}
#system dl dt.notice {
	background: #ffda8b;
}
#system dl dd {
	text-align: right;
	padding-right: 5%;
	padding-top: 5px;
}
#system dl dd span {
	color: #f00;
}
#attention {
	border: 2px solid #ff0000;
	padding-bottom: 5px;
}
#attention h4 {
	background: #ff0000;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding-left: 2%;
	margin-bottom: 5px;
}
#attention p, #attention ul {
	padding: 0 4%;
}
#attention i{
	color:#f00;
}

#access figure {
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#access figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#qa dt {
	margin: 20px 0 10px;
	padding-left: 10%;
	padding-top: 3px;
	font-size: 1.4rem;
	border-bottom: 2px dotted;
}
#qa dd p {
	margin-bottom: 5px;
}
#hyoushiki{
	max-width: 828px;
	margin: 10px auto;
	padding: 3%;
	text-align:left;
}

#hyoushiki h3{
	padding:2px 0;
	border-top:2px dotted;
	text-align:center;
}
/*shoppage　川越*/
#kawagoe #slideBtn {
	background: #0078f5;
}
#kawagoe #slideMenu {
	border-color: #0078f5;
}
#kawagoe #slideMenu dt, #kawagoe #slideMenu li {
	border-color: #0078f5;
}
#kawagoe #slideMenu dt {
	background: #0078f5;
}
#kawagoe section.content h2 {
	border-color: #7ebdff;
}
#kawagoe h3 {
	border-color: #7ebdff;
}
#kawagoe i{
	color:#7ebdff;
}

#kawagoe #qa dt {
	background: url(../images/kawagoe/qa_sp.png) no-repeat 1% 45% #ddd;
	background-size: 20px;
	border-color: #7ebdff;
}
/*shoppage　大宮*/
#oomiya #slideBtn {
	background: #f50044;
}
#oomiya #slideMenu {
	border-color: #f50044;
}
#oomiya #slideMenu dt, #kawagoe #slideMenu li {
	border-color: #f50044;
}
#oomiya #slideMenu dt {
	background: #f50044;
}
#oomiya section.content h2 {
	border-color: #ff7ea2;
}
#oomiya h3 {
	border-color: #ff7ea2;
}

#oomiya i{
	color:#ff7ea2;
}

#oomiya #qa dt {
	background: url(../images/oomiya/qa_sp.png) no-repeat 1% 45% #ddd;
	background-size: 20px;
	border-color: #ff7ea2;
}

#heiten {
	border: 2px solid #f50044;
	padding: 10px;
	font-weight:bold;
}
