@charset "UTF-8";

.pageHeader {
	margin-bottom: 0;
}

.u-cell_title-skyBlue {
	border-color: #4DB6C9;
	color: #4DB6C9;
	text-align: right;
	font-size: 18px;
}

.contents_inner_song {
	display: flex;
	justify-content: right;
	/* gap: 30px; */
	margin-top: 10px;
}
.song_cnt {
    position: relative;
    margin: 25px auto 60px;
	text-align: right;
}

audio:not([controls]) {
    display: none !important;
}

.song_cnt .-btn {
	position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
}

.media_song {
	position: relative;
}

#media_song_stop {
    display: none;
}
#media_song_stop2 {
	display: none;
}

.topSlide {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.topSlide_loading {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 50%;
	text-align: center;
	margin-top: -25px;
}

.topSlide_list {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.topSlide_item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: -webkit-transform 1.5s;
	transition: transform 1.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.topSlide_item.is-current {
	z-index: 2;
}

.topSlide_item.is-fadeIn {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.topSlide_item-no1 {
	background-image: url(../img/pt-slide01.jpg);
}

.spring .topSlide_item-no2 {
	background-image: url(../img/pt-slide-spring01.jpg);
}

.spring .topSlide_item-no3 {
	background-image: url(../img/pt-slide-spring02.jpg);
}

.summer .topSlide_item-no2 {
	background-image: url(../img/pt-slide-summer01.jpg);
}

.summer .topSlide_item-no3 {
	background-image: url(../img/pt-slide-summer02.jpg);
}

.autumn .topSlide_item-no2 {
	background-image: url(../img/pt-slide-autumn01.jpg);
}

.autumn .topSlide_item-no3 {
	background-image: url(../img/pt-slide-autumn02.jpg);
}

.winter .topSlide_item-no2 {
	background-image: url(../img/pt-slide-winter01.jpg);
}

.winter .topSlide_item-no3 {
	background-image: url(../img/pt-slide-winter02.jpg);
}

.topSlide_item_caption {
	text-align: center;
	padding: 63px 0 0;
}

.topSlide_navList {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	bottom: 4.16%;
	text-align: center;
	visibility: hidden;
}

.topSlide_navList>li {
	display: inline-block;
	padding: 0 5px;
}

.topSlide_navList>li>button {
	width: 12px;
	height: 12px;
	background: #fff;
	-moz-box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	border-radius: 6px;
}

.topSlide_navList>li>button:hover {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
}

.topSlide_navList>li>button.is-current {
	background-color: #F65142;
}

.pageBody {
	margin: 32px 0 0;
}

.contents a {
	color: #333;
}

.contents_mainCol {
	float: right;
	width: 630px;
}

.u-cell {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 0 25px;
	background: #fff;
	padding-bottom: 30px;
}

.u-cell_inner {
	padding: 0 19px 20px;
	position: relative;
	z-index: 1;
}

.u-cell_title {
	border-top: 6px solid #666;
	position: relative;
	z-index: 1;
	top: -1px;
	left: -0.8%;
	font-size: 15px;
	padding: 15px 0 0;
	width: 101.6%;
	margin: 0 0 11px;
}

.u-cell_title .icon {
	font-size: 140%;
	margin: 0 5px 0 0;
}

.u-cell_title-red {
	border-color: #F75143;
	color: #F75143;
}

.u-cell_title-pink {
	border-color: #F86BD2;
	color: #F86BD2;
}

.u-cell_title-green {
	border-color: #36A465;
	color: #36A465;
}

.whatIf_list {
	list-style: none;
}

.whatIf_list>li {
	float: left;
	width: 110px;
	margin: 0 10px 10px 0;
}

.whatIf_list>li:nth-child(5n) {
	margin-right: 0;
}

.whatIf_list>li:nth-child(n + 10) {
	margin-bottom: 0;
}

.whatIf_list>li>a {
	display: block;
	background: #339E60;
	border-radius: 5px;
	box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.1), inset -3px -3px 3px rgba(0, 0, 0, .1);
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	height: 94px;
	-webkit-transition: opacity 0.3s, text-shadow 0.3s;
	transition: opacity 0.3s, text-shadow 0.3s;
	padding: 16px 0 0;
}

.whatIf_list>li>a .icon {
	display: block;
	font-size: 53px;
	margin: 0 0 5px;
}

.whatIf_list>li>a:hover {
	opacity: 0.7;
	text-shadow: 0 0 5px #fff;
}

.topics_moreLink {
	position: absolute;
	z-index: 1;
	transform: translateX(-50%);
	left: 50%;
	bottom: -20px;
	width: max-content;
}

.topics_moreLink>a {
	background-color: #36A464;
	text-decoration: none;
	color: #FFF;
    padding: 7px 20px;
    border-radius: 50px;
}

.topics_moreLink>a .icon {
	margin: 0 4px 0 0;
}

.topics_moreLink>a:hover {
	text-decoration: underline;
	opacity: 0.7;
	transition: all 0.3s;
}

.topics_list {
	list-style: none;
	margin: 22px 0 0;
	overflow: auto;
	max-height: 620px;
}

.topics_list>li>a {
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 12px 10px;
	text-decoration: none;
}

.topics_list>li>a:hover {
	text-decoration: none;
	background-color: #FEFFEF;
}

.topics_list_icon {
	display: inline-block;
	background: #666;
	padding: 0 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
}

.topics_list_icon-news {
	background-color: #A4CD49;
}

.topics_list_upDate {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
	min-width: 85px;
	text-decoration: none;
	font-size: 12px;
}

.topics_list_icon-wadai {
	background-color: #38A503;
}

.topics_list_icon-notice {
	background-color: #FFD25E;
	color: #444;
	font-weight: normal;
}

.topics_list_icon-alert {
	background-color: #F00;
}

.topics_list_icon-facility {
	background-color: #7BC0F0;
}

.topics_list_icon-vaccination {
	background-color: #ffdf58;
}

.topics_list_icon-covid_19 {
	background-color: #8dd8ef;
}

.tpoics_list_title {
	display: inline-block;
	width: 380px;
	vertical-align: middle;
	line-height: 1.5;
}

.topics_list_icon-news {
	background-color: #A4CD49;
}

.topics_list_icon-latest {
	background-color: #FF7A4D;
}

.topics_list_icon-info {
	background-color: #A4CE4A;
}

.topics_list_icon-new {
	background-color: #FF7A4D;
}

.topics_list_icon-facility {
	background-color: #2CA1D0;
}

.topics_list_icon-village {
	background-color: #42C64A;
}

.topics_list_icon-village {
	background-color: #42C64A;
}

.topics_list_icon-alert {
	background-color: #FF5F66;
}

.topics_list_icon-pickup {
	background-color: #FF7893;
}

.public_inner {
	padding-bottom: 34px;
}

.public_moreLink {
	position: absolute;
	z-index: 1;
	transform: translateX(-50%);
	left: 50%;
	bottom: -20px;
	/* right: 16px; */
	/* top: 22px; */
	width: max-content;
}

.public_moreLink>a {
	background-color: #36A464;
	text-decoration: none;
	color: #FFF;
    padding: 7px 20px;
    border-radius: 50px;
}

.public_moreLink>a .icon {
	margin: 0 4px 0 0;
}

.public_moreLink>a:hover {
	text-decoration: underline;
	opacity: 0.7;
	transition: all 0.3s;
}

.public_showCase {
	padding: 0 0 0 8px;
	margin: 19px 0 0;
}

.public_showCase>a {
	display: block;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
}

.public_showCase>a:hover {
	color: #36A465;
}

.public_showCase_txtCol {
	width: 410px;
	float: right;
}

.public_showCase_title {
	font-size: 16px;
	color: #36A465;
	margin: 0 0 6px;
}

.public_showCase_list {
	list-style: none;
	line-height: 1.5;
}

.public_showCase_imgCol {
	width: 132px;
	float: left;
	padding: 12px 0 0px;
}

.public_showCase_iamge>img {
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
}

.contents_mainCol_bottom_rightCol {
	width: 300px;
	float: right;
}

.mobile_inner {
	padding-bottom: 13px;
}

.mobile_title {
	margin: 0 0 3px;
}

.u-cell_title-yellow {
	border-color: #F3B700;
	color: #F3B700;
}

.mobile_txtCol {
	float: right;
	width: 150px;
	padding: 10px 0 0;
}

.mobile_text {
	font-size: 13px;
	line-height: 1.9;
}

.moble_imgCol {
	width: 100px;
	float: left;
}

.movie {
	margin-top: -5px;
}

.movie a {
	display: inline-block;
}

.contents_mainCol_bottom_left {
	width: 300px;
	float: left;
}

.otherNaviList {
	list-style: none;
}

.otherNaviList>li {
	margin-top: 19px;
}
.otherNaviList>li:last-child {
	margin-bottom: 19px;
}

.otherNaviList>li>a {
	display: block;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	line-height: 1.5;
	padding: 13px 17px 13px 48px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

.otherNaviList>li>a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.otherNaviList>li:first-child {
	margin-top: 0;
}

.otherNaviList>li>a.-skyBlue {
	background-color: #4DB6C9;
}

.otherNaviList>li>a.-bnr {
	background: #FFF;
	padding: 0;
	text-align: center;
	background: #59a76a;
}

.otherNaviList>li>a.-musubu {
	padding: 0;
	background: none;
}

.otherNaviList>li>a.-musubu>img {
	width: 100%;
	height: auto;
}

.otherNaviList>li>a.-yuinet {
	padding: 0;
	background: none;
}

.otherNaviList>li>a.-yuinet>img {
	width: 100%;
	margin: 0 auto;
}

.otherNaviList>li>a .icon {
	font-size: 25px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 13px;
	line-height: 1;
	margin-top: -12px;
}

.otherNaviList>li>a.-blue {
	background-color: #47649E;
}

.contents_subCol {
	width: 300px;
	float: left;
}

.sideNavi_ppl {
	background: #f3f3f3;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 25px;
}

.sideNavi_ppl_cnt {
	line-height: 1;
}

.sideNavi_ppl_cnt dl {
	background: #fff;
	border-radius: 5px;
	margin-top: 5px;
	padding: 12px 12px 12px 30px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.sideNavi_ppl_cnt dl.-setai,.sideNavi_ppl_cnt dl.-age {
	padding: 12px 12px 12px 12px;
}

.sideNavi_ppl_cnt dl.-all {
	padding: 20px 12px 20px 30px;
}

.sideNavi_ppl_cnt dl:after {
	content: "";
	display: block;
	clear: both;
}

.sideNavi_ppl_cnt dl:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 12px;
}

.sideNavi_ppl_cnt dl.-all:before {
	background-image: url(../img/icn-population01.png);
	width: 12px;
	height: 18px;
}

.sideNavi_ppl_cnt dl.-man:before {
	background-image: url(../img/icn-population02.png);
	width: 11px;
	height: 17px;
}

.sideNavi_ppl_cnt dl.-woman:before {
	background-image: url(../img/icn-population03.png);
	width: 11px;
	height: 17px;
}

.sideNavi_ppl_cnt dl dt {
	font-weight: bold;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.sideNavi_ppl_cnt dl dd {
	font-weight: bold;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.sideNavi_ppl_cnt dl dd em {
	font-style: normal;
	font-size: 16px;
	margin-right: 5px;
}

.sideNavi_ppl_cnt dl.-all dd em {
	font-size: 20px;
}

.sideNavi_ppl_note {
	font-size: 12px;
	text-align: right;
}

.bnrCovid {
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.furusato-bnr-sp {
	display: none;
}

.sideNavi_list {
	list-style: none;
}

.sideNavi_list>li:nth-child(n+2) {
	margin-top: 8px;
}

.sideNavi_list>li>a {
	display: block;
	line-height: 20px;
	-webkit-transition: text-indent 0.3s, color 0.3s;
	transition: text-indent 0.3s, color 0.3s;
	text-decoration: none;
}

.sideNavi_list>li>a .icon {
	margin: 0 5px 0 0;
}

.sideNavi_list>li>a .icon-blank,
.sideNavi_list>li>a .icon-file {
	margin: 0 0 0 5px;
}

.sideNavi_list-red>li>a .icon {
	color: #F75143;
}

.sideNavi_list-red>li>a:hover {
	color: #F75143;
}

.sideNavi_list-green>li>a .icon {
	color: #36A465;
}

.sideNavi_list-green>li>a:hover {
	color: #36A465;
}

.sideNavi_list-blue>li>a .icon {
	color: #47649E;
}

.sideNavi_list-blue>li>a:hover {
	color: #47649E;
}

.sideNavi_list>li>a:hover {
	text-indent: 3px;
	text-decoration: underline;
}

.sideNavi_list>li>a>small.-line {
	display: inline-block;
	margin-left: 12px;
}

.bnrBlog {
	margin: 0 0 25px;
}

.bnrBlog>a {
	display: block;
	background: #F3B700 url(../img/bg-bnr-blog.jpg) right center no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 5px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-decoration: none;
}

.bnrBlog>a .icon {
	font-size: 120%;
	margin: 0 7px 0 0;
}

.bnrBlog>a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.bnrBlog>a.bnrBlog_message {
	background: #93BE60 url(../img/bg-bnr-blog-message_2212_.png) right center no-repeat;
	background-size: 53px;
}

.bnrBlog>a.bnrBlog_hotline {
	background: #57A26A url(../img/bg-bnr-hotlinie.png) right center no-repeat;
	margin-top: 10px;
	background-size: 53px;
}
.bnrBlog>a.bnr_boe {
	background: #44A27D url(../img/bg-bnr-blog.jpg) right center no-repeat;
	margin-top: 10px;
	background-size: 53px;
}

.bnrBlog>a.bnr_huru {
	background: #369999;
	margin-bottom: 10px;
	/* margin-top: 10px; */
	background-size: 53px;
}

.bnrBlog>a.bnr_bid {
	background: #2b929f;
	margin-top: 10px;
	background-size: 53px;
}

.bnrBlog>a.bnr_inquiry {
	background: #41a6b9;
	margin-top: 10px;
	background-size: 53px;
}


.icon-boe:before {
	content: "";
	width: 19px;
	height: 19px;
	background-image: url(../img/icn-boe@2x.png);
	display: inline-block;
	background-size: contain;
	vertical-align: baseline;
}
.icon-tel_02:before {
	content: "";
	width: 19px;
	height: 19px;
	background-image: url(../img/tel.png);
	display: inline-block;
	background-size: contain;
	vertical-align: baseline;
}



.bnrBlog>a.bnrBlog_internet {
	background: #31a290 url(../img/bg-bnr-internet.jpg) right center no-repeat;
	margin-top: 10px;
}

.bnrBlog>a.bnrBlog_internet:before {
	content: "";
	background-image: url(../img/icn-movie.png);
	background-size: contain;
	width: 19px;
	height: 14px;
	display: inline-block;
	margin-right: 8px;
}

.bnrBlog>a.bnr_huru:before {
	content: "";
    background-image: url(../img/icn-nouzei.png);
    background-size: contain;
    width: 19px;
    height: 26px;
    display: inline-block;
    margin-right: 8px;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
}

.bnrBlog>a.bnrBlog_kiseki {
	background: #52b6c8 url(../img/bg-bnr-kiseki.jpg) right center no-repeat;
	margin-top: 10px;
}

.bnrBlog>a.bnrBlog_kiseki:before {
	content: "";
	background-image: url(../img/icn-book.png);
	background-size: contain;
	width: 19px;
	height: 14px;
	display: inline-block;
	margin-right: 8px;
}

.bnrBlog>a.bnrBlog_internet .icon {
	font-size: 14px;
	margin-left: 5px;
}

.bnrBlog>a.bnr_bid .icon {
	font-size: 14px;
	margin-left: 5px;
}

.bnrBlog>a.bnr_inquiry .icon {
	font-size: 14px;
	margin-left: 5px;
}

.bnrBlog>a.bnr_bid:after {
	content: "";
	background-image: url(../img/icn-bid.png);
	background-size: cover;
	width: 21px;
	height: 16px;
	display: inline-block;
	margin-left: 8px;
	margin-bottom: -2px;
}

.bnrBlog>a.bnr_inquiry:after {
	content: "";
	background-image: url(../img/icn-inquiry.png);
	background-size: cover;
	width: 16px;
	height: 20px;
	display: inline-block;
	margin-left: 8px;
	margin-bottom: -4px;
}

.song_list {
	list-style: none;
}

.song_list>li {
	width: 120px;
	float: right;
}

.song_list>li>a {
	display: block;
	background: #666;
	border-radius: 5px;
	box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.1), inset -3px -3px 3px rgba(0, 0, 0, .1);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.song_list>li>a:hover {
	opacity: 0.7;
}

.song_list>li:first-child {
	float: left;
}

.song_list>li>a.-red {
	background: #FE616A;
}

.song_list>li>a.-blue {
	background: #63B4F3;
}

.u-cell_title-blue {
	border-color: #47649E;
	color: #47649E;
}

.introduce {
	background: #EEE;
	margin: 30px 0 0;
	padding: 31px 0 10px;
}

.introduce_leftCol {
	float: left;
	width: 465px;
}

.photo {
	border-radius: 5px;
	background: #ddd url(../img/bg-photo.png) repeat;
	text-align: center;
	padding: 95px 0 126px;
	color: #47649E;
}

.photo_title {
	font-size: 16px;
}

.photo_title .icon {
	display: block;
	font-size: 34px;
	margin: 0 0 6px;
}

.photo_commingSoonText {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 21px;
	margin: 20px 0 0;
	font-weight: bold;
}

.photo_commingSoonText:before {
	content: "";
	width: 70px;
	height: 2px;
	background: #9BA9C4;
	position: absolute;
	z-index: 1;
	left: -80px;
	top: 50%;
	margin-top: -1px;
}

.photo_commingSoonText:after {
	content: "";
	width: 70px;
	height: 2px;
	background: #9BA9C4;
	position: absolute;
	z-index: 1;
	right: -80px;
	top: 50%;
	margin-top: -1px;
}

.introduce_rightCol {
	width: 465px;
	float: right;
}

.facebook {
	border: none;
}

.link {
	margin: 24px 0 0;
}

.link_inner {
	position: relative;
	z-index: 1;
}

.link_title {
	color: #36A465;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.link_title .icon {
	font-size: 140%;
	margin: 0 5px 0 0;
}

.link_moreLink {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1em;
}

.link_moreLink>a {
	color: #36A465;
	text-decoration: none;
}

.link_moreLink>a:hover {
	text-decoration: underline;
}

.link_list {
	list-style: none;
	margin: 10px 0 0;
}

.link_list>li {
	float: left;
	margin: 0 15px 14px 0;
}

.link_list>li:nth-child(5n) {
	margin-right: 0;
}

.link_list>li:nth-child(5n + 1) {
	clear: both;
}

.link_list>li>a {
	display: block;
}

/* むらのこと */
.album,
.workplace,
.insta {
	border: none;
	min-height: 210px;
}

.album_title,
.workplace_title {
	padding-right: 50px;
	box-sizing: border-box;
}

.album_title {
	color: #D8A300;
}

.workplace_title {
	color: #36A465;
}

.insta_title {
	color: #F86BD2;
}

.album_moreLink,
.workplace_moreLink,
.insta_moreLink {
	/* position: absolute; */
	z-index: 1;
	/* right: 16px;
	top: 22px; */
	/* transform: translateX(-50%); */
	bottom: 20px;
	left: 50%;
	margin: 40px auto 0;
	width: fit-content;
	
}

.album_moreLink>a {
	background-color: #D8A300;
	text-decoration: none;
	color: #FFF;
	padding: 7px 20px;
	border-radius: 50px;
}

.workplace_moreLink>a {
	background-color: #36A465;
	text-decoration: none;
	color: #FFF;
	padding: 7px 20px;
	border-radius: 50px;
}

.insta_moreLink>a {
	background-color: #F86BD2;
	text-decoration: none;
	color: #FFF;
	padding: 7px 20px;
	border-radius: 50px;
}

.album_moreLink>a:hover,
.workplace_moreLink>a:hover {
	text-decoration: underline;
	opacity: 0.7;
	transition: 0.3s;
}

.album_entry>a,
.workplace_entry>a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.album_entry_areaText,
.workplace_entry_areaText {
	float: right;
	width: 200px;
}

.album_entry_upDate,
.workplace_entry_upDate {
	color: #666666;
	font-size: 12px;
	line-height: 1.6;
}

.album_entryTitle,
.workplace_entryTitle {
	color: #D8A300;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}

.album_entryTitle {
	color: #D8A300;
}

.workplace_entryTitle {
	color: #36A465;
}

.album_entry_image,
.workplace_entry_image {
	width: 212px;
	float: left;
}

.album_entry_image>img,
.workplace_entry_image>img {
	max-width: 100%;
	height: auto;
}

.album_entry_text,
.workplace_entry_text {
	clear: both;
	font-size: 13px;
	line-height: 1.6;
	padding: 20px 0 0;
}

.sns_insta_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sns_insta_item a {
	display: block;
	width: 120px;
	height: 120px;
	background-size: cover;
    background-repeat: no-repeat;
}

.sns_insta_item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sns_insta_row {
	margin-bottom: 60px;
}

.ad{
	background-color: rgba(182, 226, 125, 0.25);
	padding: 50px 0;
	margin-top: 30px;
}
.ad_info{
	margin-bottom: 10px;
	font-size: 1.2em;
	display: inline-block;
}
.ad_list{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
}
.ad_list li{
	flex: none;
	width: 23%;
}
.ad_list li img{
	width: 100%;
	height: auto;
}
.ad_list li a.ad_none{
	pointer-events: none;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.topSlide_item_caption {
		padding: 7% 0 0;
	}

	.topSlide_item_caption>img {
		width: 35.3%;
	}

	.contents_mainCol {
		max-width: 630px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.u-cell_inner {
		padding: 0 10px 10px;
	}

	.movie {
		text-align: center;
		margin-top: 0;
	}

	.movie a img {
		width: 100%;
		height: auto;
	}

	.contents_subCol {
		width: 100%;
		max-width: 630px;
		margin: 20px auto 0;
		float: none;
	}

	.bnrCovid {
		display: none;
		/* margin-bottom: 15px; */
	}

	.bnrCovid img {
		/* height: 180px; */
	}

	.furusato-bnr-sp {
		display: block;
		margin-bottom: 20px;
	}

	.furusato-bnr-sp img {
		width: 100%;
	}

	.sideNavi_list>li>a>small.-line {
		margin-left: 0;
	}

	.introduce_leftCol {
		max-width: 465px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.photo {
		padding: 50px 0;
	}

	.introduce_rightCol {
		max-width: 465px;
		width: 100%;
		float: none;
		margin: 20px auto 0;
	}

	.link_list {
		text-align: center;
	}

	.link_list>li {
		float: none;
		display: inline-block;
		margin: 0 0px 5px;
	}

	.album {
		min-height: 0;
	}
}

/* スマホ設定 */
@media screen and (max-width:659px) {
	.whatIf_list>li {
		width: 24.25%;
		margin: 0 1% 5px 0;
	}

	.whatIf_list>li:nth-child(5n) {
		margin-right: 1%;
	}

	.whatIf_list>li:nth-child(n + 10) {
		margin-bottom: 5px;
	}

	.whatIf_list>li:nth-child(4n) {
		margin-right: 0;
	}

	.whatIf_list>li>a {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		padding: 10px 0;
		font-size: 12px;
		border-radius: 3px;
	}

	.whatIf_list>li>a .icon {
		font-size: 30px;
	}
	.album_moreLink{
		bottom: -45px;
	}
	.workplace_moreLink{
		bottom: -25px;
	}
	.public_moreLink{
		bottom: -25px;
	}
	.public_moreLink>a{
		padding: 5px 14px;
	}
	.ad{
		padding: 30px 0;
	}
	.ad_list{
		justify-content: center;
		gap: 5px;
	}
	.ad_list li{
		width: 48%;
		max-width: 180px;
	}
}


/* スマホ設定 */
@media screen and (max-width:639px) {
	.topSlide {
		min-height: 154px;
	}

	.topSlide_item_inner {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.topSlide_item_caption {
		background: url(../img/txt-slide01_sp.png) center center no-repeat;
		background-size: 35.3% auto;
		width: 100%;
		height: 100%;
		padding: 0;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.topSlide_item_caption>img {
		display: none;
	}

	.topSlide_navList {
		bottom: 5px;
		line-height: 1;
	}

	.sideNavi_ppl {
		margin: 0 0 15px;
	}

	.u-cell {
		margin: 0 0 15px;
	}

	/*.whatIf_list>li {
		width: 24.25%;
		margin: 0 1% 5px 0;
	}

	.whatIf_list>li:nth-child(5n) {
		margin-right: 1%;
	}

	.whatIf_list>li:nth-child(n + 6) {
		margin-bottom: 5px;
	}

	.whatIf_list>li:nth-child(4n) {
		margin-right: 0;
	}

	.whatIf_list>li>a {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		padding: 10px 0;
		font-size: 12px;
		border-radius: 3px;
	}

	.whatIf_list>li>a .icon {
		font-size: 30px;
	}*/

	.topics_title {
		margin: 0;
	}

	.topics_moreLink {
		bottom: -25px;
	}
	.topics_moreLink > a {
		padding: 5px 14px;
	}

	.topics_list {
		margin: 0;
	}

	.topics_list>li>a {
		padding: 5px 0;
		font-size: 11px;
	}

	.topics_list>li:last-child>a {
		border: none;
	}

	.topics_list_icon {
		font-size: 10px;
		line-height: 18px;
		width: 50px;
		border-radius: 2px;
	}

	.topics_list_upDate {
		font-size: 10px;
	}

	.tpoics_list_title {
		width: 100%;
		display: block;
		line-height: 1.5;
		margin: 6px 0 0;
		font-size: 12px;
	}

	.public_showCase {
		padding: 0;
	}

	.public_showCase_txtCol {
		float: none;
		width: 100%;
	}

	.public_showCase_title {
		font-size: 14px;
	}

	.public_showCase_list {
		font-size: 12px;
	}

	.public_showCase_imgCol {
		float: none;
		width: 100%;
		text-align: center;
	}

	.contents_mainCol_bottom_rightCol {
		width: 100%;
		float: none;
	}

	.mobile {
		display: none;
	}

	.contents_mainCol_bottom_left {
		width: 100%;
		float: none;
	}

	.otherNaviList>li {
		margin-top: 10px;
	}

	.otherNaviList>li>a {
		font-size: 14px;
		line-height: 1.3;
	}

	.otherNaviList>li>a.-yuinet>img {
		
	}

	.bnrBlog {
		margin: 15px 0;
	}

	.song_list>li {
		width: 49%;
		text-align: center;
	}

	.photo {
		padding: 20px 0;
	}

	.photo_text {
		font-size: 12px;
	}

	.photo_commingSoonText {
		font-size: 16px;
	}

	.link_list>li {
		max-width: 48%;
	}

	.album_entry_areaText,
	.workplace_entry_areaText {
		float: none;
		width: 100%;
	}

	.album_entry_image,
	.workplace_entry_image {
		width: 100%;
		float: none;
		margin: 10px 0 0;
		text-align: center;
	}

	.sns_insta_col {
		flex-flow: column;
	}

	.sns_insta_item a {
		width: 211px;
		height: 211px;
	}
}