@charset "UTF-8";

.weather {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:
		Arial,
		"Helvetica Neue",
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	color: #0086d1;
}

.weather__info {
	display: flex;
	align-items: center;
}

.weather__yobi {
	font-size: 16px;
}

#month {

	font-size: 19px;
	margin-right: 36px;
}

.weather__temp_min1,
.weather__temp_line,
.weather__temp_max1 {
	font-size: 24px;
}

.weather__temp_line {
	margin: 0 24px;
}

.page--weather {
	margin-top: 30px;
}

.weather__day1_icon {
	margin-left: 18px;
}

.snap {
	padding-top: 82px;
}

.snap iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 66.6666666vw;
	max-height: 646px;
	max-width: 960px;
}

.arealist2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -28px;
	padding-bottom: 108px;
}


.arealist2__item {
	width: 24%;
	margin-bottom: 28px;
}

/* .arealist2__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 28px 3%;
} */

.arealist2__item--a {
	border: #e3525b 3px solid;
}

.arealist2__item--b {
	border: #f39939 3px solid;
}

.arealist2__item--c {
	border: #00b4d6 3px solid;
}

.arealist2__item--d {
	border: #3071b9 3px solid;
}

.arealist2__item--a .arealist2__item-icon {
	width: 27px;
	margin-right: 20px;
}

.arealist2__item--b .arealist2__item-icon {
	width: 16px;
	margin-right: 13px;
}

.arealist2__item--c .arealist2__item-icon {
	width: 45.8px;
	margin-right: 11px;
}

.arealist2__item--d .arealist2__item-icon {
	width: 27px;
	margin-right: 22px;
}

.arealist2__item-title {
	display: flex;
	align-items: center;
	margin-right: 34px;

}

.arealist2__item--a .arealist2__item-title {
	color: #e3525b;
}

.arealist2__item--b .arealist2__item-title {
	color: #f39939;
}

.arealist2__item--c .arealist2__item-title {
	color: #00b4d6;
}

.arealist2__item--d .arealist2__item-title {
	color: #3071b9;
}

.arealist2__item-title h3 {
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 18px;
}

.arealist2__item-name {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #666666;
}
.arealist2__item-icon.aBlock--icon {
	width: 27px;
	height: auto;
}
.arealist2__item-icon.bBlock--icon {
	width: 16px;
	height: auto;
}
.arealist2__item-icon.cBlock--icon {
	width: 45px;
	height: auto;
}
.arealist2__item-icon.dBlock--icon {
	width: 27px;
	height: auto;
}
.areaList2__title--ja{
	font-size: 16px;
	text-decoration: underline;
	color: #666666;
}
.areaList2__txt {
	font-size: 12px;
	color: #808080;
	margin-bottom: 5px;
}
.areaList2__img {
	width: 100%;
	height: auto;
}
.arealist2__item h3 {
	margin-left: 10px;
}
.arealist2__item:nth-child(1) h3 {
	color: #e3525b;
}
.arealist2__item:nth-child(2) h3 {
	color: #f39939;
}
.arealist2__item:nth-child(3) h3 {
	color: #00b4d6;
}
.arealist2__item:nth-child(4) h3 {
	color: #3071b9;
}

@media screen and (max-width: 960px) {
	.arealist2__item-title {
		margin-right: 9%;
	}

	.arealist2__item-name {
		font-size: 2vw;
	}

	.arealist2__item-title h3 {
		font-size: 1.875vw;
	}
}

@media screen and (max-width: 768px) {
	.arealist2__item {
		width: 45%;
	}

	.arealist2__item-title h3 {
		font-size: 18px;
	}

	.arealist2__item-name {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.weather {
		flex-direction: column;

	}

	#month {
		margin-right: 0;
	}

	.weather__info {
		justify-content: center;
	}

	.arealist2__item-title h3 {
		font-size: 3.75vw;
	}

	.arealist2__item-name {
		font-size: 4.1vw;
	}

	.arealist2__item-title {
		margin-right: 3%;
	}
}


