@charset "UTF-8";
/* CSS Document */
/* シンフォニー */
/* トップページCSS */

/*共通CSS*/
/*WordPress対策・全ページ余白なし*/
* {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
	
img {
	vertical-align: bottom; /*下に余白を作らない*/
	max-width: 100%;
}
	
p,h1,h2,h3,h4 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
	
a {
	text-decoration: none;
}
	
.wrap {
	overflow: hidden;
}

/*フォント設定*/	
.zen {
	font-family: 'Zen Maru Gothic', sans-serif;
}
	
.klee {
	font-family: 'Klee One', cursive;
}

.char {
	font-family: 'Charmonman', cursive;
}
	
.color01 {
	color: #D374A6;
}
	
.color02 {
	color: #575757;
}

.color03 {
	color: #666666;
}
	
/*floatを解除する*/
.clear {
	clear: both;
}

/*PC*/
@media only screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	
	.sp {
		display: none !important;
	}
	
	p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		text-align: left;
	}
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	main {
		position: relative;
		width: 100%;
		height: auto;
		padding: 140px 0 0 0;
		overflow: hidden;
	}
	
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}
	
	p {
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		text-align: left;
	}
	
	main {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 0 0;
		overflow: hidden;
	}
	
		
}

/*トップページ*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*共通*/
	.tp-h2 {
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 42px;
		text-align: center;
	}
	
	/*ボタン*/
	.tp-btn01 {
		display: block;
		height: auto;
		padding: 10px 20px 20px 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.tp-btn01::before {
		content: "";
		position: absolute;
		top: -8px;
		left: -8px;
		width: 99%;
		height: 97.5%;
		border: solid 2px #D374A6;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.tp-btn01::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 25px;
		transform: translate(0, -50%);
		width: 12px;
		height: 13px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.4s;
	}
	
	.tp-btn01:hover {
		padding: 15px 20px 15px 10px;
	}
	
	.tp-btn01:hover::before {
		top: 0;
		left: 0;
	}
	
	.tp-btn01:hover::after {
		top: 52%;
	}
	
	.tp-btn02 {
		display: block;
		height: auto;
		padding: 10px 20px 20px 10px;
		font-size: 22px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
		color: #D374A6;
		background: #fff;
		border-radius: 10px;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.tp-btn02::before {
		content: "";
		position: absolute;
		top: -8px;
		left: -8px;
		width: 99%;
		height: 97.5%;
		border: solid 2px #D374A6;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.tp-btn02::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 25px;
		transform: translate(0, -50%);
		width: 12px;
		height: 13px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.4s;
	}
	
	.tp-btn02:hover {
		padding: 15px 20px 15px 10px;
	}
	
	.tp-btn02:hover::before {
		top: 0;
		left: 0;
	}
	
	.tp-btn02:hover::after {
		top: 52%;
	}
	
	/*キービジュアル*/
	#tp-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-key::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -5px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 101%;
		height: 200px;
		background-image: url(/wp-content/uploads/2022/08/tp-key-nami-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-slider {
		z-index: 0;
		position: relative;
		width: 100%;
		height: 870px;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
	
	.tp-slider img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.tp-key-text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 90%;
		height: auto;
	}
	
	.tp-key-text h2 {
		display: inline-block;
		position: relative;
		padding: 20px 15px;
		font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 28px;
		color: #D374A6;
		text-align: left;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background: #fff;
		border-radius: 10px;
	}
	
	.two-digit {
		text-combine-upright: all;
		padding-bottom: 7px;
	}
	
	.tp-key-text00 {
		display: none!important;
	}
	
	.tp-key-text01 {
		margin: 0 0 240px 0;
	}
	
	.tp-key-text02 {
		margin: 0 15px 180px 15px;
	}
	
	.tp-key-text03 {
		margin: 0 0 0 0;
	}
	
	.tp-key-text a {
		display: block;
		position: absolute;
		bottom: -420px;
		right: 0;
		width: 350px;
		height: auto;
	}
	
	.tp-key-text a img {
		position: relative;
		width: 100%;
		height: auto;
		transition: 0.4s;
	}
	
	.tp-key-text a img:hover {
		opacity: 0.7;
	}
	
	.updown {
		animation-name:updown1;
		animation-delay:0s;
		animation-duration: 3s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite; 
	}

	@keyframes updown1 {
		0% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(-20px);
		}
		100% {
			transform: translateY(0);
		}
	}
	
	.tp-key-img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 90%;
		height: auto;
	}
	
	.tp-key-img a {
		z-index: -1;
		position: absolute;
		top: 260px;
		right: 0;
		width: 240px;
		height: auto;
		font-size: 22px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
		color: #fff;
		transition: 0.4s;
	}
	
	.tp-key-img a::before {
		content: "";
		z-index: -2;
		position: absolute;
		top: 50%;
		left: 52%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 220px;
		height: 170px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_7.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-key-img a font {
		display: block;
		z-index: 1;
		position: relative;
		margin: 15px 0 0 0;
		font-size: 16px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
	}
	
	.tp-key-img a font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 53%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 120px;
		height: 24px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_21_pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-key-img a font::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 56%;
		right: 70px;
		transform: translate(0, -50%);
		width: 10px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/09/tp-key-sankaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-key-img a:hover {
		opacity: 0.8;
	}
	
	.tp-key-person {
		display: block;
		position: relative;
		width: 200px;
		height: auto;
		margin: 370px 0 0 auto;
	}
	
	/*お知らせ*/
	#tp-slide {
		z-index: 2;
		position: relative;
		width: 450px;
		height: auto;
		padding: 0 0 0 0;
		margin: -140px 5% 0 auto;
	}
	
	#tp-slide h2 {
		margin: 0 0 5px 0;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	#tp-slide .slick-next {
		position: absolute;
		top: -15px;
		right: 5px!important;
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/08/migi.png)!important;
		background-size: 100% 100%;
		transition: 0.4s;
	}
	
	#tp-slide .slick-next:before {
		display: none;
	}
	
	#tp-slide .slick-next:hover {
		background-image: url(/wp-content/uploads/2022/08/tp-news-btn02.png)!important;
	}
	
	#tp-slide .slick-prev {
		position: absolute;
		top: -15px;
		left: 380px!important;
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/08/hidari.png)!important;
		background-size: 100% 100%;
		transition: 0.4s;
	}
	
	#tp-slide .slick-prev:before {
		display: none;
	}
	
	#tp-slide .slick-prev:hover {
		background-image: url(/wp-content/uploads/2022/08/tp-news-btn01.png)!important;
	}
	
	.tp-news01-loop {
		position: relative;
		width: 450px;
		height: auto;
		margin: 5px auto;
		padding: 18px 20px;
		border-radius: 10px;
		box-sizing: border-box;
		background: #F8F8F8;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
	}
	
	.tp-news01-loop time {
		display: block;
		position: relative;
		margin-bottom: 7px;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: left;
	}
	
	.tp-news01-loop h3 {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	.tp-news01-loop a {
		color: #666666;
	}
	
	.tp-news01-loop a:hover {
		text-decoration: underline;
		color: #D374A6;
	}
	
	.tp-news01-btn {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 16px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 16px;
		color: #D374A6;
		text-align: right;
		transition: 0.4s;
	}
	
	.tp-news01-btn::before {
		content: "";
		position: absolute;
		top: 4px;
		right: 160px;
		width: 10px;
		height: 11px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-news01-btn:hover {
		text-decoration: underline;
	}
	
	/*YOKATOKOについて*/
	#tp-yoka {
		position: relative;
		width: 1200px;
		height: auto;
		padding: 90px 0 80px 0;
		margin: 100px auto;
	}
	
	#tp-yoka .tp-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 450px;
		height: auto;
	}
	
	#tp-yoka .tp-img img {
		display: block;
		border-radius: 10px;
	}
	
	#tp-yoka .tp-img .tp-img01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-yoka .tp-img .tp-img02 {
		position: absolute;
		bottom: -90px;
		right: -780px;
		width: 200px;
		height: auto;
	}
	
	#tp-yoka .tp-text {
		display: block;
		position: relative;
		width: 600px;
		height: auto;
		margin: 0 100px 0 auto;
	}
	
	#tp-yoka .tp-text h2 {
		position: relative;
		padding-left: 45px;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
	}
	
	#tp-yoka .tp-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 40px;
		height: auto;
	}
	
	#tp-yoka .tp-text h3 {
		margin: 30px 0;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 42px;
	}
	
	#tp-yoka .tp-text p {
		position: relative;
		width: 480px;
		margin: 0 auto 40px 0;
		line-height: 30px;
	}
	
	#tp-yoka .tp-text .tp-btn01 {
		position: relative;
		width: 340px;
	}
	
	/*施設一覧*/
	#tp-room {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 70px 0;
		background-image: url(/wp-content/uploads/2022/08/tp-room-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-room .tp-text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-room .tp-text h2 {
		position: relative;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 32px;
		text-align: center;
	}
	
	#tp-room .tp-text h2 font {
		position: relative;
		padding-left: 45px;
	}
	
	#tp-room .tp-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 40px;
		height: auto;
	}
	
	#tp-room .tp-text p {
		margin-top: 30px;
		text-align: center;
		line-height: 30px;
	}
	
	#tp-room .tp-con {
		position: relative;
		width: 1020px;
		height: auto;
		margin: 40px auto;
	}
	
	#tp-room .tp-btn02 {
		position: relative;
		width: 400px;
		margin: 0 auto;
	}
	
	/*ループ設定*/
	.room-loop {
		display: block;
		position: relative;
		width: 300px;
		height: 180px;
		margin: 0 20px 270px 20px;
		float: left;
	}
	
	.room-loop-img {
		z-index: 1;
		width: 300px;
		height: 180px;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	
	.room-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition: transform 0.4s linear;
	}
	
	.room-loop:hover .room-loop-img img {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.room-loop-text {
		position: absolute;
		top: 180px;
		left: 0;
		width: 100%;
		height: 230px;
		padding: 20px 20px 30px 20px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px;
	}
	
	.room-loop-text span {
		display: table;
		z-index: 0;
		position: absolute;
		top: -35px;
		left: 0;
		padding: 7px 0 7px 35px;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 13px;
		color: #fff;
	}
	
	.room-loop-text span::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 130px;
		height: 100%;
		background-image: url(/wp-content/uploads/2022/08/room-area.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.room-loop-text span::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translate(0, -50%);
		width: 14px;
		height: 18px;
		background-image: url(/wp-content/uploads/2022/09/toppage_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.room-loop-text h3 {
		margin-bottom: 10px;
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 32px;
		text-align: center;
	}
	
	.room-loop-text p {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 22px;
		color: #666;
	}
	
	.room-tag-font {
		display: initial;
		margin: 0 5px 5px 0;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 13px;
	}
	
	.room-tag {
		position: absolute;
		top: 120px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 260px;
		height: auto;
		padding: 30px 0 0 0;
	}
	
	.room-tag::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 25px;
		left: 0;
		width: 100%;
		height: 2px;
		background-image: url(/wp-content/uploads/2022/08/room-dot.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	/*バナー*/
	#tp-ban {
		position: relative;
		width: 850px;
		height: auto;
		margin: 100px auto;
	}
	
	#tp-ban a {
		display: block;
		position: relative;
		width: 400px;
		height: auto;
		transition: 0.4s;
		float: left;
	}
	
	#tp-ban a img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-ban a:nth-child(1) {
		margin: 0 50px 0 0;
	}
	
	#tp-ban a:hover {
		transform: translateY(-20px);
	}
	
	/*YOKATOKOだより*/
	#tp-news {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 70px 0;
		background-image: url(/wp-content/uploads/2022/08/tp-news-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-news .tp-text {
		position: relative;
		width: 860px;
		height: auto;
		margin: 0 auto;
	}
	
	#tp-news .tp-text p {
		margin-top: 30px;
		text-align: center;
		line-height: 30px;
	}
	
	#tp-news .tp-text img {
		position: absolute;
		top: -160px;
		left: 0;
		width: 280px;
		height: auto;
	}
	
	#tp-news .tp-con {
		position: relative;
		width: 1160px;
		height: auto;
		margin: 40px auto;
	}
	
	#tp-news .tp-btn02 {
		position: relative;
		width: 400px;
		margin: 0 auto;
	}
	
	/*ループ設定*/
	.news-loop {
		display: block;
		position: relative;
		width: 250px;
		height: 180px;
		margin: 30px 20px 230px 20px;
		float: left;
	}
	
	.news-loop-img {
		z-index: 1;
		width: 250px;
		height: 180px;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.news-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition: transform 0.4s linear;
	}
	
	.news-loop:hover .news-loop-img img {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.news-loop-text {
		position: absolute;
		top: 180px;
		left: 0;
		width: 100%;
		height: auto;
		padding: 10px 0 0 0;
	}
	
	.news-loop-text time {
		display: block;
		position: absolute;
		top: -203px;
		left: 0;
		padding-left: 30px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #666666;
	}
	
	.news-loop-text time::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/09/toppage_14.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news-loop-text h3 {
		margin: 0 0 10px 0;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 28px;
	}
	
	.news-loop-text p {
		margin-bottom: 10px;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 22px;
		color: #666;
	}
	
	.news-loop-text font {
		display: table;
		padding: 5px 8px;
		margin: 0 5px 7px 0;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 13px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
		float: left;
	}
	
	
	/*ご利用をお考えの方へ*/
	#tp-gui {
		position: relative;
		width: 1200px;
		height: auto;
		padding: 0 0 0 0;
		margin: 80px auto;
	}
	
	#tp-gui .tp-text {
		display: block;
		position: relative;
		width: 650px;
		height: auto;
		margin: 0 auto 0 50px;
	}
	
	#tp-gui .tp-text h2 {
		position: relative;
		padding-left: 45px;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
	}
	
	#tp-gui .tp-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 40px;
		height: auto;
	}
	
	#tp-gui .tp-text h3 {
		margin: 30px 0;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 42px;
	}
	
	#tp-gui .tp-text .tp-gui-img {
		display: block;
		position: absolute;
		top: 0;
		right: -500px;
		width: 480px;
		height: auto;
		border-radius: 10px;
	}
	
	#tp-gui .tp-text p {
		margin: 0 auto 40px 0;
		line-height: 30px;
	}
	
	#tp-gui .tp-text .tp-btn01 {
		position: relative;
		width: 340px;
	}
	
	/*利用者様・ご家族様の声*/
	#tp-koe {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 80px 0;
		background: rgba(239,245,233,0.90);
		background-size: 100% 90%;
		background-position: bottom;
	}
	
	#tp-koe .tp-img {
		z-index: 0;
		position: relative;
		width: 100%;
		height: 400px;
		background-image: url(/wp-content/uploads/2022/09/toppage_17_pc.jpg);
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-img::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: -3px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 50px;
		background-image: url(/wp-content/uploads/2022/09/toppage_koe_nami_ue_pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-img::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -3px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 50px;
		background-image: url(/wp-content/uploads/2022/09/toppage_koe_nami_shita_pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-text {
		z-index: 2;
		position: relative;
		width: 1400px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	#tp-koe .tp-text font {
		z-index: 0;
		top: -120px;
		right: 300px;
		position: absolute;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 24px;
		color: #fff;
		text-align: center;
	}
	
	#tp-koe .tp-text font::before {
		z-index: -1;
		content: "";
		position: absolute;
		top: 50%;
		left: 47%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 180px;
		height: 140px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6-2.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-text .tp-text-p {
		margin: 40px auto 0 auto;
		text-align: center;
		line-height: 30px;
	}
	
	#tp-koe .tp-btn02 {
		position: relative;
		width: 460px;
		margin: 0 auto;
	}
	
	#tp-koe .tp-con {
		position: relative;
		width: 1400px;
		height: auto;
		margin: 40px auto 60px auto;
	}
	
	.tp-koe00 {
		position: relative;
		width: 680px;
		height: auto;
		padding: 50px 40px;
		margin: 0 10px;
		background: #fff;
		box-sizing: border-box;
		float: left;
	}
	
	.tp-koe00 .tp-koe00-img01 {
		display: block;
		position: relative;
		width: 100px;
		height: auto;
		margin: 0 auto 40px 0;
	}
	
	.tp-koe00 .tp-koe00-img02 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.tp-koe00 .tp-koe00-text {
		position: absolute;
		top: 50px;
		right: 40px;
		width: 470px;
		height: auto;
	}
	
	.tp-koe00 .tp-koe00-text h3 {
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 26px;
		color: #575757;
	}
	
	.tp-koe00 .tp-koe00-text h3 span {
		background:linear-gradient(transparent 60%, #F7E7EF 60%);
		border-radius: 3px;
	}
	
	.tp-koe00 .tp-koe00-text p {
		font-size: 12px;
	}
	
	/*INSTA*/
	#tp-sns {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 100px 0 0 0;
	}
	
	#tp-sns .tp-text h2 {
		position: relative;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 32px;
		text-align: center;
	}
	
	#tp-sns .tp-text h2 font {
		position: relative;
		padding-left: 50px;
	}
	
	#tp-sns .tp-text h2 font img {
		position: absolute;
		top: 55%;
		left: 0;
		transform: translate(0, -50%);
		width: 40px;
		height: auto;
	}
	
	#tp-sns .tp-con {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.tp-ban01 {
		margin-top: 40px!important;
	}
	
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	/*共通*/
	.tp-h2 {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	/*ボタン*/
	.tp-btn01 {
		display: block;
		height: auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	.tp-btn01::before {
		content: "";
		position: absolute;
		top: -4px;
		left: -4px;
		width: 99%;
		height: 97%;
		border: solid 1px #D374A6;
		border-radius: 5px;
	}
	
	.tp-btn01::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 15px;
		transform: translate(0, -50%);
		width: 8px;
		height: 9px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-btn02 {
		display: block;
		height: auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #fff;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	.tp-btn02::before {
		content: "";
		position: absolute;
		top: -4px;
		left: -4px;
		width: 99%;
		height: 97%;
		border: solid 1px #D374A6;
		border-radius: 5px;
	}
	
	.tp-btn02::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 15px;
		transform: translate(0, -50%);
		width: 8px;
		height: 9px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	/*キービジュアル*/
	#tp-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-key::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -5px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 80px;
		background-image: url(/wp-content/uploads/2022/08/tp-key-nami-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-slider {
		z-index: 0;
		position: relative;
		width: 100%;
		height: 500px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.tp-slider img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.tp-key-text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 90%;
		height: auto;
	}
	
	.tp-key-text h2 {
		display: inline-block;
		position: relative;
		padding: 10px 8px;
		font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 18px;
		color: #D374A6;
		text-align: left;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background: #fff;
		border-radius: 5px;
	}
	
	.two-digit {
		text-combine-upright: all;
		padding-bottom: 4px;
	}
	
	.tp-key-text00 {
		margin: 0 1px 0 0;
	}
	
	.tp-key-text01 {
		display: none!important;
	}
	
	.tp-key-text02 {
		display: none!important;
	}
	
	.tp-key-text03 {
		top: -45px;
		margin: 0 0 0 0;
	}
	
	.tp-key-text a {
		display: block;
		position: absolute;
		bottom: -240px;
		right: -10px;
		width: 210px;
		height: auto;
	}
	
	.updown {
		animation-name:updown1;
		animation-delay:0s;
		animation-duration: 3s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite; 
	}

	@keyframes updown1 {
		0% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(-20px);
		}
		100% {
			transform: translateY(0);
		}
	}
	
	.tp-key-img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 90%;
		height: auto;
	}
	
	.tp-key-img a {
		z-index: -1;
		position: absolute;
		top: 360px;
		right: -15px;
		width: 140px;
		height: auto;
		font-size: 14px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #fff;
	}
	
	.tp-key-img a::before {
		content: "";
		z-index: -2;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 145px;
		height: 115px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_7.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-key-img a font {
		display: block;
		z-index: 1;
		position: relative;
		margin: 8px 0 0 0;
		font-size: 11px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 11px;
		text-align: center;
	}
	
	.tp-key-img a font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 53%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 75px;
		height: 18px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_21_pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-key-img a font::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 56%;
		right: 34px;
		transform: translate(0, -50%);
		width: 8px;
		height: 10px;
		background-image: url(/wp-content/uploads/2022/09/tp-key-sankaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tp-key-person {
		display: block;
		position: relative;
		width: 90px;
		height: auto;
		margin: 430px 0 0 auto;
	}
	
	/*お知らせ*/
	#tp-slide {
		position: relative;
		width: 340px;
		height: auto;
		padding: 25px 0;
		margin: 0 auto;
	}
	
	#tp-slide h2 {
		margin: 0 0 3px 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	#tp-slide .slick-next {
		position: absolute;
		top: -10px;
		right: 5px!important;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/08/migi.png)!important;
		background-size: 100% 100%;
	}
	
	#tp-slide .slick-next:before {
		display: none;
	}
	
	#tp-slide .slick-prev {
		position: absolute;
		top: -10px;
		left: 280px!important;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/08/hidari.png)!important;
		background-size: 100% 100%;
	}
	
	#tp-slide .slick-prev:before {
		display: none;
	}
	
	.tp-news01-loop {
		position: relative;
		width: 320px;
		height: auto;
		margin: 5px auto;
		padding: 15px 15px;
		border-radius: 10px;
		box-sizing: border-box;
		background: #F8F8F8;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
	}
	
	.tp-news01-loop time {
		display: block;
		position: relative;
		font-size: 11px;
		text-align: left;
		color: #666666;
	}
	
	.tp-news01-loop h3 {
		display: block;
		position: relative;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		color: #666666;
	}
	
	.tp-news01-btn {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 11px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 11px;
		color: #D374A6;
		text-align: right;
	}
	
	.tp-news01-btn::before {
		content: "";
		position: absolute;
		top: 2px;
		right: 113px;
		width: 8px;
		height: 9px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	/*YOKATOKOについて*/
	#tp-yoka {
		position: relative;
		width: 340px;
		height: auto;
		padding: 0 0 40px 0;
		margin: 20px auto;
	}
	
	#tp-yoka .tp-img {
		position: relative;
		width: 340px;
		height: auto;
	}
	
	#tp-yoka .tp-img img {
		display: block;
		border-radius: 5px;
	}
	
	#tp-yoka .tp-img .tp-img01 {
		position: relative;
		width: 230px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	#tp-yoka .tp-img .tp-img02 {
		position: absolute;
		bottom: -30px;
		right: 0;
		width: 90px;
		height: auto;
	}
	
	#tp-yoka .tp-text {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#tp-yoka .tp-text h2 {
		position: relative;
		padding-left: 30px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
	}
	
	#tp-yoka .tp-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 25px;
		height: auto;
	}
	
	#tp-yoka .tp-text h3 {
		margin: 15px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 28px;
	}
	
	#tp-yoka .tp-text p {
		line-height: 20px;
	}
	
	#tp-yoka .tp-text .tp-btn01 {
		position: relative;
		width: 240px;
		margin: 15px auto 0 auto;
	}
	
	/*施設一覧*/
	#tp-room {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 30px 0;
		background-image: url(/wp-content/uploads/2022/08/tp-room-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-room .tp-text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-room .tp-text h2 {
		position: relative;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
	}
	
	#tp-room .tp-text h2 font {
		position: relative;
		padding-left: 25px;
	}
	
	#tp-room .tp-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 20px;
		height: auto;
	}
	
	#tp-room .tp-text p {
		width: 270px;
		margin: 15px auto 0 auto;
		text-align: left;
		line-height: 20px;
	}
	
	#tp-room .tp-con {
		position: relative;
		width: 360px;
		height: auto;
		margin: 20px auto;
	}
	
	#tp-room .tp-btn02 {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
	
	/*ループ設定*/
	.room-loop {
		display: block;
		position: relative;
		width: 160px;
		height: 110px;
		margin: 0 10px 200px 10px;
		float: left;
	}
	
	.room-loop-img {
		z-index: 1;
		width: 160px;
		height: 110px;
		border-radius: 5px 5px 0 0;
		overflow: hidden;
	}
	
	.room-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.room-loop-text {
		position: absolute;
		top: 110px;
		left: 0;
		width: 100%;
		height: 175px;
		padding: 10px 5px 20px 5px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 0 0 5px 5px;
	}
	
	.room-loop-text span {
		display: table;
		z-index: 0;
		position: absolute;
		top: -28px;
		left: 0;
		padding: 5px 0 5px 25px;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 10px;
		color: #fff;
	}
	
	.room-loop-text span::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 52%;
		left: 0;
		transform: translate(0, -50%);
		width: 100px;
		height: 100%;
		background-image: url(/wp-content/uploads/2022/08/room-area.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.room-loop-text span::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: 51%;
		left: 10px;
		transform: translate(0, -50%);
		width: 10px;
		height: 13px;
		background-image: url(/wp-content/uploads/2022/09/toppage_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.room-loop-text h3 {
		margin-bottom: 10px;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 14px;
		text-align: center;
	}
	
	.room-loop-text p {
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 16px;
		color: #666;
	}
	
	.room-tag-font {
		display: block;
		margin: 0 5px 0 0;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
	}
	
	.room-tag {
		position: absolute;
		top: 100px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 140px;
		height: auto;
		padding: 8px 0 0 0;
	}
	
	.room-tag::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-image: url(/wp-content/uploads/2022/08/room-dot.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	/*バナー*/
	#tp-ban {
		position: relative;
		width: 240px;
		height: auto;
		margin: 50px auto;
	}
	
	#tp-ban a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-ban a img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tp-ban a:nth-child(1) {
		margin: 0 auto 20px auto;
	}
	
	/*YOKATOKOだより*/
	#tp-news {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 30px 0;
		background-image: url(/wp-content/uploads/2022/08/tp-news-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-news .tp-text {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	
	#tp-news .tp-text p {
		margin-top: 15px;
		text-align: center;
		line-height: 20px;
	}
	
	#tp-news .tp-text img {
		position: absolute;
		top: -65px;
		left: 0;
		width: 120px;
		height: auto;
	}
	
	#tp-news .tp-con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 20px auto;
	}
	
	#tp-news .tp-btn02 {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
	
	/*ループ設定*/
	.news-loop {
		display: block;
		position: relative;
		width: 140px;
		height: 100px;
		margin: 0 200px 20px 0;
	}
	
	.news-loop-img {
		z-index: 1;
		width: 140px;
		height: 100px;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.news-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.news-loop-text {
		position: absolute;
		top: 0;
		left: 150px;
		width: 190px;
		height: auto;
		padding: 0 0 0 0;
	}
	
	.news-loop-text time {
		display: block;
		position: relative;
		padding-left: 17px;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 10px;
		text-align: left;
		color: #666666;
	}
	
	.news-loop-text time::before {
		content: "";
		position: absolute;
		top: 49%;
		left: 0;
		transform: translate(0, -50%);
		width: 11px;
		height: 11px;
		background-image: url(/wp-content/uploads/2022/09/toppage_14.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news-loop-text h3 {
		margin: 7px 0 7px 0;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 18px;
	}
	
	.news-loop-text p {
		display: none;
	}
	
	.news-loop-text font {
		display: table;
		padding: 3px 5px;
		margin: 0 5px 5px 0;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 10px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
		float: left;
	}
	
	/*ご利用をお考えの方へ*/
	#tp-gui {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 40px auto;
	}
	
	#tp-gui .tp-text {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#tp-gui .tp-text h2 {
		position: relative;
		width: 180px;
		margin: 0 auto;
		padding-left: 30px;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 15px;
	}
	
	#tp-gui .tp-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 25px;
		height: auto;
	}
	
	#tp-gui .tp-text h3 {
		margin: 15px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
	}
	
	#tp-gui .tp-text .tp-gui-img {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto;
		border-radius: 5px;
	}
	
	#tp-gui .tp-text p {
		margin: 15px auto 20px 0;
		line-height: 20px;
	}
	
	#tp-gui .tp-text .tp-btn01 {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
	
	/*利用者様・ご家族様の声*/
	#tp-koe {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 40px 0;
		background: rgba(239,245,233,0.90);
		background-size: 100% 90%;
		background-position: bottom;
	}
	
	#tp-koe .tp-img {
		position: relative;
		width: 100%;
		height: 140px;
		background-image: url(/wp-content/uploads/2022/09/toppage_17_smp.jpg);
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-img::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: -1px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/09/toppage_koe_nami_ue_smp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-img::before {
		content: "";
		z-index: 0;
		position: absolute;
		bottom: -1px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/09/toppage_koe_nami_shita_smp-1.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-text {
		position: relative;
		width: 340px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#tp-koe .tp-text font {
		z-index: 0;
		top: -65px;
		right: 20px;
		position: absolute;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		color: #fff;
		text-align: center;
	}
	
	#tp-koe .tp-text font::before {
		z-index: -1;
		content: "";
		position: absolute;
		top: 54%;
		left: 47%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 100px;
		height: 80px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6-2.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#tp-koe .tp-text .tp-text-p {
		margin: 20px auto 0 auto;
		text-align: center;
		line-height: 20px;
	}
	
	#tp-koe .tp-btn02 {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
	
	#tp-koe .tp-con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 30px auto 20px auto;
	}
	
	.tp-koe00 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 20px 15px;
		margin: 0 auto 20px auto;
		background: #fff;
		box-sizing: border-box;
	}
	
	.tp-koe00 .tp-koe00-img01 {
		display: block;
		position: relative;
		width: 60px;
		height: auto;
		margin: 0 auto 25px 0;
	}
	
	.tp-koe00 .tp-koe00-img02 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.tp-koe00 .tp-koe00-text {
		position: absolute;
		top: 20px;
		right: 15px;
		width: 230px;
		height: auto;
	}
	
	.tp-koe00 .tp-koe00-text h3 {
		margin-bottom: 7px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		color: #575757;
	}
	
	.tp-koe00 .tp-koe00-text h3 span {
		background:linear-gradient(transparent 60%, #F7E7EF 60%);
		border-radius: 3px;
	}
	
	.tp-koe00 .tp-koe00-text p {
		font-size: 9px;
	}
	
	/*INSTA*/
	#tp-sns {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 50px 0 0 0;
	}
	
	#tp-sns .tp-text h2 {
		position: relative;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	#tp-sns .tp-text h2 font {
		position: relative;
		padding-left: 30px;
	}
	
	#tp-sns .tp-text h2 font img {
		position: absolute;
		top: 55%;
		left: 0;
		transform: translate(0, -50%);
		width: 25px;
		height: auto;
	}
	
	#tp-sns .tp-con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.tp-ban01 {
		margin-top: 30px!important;
	}
	

}

@media screen and (min-width:769px) and ( max-width:1400px) {
	#tp-key::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -5px;
		right: 0;
		width: 101%;
		height: 200px;
		background-image: url(/wp-content/uploads/2022/08/tp-key-nami-pc.png);
		background-size: 130% 100%;
		background-position: right;
		background-repeat: no-repeat;
	}
}