@charset "utf-8";
/* ------------------------------------------------------------ fv */
#fv {
	width: 100%;
	height: 830px;
	background: url(../images/fv.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

#fv .lang {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(0,154,229,0.85);
	padding: 14px 17px;
}

#fv .lang a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

#fv .lang a:after {
	display: inline-block;
	content: "";
	background-color: #fff;
	border-radius: 5px;
	width: 2px;
	height: 16px;
	margin: 0 10px;
	vertical-align: -2px;	
}

#fv .lang a:last-child:after {
	display: none;
}

#fv img {
	margin: 0 auto;
	padding: 120px 0 0;
}

/* ------------------------------------------------------------ about */
#about {
	padding: 100px 0 100px;
}

#about .top-wrap {
	background: url(../images/background.png?v=210129) center center no-repeat;
	width: 100%;
	height: 1208px;
}

#about .bottom-wrap img {
	display: block;
	margin: auto;
	position: relative;
	top: -100px;
	left: 50px;
}

#about .bottom-wrap .text p {
	margin: -80px 0 0;
}

/* ------------------------------------------------------------ movie */
#movie {
	background: #ffffca;
	margin: 0 0 230px;
}

#movie img {
	width: 100%;
	height: auto;
}

#movie .youtube {
	position: relative;
	top: 110px;
}

#movie .youtube-movie {
	text-align: center;
	padding: 30px 0;
}

/* ------------------------------------------------------------ city */
#city {
	padding: 0 0 100px;
}

#city .city-boxes.inner {
	padding: 0 0 100px;
}

#city .title {
	margin: 0 0 80px;
	width: 100%;
}

#city .title img {
	display: block;
	margin: auto;
}

#city .text {
	padding: 0 0 70px;
}

#city .top-nav {
	display: table;
	width: 100%;
	padding: 0 0 35px;
}

#city .bottom-nav {
	display: table;
	width: 100%;
}

#city .top-nav a,
#city .bottom-nav a {
	display: table-cell;
	width: calc(100% / 4);
}

#city .top-nav a::after,
#city .bottom-nav a::after {
	content: "";
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 10px;
	height: 10px;
	transform: translateY(50%) rotate(45deg);
	display: block;
	margin: auto;
}

#city .top-nav a img,
#city .bottom-nav a img {
	display: block;
	margin: auto;
}

#city .content {
	display: table;
	width: 100%;
}

#city .content.top {
	padding: 0 0 150px;
}

#city .content.top .bottom-block {
	text-align: center;
}

#city .content:nth-of-type(2n+1) {
	direction: rtl;
}

#city .pic-block {
	display: table-cell;
	vertical-align: middle;
}

#city .pic-block:nth-of-type(2n+1) {
	direction: ltr;
}

#city .text-block {
	display: table-cell;
	vertical-align: middle;
	direction: ltr;
}

#city .content:nth-of-type(2n) .pic-block {
	padding: 0 50px 0 0;
}

#city .content:nth-of-type(2n+1) .text-block {
	padding: 0 50px 0 0;
}

#city img.city-name {
	padding: 0 0 50px 0;
}

#city .text-block p {
	line-height: 180%;
}

#city .text-block img {
	padding: 0 0 30px;
}

#city .pic1 {
	padding: 0 0 5px 0;
}

#city .banner img {
	display: block;
	margin: 100px auto 0;
}

/* section.city-blockの偶数段落の順番を入れ替える start */
#city .city-block:nth-of-type(2n) .content {
	direction: rtl;
}

#city .city-block:nth-of-type(2n) .content:nth-of-type(2n+1) {
	direction: ltr;
}

#city .city-block:nth-of-type(2n) .pic-block:nth-of-type(2n+1) {
	direction: ltr;
	padding: 0;
}

#city .city-block:nth-of-type(2n) .text-block {
	padding: 0 50px 0 0;
}

#city .city-block:nth-of-type(2n) .content:nth-of-type(2n+1) .text-block {
	padding: 0 0 0 50px;
}
/* last */