/* -------------------------------------
mainimg
------------------------------------- */
#mainimg {
 max-width: 1385px;
 height: auto;
 min-height:300px;
 margin: 0 auto;
 /*background:url(../imgs/index/mainimg.jpg) center center no-repeat;*/
 background-size:cover;
 border-bottom: 1px solid #e6e6e6;
 position: relative;
}
#mainimg:before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 169, 157, 0.2);
 position: absolute;
 z-index: 2;
}
#mainimg .ttl {
 color: #fff;
 font-size: 52px;
 font-weight: normal;
 text-align: center;
 padding: 0 20px;
 position: absolute;
 top: 50%;
 left: 0;
 right: 0;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 3;
}
#mainimg .mainimg {
 width: 100%;
 height: 100%;
}

#mainimg .slide li {
 min-height:300px;
 background-position:center center;
 background-repeat:no-repeat;
 background-size:cover;	
}
#mainimg .slide li#mimg1 {
 background-image:url(../imgs/index/mainimg1.jpg);
}
#mainimg .slide li#mimg2 {
 background-image:url(../imgs/index/mainimg2.jpg);
}
#mainimg .slide li#mimg3 {
 background-image:url(../imgs/index/mainimg3.jpg);
}
#mainimg .slide li#mimg4 {
 background-image:url(../imgs/index/mainimg4.jpg);
}
#mainimg .slide li#mimg5 {
 background-image:url(../imgs/index/mainimg5.jpg);
}
#mainimg .slide li#mimg6 {
 background-image:url(../imgs/index/mainimg6.jpg);
}


#tel_contact {
	padding:15px 0 10px;
	border-bottom: 1px solid #e6e6e6;
}
#tel_contact .flex {
	justify-content: space-between;
}
#tel_contact dl {
	display:flex;
	align-items: center;
	align-self: center;
	width:calc((100% - 30px)/3);
}
#tel_contact dl dt {
	font-size:14px;
	line-height:1.2;
	margin-right:15px;
}
#tel_contact dl dd {
	color:#0086d1;
	font-size:24px;
	line-height:1.2;
}
#tel_contact dl dd span {
	font-size: 12px;
	display:block;
}
#tel_contact dl dd a {
	color:#0086d1;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
}

/* -------------------------------------
common
------------------------------------- */
.index .ttlbk {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #e6e6e6;
}
.index .ttlbk .secttl {
	line-height:1;
	display:flex;
	align-items: center;
}
.index .ttlbk .secttl img {
	width:26px;
	height:auto;
	margin-right:15px;
}
.index .ttlbk .secttl span {
	font-size:26px;
	border-left:1px solid #e6e6e6;
	padding-left:10px;
}

.index .btn_large {
	font-size:16px;
	text-align:center;
	padding:30px 20px;
	background-color: #dff2fc;
	border:3px solid transparent;
}
.index .btn_large span {
	display:inline-block;
	padding-left:15px;
	position:relative;
}
.index .btn_large span:before {
	content:"";
	width:6px;
	height:6px;
	display:inline-block;
background: url(../imgs/common/arrow_br.svg);
position:absolute;
left:0;
top:50%;
-webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
z-index:1;
}

.index .btn_large:hover {
	border-color: #dff2fc;
	background-color: transparent;
	opacity:1;
}
.index .btn_large:hover span {
	text-decoration: underline;
}

/* -------------------------------------
hokkaido_info
------------------------------------- */
.index #hokkaido_info {
	text-align:center;
	margin-top:40px;
}
.index #hokkaido_info .bnr {
	display:block;
	width:100%;
	/*max-width:648px;*/
	max-width:467px;
	margin:0 auto 20px;
}




/* -------------------------------------
areainfo
------------------------------------- */
.index #areainfo .arealist li {
	margin-bottom:35px;
}
.index #areainfo .arealist li .areattlbk {
	padding-top:20px;
	position:relative;
}
.index #areainfo .arealist li .mttl {
	padding-left:55px;
	margin-bottom:35px;
	border-bottom:1px solid #e6e6e6;
	background-position:20px center;
	background-repeat:no-repeat;
	background-size:auto 25px;
}
.index #areainfo .arealist li .mttl span {
	color:#e3525b;
	display:inline-block;
	padding-bottom:5px;
	position:relative;
}
.index #areainfo .arealist li .mttl span:before {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background-color:#e3525b;
	position:absolute;
	left:0;
	bottom:-2px;
	z-index:2;
}
.index #areainfo .arealist li .areattlbk p {
	display:inline-block;
	position:absolute;
	bottom:0;
	left:150px;
	z-index:1;
}
.index #areainfo .arealist li .areattlbk p {
	color:#666;
	padding-bottom:12px;
}
.index #areainfo .arealist li .areattlbk p .line {
	font-size:18px;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
	margin-right:0.5em;
}
.index #areainfo .arealist li .areattlbk:hover p .line {
	border-bottom: 1px solid #666;
}
.index #areainfo .arealist li .areattlbk p span.stx {
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
}

