@charset "UTF-8";
/* CSS Document */

body {
	padding-top: 0;
}
header {
	top: -81px;
	transition: all 0.5s 0s ease;
}
header.show {
	top: 0;
}
#top_header {
	padding: 0 54px 0 66px;
}
#top_header .header_title {
	width: auto;
	max_width: 722px;
	padding-right: 100px;
	height: auto;
	padding: 45px 0 0;
}
#mimg {
	height: 75vw;
	position: relative;
	overflow: hidden;
	z-index: -1;
}
#mimgbg {
	width: 100%;
	height: 100%;
	background-image: url(../img/top_mimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
#waveCanvas1 {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 250px;
}
@keyframes fuwafuwa {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-20px);
	}
}
#cloud {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 600px - 88px);
	z-index: 2;
	animation: 3s fuwafuwa infinite;
}
#cloud a:hover {
	opacity: 1;
	transform: scale(1.05);
}
#cloud a {
	display: block;
}
#cloud img {
	width: 100%;
	height: auto;
}

#contents .container {
	overflow: visible;
}

.inews {
	background-color: #ffd9cd;
	padding: 24px 30px;
	align-items: center;
	margin-bottom: 20px;
}
.inews > div:first-child {
	width: 174px;
	background-color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	border-radius: 6px;
	color: #ff6566;
}
.inews > div:last-child {
	width: calc(100% - 204px);
	font-size: 22px;
	line-height: 1.8;
	font-weight: 500;
	color: #000;
	text-align: justify;
}

#info {
	padding: 25px 0 45px;
}
#news {
	width: 736px;
}
#news .tt {
	position: relative;
}
#news .tt a {
	text-decoration: none;
	color: #838383;
	display: block;
	width: 130px;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	border: 1px solid #c3c4c4;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#news .tt a i {
	margin-right: 10px;
}
#news_menu {
	border-bottom: 1px solid #c6c6c6;
	font-size: 18px;
	line-height: 42px;
	letter-spacing: 2px;
	padding: 20px 0 10px;
}
#news_menu a {
	text-decoration: none;
	color: #000;
}
#news_menu a span.n1 {
	color: #5d69ab;
}
#news_menu a span.n2 {
	color: #5dccbf;
}
#news_menu a span.n3 {
	color: #ffb39b;
}
#news_body > div {
	display: none;
}
#news_body > div.slt {
	display: block;
}
#news_body > div a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #c6c6c6;
	padding: 15px 0;
}
#news_body > div a > span {
	display: block;
}
#news_body > div a > span:nth-child(1) {
	width: 120px;
	font-size: 14px;
	line-height: 1;
	color: #000;
}
#news_body > div a > span:nth-child(2) {
	width: 70px;
}
#news_body > div a > span:nth-child(2) strong {
	display: block;
	font-size: 12px;
	line-height: 20px;
	width: 70px;
	border-radius: 3px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
#news_body > div a > span:nth-child(3) {
	width: calc(100% - 190px);
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
}
#news_body > div a > span strong.n2 {
	background-color: #5dccbf;
}
#news_body > div a > span strong.n3 {
	background-color: #ffb39b;
}

#instagram {
	width: 390px;
}
#insta_base {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 5px 0;
}
#insta_base a {
	display: block;
	width: 187px;
	font-size: 0;
	padding-bottom: 6px;
}
#insta_base a img {
	width: 187px;
	height: 187px;
	object-fit: cover;
}
#insta_base a span {
	display: -webkit-box;
	text-align: justify;
	font-size: 10px;
	line-height: 1.3;
	word-break: break-all;
	padding: 0;
	margin: 4px 0 6px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#banner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
}
#banner a {
	text-decoration: none;
	font-size: 0;
	margin-bottom: 35px;
}
#banner div {
	background-color: #ff907b;
	background-image: url(../img/top_voicet.png);
	background-repeat: no-repeat;
	background-size: 1164px 32px;
	background-position: center top 29px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 96px 18px 40px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 35px;
}
#banner div a {
	width: 572px;
	margin-bottom: 0;
}
#banner div a img {
	width: 100%;
	height: auto;
}
#banner div a:nth-child(1) {
	margin-right: 20px;
}
#banner div a:nth-child(1),
#banner div a:nth-child(2) {
	margin-bottom: 20px;
}

#links {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	border: 3px solid #c1e0d9;
	padding: 33px 30px;
	margin-bottom: 45px;
}
#links > div:first-child {
	width: 370px;
	background-color: #c1e0d9;
	display: flex;
	justify-content: center;
	align-items: center;
}
#links > div:last-child {
	width: 700px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#links ul {
	list-style-type: disc;
}
#links ul:first-child {
	width: 324px;
}
#links ul:last-child {
	width: calc(100% - 324px);
}
#links li {
	color: #838383;
	font-size: 22px;
	line-height: 1.8;
}
#links li a {
	color: #2e7ce5;
	text-decoration: none;
}

