﻿@charset "utf-8";
.swiper-container {
	text-align: center;
}
.swiper-container .swiper-slide img {
	max-width: 100%;
	height: auto;
}
#aisatsu {
	padding: 100px 0;
	display: block;
/*
	background-image:url(../img/common/bg-grey.png);
	background-size: contain;
	background-color: #e5e5e5;
*/
}
#aisatsu h2 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 150%;
	font-family:"游明朝";
}
#aisatsu div:first-child {
	margin: 30px;
}
#aisatsu img {
	max-width: 100%;
}
#aisatsu p {
	margin: 8px;
}
#tvcm {
	padding: 80px 0;
	background-color: #f0f0f0;
	text-align:center;
}
#tvcm h3 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
}
#tvcm iframe {
	max-width: 100%;
}
#toukai {
	margin: 0 auto;
	padding: 30px;
	background-color: #333;
	color: #fff;
	text-align: center;
}
#toukai img {
	max-width: 100%;
	height: auto;
}
#toukai a {
	color: #fff;
}
#toukai h2 {
	margin: 20px;
	font-size: 20px;
}
#news {
	margin: 0 auto;
	padding: 80px 30px 80px 30px;
	text-align: center;
	max-width: 600px;
}
#news h4 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
}
#news ul {
	margin-bottom: 50px;
}
#news ul li span {
	margin-right: 30px;
}
#rss li {
	text-align: left;
}
#saiyou {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 30px;
	background-color: #2F87E4;
}
#saiyou div {
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
}
#saiyou div a:link { color: #fff;}
#saiyou div a:hover { color: #fff;}
#saiyou div a:visited { color: #fff;}
#saiyou div a:active { color: #fff;}

@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
	#aisatsu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#aisatsu img {
		max-width: 600px;
		width: 100%;
	}
}
