@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	font-family: "Helvetica Neue",Arial,"Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	background: #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* common
-------------------------------------------------------------------------------------------------------------------------------*/
#container{
	width: 100%;
}
#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* header
=================================================================== */
#header{
	width: 100%;
}
#header_logo{
	width: 800px;
}
#header_inner{
	margin: 0 auto;
	width: 1000px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* contents
-------------------------------------------------------------------------------------------------------------------------------*/

#okayama-main {
	margin-right: auto;
	margin-left: auto;
}
#okayama-main h1 {
	margin-bottom: 0px;
}
#okayama-main h2 {
	font-size: 24px;
	text-align:center;
}
#okayama-main-content {
	background:#fff;
	margin-bottom:20px;
}

h2 {
	width: 420px;
	margin: 0 auto;
}
h1 img,h2 img {
	width: 100%;
}
#sale {
	background: #e6e6e6;
	padding: 80px 0;
}
.sale_lead01 {
	color: #cc0921;
	text-align: center;
	font-size: 22px;
	margin-top: 14px;
}
.sale_lead01 span {
	font-size: 140%;
}
.sale_lead02 {
	text-align: center;
	font-size: 18px;
	margin: 30px 0;
}
.sale_lead02 span {
	font-size: 80%;
}
.sale_list {
	display: flex;
	flex-wrap: wrap;
	width: 750px;
	margin: 0 auto;
	justify-content: space-between;
}
.sale_box {
	width: 350px;
	background: #fff;
 	box-shadow: 6px 6px 10px 0px rgba(22, 34, 67, 0.1);
}
.sale_img img {
	width: 100%;
}
.sale_txt {
	padding: 20px;
}
.sale_b {
	font-size: 16px;
	font-weight: bold;
}
.sale_t {
	font-size: 14px;
	margin: 10px 0 14px;
}
.sale_price {
	color: #cc0921;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.sale_price p {
	font-weight: bold;
}
.icon {
	width: 84px;
	margin-right: 3%;
}
.icon img {
	width: 100%;
}
.sale_price span {
	font-size: 150%;
}

#features {
	padding: 80px 0;
	background: #d2d2d2;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #162243;
}
.features01 {
	width: 750px;
	margin: 0 auto;
}
.suit_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.suit_box {
	width: 230px;
	margin-bottom: 40px;
}
.suit_img img {
	width: 100%;
}
.name {
	font-family: 'Marcellus', serif;
	font-size: 18px;
	margin-top: 10px;
}
.name_s {
	font-size: 12px;

}
.suit_t {
	font-size: 14px;
	border-top: 1px solid #231815;
	padding-top: 12px;
	margin-top: 12px;
}
.suit_t span {
	font-size: 80%;
}
.suit_person {
	width: 80px;
	float: right;
	margin: 0 0 10px 10px;
}

.features02 {
	width: 750px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.features_box {
	width: 340px;
}
.features_img img {
	width: 100%;
}
.features_txt {
	font-size: 16px;
	margin-bottom: 40px;
}

.features_txt span {
	font-size: 80%;
}

.btn_features {
	border: 1px solid #162243;
	width: 550px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.btn_txt {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)
}

.btn_features a {
	padding: 20px;
	display: block;
	text-decoration: none;
	color: #162243;
}
.sp {
	display: none;
}

.pc {
	display: block;
}


@media screen and (max-width: 750px) {
	#wrapper{
		width: 100%;
	}
	h2 {
		width: 90%;
	}
	#sale, #features {
		padding: 10% 6%;
	}
	.sale_list {
		width: 100%;
	}
	.sale_box {
		width: 100%;
	}
	.sale_box:first-child {
		margin-bottom: 10%;
	}
	.sale_txt {
		padding: 4%;
	}
	.icon {
		width: 26%;
	}
	.features01 {
		width: 100%;
	}
	.suit_box {
		width: 47%;
	}
	.suit_person {
		width: 32%;
		margin: 0 0 4% 6%;
	}
	.features02 {
		width: 100%;
		flex-wrap: wrap;
	}
	.features_box {
		width: 100%;
	}
	.features_box:first-child {
		margin-bottom: 10%;
	}
	.btn_features {
		width: 100%;
		margin-top: 12%;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.sale_lead01 {
		font-size: 34px;
		margin-top: 4%;
	}
	.sale_lead02 {
		font-size: 28px;
		margin: 10% 0;
	}
	.sale_b {
		font-size: 28px;
	}
	.sale_t {
		font-size: 24px;
	}
	.sale_price {
		font-size: 28px;
	}
	h3 {
		font-size: 34px;
	}
	.name {
		font-size: 30px;
	}
	.name_s {
		font-size: 18px;
	}
	.suit_t {
		font-size: 22px;
	}
	.features_txt {
		font-size: 26px;
	}
	.btn_txt {
		font-size: 26px;

	}

}



/*-------------------------------------------------------------------------------------------------------------------------------
* footer
-------------------------------------------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 20px 0 50px 0;
}
#footer .pagetop {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#footer .pagetop a {
	display: inline-block;
	padding: 25px 10px 0;
	background: url(/base/pc/okayama/special/horai/img/2310/arrow_t1.svg) no-repeat center top;
	background-size: 24px;
	color: #000;
	text-decoration: none;
}
#footer .copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 1.2em;
}
@media screen and (max-width : 750px ){
	#footer {
		width: 100%;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------
* pagetop
-------------------------------------------------------------------------------------------------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	z-index: 2000;
	right: 20px;
	bottom: 20px;
}
