﻿@charset "UTF-8";

.footer_pc {
	display: block;
}

.footer_sp {
	display: none;
}

#mv *, 
#main_content_wrap *, 
.footer_sp {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1.8px;
}

#mv {
	margin: 150px 0 100px;
    color: #fff;
    text-align: center;
}

#mv h1 {
    font-size: 130px;
}

#mv p {
    font-size: 50px;
}

#mv p img {
    height: 50px;
}

.clear {
	clear: both;
}

.ml_0 {
	margin-left:0 !important;
}

#main_content_wrap {
	background-color: #fff;
	padding-bottom: 30px;
}

#main_content {
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}

.cont_ttl {
	text-align: center;
    font-size: 40px;
    padding: 70px 0;
}

.main_item {
	width:45%;
	margin-top: 20px;
	margin-left: 50px;
	float:left;
}

.main_item_img {
	padding: 0 20px;
}

.main_item_img img {
	width:100%;
}

.main_item_txt {
	padding: 20px;
	height: 300px;
}

.main_item_txt p {
	font-size: 14px;
	letter-spacing:1.5px;
	text-align: center;
	line-height: 1.8;
}


.main_item_txt .item_ttl {
	font-size: 16px !important;
	font-weight:bold;
}

.main_item_txt .item_ttl a {
	font-size: 16px;
}

.item_btn {
	width: 150px;
	margin-top: 10px;
}

.reco_item {
    float: left;
	position: relative;
    width: 23%;
	margin-left: 14px;
	margin-top: 30px;
	/*height: 400px;*/
}

.reco_item:before{
	content: "";
	display: block;
	padding-top: 185%;
}

.reco_item_box2{
	position: absolute;
	top: 0;
	left: 0;
}

.reco_item img {
    width: 100%;
}

.reco_item p {
	text-align: center;
	font-size:11px;
}

.reco_item p:nth-child(2) {
	text-align: center;
	font-size:11px;
}

.load_footer {
	background: #fff;
    padding-bottom: 1px;
}

.footer_sp {
	background-color: #ffffff;
}

.footer_sp .akm_Search {
    margin: 0 0 10px;
    padding-top: 20px;
}

.footer_sp .FS2_Search_textarea {
    padding: 5px;
    margin: 0 2px 0 4px;
}

.footer_sp #footer_cate_ttl p {
	font-size: 16px;
}

.footer_sp .akm_Search .search2_h {
    margin: 5px 0 -4px 0;
    width: 20px;
}

.footer_sp .footer_box {
    background: #333;
	padding: 20px 10px 2px;
}

.footer_sp .FS2_Utility2 li a {
    font-size: 11px;
	padding: 7px 3px;
	display: block;
    margin: 0 5px 0 0;
}

.footer_sp #footer_logo a {
    padding: 15px 0 5px;
}

.footer_sp .webicon {
    color: #FFFFFF;
    font-size: 14px !important;
    margin: 0 5px;
}

.footer_sp #copyright {
    color: #cccccc;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1.4px;
}

/*--- スマホCSS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:1200px) {
	.reco_item {
		/*height: 550px;*/
	}
}

@media (max-width:1000px) {
	.reco_item {
		/*height: 350px;*/
	}
}

@media (max-width:700px) {
	.footer_pc {
		display: none;
	}

	.footer_sp {
		display: block;
	}
	
	#mv {
		margin: 150px 0 100px;
		color: #fff;
		text-align: center;
	}

	#mv h1 {
		font-size: 50px;
	}
	
	#mv h1 img {
		width: 70%;
	}

	#mv p {
		font-size: 30px;
	}
	
	#mv p img {
		height: 30px;
	}
	
	#main_content {
		width: 100%;
	}
	
	.cont_ttl {
		text-align: center;
		font-size: 30px;
		padding: 30px 0 15px;
	}
	
	.cont_ttl img {
		height: 20px;
	}
	
	.main_item {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		float: left;
	}
	
	
	.main_item_img {
		width:45%;
		float: left;
		padding: 2%;
	}

	.main_item_txt {
		width:45%;
		float :left;
		padding: 2%;
	}
	
	.main_item_txt p {
		font-size: 12px;
		letter-spacing:1.2px;
		line-height: 1.5;
		text-align: left;
	}
	
	.main_item_txt .item_ttl {
		line-height: 1;
		margin-bottom: 5px;
	}
	
	.main_item_txt p a {
		font-size: 12px !important;
		letter-spacing: 1.2px !important;
		line-height: 1.5 !important;
	}
	
	.main_item:nth-child(odd) .main_item_img, 
	.main_item:nth-child(odd) .main_item_txt {
		float: right;
	}
	
	.item_btn {
		width: 100px;
		margin-top: 20px;
	}
	
	.reco_item {
		float: left;
		width: 45%;
		margin-left:0;
		/*height: 520px;*/
	}
	
	.reco_item:nth-child(odd) {
		float: right;
		width: 45%;
		margin-left:0;
		margin-right:10px;
	}
	
	.reco_item:nth-child(even) {
		margin-left:10px !important;
	}
	
}

@media (max-width: 520px) {
	.reco_item {
		/*height: 380px;*/
	}
}

@media screen and (max-width: 340px) {
	.footer_sp .FS2_Utility2 li a {
		font-size: 10px;
		letter-spacing: normal;
	}
}