@charset "utf-8";
/********【メイン画像※背景画像】********/
@media print,screen and (min-width: 801px) {
body {
	background: url(../images/1800_1200_2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#main {
	height: 800px;
}
#contents {
	padding-top: 60px;
}
}
@media screen and (max-width: 800px) {
#contents {
	padding-top: 40px;
}
}
/******【コンテンツ】ここから*******/
/******インデックス2******/
@media screen and (max-width: 640px) {
.index2 h4  {
	position: relative;
	padding-left: 15px;
	z-index: 2;
}
.index2 h4:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid 60px transparent;
	border-right-color: #64BED8;
	top: -80px;
	left: -70px;
	transform: rotate(45deg);
	z-index: -1;
}
}
@media print,screen and (min-width: 641px) {
.index2 h4 {
	position: relative;
	padding: 40px 0 0 30px;
	z-index: 2;
}
.index2 h4:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid 80px transparent;
	border-right-color: #64BED8;
	top: -80px;
	left: -80px;
	transform: rotate(45deg);
	z-index: -1;
}
.index2 h4 span {
	margin-right: 30px;
}
}
/******インデックス2ここまで******/
/**********メニュー07**********/
@media screen and (max-width: 800px) {
.menu07 .boxIn {
	padding: 20px 6% 30px;
	text-align: center;
	background-color: #fff;
}
.menu07 .boxIn.box1 {
	padding-top: 0;
} 
.menu07 h3 {
	font-weight: bold;
}
.menu07 .copyLl {
	font-size: 15px;
}
}
@media print,screen and (min-width: 801px) {
.menu07 li {
	height: 500px;
	width: 50%;
	float: left;
}
.menu07 .imgBox1 {
	background: url(../images/800_500_3.jpg) no-repeat right center;
	background-size: cover;
}
.menu07 .imgBox2 {
	background: url(../images/800_500.jpg) no-repeat center center;
	background-size: cover;
}
.menu07 .boxIn {
	padding: 0 5%;
}
}
@media screen and (min-width: 641px) and (max-width: 1400px) {
.menu07 h3 br {
	display: none;
}
}
@media screen and (min-width: 1301px) {
.menu07 .eng {
	margin-bottom: 40px;
}
}
.menu07 .btn {
	letter-spacing: 1px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	/*枠の大きさ*/
	width: 240px;
	height: 42px;
	line-height: 42px;
	color: #64BED8;
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	transition: all 0.2s linear;
	border-radius: 22px;
	box-sizing: content-box;
}
.menu07 .btn span {
	color: #f00;
	margin-left: 5px;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
}
.menu07 .btn:hover {
	background-color:#fff;
}
/**********メニュー07ここまで**********/
/**********sin09**********/
.sin09 {
	background-color: #88979E;
}
@media screen and (max-width: 800px) {
.sin09 .imgBox {
	float: none;
}
.sin09 .boxIn {
	float: none;
	padding: 30px 6%;
	text-align: center;
}
.sin09 img {
	margin-bottom: 0;
}
.sin09 .boxIn h3 {
	font-size: 24px;
}
}
@media print,screen and (min-width: 801px) {
.sin09 {
	height: 450px;
	padding-top: 100px;
}
.sin09 .imgBox {
	width: 50%;
	height: 100%;
	background: url(../images/800_500_4.jpg) no-repeat left center;
	background-size: cover;
}
.sin09 .boxIn {
	width: 50%;
	padding: 20px 5% 0;
}
}
@media print,screen and (min-width: 640px) and (max-width: 800px) {
.sin09 h3 br {
	display: none;
}
}
.sin09 .btn {
	display: inline-block;
	font-size: 15px;
	/*枠の大きさ*/
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	padding: 2px 40px 0;
	transition: all 0.2s linear;
	box-sizing: content-box;
}
.sin09 .btn:hover {
	opacity: 0.6;
}
/**********sin09・ここまで**********/