@media screen and (max-width: 1750px) {
	#top_header {
		padding-right: 20px;
	}
	.header_menu {
		width: 963px;
		transform: scale(0.9);
	}
}
@media screen and (max-width: 1600px) {
	.header_title {
		transform: scale(1.05);
	}
}
@media screen and (max-width: 1480px) {
	#top_header {
		padding: 0 10px 0 30px;
	}
	.header_title {
		transform: scale(1.1);
	}
	#cloud {
		left: 0;
		right: 0;
		margin: auto;
		width: 635px;
	}
}
@media screen and (max-width: 1358px) {
	.header_title {
		transform: scale(1.25);
	}
	.header_menu {
		width: 968px;
		transform: scale(0.82);
	}
	#top_header.fblk {
		padding: 0 10px 0 30px;
	}
	#cloud {
		width: 500px;
	}
	#cloud img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1260px) {
	.header_title {
		transform: scale(1.35);
		position: relative;
	}
	.header_title img {
		position: absolute;
		width: 260px;
	}
	#news {
		width: calc(100% - 420px);
		overflow: hidden;
	}
	#banner a:nth-child(1),#banner a:nth-child(2) {
		width: calc(50% - 10px);
	}
	#banner a:nth-child(3),#banner a:nth-child(4),#banner a:nth-child(5) {
		width: calc(33.3% - 13.33px);
	}
	#banner a:nth-child(6),#banner a:nth-child(7) {
		width: calc(50% - 10px);
	}
	#banner a img {
		width: 100%;
		height: auto;
	}
	#links > div:first-child {
		width: 300px;
	}
	#links > div:last-child {
		width: calc(100% - 300px);
		box-sizing: border-box;
		padding-left: 50px;
	}
	#links li {
		font-size: 18px;
	}
}
@media screen and (max-width: 1190px) {
	.header_menu {
		transform: scale(0.7);
	}
}
@media screen and (max-width: 1080px) {
	.header_title img {
		width: calc(100vw - 810px);
	}
}
@media screen and (max-width: 999px) {
	header {
		top: 0;
	}
	#top_header {
		display: none;
	}
	#mimg {
		background-image: url(../img/top_mimg_sp.jpg);
		height: 563px;
		background-position: center top 37px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		z-index: 0;
	}
	#mimgbg {
		height: 140px;
		background-image: none;
		background-color: #FFF;
		position: absolute;
		z-index: 0;
		bottom: 0;
	}
	#cloud {
		width: 318px;
		left: 0;
		right: 0;
		bottom: 10px;
		margin: auto;
	}
	#cloud img {
		width: 100%;
		height: auto;
	}
	#waveCanvas1 {
		height: 50px;
		bottom: 140px;
	}
	#contents {
		padding: 15px 20px 30px;
	}
	.inews {
		padding: 12px 15px;
		margin-bottom: 30px;
	}
	.inews > div:first-child {
		width: 100%;
		font-size: 14px;
		line-height: 30px;
	}
	.inews > div:last-child {
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
		padding-top: 10px;
	}
	#info {
		padding: 0 0 30px;
	}
	#news {
		width: 100%;
	}
	#news .tt img {
		width: 100%;
		height: auto;
	}
	#news .tt a {
		font-size: 12px;
		line-height: 22px;
		width: 85px;
	}
	#news .tt a i {
		margin-right: 4px;
	}
	#news_menu {
		font-size: 14px;
		line-height: 30px;
		padding: 12px 0 10px;
	}
	#news_body > div a {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#news_body > div a > span:nth-child(3) {
		width: 100%;
		padding: 10px 0 0;
		font-size: 14px;
		line-height: 1.4;
		text-align: justify;
	}
	#instagram {
		width: 100%;
		padding-top: 30px;
	}
	#instagram .tt img {
		width: 100%;
		height: auto;
	}
	#insta_base {
		padding: 15px 0 0;
	}
	#insta_base a {
		width: calc(50% - 3px);
	}
	#insta_base a img {
		display: block;
		width: 100%;
		height: calc(50vw - 3px);
		object-fit: cover;
		margin: 0 auto;
	}
	#banner {
		flex-direction: column;
	}
	#banner a {
		width: auto;
		margin-bottom: 13px;
	}
	#banner a:nth-child(1),#banner a:nth-child(2),#banner a:nth-child(3),#banner a:nth-child(4),#banner a:nth-child(5),#banner a:nth-child(6),#banner a:nth-child(7) {
		width: 100%;
	}
	#banner a img {
		width: 100%;
		height: auto;
	}
	#banner div {
		flex-direction: column;
		background-size: 700px auto;
		background-position: center top 18px;
		padding-top: 60px;
		padding-bottom: 20px;
	}
	#banner div a {
		width: auto;
		margin-bottom: 15px;
	}
	#banner div a:nth-child(1) {
		margin-right: 0;
	}
	#banner div a:nth-child(1),
	#banner div a:nth-child(2) {
		margin-bottom: 15px;
	}
	#banner div a:last-child {
		margin-bottom: 0;
	}
	#links {
		flex-direction: column;
		padding: 18px;
		margin-bottom: 0;
	}
	#links > div:first-child {
		width: 100%;
		padding: 10px 0;
	}
	#links > div:first-child img {
		width: 104px;
		height: auto;
	}
	#links > div:last-child {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0 0 1em;
		justify-content: space-between;
	}
	#links ul:first-child,#links ul:last-child {
		width: 45%;
	}
	#links li {
		font-size: 10px;
		line-height: 1.2;
		text-align: justify;
		padding: 5px 0;
	}
}