* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
    color: #000;
}
a:hover {
	opacity: 0.5;
}

.pc-br {
	display: block;
}
.sp-br {
	display: none;
}

.full-width {
	width: 100vw!important;
    background-color: #B3ECFC;
    padding: 0.2rem 0 3rem;
    margin: 3rem 0!important;
}

.end {
	margin: 3rem 0 0!important;
}

.center-wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
p {
	padding: 0.7rem 0;
	font-size: 14px;
}

.gray_on {
	background: #ccc;
}

.text-black_on {
	color: #000;
}

.spacer {
	display: block;
	padding: 1rem 0;
}


html {
	scroll-behavior: smooth;
}

img {
	width: 100%;
}
.img-sp {
    display: none;
}

.btn {
    width: fit-content;
    background: #000;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    margin-top: 10px;
}
.btn a {
	color: #fff;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.7;
	font-size: 15px;
	color: #000;
	background: #fff;
}



header {
	width: 100%;
	margin: 30px 0;
}
footer {
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 2rem 0 3rem;
}
header figure, footer figure {
	width: 600px;
	height: auto;
	margin: 0 auto;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.entry-header {
	margin-bottom: 2rem;
	margin-top: 0;
	padding: 0 !important;
}


.to-top {
	width: 60px;
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	opacity: 0;
}


.pc-layout {
	display: flex;
}
.pc-layout .sidebar {
	width: fit-content;
	height: fit-content;
	margin-right: 3rem;
	padding: 20px 10px;
	background: #000;
}
.pc-layout .content {
	width: -webkit-fill-available;
}



.pc-menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}
.pc-menu a {
	border: 1px solid #797979;
	margin: 5px 0;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
}

.side-info {
	margin-bottom: 3rem;
}
.side-info .info-tag {
	font-size: 12px;
}
.side-info .info-title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

/*リンク前に三角アイコン白*/
.arrow_s {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.arrow_s:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
/*リンク前に三角アイコン黒*/
.arrow_s_black {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.arrow_s_black:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}


.side-info date {
	font-size: 12px;
}

.pc-menu h3,
.pc-menu a,
.side-info h3,
.side-info date,
.side-info .info-tag,
.side-info a {
	color: #fff;
}


.sidebar-bannner {
	margin-bottom: 50px;
}
.sidebar-bannner a {
	display: block;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.sidebar-bannner span {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 13px;
}


.chinen-info {
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.chinen-info figure {
	width: 200px;
	height: auto;
	margin: 0 auto;
}
.chinen-info span {
	color: #fff;
	font-size: 10px;
}
.chinen-info strong {
	color: #fff;
	font-size: 15px;
}



.content h1 {
	font-size: 25px;
	color: #fff;
	text-align: center;
	background: #000;
	padding: 10px 0;
	width: 720px;
}
.content h1  a {
	color: #fff;
}

.content h2 {
	font-size: 33px;
	color: #000;
	text-align: center;
	padding: 10px 0;
	line-height: 2;
}


/*画像レイアウト不具合改善*/
img.alignright {
    float: none;
}




/* スマホ SNSボタン*/
@media screen and (max-width: 667px) {
	.img-pc {
		display: none;
	}
	
	.img-sp {
		display: block;
    }
    header {
	    margin: 30px 0 0;
	}
    header figure {
    	width: 260px;
    	margin: 0;
    }
    header figure.logo-sp-text {
    	width: 276px;
    	margin: 1rem auto 2rem;
    }
    header figure.underpage_img{
    	width: 144px;
    	margin: 0;
    }
    .entry-header {
		margin-bottom: 0;
	}
    .sns_icon {
	    display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 10px;
        right: 5px;
    }
    .underpage_sns {
	    display: flex;
        flex-direction: row;
        width: 90px;
        justify-content: flex-end;
    }
    .sns_icon figure.insta_icon {
	    width: 34px;
	    height: auto;
	    margin-bottom: 10px;
    }
    .sns_icon figure.tel_icon {
	    width: 40px;
	    height: auto;
	    margin-bottom: 10px;
	}
	.sp-menu {
        display: flex;
        margin: 1rem 10px;
        background: #000;
        width: 100vw;
        margin-left: -20px;
        padding: 15px 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.sp-menu a {
		border: 1px solid #797979;
		margin: 5px 0;
		padding: 2px;
		border-radius: 4px;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}
	.sp-menu a:nth-child(1) {
		width: 20%;
	}
	.sp-menu a:nth-child(2) {
		width: 30%;
	}
	.sp-menu a:nth-child(3) {
		width: 40%;
	}
	.sp-menu a:nth-child(4),
	.sp-menu a:nth-child(5) {
		width: 48%;
	}
	.sp-menu a:nth-child(6),
	.sp-menu a:nth-child(7),
	.sp-menu a:nth-child(8) {
		width: 31%;
	}
	.content h1 {
	    font-size: 25px;
	    color: #000;
	    background: #fff;
	    padding: 10px 0;
	    position: unset;
	    width: 100%;
	}
	.content h1  a {
		color: #000;
	}
	.content h2 {
		font-size: 18px;
	}
	.to-top {
	    width: 30px;
	    position: fixed;
	    bottom: 5rem;
	    right: 1rem;
	    opacity: 0;
	}
	.pc-br {
		display: none;
	}
	.sp-br {
		display: block;
	}
	footer figure {
		width: 300px;
	}
	.g-map {
		width: 100vw;
		margin-left: -20px;
	}
	.btn {
	    position: absolute;
	    left: 50%;
		-webkit-transform: translateX(-50%);
	}

}








/*スマホ・タブレット
*/
@media screen and (max-width: 1024px) {
	.center-wrap {
		width: 90%;
		margin: 0 auto;
	}
	
    .entry-header {
		margin-bottom: 0;
	}
	.pc-br {
		display: none;
	}
	.content h1 {
	    position: unset;
	    width: 100%;
	}
}

/*スマホより大きくて、パソコンより小さい --------------------
*/
@media (max-width: 1024px) and (min-width: 668px) {
	header figure, footer figure {
		width: 400px;
	}
	.content h2 {
		font-size: 21px;
	}

}