.index #areainfo .arealist li .imgbk {
	margin-right:35px;
	width:252px;
	border-radius:5px;
}
.index #areainfo .arealist li .imgbk img {
	border-radius:5px;
}
.index #areainfo .arealist li .txtbk {
	width:calc(100% - 287px);
}
.index #areainfo .arealist li .txtbk .bkinfo {
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.index #areainfo .arealist li .txtbk .bkinfo >* {
	width:50%;
	min-width:330px;
}
.index #areainfo .arealist li .txtbk .bkinfo dl {
	/*font-size:14px;
	line-height:1.8;*/
	font-size:16px;
	line-height:2.8;
	display:flex;
	flex-wrap: wrap;
}
.index #areainfo .arealist li .txtbk .bkinfo dl dt {
	width:6em;
}
.index #areainfo .arealist li .txtbk .bkinfo dl dd {
	width:calc(100% - 6em);
}
.index #areainfo .arealist li .txtbk .bkinfo dl dd span {
	display:inline-block;
}
.index #areainfo .arealist li .txtbk .bkinfo dl dd a:hover {
	text-decoration:underline;
}

/*ブロックごとの配色*/
.index #areainfo .arealist li.block_a .mttl {
	background-image:url(../imgs/common/nav_1.svg);
}
.index #areainfo .arealist li.block_a .mttl span {
	color:#e3525b;
}
.index #areainfo .arealist li.block_a .mttl span:before {
	background-color:#e3525b;
}
.index #areainfo .arealist li.block_a .txtbk .bkinfo dl dt {
	color:#e3525b;
}

.index #areainfo .arealist li.block_b .mttl {
	background-image:url(../imgs/common/nav_2.svg);
}
.index #areainfo .arealist li.block_b .mttl span {
	color:#f39939;
}
.index #areainfo .arealist li.block_b .mttl span:before {
	background-color:#f39939;
}
.index #areainfo .arealist li.block_b .txtbk .bkinfo dl dt {
	color:#f39939;
}

.index #areainfo .arealist li.block_c .mttl {
	background-image:url(../imgs/common/nav_3.svg);
	background-position:0 center;
}
.index #areainfo .arealist li.block_c .mttl span {
	color:#00b4d6;
}
.index #areainfo .arealist li.block_c .mttl span:before {
	background-color:#00b4d6;
}
.index #areainfo .arealist li.block_c .mttl span:after {
	content:"";
	display:block;
	width:50%;
	height:3px;
	background-color:#fdd23e;
	position:absolute;
	right:0;
	bottom:-2px;
	z-index:3;
}

.index #areainfo .arealist li.block_c .txtbk .bkinfo dl dt {
	color:#00b4d6;
}

.index #areainfo .arealist li.block_d .mttl {
	background-image:url(../imgs/common/nav_4.svg);
}
.index #areainfo .arealist li.block_d .mttl span {
	color:#3071b9;
}
.index #areainfo .arealist li.block_d .mttl span:before {
	background-color:#3071b9;
}
.index #areainfo .arealist li.block_d .txtbk .bkinfo dl dt {
	color:#3071b9;
}

/* -------------------------------------
topics
------------------------------------- */
.index #topics .ttlbk {
position:relative;
}
.index #topics .ttlbk #btnlist {
	display: flex;
	position:absolute;
	right:0;
	top:0;
}
.index #topics .ttlbk #btnlist li {
	font-size:14px;
	line-height:1;
	text-align:center;
	min-width:76px;
	padding:10px 15px;
	margin-right:15px;
	background-color: #dff2fc;
	border-radius: 3px;
}
.index #topics .ttlbk #btnlist li:first-child {
	color:#0086d1;
	border: 1px solid #0086d1;
	background-color:transparent;
	}
