@charset "UTF-8";
/* -----------------------------------------------
FileName:@index.css
----------------------------------------------- */

@media screen and (min-width: 770px) {
	.l-content {
		width: 100% !important;
		padding: 0 !important;
	}
#content {
	width: 100%;
    padding: 0;
}

#content h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 16px;
}
.p-news-head01 h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 20px auto 16px;
	width: 100%;
	max-width: 980px;
}
#content h2 {
	font-weight: bold;
	margin: 0 0 30px;
	font-size: 110%;
	text-align: center;
}

#content .announce {
	margin: 20px auto;
	width: 100%;
	max-width: 980px;
}

#content p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content .link {
	margin: 10px 0 10px 0;
}

#content div {
	margin: 15px auto auto auto;
}

#content ul.addr {
	list-style-type: disc;
	padding: 0 0 0 15px;
}

#content p.close {
	text-align: center;
}

.news-image {
	text-align: center;
	margin: 30px 30px;
}

.news-image img {
	max-width: 700px;
}

#area-main div#side-bar {
	margin-top: 0;
}

.news-text .areaList {
	margin-top: 30px;
}

.news-text .areaList li {
	padding: 0px 10px;
	float: left;
	border-right: solid 1px #ddd;
}

.news-text .areaList li a, .shop_info a {
	color: #019BE5;
	text-decoration: underline;
	font-weight:normal;
}

.news-text .areaList li a:hover, .shop_info a:hover {
	text-decoration: none;
}

.news-text .areaList li:last-child {
	border-right: none;
}

#regionDetail li {
	margin-top: -40px;
	padding-top: 40px;
}

#content .regions {
	margin: 30px 0 0;
	padding: 5px;
	color: #fff;
	text-align: left;
	background-color: #019BE5;
}

#content #regionDetail .regions {
	margin-top: 15px;
}

#content .prefectures {
	margin: 25px 0 10px;
	padding: 0 5px;
	color: #019BE5;
	background:none;
}

#content .loaderWrap {
	text-align: center;
	margin: 130px auto;
}

.shop_info {
	overflow: hidden;
	border: 1px solid #000;
	border-top: none;
	background: #ddd;
}

.shop_info dt {
	width: 20%;
	float: left;
	clear: both;
	padding: 10px;
	border-top: 1px solid #000;
	font-weight:normal;
	margin:0;
	background:none;
    box-sizing: border-box;
}

.shop_info dd {
	margin-left: 20%;
    box-sizing: border-box;
	padding: 10px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background: #fff;
	min-height: 52px;
}

#content .shop_info dd p {
	margin: 0;
}

#content div.news_caution {
	margin: 0;
	padding: 10px 12px;
	background: #fefdeb;
	border: 1px solid #039de7;
}

#content div.news_caution strong {
	color: #039de7;
}

/* clearfix */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#side-bar {
	display: none;
}

}
@media screen and (max-width: 769px) {
.l-content{
        width: 300px;
        margin: 0 auto 20px;
}
#content{
	width: 100%;
    padding: 0;
    }
    .p-news-head01__title {
	margin:10px 0 20px;
    font-weight: 700;
    font-size: 16.8px;
}
body {
	word-wrap: break-word;
}
.announce h1 {
	margin:0 0 30px;
	font-weight:bold;
  font-size: 140%;
}

.news-image img {
  max-width: 300px;
}

.news-text {
  line-height: 130%;
}

.sign {
  text-align: right;
  margin: 20px 20px;
}

.news-text .areaList { margin-top: 30px; text-align: center; }
.news-text .areaList li { margin: 5px 0; padding: 0px 5px; display: inline-block; font-size: 14px; border-right: solid 1px #ddd; }
.news-text .areaList li:last-child{ border-right: none; }
.news-text .areaList li a, .shop_info a { color: #019BE5; text-decoration: underline; font-weight: normal; }
.news-text .areaList li a:hover, .shop_info a:hover { text-decoration: none; }
.loaderWrap{
	text-align:center;
	margin: 100px auto;
}
#regionDetail ul li { margin-top: -40px; padding-top: 40px; }
h2.regions { margin: 15px 0 0; padding: 5px; color: #fff; text-align: left; background-color: #019BE5; }
h3.prefectures { font-size:100%;margin: 15px 0 10px; padding: 0 5px; color: #019BE5; font-weight: bold; background: none; }
.shop_info dt { padding: 5px; background-color: #ddd; }
.shop_info dd { padding-bottom: 10px; }

#news_caution{
	margin-top:-40px;
	padding-top:40px;	
}
.news_caution{
	margin-top:15px;
	padding:6px 8px;
	background:#fefdeb;
	border:1px solid #039de7;
	font-size:11px;
}
.news_caution strong{
	color:#039de7;
}
.news_cautionLink{
	margin:10px 0 0;
	padding:6px 8px;
	background:#fefdeb;
	border:1px solid #039de7;
	font-size:11px;
	text-align:center;
}
.news_cautionLink a{
	color:#039de7;
}
.news_pageTop{
	margin:10px 0;
	text-align:center;
}
.news_pageTop a{
	color:#039de7;
}
/* clearfix */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

}