@charset "utf-8";
/* メインビジュアル動画 */
.mainVisual {
	position: relative;
	max-height: 540px;
	overflow: hidden;
}
.mainVisual .videoContent {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.mainVisual .videoContent h1 {
	position: absolute;
	display: block;
	top: 35%;
	left: 7%;
	z-index: 1;
	/*transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);*/
	color: #fff;
	font-size: 250%;
}
.mainVisual .bgVideo {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	background: no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.mainVisual .bgVideo:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.mainVisual .bgVideo .videoInner {
	position: absolute;
	top: -20%;
	left: 0;
	width: 100%;
	height: 100%;
}
/* メインビジュアル画像 */
.mainVisual .imageMV {
	background-image: url(../../img/new/bg_home_toonkurasih_pc.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 490px;
}
/* 動画追加 */
.bannerArea .movieContainer {
	margin: 40px 0;
}
.bannerArea .movieContainer h4 {
	font-size: 132%;
	text-align: center;
	margin-bottom: 1rem;
}
.bannerArea .movieContainer h4 span {
	background: linear-gradient(transparent 75%, #F7FF00 75%);
	font-size: 126%;
	padding: 0 0 0 12px;
}
.bannerArea .movieContainer .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1rem;
}
.bannerArea .movieContainer .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.bannerArea .movieContainer p {
	font-size: 116%;
	text-align: center;
}
.sp {
	display: none;
}
/* スライダー */
#visual {
	position: relative;
	min-height: 500px;
	background: #eee;
	padding: 0 0 36px;
}
#visual .loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    border: 2px solid #eee;
    border-top: 2px solid #009944;
    border-radius: 50%;
    width: 80px;
    height: 80px;
	margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#visual .bx-viewport {
 	padding: 51px 0 0;
	overflow: hidden;
}
#visual .bx-viewport ul {
  position: relative;
  left: calc((100% - 550px)/2); /* (100vw - SlideWidth) / 2 */ /* 20180210 変更 */
  overflow: visible !important;
}
#visual li {
	display: none;
}
#visual .bx-wrapper .bx-loading {
	background: rgba(0, 0, 0, 0);
}
#visual .bx-viewport li {
	position: relative;
	display: block!important;
	width: 550px!important;
	height: 490px;
	padding: 15px;
	margin: 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	overflow: hidden;
}
#visual .bx-viewport li:nth-child(2n) {
	margin-top: -28px;
}
#visual .slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	background: #fff;
	box-shadow: 4px 4px 14px 0px rgba(0,0,0,0.1);
	transition: .4s;
}
#visual .slide-inner:hover {
	top: -7px;
	transition: .2s;
	box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.1);
}
#visual .slide-inner a {
	text-decoration: none;
}
#visual .slide-inner figure {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#visual .slide-inner.new figure::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 81px;
	height: 63px;
	background: url(../../img/new/ico_mv_new.png) no-repeat center;
	background-size: cover;
	z-index: 100;
}
#visual .slide-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#visual .slide-inner div {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 10px 20px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#visual .slide-inner .slide__tit {
	height: 80px;
	font-size: 30px;
	font-weight: 100;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
/*
	background: #fff;
	position: relative;
	overflow-y: hidden;
	text-align: justify;
*/
}
#visual .slide-inner .slide__txt {
	height: 50px;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
/*
	background: #fff;
	position: relative;
	text-align: justify;
*/
}
/*
#visual .slide-inner .slide__tit::before,
#visual .slide-inner .slide__tit::after,
#visual .slide-inner .slide__txt::before,
#visual .slide-inner .slide__txt::after {
	position: absolute;  
	background: #fff;
}
#visual .slide-inner .slide__tit::before,
#visual .slide-inner .slide__txt::before {
	content: "･･･";
	bottom: 0;
	right: -5px;
}
*/

#visual .slide-inner .slide__tit::after,
#visual .slide-inner .slide__txt::after {
	content: "";
	height: 100%;
	width: 100%;
}