/* ------------------------------------------------------------ city <<< 各市町 */
#shimada .city-contents {
	background: url(../images/shimada/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#makinohara .city-contents {
	background: url(../images/makinohara/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#fujieda .city-contents {
	background: url(../images/fujieda/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#yoshida .city-contents {
	background: url(../images/yoshida/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#kawanehontyou .city-contents {
	background: url(../images/kawanehontyou/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#omaezaki .city-contents {
	background: url(../images/omaezaki/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#kikugawa .city-contents {
	background: url(../images/kikugawa/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#kakegawa .city-contents {
	background: url(../images/kakegawa/map.png) center top no-repeat;
	padding: 200px 0 100px;
}

#kakegawa .airplane.right {
	margin: 0;
}

/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */

p, span, dt, dd {
	word-break: normal;	
}

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

	.fb_iframe_widget span {
		width: 77vw !important;
		display: block;
	}
	
	.fb_iframe_widget span iframe {
		width: 100% !important;
	}

/* ------------------------------------------------------------ fv */
	#fv {
		height: inherit;
		padding: 170px 0 ;
	}
	
	#fv img {
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	#fv .lang{
		display: none;
	}

/* ------------------------------------------------------------ about */
	#about {
		padding: 0;
	}
	
	#about .top-wrap {
		background: none;
		height: auto;
		padding: 50px 0 0 0;
	}
	
	#about .bottom-wrap img {
		position: inherit;
		width: 55%;
		height: auto;
	}
	
	#about .bottom-wrap .text p {
		margin: 0;
	}
	
	#about .background {
		background: url(../images/background.png) center center no-repeat;
		background-size: 170% auto;
		padding: 0 0 126%;
	}

/* ------------------------------------------------------------ movie */
	#movie {
		margin: 50px 0 65px;
	}
	
	#movie img {
		position: inherit;
	}
	
	#movie .youtube {
		position: relative;
		top: 30px;
		width: 100%;
	}
	
	#movie .youtube-movie {
		padding: 15px 0;
		width: 100%;
	}
	
	#movie .youtube-movie .iflame {
		width: 77%;
		height: auto;
	}

/* ------------------------------------------------------------ city */
	#city {
		padding: 0;
	}
	
	#city .city-boxes.inner {
		padding: 0;
	}
	
	#city .title {
		margin: 0 0 50px;
	}
	
	#city .title img {
		width: 100%;
		height: auto;
	}
	
	#city .text {
		padding: 0 0 50px;
	}
	
	#city .top-nav {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	#city .bottom-nav {
		display: table;
		width: 100%;
	}
	
	#city .top-nav a,
	#city .bottom-nav a {
		display: block;
		width: 50%;
		float: left;
		margin: 0 0 25px;
	}
	
	#city .top-nav a::after,
	#city .bottom-nav a::after {
		content: "";
		width: 5px;
		height: 5px;
	}
	
	#city .top-nav a img,
	#city .bottom-nav a img {
		height: 60px;
		width: auto;
	}
	
	#city .content.top img.pic1 {
		width: 100%;
		height: auto;
	}
	
	#city .bottom-block img {
		
		width: 50%;
	}
	
	#city .content:nth-of-type(2n) .pic-block {
		padding: 0;
	}
	
	#city .content:nth-of-type(2n+1) .text-block {
		padding: 0;
	}
	
	#city .content.top img.city-name {
		padding: 30px;
		display: block;
		width: 40%;
		margin-left: auto;
	}
	
	#city .city-block:nth-of-type(2n) .content.top img.city-name {
		margin-right: auto;
		margin-left: inherit;
	}
	
	#city .content.top .text-block p {
		padding: 0 0 30px;
	}
	
	#city .content.top {
		padding: 0 0 30px;
	}
	
	#city .content.top img {
		padding: 0;
	}
	
	#city .pic-block img {
		padding: 0 0 30px;
		height: auto;
	}
	
	#city .text-block img {
		padding-bottom: 30px;
		height: auto;
	}
	
	#city .text-block p {
		padding: 0 0 50px;
	}
	
	#city .banner img {
		display: block;
		margin: auto;
		height: auto;
	}
	
	#city .city-block:nth-of-type(2n) .pic-block:nth-of-type(2n+1) {
		direction: inherit;
		padding: 0;
	}
	
	#city .city-block:nth-of-type(2n) .text-block {
		padding: 0;
	}
	
	#city .content {
		display: block;
	}
	
	
	#city .content:nth-of-type(2n+1) {
		direction: inherit;
	}
	
	#city .pic-block {
		display: block;
	}
	
	#city .pic-block:nth-of-type(2n+1) {
		direction: inherit;
	}
	
	#city .text-block {
		display: block
		direction: inherit;
	}
	
	
	#city .pic1 {
		padding: 0 0 5px 0;
	}
	
	#city .city-block:nth-of-type(2n) .content {
		direction: inherit;
	}
	
	#city .city-block:nth-of-type(2n) .content:nth-of-type(2n+1) {
		direction: inherit;
	}
	
	#city .city-block:nth-of-type(2n) .content:nth-of-type(2n+1) .text-block {
		padding: 0;
	}