.index #topics .ttlbk #btnlist li:last-child {
margin-right: 0;
}

.index #topics .topccont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index #topics .topic_list {
	display:none;
	width:50%;
	padding:0 10px;
	margin-bottom:50px;
}
.index #topics .topic_list li {
	width:100%;
	/*width:calc((100% - 20px)/2);*/
	max-width:460px;
	margin-bottom:20px;
}
.index #topics .topic_list li:last-child {
	margin-bottom:0;
}
.index #topics .topic_list li a {
	display: flex;
	justify-content: space-between;
}
.index #topics .topic_list li .imgbk {
	width:114px;
	border-radius:5px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index #topics .topic_list li .imgbk img {
	border-radius:5px;
}
.index #topics .topic_list li .txtbk {
	width:calc(100% -  134px);
	max-width:310px;
}

.index #topics .topic_list li .txtbk p {
font-size: 14px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.index #topics .topic_list li .txtbk span {
line-height:1;
display:inline-block;
}
.index #topics .topic_list li .txtbk .date {
color:#0086d1;
}
.index #topics .topic_list li .txtbk .catname {
padding:5px 15px;
border-radius:12px;
border: 1px solid #b3b3b3;
}
.index #topics .topic_list li .txtbk	.sttl {
font-size: 16px;
}
.index #topics .topic_list li:hover .txtbk	.sttl {
text-decoration: underline;
}

/* -------------------------------------
blog
------------------------------------- */
#blog	.blog_list {
display: flex;
flex-wrap: wrap;
margin-bottom:40px;
}
#blog	.blog_list li {
width:calc((100% - 90px)/4);
margin-right:30px;
}
#blog	.blog_list li:last-child {
margin-right: 0;
}
#blog	.blog_list li .imgbk {
margin-bottom:10px;
border-radius:5px;
}
#blog	.blog_list li .imgbk img {
border-radius:5px;
}
#blog	.blog_list li .txtbk .date {
color:#0086d1;
font-size:14px;
margin-bottom:5px;
}
#blog	.blog_list li .txtbk	.sttl {
font-size: 16px;
line-height:1;
border-bottom:1px solid #e6e6e6;
margin-bottom:15px;
padding-bottom:15px;
}
#blog	.blog_list li:hover .txtbk	.sttl span {
text-decoration: underline;
}
#blog	.blog_list li .txtbk .catname {
color:#0086d1;
font-size:13px;
line-height:1;
text-align:center;
display:inline-block;
min-width:57px;
padding:5px 5px;
margin-right:15px;
border-radius: 3px;
border:1px solid #0086d1;
}


/* -------------------------------------
access
------------------------------------- */
#access #gmap {
height:380px;
margin-bottom:30px;
}
#access #gmap iframe {
width:100%;
height:100%;
}
/*#access .flex {
justify-content: space-between;
align-items: flex-start;
}*/
#access .txtbk {
/*width: calc((100% - 20px) / 2);
max-width:551px;
min-width:250px;*/
/* margin-bottom:20px; */
position:relative;
}
#access .txtbk .sttlbk {
width:100%;
/*max-width:423px;*/
border-bottom:1px solid #e6e6e6;
margin-bottom:30px;
}
#access .txtbk .sttlbk .sttl {
font-size:18px;
line-height:1;
padding:5px 10px;
margin-bottom:10px;
border-left:2px solid #3071b9
}
#access .txtbk .flex {
	justify-content:space-between;
	flex-wrap: nowrap;
}
#access .txtbk dl {
font-size:14px;
line-height:1.8;
display:flex;
flex-wrap: wrap;
align-content: baseline;
/*width:100%;
max-width:423px;*/
margin-bottom:25px;
/*padding-left:10px;*/
}
#access .txtbk dl dt {
/*width:25%;*/
/*width:6em;*/
margin-right:20px;
}
#access .txtbk dl dd {
/*width:75%;
max-width:calc(100% - 6em);*/
}
#access .imgbk {
	text-align:center;
}
#access .icon_m {
width:50%;
max-width:200px;
height:auto;
margin:0 auto;
/*position: relative;
right:0;
bottom:-100px;
z-index:2;*/
}