#visual .bx-wrapper .bx-pager.bx-default-pager {
	padding: 0;
	bottom: -19px;
}
#visual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
}
#visual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #007130;
}
#visual .bx-wrapper .bx-controls-direction a {
	position: absolute;
	display: inline-block;
    top: 40%;
    margin-top: -16px;
    outline: 0;
    width: 85px;
    height: 85px;
    text-indent: -9999px;
    z-index: 100;
}
#visual .bx-wrapper .bx-next {
	right: 10px;
	background: url(../../img/new/btn_slider_next.png) no-repeat center;
	background-size: contain;
}
#visual .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../img/new/btn_slider_prev.png) no-repeat center;
	background-size: contain;
}
@media screen and (max-height: 450px) {
	#visual {
		min-height: 180px;
		padding: 15px 0 20px;
	}
	#visual .bx-viewport {
		padding: 0;
	}
	#visual .bx-viewport ul {
	  left: 33.33vw; /* (100vw - SlideWidth) / 2 */ /* 20180210 変更 */
	  overflow: visible !important;
	}
	#visual .bx-viewport li {
		width: 207px;
		width: 33.33vw!important;
		height: 185px;
		height: 30vw;
		padding: 7px;
		padding: 1.11vw;
		box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.1);
	}
	#visual .bx-viewport li:nth-child(2n) {
		margin-top: -10px;
	}
	#visual .slide-inner:hover {
		top: 0;
		transition: .2s;
		box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.1);
	}
	#visual .slide-inner.new figure::before {
		width: 36px;
		height: 28px;
		background-image: url(../../img/new/ico_mv_new_sp.png);
	}
	#visual .slide-inner figure {
		height: 61.53%;
	}
	#visual .slide-inner img {
		height: 105%;
	}
	#visual .slide-inner div {
		height: 38.46%;
		padding: 1.6% 1.8%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#visual .slide-inner .slide__tit {
		height: 2.7em;
		font-size: 12px;
		line-height: 1.35;
		margin-bottom: 2%;
	}
	#visual .slide-inner .slide__txt {
		height: 2.5em;
		font-size: 8px;
		line-height: 1.25;
	}
	#visual .bx-wrapper .bx-pager.bx-default-pager {
		bottom: -30px;
	}
	#visual .bx-wrapper .bx-controls-direction a {
		width: 42px;
		height: 42px;
	}
}
@media screen and (max-width: 768px) {
	.mainVisual .bgVideo .videoInner {
	top: 0%;
	}
	.mainVisual .videoContent .title img {
		width: 60%;
	}
}
@media screen and (max-width: 550px) {
	.mainVisual .bgVideo .videoInner {
	top: 0%;
	}
	
	#visual {
		min-height: 300px;
		padding: 0 0 23px;
	}
	#visual .bx-viewport {
		padding: 0;
	}
	#visual .bx-viewport ul {
	  left: 0; /* (100vw - SlideWidth) / 2 */ /* 20180210 変更 */
	  overflow: visible !important;
	}
	#visual .bx-viewport li {
		width: 375px;
		width: 100vw!important;
		height: 355px;
		height: 94vw;
		padding: 15px 12px;
		padding: 4vw 3.33vw;
	}
	#visual .bx-viewport li:nth-child(2n) {
		margin-top: 0;
	}
	#visual .slide-inner:hover {
		top: 0;
		transition: .2s;
		box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.1);
	}
	#visual .slide-inner.new figure::before {
		width: 54px;
		height: 42px;
		background-image: url(../../img/new/ico_mv_new_sp.png);
	}
	#visual .slide-inner figure {
		height: 61.53%;
	}
	#visual .slide-inner img {
		height: 105%;
	}
	#visual .slide-inner div {
		height: 38.46%;
		padding: 2.8% 5.6%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#visual .slide-inner .slide__tit {
		height: 2.7em;
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 3%;
	}
	#visual .slide-inner .slide__txt {
		height: 2.8em;
		font-size: 12px;
		line-height: 1.4em;
	}
	#visual .bx-wrapper .bx-controls-direction a {
		width: 42px;
		height: 42px;
	}
	#visual .bx-wrapper .bx-next {
		right: 3px;
	}
	#visual .bx-wrapper .bx-prev {
		left: 3px;
	}
}