/* ------------------------------------------------------------ city <<< 各市町 */
	#shimada .city-contents { 
		background-size: 170% auto;
		padding: 50px 0;
		background-position: -20px 300px;
	}
	
	#makinohara .city-contents {
		background-size: 170% auto;
		padding: 50px 0;
		background-position: -170px 300px;
	}
	
	#fujieda .city-contents {
		background-size: 170% auto;
		padding: 50px 0;
		background-position: -90px 360px;
	}
	
	#yoshida .city-contents {
		background-size: 155% auto;
		padding: 50px 0;
		background-position: -110px 340px;
	}
	
	#kawanehontyou .city-contents {
		background-size: 150% auto;
		padding: 50px 0;
		background-position: -70px 300px;
	}
	
	#omaezaki .city-contents {
		background-size: 140% auto;
		padding: 50px 0;
		background-position: -210px 450px;
	}
	
	#kikugawa .city-contents {
		background-size: 170% auto;
		padding: 50px 0;
		background-position: -100px 390px;
	}
	
	#kakegawa .city-contents {
		background-size: 170% auto;
		padding: 50px 0;
		background-position: -230px 300px;
	}
	
	#kakegawa .airplane.right {
		margin: 0;
	}

}


/* ------------------------------------------------------------ sns */
#snsbox{
	background-color: #bce5fb;
	padding: 100px 0;
	margin-bottom: 50px;
}
#snsbox .snsbox-in{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#snsbox .snsbox-in .inbox{
	width: 500px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 40px;
}
#snsbox .snsbox-in .inbox dt{
	text-align: center;
}

#snsbox .snsbox-in .inbox dd{
	margin-top: 20px;
}
#snsbox .snsbox-in .inbox.sns-facebook dd{
	margin-top: 30px;
}
#snsbox .snsbox-in .sns-insta ul {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
#snsbox .snsbox-in .sns-insta ul li{
	width: 145px;
	margin-top: 10px;
}
#snsbox .snsbox-in .sns-insta ul li img{
	width: 145px;
	height: 145px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
	#snsbox{
		padding: 5vw 0;
		padding-top: 1px;
		margin-bottom: 10vw;
	}
	#snsbox .snsbox-in{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#snsbox .snsbox-in .inbox{
		width: 100%;
		padding: 5vw;
		padding-top: 10vw;
		margin-top: 5vw;
	}
	#snsbox .snsbox-in .inbox dt img{
		width: 50vw;
		height: auto;
	}
	#snsbox .snsbox-in .inbox dd{
		margin-top: 5vw;
	}
	#snsbox .snsbox-in .inbox.sns-facebook dd{
		margin-top: 7vw;
	}
	#snsbox .snsbox-in .sns-insta ul li{
		width: 25vw;
		margin-top: 2vw;
	}
	#snsbox .snsbox-in .sns-insta ul li img{
		width: 25vw;
		height: 25vw;
	}

}