#fb {
width: calc((100% - 20px) / 2);
max-width:423px;
min-width:250px;
}
.access__note {
	font-size: 14px;
	margin-bottom: 40px;
	text-align: center;
}
.access__note--link {
	display: inline-block;
	/* margin-left: 1em; */
	text-decoration: underline;
}
.access__note--small {
	font-size: 12px;
}
br.b-500 {
	display: none;
}


@media screen and (max-width: 1160px) {
/* -------------------------------------
mainimg
------------------------------------- */
#mainimg .ttl {
font-size: 48px;
}

#tel_contact .flex {
justify-content: space-around;
}
#tel_contact dl {
width:auto;
}

/* -------------------------------------
common
------------------------------------- */
.index .ttlbk .secttl span {
font-size:22px;
}



}

@media screen and (max-width: 1060px) {
#tel_contact dl {
display:block;
}

/* -------------------------------------
areainfo
------------------------------------- */
.index #areainfo .arealist li .txtbk .bkinfo >* {
    width: 100%;
}

/* -------------------------------------
access
------------------------------------- */
#access .txtbk .icon_m {
display: block;
margin:0 auto;
position: static;
}


}

@media screen and (max-width: 980px) {


/* -------------------------------------
mainimg
------------------------------------- */
/*#mainimg {
width:100%;
height:300px;
overflow:hidden;
}
#mainimg img.mainimg {
width: auto;
height: 100%;
position: relative;
top:0;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
}*/

#mainimg .ttl {
font-size: 44px;
}

/* -------------------------------------
common
------------------------------------- */
.index .ttlbk .secttl span {
font-size: 20px;
}


/* -------------------------------------
topics
------------------------------------- */
.index #topics .ttlbk .secttl {
	margin-bottom:30px;
}
.index #topics .ttlbk #btnlist {
	position:static;
}


}

@media screen and (max-width: 880px) {
/* -------------------------------------
topics
------------------------------------- */
.index #topics .topic_list li .txtbk p {
display: block;
}
.index #topics .topic_list li .txtbk p span {
display: inline-block;
}
.index #topics .topic_list li .txtbk .date {
    margin-bottom:5px;
}


}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
#mainimg .ttl {
font-size: 38px;
}

/* -------------------------------------
common
------------------------------------- */
.index .btn_large {
padding:20px 10px;	
}


/* -------------------------------------
topics
------------------------------------- */
.index #topics .ttlbk #btnlist {
	flex-wrap:wrap;
	text-align:center;
}
.index #topics .ttlbk #btnlist li {
	margin-bottom:15px;
}

/* -------------------------------------
areainfo
------------------------------------- */
.index #areainfo .arealist li .txtbk .bkinfo dl {
	width:100%;
	min-width:100%;
}



/* -------------------------------------
access
------------------------------------- */
#access .txtbk .flex {
	flex-wrap: wrap;
}
#access .txtbk dl {
	width:100%;
	max-width:423px;
	}
	#access .txtbk dl dt {
	width:6em;
	margin-right:0;
	}
	#access .txtbk dl dd {
	max-width:calc(100% - 6em);
	}



/* -------------------------------------
topics
------------------------------------- */
.index #topics .topic_list {
padding:0;
}
.index #topics .topic_list li .txtbk p {
display: block;
}
.index #topics .topic_list li .txtbk .date {
margin-bottom:7px;
padding-left:0.5em;
}
.index #topics .topic_list li .txtbk .catname  {
padding:3px 10px;
}

/* -------------------------------------
blog
------------------------------------- */
/*#blog	.blog_list li {
width:calc((100% - 60px)/4);
margin-right:20px;
}*/



}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
/* -------------------------------------
mainimg
------------------------------------- */
#mainimg .ttl {
font-size: 34px;
}

#tel_contact .flex {
display:block;
}
#tel_contact dl {
display:flex;
justify-content: center;
padding:5px 0;
}
#tel_contact dl dt {
width:13em;
}
#tel_contact dl dd {
font-size:20px;
}