/* 投稿　ホーム・移住定住ブログ・暮らし体験談・メディアリンク
--------------------------------------------------*/
.link__post {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.link__post__item {
	width: 31%;
	margin: 0 3% 0 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	cursor: pointer;
}
.link__post__item:nth-child(3n) {
	margin: 0;
}
.link__post__tag {
	margin: 14px 0 0;
}
.link__post__item time {
	color: #0098ff;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
}
.link__post__tit {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-decoration: underline;
}
.link__post__txt {
	display: block;
	margin-top: 13px;
	font-size: 15px;
	line-height: 20px;
}

/*各カスタム投稿のスタイル*/
.life .link__post__item {
	background: #fff;
}
	.life .link__post__item div {
		padding: 0 12px 24px;
	}

	.akiya .link__post__item,
	.link .link__post__item {
		width: 180px;
		margin: 0 20px 0 0;
	}
	.akiya .link__post__item:nth-child(5),
	.link .link__post__item:nth-child(5) {
		margin: 0;
	}
	.akiya .link__post__item img,
	.life .link__post__item img,
	.link .link__post__item img {
		width: 100%;
	}
	.akiya .tag__list,
	.link .tag__list {
		margin-right: 5px;
		margin-bottom: 1em;
		font-size: 10px;
		line-height: 2em;
	}
	.akiya .tag__list.lease {
		color: #df510c;
		border-color: #df510c;
	}
	.akiya .tag__list.selling {
		color: #009944;
		border-color: #009944;
	}
	.akiya .link__post__tit {
		font-size: 14px;
		line-height: 23px;
	}
	.akiya .link__post__txt {
		overflow: hidden;
		height: 3.2em;
		font-size: 14px;
		line-height: 23px;
	}

.tag__list.youtube {
	color: #e7312b;
	border-color: #e7312b;
}
.tag__list.twitter {
	color: #1d96d5;
	border-color: #1d96d5;
}
.tag__list.instagram {
	color: #ab539b;
	border-color: #ab539b;
}
.tag__list.facebook {
	color: #3366CC;
	border-color: #3366CC;
}
.tag__list.pdf {
	color: #009944;
	border-color: #009944;
}
.tag__list.vimeo {
	color: #428BE0;
	border-color: #428BE0;
}

@media screen and (max-width: 768px) {
	.mainVisual .imageMV {
	background-image: url(../../img/new/bg_home_toonkurasih_sp.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	max-height: 804px;
}
	.link__post {
		padding: 0;
		box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	}
	.link__post__item {
		width: 48%;
		margin: 0 4% 14% 0;
		box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	}
	.link__post__item:nth-child(3n) {
		margin: 0 4% 14% 0;
	}
	.link__post__item:nth-child(2n) {
		margin: 0 0 14% 0;
	}

	.tag__list {
		padding: 0 0.3em;
		margin-right: 5px;
		margin-bottom: 2px;
		font-size: 12px;
	}
	.link__post__tit {
		font-size: 16px;
		line-height: 21px;
		text-decoration: underline;
	}
	.link__post__txt {
		display: none;
	}
	
	
	.news .link__post__item,
	.life .link__post__item {
		width: 100%;
		margin: 0 0 15px 0;
	}
		.news .link__post__item a,
		.life .link__post__item a{
			display: flex;
			width: 100%;
		}
		.news .link__post__item figure,
		.life .link__post__item figure {
			/*position: relative;*/
			width: 28%;
			/*padding-top: 21%;*/
			border: none;
			/*overflow: hidden;*/
		}
		.news .link__post__item figure img,
		.life .link__post__item figure img {
			width: 100%;
			border: 1px solid #eaeaea;
			/*position: absolute;
			top: 50%;
			left: 50%;
			width: auto;
			height: 100%;
			max-width: none;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);*/
		}
		.news .link__post__tag,
		.life .link__post__tag {
			display: none;
		}
		.news .link__post__item div,
		.life .link__post__item div {
			width: 70%;
			padding: 0 0 0 3%;
		}
	
	.akiya .link__post__item,
	.link .link__post__item {
		width: 48%;
		margin: 0 4% 25px 0;
	}
	
		.akiya .link__post__item:nth-child(5),
		.link .link__post__item:nth-child(5) {
			display: none;
		}
		.akiya .link__post__item:nth-child(2n),
		.link .link__post__item:nth-child(2n) {
			margin: 0 0 25px 0;
		}
		
		.akiya .link__post__item img,
		.link .link__post__item img {
			width: 100%;
			max-width: none;
		}
		.akiya .tag__list,
		.link .tag__list {
			font-size: 12px;
			line-height: 22px;
		}
}

@media screen and (max-width: 768px) {
	.btnBlack01 {
		width: 300px;
		text-align: left;
	}
	.btnBlack01 a {
		padding: 0 0 0 5%;
		box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	}
}

/* index page
--------------------------------------------------*/

/* バナーエリア
--------------------------------------------------*/

.bannerArea {
	background: #fff;
	padding-top: 40px;
}
.bannerArea .moviebnr {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.bannerArea .movieContainer {
		margin: 0;
	}
	.bannerArea .movieContainer h4 {
		font-size: 100%;
	}
	.bannerArea .movieContainer h4 span {
		font-size: 120%;
	}
	.bannerArea .movieContainer p {
		font-size: 14px;
	}
	.sp {
		display: block;
	}
	.bannerArea .moviebnr {
		width: 100%;
		margin: 0 auto 6%;
	}
	.bannerArea .moviebnr a {
		display: block;
	}
}
/*--------------------------------------------------*/

/* ニュース&amp;ブログ
--------------------------------------------------*/
.news {
	background: #fff;
	padding: 40px 0;
}

	.news h2 {
		position: relative;
		padding-left: 140px;
		/*margin: 0 0 40px 0;*/
		font-size: 36px;
		font-weight: normal;
	}
	.news h2 span {
		position: absolute;
		top: 12px;
		display: inline-block;
		margin: 0 0 0 30px;
		font-size: 14px;
		line-height: 27px;
	}

.news .btnBlack01 {
	margin: 40px auto 0;
}
.news .btnBlack01 a {
	background: #fff;
}
@media screen and (max-width: 768px) {
	.news {
		padding: 30px 0;
	}
		.news h2 {
			padding-left: 0;
			margin: 0 0 25px 0;
			font-size: 24px;
			font-weight: normal;
		}
		.news h2 span {
			position: relative;
			margin: 0;
			font-size: 14px;
			line-height: 27px;
		}
	}

/* 東温市で始まる幸せ
--------------------------------------------------*/
.intro {
	position: relative;
	overflow: hidden;
}
.intro .fade {
	position: static!important;
	top: 0;
	width: 100%;
	z-index: -1;
}

.intro .fade__slide1,
.intro .fade__slide2,
.intro .fade__slide3 {
	position: absolute;
	top: 0;
	height: 452px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.intro .fade__slide1 {
	background-image: url(../../img/new/mv1.jpg);
}
.intro .fade__slide2 {
	background-image: url(../../img/new/mv2.jpg);
}
.intro .fade__slide3 {
	background-image: url(../../img/new/mv3.jpg);
}
.intro__inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 0 50px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	z-index: 100;
}
.intro__inner .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	right: 0;
	bottom: 0;
	width: 98%;
	height: 190%;
	margin: 0 -8% 0;
	background: #32b16c;
	transform-origin: center center;
	transform: rotate(98deg);
	z-index: -1;
}
.intro .container {
	display: flex;
	position: relative;
}
.intro .detail {
	position: relative;
	width: 290px;
	margin-right: 50px;
	text-align: center;
}
	.intro .detail ul {
		position: absolute;
		bottom: 0;
		display: flex;
	}
		.intro .detail li:last-child {
			margin-left: 15px;
		}
.intro .info {
	width: 100%;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intro h2 {
	position: relative;
	margin: 0 0 20px 30px;
	font-size: 36px;
	font-weight: normal;
}
.intro p {
	margin-left: 30px;
	font-size: 16px;
	line-height: 30px;
}
.intro .quicknav {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	letter-spacing: -0.5em;
}
	.intro .quicknav li {
		display: inline-block;
		letter-spacing: 0em;
	}
	.intro .quicknav li:first-child {
		margin-bottom: 20px;
	}
	.intro .quicknav li:nth-of-type(2) {
		margin-right: 20px;
	}

.btnWhite01 a {
	position: relative;
	width: 300px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.btnWhite01 a::after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: auto 0;
	transform: rotate(45deg);
	text-decoration: none;
}
.btnWhite01 a:hover,
.btnWhite01 a:hover::after {
	background: #fff;
	color: #009944;
	border-color: #009944;
}



@media screen and (max-width: 768px) {
	.intro .fade__slide1,
	.intro .fade__slide2,
	.intro .fade__slide3 {
		height: 144px;
		height: 40vw;;
	}
	.intro .fade__slide1 {
		background-image: url(../../img/new/mv1.jpg);
	}
	.intro .fade__slide2 {
		background-image: url(../../img/new/mv2.jpg);
	}
	.intro .fade__slide3 {
		background-image: url(../../img/new/mv3.jpg);
	}
	.intro__inner {
		position: relative;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 20px 0 0px;
		background: #32b16c;
	}
	.intro .container {
		display: block;
		position: relative;
		overflow: visible;
	}
	.intro__inner .container::before {
		display: none;
	}
	.intro .detail {
		position: relative;
		width: 100%;
		margin-right: 0;
	}
	.intro .detail ul {
		left: 0;
		bottom: 20px;
		width: 55%;
	}
		.intro .detail li:last-child {
			margin-left: 15px;
		}
	.intro .info {
		width: 100%;
		max-width: none;
	}
	.intro h2 {
		margin: 20px 0 10px;
		font-size: 24px;
	}
	.intro p {
		margin: 0;
		font-size: 14px;
		line-height: 22px;
	}
	.intro .quicknav li {
		display: block;
		letter-spacing: normal;
		margin-bottom: 15px;
	}
	.intro .quicknav li:first-child {
		margin-bottom: 15px;
	}
	.intro .quicknav li:nth-of-type(2) {
		margin-right: 0;
	}
	.intro .quicknav li:last-child{
		margin-bottom: 0;
	}

}


/* 暮らし体験談
--------------------------------------------------*/
.life {
	padding: 60px 0;
	background: url(../../img/new/bg_home_life_pc.png) no-repeat;
	background-size: cover;
}
.life h2 {
	position: relative;
	margin: 0 0 45px 0;
	font-size: 36px;
	font-weight: normal;
	padding-left: 31%;
}
.life h2 span {
	position: absolute;
	top: 12px;
	display: inline-block;
	margin: 0 0 0 30px;
	font-size: 14px;
	line-height: 27px;
}

.life .btnBlack01 {
	margin: 50px auto 0;
}
.life .btnBlack01 a {
	background: #fff;
}



@media screen and (max-width: 768px) {
	.life {
		padding: 35px 0 30px;
		background: #fff;;
	}
	.life h2 {
		position: relative;
		margin: 0 0 25px 0;
		font-size: 24px;
		font-weight: normal;
		padding-left: 0;
	}
	.life h2 span {
		position: relative;
		top: 0;
		margin: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.life .btnBlack01 {
		margin: 15px auto 0;
	}
}

/* 空き家情報
--------------------------------------------------*/
.akiya {
	padding: 60px 0;
	background: #e0f499;
}
	.akiya h2 {
		position: relative;
		padding-left: 160px;
		margin: 0 0 40px 0;
		font-size: 36px;
		font-weight: normal;
	}
	.akiya h2 span {
		position: absolute;
		top: 12px;
		display: inline-block;
		margin: 0 0 0 30px;
		font-size: 14px;
		line-height: 27px;
	}
	.akiya .btnBlack01 {
		margin: 45px auto 0;
	}

@media screen and (max-width: 768px) {
	.akiya {
		padding: 30px 0;
	}
	.akiya h2 {
		position: relative;
		padding-left: 0;
		margin: 0 0 25px 0;
		font-size: 24px;
	}
	.akiya h2 span {
		position: relative;
		top: 0;
		margin: 0;
		font-size: 14px;
		line-height: 22px;
	}
	.akiya .btnBlack01 {
		margin: 0 auto;
	}
}

/* よくある質問
--------------------------------------------------*/
.faq {
	padding: 40px 0 50px;
}
	.faq h2 {
		display: block;
		margin: 0 0 45px 0;
		color: #df510c;
		font-size: 36px;
		font-weight: normal;
		text-align: center;
	}
	.faq h2::before {
		content: "";
		display: inline-block;
		width: 55px;
		height: 49px;
		margin-right: 20px;
		margin-bottom: -10px;
		background: url(../../img/new/ico_home_faq.png) no-repeat center;
		background-size: contain;
	}
	.faq ul {
		display: flex;
		flex-wrap: wrap;
	}
	.faq .faq__tit li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 25px;
		font-size: 15px;
		font-weight: bold;
		line-height: 25px;
	}
	.faq .faq__tit li:nth-child(2n) {
		margin-right: 0;
	}
	
	.faq .faq__bnr {
		margin-top: 25px;
	}
	.faq .faq__bnr li {
		margin-right: 40px;	
	}
	.faq .faq__bnr li:last-of-type {
		margin-right: 0;	
	}

@media screen and (max-width: 768px) {
	.faq {
		padding: 25px 0 30px;
	}
		.faq h2 {
			display: block;
			margin: 0 0 25px 0;
			color: #df510c;
			font-size: 24px;
			text-align: left;
		}
		.faq h2::before {
			content: "";
			display: inline-block;
			width: 35px;
			height: 30px;
			margin-right: 13px;
			margin-bottom: -7px;
			background: url(../../img/new/ico_home_faq.png) no-repeat center;
			background-size: contain;
		}
		.faq ul {
			display: block;
		}
		.faq .faq__tit li {
			width: 100%;
			margin-right: 0;
			margin-bottom: 25px;
			font-size: 14px;
			line-height: 22px;
		}
	
		.faq .faq__bnr {
			display: flex;
			flex-wrap: wrap;
			margin-top: 25px;
		}
		.faq .faq__bnr li {
			width: 48%;
			margin-right: 4%;	
			margin-bottom: 15px;	
		}
		.faq .faq__bnr li:nth-child(2) {
			margin-right: 0;	
		}
}

/* 東温メディア
--------------------------------------------------*/
.link {
	padding: 45px 0 70px;
	background: url(../../img/new/bg_home_link_pc.png) no-repeat center;  
	background-size: cover;
}
	.link h2 {
		position: relative;
		margin: 0 0 40px 0;
		font-size: 36px;
		font-weight: normal;
	}
	.link h2 span {
		position: absolute;
		top: 0;
		display: inline-block;
		margin: 0 0 0 30px;
		font-size: 14px;
		line-height: 27px;
	}
	.link .btnBlack01 {
		margin: 45px auto 65px;
	}

	.link .link__sns {
		display: flex;
		width: auto;
		margin: 0 20px;
		color: #009944;
		font-size: 15px;
	}
	.link .link__sns li {
		margin: 0 auto;
	}
	.link .link__sns a {
		font-weight: bold;
		font-size: 13px;
		color: #009944;
	}
	.link .link__sns li:first-child::before,
	.link .link__sns a::before {
		content: "";
		display: inline-block;
		width: 50px;
		height: 50px;
		margin: 0 8px -17px 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	.link .link__sns li:first-child::before {
		width: 32px;
		background-image: url(../../img/new/ico_home_finger.png);
}
	.link .link__sns li:nth-child(2) a::before {
		background-image: url(../../img/new/ico_home_facebook.png);
	}
	.link .link__sns li:nth-child(3) a::before {
		background-image: url(../../img/new/ico_home_instagram.png);
	}
	.link .link__sns li:nth-child(4) a::before {
		background-image: url(../../img/new/ico_home_twitter.png);
	}
    .link .link__sns li:nth-child(5) a::before {
		background-image: url(../../img/new/ico_home_line.png);
	}

@media screen and (max-width: 768px) {
	.link {
		padding: 30px 0 25px;
		background: url(../../img/new/bg_home_link_sp.png) no-repeat center;  
		background-size: cover;
	}
		.link h2 {
			position: relative;
			margin: 0 0 25px 0;
			font-size: 24px;
		}
		.link h2 span {
			position: relative;
			margin: 0;
			font-size: 14px;
			line-height: 22px;
		}
		.link .btnBlack01 {
			margin: 5px auto 20px;
		}

		.link .link__sns {
			display: flex;
			flex-wrap: wrap;
			width: auto;
			margin: 0;
			color: #009944;
			font-size: 15px;
			text-align: center;
		}
		.link .link__sns li {
			margin: 0 auto;
			width: 50%;
		}
		.link .link__sns li:first-of-type {
			width: 100%;
			margin-bottom: 16px;
		}
		.link .link__sns a {
			font-weight: bold;
			font-size: 13px;
			color: #009944;
			text-align: left;
		}
		.link .link__sns a::before {
			display: block;
			width: 25px;
			height: 24px;
			margin: 0 auto;
			text-align: center;
		}
		.link .link__sns li:first-child::before {
			width: 21px;
			height: 15px;
			margin: 0 8px 0 0;
		}
}



/* インスタグラム
--------------------------------------------------*/
.insta {
	padding: 40px 0 50px;
}
	.insta h2 {
			position: relative;
			margin: 0 0 40px 0;
			font-size: 36px;
			font-weight: normal;
			text-align: center;
		}
		.insta h2::before {
			content: "";
			display: inline-block;
			width: 35px;
			height: 35px;
			margin-right: 15px;
			margin-bottom: -4px;
			background: url(../../img/new/ico_home_insta_tit.png) no-repeat center;
			background-size: contain;
		}
	.insta ul {
		letter-spacing: -0.5em;
	}
		.insta  li {
			display: inline-block;
			vertical-align: top;
			letter-spacing: normal;
		}
			.insta  li a {
				display: inline-block;
			}
				.insta li a .insta-image {
					width: 163px;
					height: 163px;
					background-position: center center;
					background-size: cover;
					background-repeat: no-repeat;
					
				}
	.insta .btnBlack01 {
		margin: 40px auto 0;
	}
@media screen and (max-width: 768px) {
.insta {
	padding: 25px 0 30px;
}
	.insta h2 {
			position: relative;
			margin: 0 0 25px 0;
			font-size: 24px;
			text-align: left;
		}
		.insta h2::before {
			content: "";
			display: inline-block;
			width: 35px;
			height: 35px;
			margin-right: 15px;
			margin-bottom: -4px;
			background: url(../../img/new/ico_home_insta_tit.png) no-repeat center;
			background-size: contain;
		}

	.insta li {
		width: 32%;
		margin: 0 2% 1% 0;
	}
	.insta li:nth-child(3n) {
		margin-right: 0;
	}
		.insta li a {
			position: relative;
			height: auto;
			width: 100%;
		}
			.insta li a:before {
				content: "";
				display: block;
				padding-top: 100%;
			}
			.insta li a .insta-image {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 100%;
				height: 100%;
			}
	.insta .btnBlack01 {
		margin: 35px auto 0;
	}
}


.bnr__area {
	background: #EEEEEE;
	padding: 30px 0 20px;
}
	.bnr__area ul {
		letter-spacing: -0.5em;
	}
	.bnr__area ul li {
		display: inline-block;
		width: 230px;
		margin: 0 20px 15px 0;
		letter-spacing: normal;
	}
	.bnr__area ul li:nth-child(4n) {
		margin-right: 0;
	}
	.bnr__area ul li img {
		width: 100%;
	}

@media screen and (max-width: 768px) {
	.bnr__area {
		padding: 30px 0;
	}
		.bnr__area ul li {
			width: 48%;
			margin: 0 4% 10px 0;
		}
		.bnr__area ul li:nth-child(2n) {
			margin: 0 0 10px 0;
		}
		.bnr__area ul li img {
			width: 100%;
		}

}