/* -------------------------------------
areainfo
------------------------------------- */
.index #areainfo .arealist li .areattlbk p {
	padding-bottom:0;
}
.index #areainfo .arealist li .areattlbk p .line {
	font-size:16px;
	display:inline-block;
}
.index #areainfo .arealist li .areattlbk p span.stx {
	font-size:13px;
	display:block;
}

.index #areainfo .arealist li .imgbk {
width:calc((100% - 20px)*.48);
margin-right:20px;
}
.index #areainfo .arealist li .txtbk {
width:calc((100% - 20px)*.52);
}
.index #areainfo .arealist li .txtbk .bkinfo >* {
width:100%;
min-width:100%;
}

.index #areainfo .arealist li .txtbk .bkinfo dl {
	font-size:14px;
	line-height:2.2;
}



/* -------------------------------------
topics
------------------------------------- */
.index #topics .ttlbk {
position:relative;
}
.index #topics .ttlbk .secttl {
margin-bottom:20px;
}
.index #topics .ttlbk #btnlist {
display: flex;
/*justify-content: flex-end;*/
/*position:static;*/
}
.index #topics .topccont {
display: block;
}
.index #topics .topic_list {
width:100%;
}
.index #topics .topic_list li {
width:100%;
}
.index #topics .topic_list li .txtbk {
max-width:calc(100% - 134px);
}

/* -------------------------------------
blog
------------------------------------- */
#blog	.blog_list li {
width:calc((100% - 20px)/2);
margin-right:20px;
}
#blog	.blog_list li:nth-child(2n) {
margin-right:0;
margin-bottom:20px;
}


#fb {
width:100%;
margin:0 auto 50px;
}



}
@media screen and (max-width: 500px) {
/* -------------------------------------
mainimg
------------------------------------- */
#mainimg .ttl {
font-size: 30px;
}

/* -------------------------------------
areainfo
------------------------------------- */
.index #areainfo .arealist li .flex {
display:block;
}
.index #areainfo .arealist li .flex >* {
width:100%;
}
.index #areainfo .arealist li .imgbk {
margin-bottom:20px;
}

.index #areainfo .arealist li .areattlbk p {
    left: 130px;
}
.index #areainfo .arealist li .areattlbk p .line {
	font-size:14px;
	display:inline-block;
}
.index #areainfo .arealist li .areattlbk p span.stx {
	font-size:12px;
	display:block;
}


/* -------------------------------------
access
------------------------------------- */
#access .txtbk {
width:100%;
margin-bottom: 20px;
}
/*#access .imgbk {
width:100%;
}
#access .icon_m {
display:block;
margin:0 auto;
position: static;
}*/
.access__note {
	text-align: center;
	margin-bottom: 20px;
}
.access__note--link {
	margin-left: 0;
	margin-top: 8px;
}
.access__note--small {
	display: block;
}
br.b-500 {
	display: block;
}

}
@media screen and (max-width: 400px) {
/* -------------------------------------
mainimg
------------------------------------- */
#mainimg .ttl {
font-size: 26px;
}

/* -------------------------------------
areainfo
------------------------------------- */
.index #areainfo .arealist li .areattlbk p span.stx {
	font-size:11px;
	display:block;
}
.index #areainfo .arealist li .txtbk .bkinfo dl {
	line-height:1.8;
}


/* -------------------------------------
topics
------------------------------------- */
.index #topics .topic_list li .imgbk {
width:calc((100% - 20px)*.37);
max-width: 114px;
}
.index #topics .topic_list li .txtbk {
width:calc((100% - 20px)*.63);
max-width:calc((100% - 20px)*.63);
}

.areaList2__title--ja {
	font-size: 14px;
}


}

@media screen and (max-width: 320px) {
#tel_contact dl {
text-align:center;
display:block;
}
#tel_contact dl dt {
font-size:13px;
width:100%;
margin-right:0;
}
#tel_contact dl dd {
color:#0086d1;
font-size:20px;
}
#tel_contact dl dd span {
font-size: 11px;
}

/* -------------------------------------
common
------------------------------------- */
.index .btn_large {
font-size:14px;
padding:15px 10px;	
}

/* -------------------------------------
common
------------------------------------- */
.index #topics .ttlbk #btnlist li {
font-size: 13px;
padding: 10px 7px;
margin-right: 10px;
}

}

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