/* YAMAHA BIKE [ RENTAL & TOURING ] : special.css */


.wrap .inner {
	margin: 60px auto 0 auto;
}
.wrap .inner.line {
	padding-top: 40px;
	border-top: 2px solid #e6e6e6;
}

/* [ 下線付タイトル ] */
.ulineTitle {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #183073;
	font-size: 5rem;
	line-height: 1.2;
	text-align: center;
}
.ulineTitle::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 130px;
	height: 5px;
	background: #e7ff00;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}
.ulineTitle + p {
	margin-bottom: 40px;
	font-size: 2rem;
	text-align: center;
}
.ulineTitle + p span {
	font-size: 1.6rem;
}

/* [ 注釈 ] */
.noteText {
	padding-left: 1em;
	font-size: 1.4rem;
	text-indent: -1em;
}
.ulineTitle + p + .noteText {
	margin: -40px 0 40px;
	text-align: center;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.wrap .inner {
		margin: 30px auto 0 auto;
	}
	.wrap .inner.line {
		padding-top: 25px;
		border-top: 1px solid #e6e6e6;
	}

	/* [ 下線付タイトル ] */
	.ulineTitle {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 3rem;
	}
	.ulineTitle::after {
		width: 100px;
	}
	.ulineTitle + p {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.ulineTitle + p span {
		font-size: 1.4rem;
	}

	/* [ 注釈 ] */
	.noteText {
		font-size: 1.2rem;
	}
	.ulineTitle + p + .noteText {
		margin: -30px 0 30px;
	}
} /* */


/*======================================================================*
 *  [ mainImg ] 
 *======================================================================*/

.mainImg {
	background: url(../img/main.jpg) center bottom;
	background-size: cover;
	color: #fff;
}
.mainImg .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.mainImg * {
	margin: 0;
}
.mainImg p {
	padding-top: 19%;
}
.mainImg p img {
	max-width: 60%;
}
.mainImg h1 {
	padding-bottom: 15%;
}
.mainImg h1 img {
	max-width: 40%;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.mainImg {
		text-align: center;
	}
	.mainImg p {
		padding-top: 10%;
	}
	.mainImg p img {
		width: 100%;
		max-width: 500px;
	}
	.mainImg h1 {
		padding-bottom: 60%;
	}
	.mainImg h1 img {
		width: 80%;
		max-width: 350px;
	}
} /* */


/*======================================================================*
 *  [ 喚起 ] 
 *======================================================================*/

#evocation {
	margin-top: -50px;
	background: url(../img/bg_evocation.png) center top no-repeat;
	overflow: hidden;
}

/* [ evocationCopy ] */
.evocationCopy {
	padding: 70px 0;
}
.evocationCopy.inner {
	margin: 50px auto 40px;
}
.evocationCopy > * {
	margin: 0;
	padding-left: 45%; 
}
.evocationCopy h2 {
	font-size: 2.2rem;
	line-height: 1.2;
}
.evocationCopy p {
	margin: 40px 0;
	font-size: 2.2rem;
}
.evocationCopy img {
	display: block;
}

/* [ evocationImg ] */
.evocationImg {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 34px 0 35px;
}
.evocationImg.inner {
	margin: 0 auto;
}
.evocationImg figure {
	position: relative;
	width: 25%;
	margin: 0;
	padding: 0 1px 1px 0;
}
.evocationImg img {
	width: 100%;
}
.evocationImg figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
}

/* [ evocationTxt ] */
.evocationTxt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}
.evocationTxt.inner {
	max-width: 1400px;
	margin: 50px auto;
}
.evocationTxt p {
	-webkit-order: 2;
	order: 2;
	width: 50%;
	margin: 0;
	font-size: 1.8rem;
}
.evocationTxt img {
	-webkit-order: 1;
	order: 1;
	width: 25%;
}
.evocationTxt img + img {
	-webkit-order: 3;
	order: 3;
}

@media screen and (max-width: 1000px) { /* Smartphone */
	#evocation {
		background-size: 150% auto;
	}
	
	/* [ evocationCopy ] */
	.evocationCopy {
		padding: 30px 0;
	}
	.evocationCopy > * {
		padding-left: 42%; 
	}
	.evocationCopy p {
		margin: 30px 0;
		font-size: 2rem;
	}
} /* */

@media screen and (max-width: 767px) { /* Smartphone */
	#evocation {
		margin-top: -30px;
		background-size: 120% auto;
		background-position: left -50px top;
	}
	
	/* [ evocationCopy ] */
	.evocationCopy {
		padding: 0;
		text-align: center;
	}
	.evocationCopy.inner {
		margin: 0 0 40px;
	}
	.evocationCopy h2 {
		height: 3.2em;
		margin: 15% -10px 17%;
		font-size: 1.8rem;
	}
	.evocationCopy p {
		margin: 0 0 30px;
		padding: 0;
		font-size: 1.4rem;
	}
	.evocationCopy img {
		margin: 0 auto;
		padding: 0 10px;
	}

	/* [ evocationImg ] */
	.evocationImg {
		padding: 0;
		margin-right: -1px;
	}
	.evocationImg figure {
		width: 50%;
	}

	/* [ evocationTxt ] */
	.evocationTxt {
		display: block;
	}
	.evocationTxt p {
		margin-bottom: 30px;
		width: 100%;
		font-size: 1.4rem;
	}
	.evocationTxt img {
		width: 45%;
	}
} /* */


/*======================================================================*
 *  [ ポイント ] 
 *======================================================================*/

#point {
	position: relative;
	background: url(../img/bg_point.jpg) center bottom no-repeat;
	background-size: cover;
}
#point::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-top-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.pointList.inner {
	margin: 150px auto;
}

/* [ ポイントリスト ] */
.pointList ul {
	margin: 40px 0 0;
	list-style: none;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0 0 5px #000;
}
.pointList li {
	padding-left: 40px;
}
.pointList li + li {
	margin-top: 20px;
}
.pointList li::before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -2px 10px -2px -40px;
	background: url(../img/icon_point.svg) center center no-repeat;
	vertical-align: top;
	content: "";
}

@media screen and (max-width: 767px) { /* Smartphone */
	#point::before {
		border-width: 25px;
	}
	
	.pointList.inner {
		margin: 50px auto 30%;
	}
	.pointList h2 {
		padding: 0 10px;
		text-align: center;
	}
	.pointList h2 img {
		width: 100%;
		max-width: 400px;
	}

	/* [ ポイントリスト ] */
	.pointList ul {
		margin: 40px 10px 0;
		font-size: 1.8rem;
		text-shadow: 0 0 5px #000, 0 0 8px #000, 0 0 10px #000;
	}
	.pointList li {
		padding-left: 30px;
	}
	.pointList li + li {
		margin-top: 20px;
	}
	.pointList li::before {
		width: 24px;
		height: 24px;
		margin: 0 10px 0 -34px;
		background-size: contain;
	}
} /* */


/*======================================================================*
 *  [ 選べる相棒 ] 
 *======================================================================*/

.modelBox h3 {
	margin-bottom: 10px;
	color: #183073;
	line-height: 1.2;
	text-align: center;
}

.modelBox .pickup {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}
.modelBox .pickup section {
	width: calc(33% - 14px);
	text-align: center;
}
.modelBox .pickup img {
	width: 100%;
}
.modelBox .pickup h4 * {
	display: block;
	line-height: 1.2;
}
.modelBox .pickup h4 span {
	margin-bottom: 10px;
	padding: 7px 10px;
	background: #183073;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}
.modelBox .pickup h4 b{
	color: #183073;
	font-size: 2.2rem;
}
.modelBox .pickup p {
	margin: 0;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.modelBox h3 {
		font-size: 1.4rem;
	}
	
	.modelBox .pickup {
		display: block;
	}
	.modelBox .pickup section {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
		text-align: left;
	}
	.modelBox .pickup section + section {
		margin-top: 15px;
	}
	.modelBox .pickup img {
		width: 40%;
	}
	.modelBox .pickup div {
		width: 60%;
		padding-left: 10px;
	}
	.modelBox .pickup h4 span {
		margin-left: -10px;
		font-size: 1.2rem;
	}
	.modelBox .pickup h4 b{
		font-size: 1.8rem;
	}
} /* */


/*======================================================================*
 *  [ 冒険者の声 ] 
 *======================================================================*/

.stepBox ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
}
.stepBox li {
	position: relative;
	width: 20%;
	padding: 30px 10px 20px;
	background: #ddf2fb;
}
.stepBox li + li::before {
	position: absolute;
	top: 50%;
	left: -16%;
	border: 20px solid transparent;
	border-right: none;
	border-left: 20px solid #e7ff00;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: "";
}
.stepBox li > * {
	display: block;
}
.stepBox li img {
	max-width: 125px;
	margin: 5px auto 15px;
}
.stepBox li span {
	color: #183073;
	font-weight: bold;
	line-height: 1;
}
.stepBox li b {
	font-size: 2rem;
	line-height: 1.2;
}
.stepBox .noteText {
	margin: 0;
	font-size: 1.2rem;
}
.stepBox .noteText a {
	text-indent: 0;
	text-decoration: underline;
}
.stepBox .noteText a:hover, 
.stepBox .noteText a:active {
	text-decoration: none;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.stepBox ol {
		display: block;
		text-align: left;
	}
	.stepBox li {
		width: 100%;
		padding: 30px 20px;
	}
	.stepBox li + li {
		margin-top: 40px;
	}
	.stepBox li + li::before {
		top: -20px;
		left: 50%;
		border: 20px solid transparent;
		border-top-color: #e7ff00;
		border-bottom: none;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		content: "";
	}
	.stepBox li span {
		margin-bottom: 10px;
	} 
	.stepBox li b {
		font-size: 1.6rem;
	}
	.stepBox li img {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 80px;
		margin: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
} /* */


/*======================================================================*
 *  [ 冒険者の声 ] 
 *======================================================================*/

#voice {
	background: url(../img/bg_voice.png);
	background-size: 4px 4px;
}

#voice .inner {
	margin: 60px auto;
}

/* [ 声一覧 ] */
.voiceBox ul {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
}
.voiceBox li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.voiceBox li + li {
	margin-top: 40px;
}
.voiceBox li:nth-of-type(even) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.voiceBox li img {
	width: calc(30% - 80px);
}
.voiceBox li div {
	position: relative;
	width: 70%;
	margin: 0 40px;
	padding: 10px 40px;
	border-radius: 10px;
	background: #fff;
}
.voiceBox li div::before {
	position: absolute;
	top: 25px;
	border: 20px solid transparent;
	content: "";
}
.voiceBox li:nth-of-type(odd) div::before {
	border-right: 60px solid #fff;
	border-left: none;
	left: -60px;
}
.voiceBox li:nth-of-type(even) div::before {
	border-right: none;
	border-left: 60px solid #fff;
	right: -60px;
}
.voiceBox li .person {
	color: #666;
	font-size: 1.4rem;
}
.voiceBox li > div > p:nth-of-type(1) {
	font-weight: bold;
}

@media screen and (max-width: 767px) { /* Smartphone */
	/* [ 声一覧 ] */
	#voice .inner {
	margin: 30px auto;
}

	.voiceBox li {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.voiceBox li + li {
		margin-top: 30px;
	}
	.voiceBox li img {
		width: calc(30% - 20px);
	}
	.voiceBox li div {
		margin: 0;
		padding: 1px 20px;
	}
	.voiceBox li div::before {
		top: 15px;
		border: 10px solid transparent;
	}
	.voiceBox li:nth-of-type(odd) div::before {
		border-right-width: 30px;
		left: -30px;
	}
	.voiceBox li:nth-of-type(even) div::before {
		border-left-width: 30px;
		right: -30px;
	}
	.voiceBox li .person {
		font-size: 1.2rem;
	}
} /* */


/*======================================================================*
 *  [ 安心 ] 
 *======================================================================*/

/* [ サブタイトル ] */
.reliefBox .sub {
	margin-bottom: 30px;
	color: #133586;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.reliefBox .sub::before {
	content: "「";
}
.reliefBox .sub::after {
	content: "」";
}

/* [ タイトル ] */
.reliefBox h3 {
	margin-bottom: 50px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
}
.reliefBox h3 span {
	display: block;
}
.reliefBox h3 b {
	color: #4ca434;
}
.reliefBox h3 .small {
	font-size: 2.2rem;
}
.reliefBox h3 .large {
	font-size: 3.2rem;
}
.reliefBox h3 .large b {
	font-size: 5rem;
}

/* [ 安心リスト ] */
.reliefBox section {
	max-width: 1050px;
	margin: 0 auto;
	padding: 25px;
	background: #edf6ea;
}
.reliefBox section + section {
	margin-top: 30px;
}
.reliefBox section h4 {
	margin-bottom: 20px;
	padding-left: 160px;
	color: #4ca434;
	font-size: 2.6rem;
	line-height: 1.2;
}
.reliefBox section h4 b {
	width: 140px;
	margin: 0 20px 0 -160px;
	padding: 7px 0;
	border-radius: 0.8em;
	background: #4ca434;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
.reliefBox section p {
	margin: 0 0 0 40px;
	font-size: 2rem;
}

@media screen and (max-width: 767px) { /* Smartphone */
	/* [ サブタイトル ] */
	.reliefBox .sub {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.reliefBox .sub::before, 
	.reliefBox .sub::after {
		display: none;
	}

	/* [ タイトル ] */
	.reliefBox h3 {
		margin-bottom: 30px;
	}
	.reliefBox h3 .small {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.reliefBox h3 .small b {
		display: block;
	}
	.reliefBox h3 .large {
		/* font-size: 2.6rem; */
		font-size: 2rem;
	}
	.reliefBox h3 .large b {
		/* font-size: 3.6rem; */
		margin: 0 -.4em;
		font-size: 2.8rem;
	}

	/* [ 安心リスト ] */
	.reliefBox section {
		padding: 20px;
	}
	.reliefBox section + section {
		margin-top: 10px;
	}
	.reliefBox section h4 {
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 1.8rem;
	}
	.reliefBox section h4 b {
		display: block;
		width: 120px;
		margin: 0 0 10px -10px;
		font-size: 1.8rem;
	}
	.reliefBox section p {
		margin: 0;
		font-size: 1.4rem;
	}
} /* */



/*======================================================================*
 *  [ メッセージ ] 
 *======================================================================*/

#message {
	background: url(../img/bg_message.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 60px;
}

.messageBox {
	position: relative;
	padding: 50px 20px;
	background: rgba(255,255,255,.8);
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.6);
}
.messageBox.inner {
	max-width: 800px;
	margin-bottom: 60px;
}
.messageBox::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #000;
	content: "";
}

/* [ タイトル ] */
.messageBox h2 {
	margin-bottom: 30px;
	font-size: 3rem;
}

/* [ 署名 ] */
.messageBox p:nth-last-of-type(1) {
	margin-top: 30px;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.messageBox {
		padding: 30px;
	}

	/* [ タイトル ] */
	.messageBox h2 {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
	
	.messageBox.inner {
	margin-bottom: 30px;
}

	/* [ 署名 ] */
	.messageBox p:nth-last-of-type(1) {
		margin:  20px 0 0;
	}
	.messageBox p img {
		width: 100px;
	}
} /* */


/*======================================================================*
 *  [ 予約 ] 
 *======================================================================*/

.reserveBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.reserveBox a {
	margin: 0 20px;
}
.reserveBox small {
	display: block;
	text-align:center;
	font-size: 13px;
	padding-top: 10px;
	width: 100%;
}
.reserveBox small .sp_only {
	display: none;
}

/* [ タイトル ] */
.reserveBox h2 {
	font-size: 2.8rem;
	line-height: 1.2;
}

/* [ テキスト ] */
.reserveBox p {
	font-size: 2rem;
}
.reserveBox p b {
	font-size: 4rem;
	line-height: 1.2;
}

/* [ ボタン ] */
.reserveBox .btnbox {
	position: relative;
	margin-top: 60px;
}
.reserveBox .btnbox::before {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 60px;
	height: 30px;
	border: 30px solid transparent;
	border-top: 30px solid #e7ff00;
	border-bottom: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}
.reserveBox .fillBtn {
	max-width: calc(50% - 40px);
	width: 360px;
	border-radius: 10px;
	font-size: 2.8rem;
}
.reserveBox .fillBtn b {
	margin-right: 10px;
	padding: 0.15em 10px;
	background: #fff;
	color: #53aa3e;
	font-size: 2rem;
	line-height: 1;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) { /* Smartphone */
.reserveBox {
	display: block;
	text-align: center;
}
.reserveBox a {
	margin: 0;
}
.reserveBox a + a{
	margin: 15px 0 0 0;
}
.reserveBox small {
	font-size: 12px;
}
.reserveBox small .sp_only {
	display: inline;
}

	/* [ タイトル ] */
	.reserveBox h2 {
		font-size: 2rem;
	}

	/* [ テキスト ] */
	.reserveBox p {
		font-size: 1.6rem;
	}
	.reserveBox p b {
		font-size: 2.4rem;
	}
	
	/* [ ボタン ] */
	.reserveBox .fillBtn {
		font-size: 2.4rem;
		max-width: 360px;
		width: 100%;
	}
	.reserveBox .fillBtn b {
		font-size: 1.8rem;
	}
} /* */


/*======================================================================*
 *  [ 楽しいイメージ ] 
 *======================================================================*/

.imageBox {
	padding-top: 20%;
	background-image: url(../img/bg_image_001.jpg), url(../img/bg_image_002.jpg);
	background-position: left center, right center;
	background-size: contain, contain;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.imageBox {
		padding-top: 80%;
		background-position: center top, center bottom;
	}
} /* */


/*======================================================================*
 *  [ ついてくるボタン ] 
 *======================================================================*/

.fixedBtn {
	position: fixed;
	right: 0;
	bottom: 0;
	padding-bottom: 10px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}
.fixedBtn.show  {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.fixedBtn .fillBtn {
	padding: 15px 20px;
	border-radius: 10px 0 0 10px;
	font-size: 1.7rem;
	line-height: 1.2;
}
.fixedBtn .fillBtn b {
	display: block;
	width: 3.2em;
	margin: 0 auto 10px;
	padding: 5px 0 3px;
	background: #fff;
	color: #53aa3e;
	font-size: 2rem;
	line-height: 1;
}
.fixedBtn .fillBtn span span {
	display: block;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.fixedBtn {
		left: 0;
		padding: 0 10px 10px;
		text-align: center;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	.fixedBtn .fillBtn {
		display: inline-block;
		width: auto;
		padding: 10px 40px 10px 20px;
		border-radius: 7px;
		font-size: 1.9rem;
	}
	.fixedBtn .fillBtn::after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 16px;
		background: url(../../../jp/shared/img/arrow_normal_wh.svg) center center no-repeat;
		background-size: contain;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: "";
	}
	.fixedBtn .fillBtn > span {
		position: relative;
		padding-left: 100px;
	}
	.fixedBtn .fillBtn svg, 
	.fixedBtn .fillBtn b {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fixedBtn .fillBtn svg {
		left: 0;
		width: 40px;
	}
	.fixedBtn .fillBtn b {
		left: 50px;
		width: 40px;
		padding: 3px 0 2px;
		font-size: 1.4rem;
	}
} /* */

/*======================================================================*
 *  [ main ] 
 *======================================================================*/
#main { background: url(../img/img_slide_01.jpg) center center/cover no-repeat; position: relative; padding: 0 20px; height: 799px; }
#main .inner { margin: 0 auto; max-width: 1200px; }
#main .main_slide { font-size: 0; line-height: 0; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: +1; }
#main .main_slide .slider { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
#main .main_slide .slider .slick-list,
#main .main_slide .slider .slick-track,
#main .main_slide .slider .slick-slide { width: 100%; height: 100%; }
#main .main_slide .slider img { display: none; }
#main .main_slide .slide_01 { background: url(../img/img_slide_01.jpg) center center/cover no-repeat; }
#main .main_slide .slide_02 { background: url(../img/img_slide_02.jpg) center center/cover no-repeat; }
#main .main_slide .slide_03 { background: url(../img/img_slide_03.jpg) center center/cover no-repeat; }
#main .main_title { position: relative; z-index: +2; }
#main .main_title h1 { font-size: 0; line-height: 0; padding-top: 20px; }
#main .main_title h1 img { width: 756px; max-width: 100%; }
#main .main_title .text { font-size: 3.0rem; font-weight: bold; position: relative; margin-top: 20px; }
#main .main_title .text p { display: none; position: absolute; top: 0px; left: 0px; margin: 0; }
#main .main_title .text p:nth-of-type(1) { display: block; }
#main .reserveBox { box-sizing: border-box; position: absolute; bottom: 50px; left: 0px; width: 100%; z-index: +2; }
#main .reserveBox small { color: #ffffff; }
#main .sp_only { display: none; }
@media screen and (max-width: 767px) { /* Smartphone */
#main { padding: 0 10px; height: 400px; }
#main .main_title h1 { padding-top: 10px; }
#main .main_title h1 img { width: 378px; }
#main .main_title .text { font-size: 1.5rem; margin-top: 10px; }
#main .reserveBox { display: none; }
#main .sp_only { display: inline; }
} /* */

/*======================================================================*
 *  [ models ] 
 *======================================================================*/
#models { padding: 50px 20px 70px 20px; }
#models .inner { margin: 0 auto; max-width: 1200px; }
#models .models_lead { text-align: center; margin-top: 10px; }
#models .models_lead dt { font-size: 3.0rem; font-weight: bold; line-height: 1.3333; }
#models .models_lead dt span { color: #53aa3f; }
#models .models_lead dt span b { font-size: 5.0rem; }
#models .models_lead dd { margin-top: 10px; }
#models .models_type { display: flex; justify-content: center; list-style: none; margin-top: 30px; }
#models .models_type li { margin: 0 1.6666%; width: 186px; }
#models .models_type li img {width: 100%; }
#models .models_choose { border-top: 2px solid #e6e6e6; margin-top: 60px; padding-top: 40px; }
#models .models_choose .heading { color: #53aa3f; font-size: 3.6rem; font-weight: bold; text-align: center; }
#models .models_choose ul { margin-top: 50px; }
#models .models_choose ul li { display: flex; align-items: center; justify-content: space-between; }
#models .models_choose ul li + li { margin-top: 20px; }
#models .models_choose ul li > p { font-size: 0; line-height: 0; margin: 0; width: 50%; min-height: 400px; }
#models .models_choose ul li > p img { display: none; }
#models .models_choose ul li > dl { width: calc(50% - 1.6666%); }
#models .models_choose ul li > dl > dt { font-size: 0; line-height: 0; }
#models .models_choose ul li > dl > dt img { max-width: 100%; }
#models .models_choose ul li > dl > dd { margin-top: 35px; }
#models .models_choose ul li > dl > dd dt { font-size: 3.6rem; font-weight: bold; }
#models .models_choose ul li > dl > dd dd { font-size: 2.0rem; font-weight: bold; }
#models .models_price { text-align: center; margin-top: 50px; }
#models .models_price .heading { color: #142d6d; font-size: 3.6rem; font-weight: bold; margin-bottom: 30px; }

#models .models_choose ul li:nth-of-type(even) > p { order: 2; }
#models .models_choose ul li:nth-of-type(even) > dl { order: 1; text-align: right; }
#models .models_choose ul li:nth-of-type(1) > p { background: url(../img/img_type_01.jpg) center center/cover no-repeat; }
#models .models_choose ul li:nth-of-type(2) > p { background: url(../img/img_type_02.jpg) center center/cover no-repeat; }
#models .models_choose ul li:nth-of-type(3) > p { background: url(../img/img_type_03.jpg) center center/cover no-repeat; }
#models .models_choose ul li:nth-of-type(4) > p { background: url(../img/img_type_04.jpg) center center/cover no-repeat; }
#models .sp_only { display: none; }
@media screen and (max-width: 767px) { /* Smartphone */
#models { overflow: hidden; padding: 25px 10px 35px 10px; }
#models .models_lead { margin-top: 5px; }
#models .models_lead dt { font-size: 2.5rem; }
#models .models_lead dt span b { font-size: 3.5rem; }
#models .models_lead dd { margin-top: 5px; }
#models .models_type { flex-wrap: wrap; margin-top: 15px; margin-right: -20px; }
#models .models_type li { margin: 0 20px 0 0; width: calc(50% - 20px); }
#models .models_type li:nth-of-type(n+3) { margin-top: 20px; }
#models .models_choose { border-top: 1px solid #e6e6e6; margin-top: 30px; padding-top: 25px; }
#models .models_choose .heading { font-size: 2.5rem; line-height: 1.3333; }
#models .models_choose ul { margin-top: 25px; }
#models .models_choose ul li { display: block; }
#models .models_choose ul li + li { margin-top: 20px; }
#models .models_choose ul li > p { width: auto; min-height: 0%; }
#models .models_choose ul li > p img { display: inline; width: 100%; }
#models .models_choose ul li > dl { margin-top: 15px; width: auto; }
#models .models_choose ul li > dl > dt img { height: 28.5px; }
#models .models_choose ul li > dl > dd { margin-top: 10px; }
#models .models_choose ul li > dl > dd dt { font-size: 2.5rem; }
#models .models_choose ul li > dl > dd dd { font-size: 1.6rem; }
#models .models_price { margin-top: 20px; }
#models .models_price .heading { font-size: 2.5rem; line-height: 1.3333; margin-bottom: 15px; }

#models .models_choose ul li:nth-of-type(even) > dl { text-align: left; }
#models .models_choose ul li:nth-of-type(1) > p { background: none; }
#models .models_choose ul li:nth-of-type(2) > p { background: none; }
#models .models_choose ul li:nth-of-type(3) > p { background: none; }
#models .models_choose ul li:nth-of-type(4) > p { background: none; }
#models .sp_only { display: inline; }
} /* */

/*======================================================================*
 *  [ bnr ] 
 *======================================================================*/
.bannerBox { font-size: 0; line-height: 0; text-align: center; margin: 60px 0; padding: 0 20px; }
.bannerBox a {display: inline-block; vertical-align: bottom; }
.bannerBox a img {max-width: 100%; }
@media screen and (min-width: 768px) {
.bannerBox a { transition: opacity ease .3s; }
.bannerBox a:hover { opacity: 0.7; }
}
@media screen and (max-width: 767px) { /* Smartphone */
.bannerBox { margin: 25px 0; padding: 0 10px; }
} /* */

div.point_icon1,
div.point_icon2 {
  margin: 0 auto;
  /* width: 800px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
 div.point_icon1 dt,
	div.point_icon2 dt {
		text-align: center;
	}
div.point_icon1 dd,
div.point_icon2 dd {
	font-weight: bold;
    font-size: 24px;
	text-align: center;
}
div.point_icon1 dd span,
div.point_icon2 dd span {
    font-size: 16px;
}
.point1 {
  padding-top: 36px;
  padding-left: 30px;
  padding-right: 30px;
}
.point2,
.point3 {
  padding-top: 43px;
  padding-left: 35px;
  padding-right: 35px;
}
.point1 dd {
  padding-top: 15px;
}
.point2 dd,
.point3 dd {
  padding-top: 20px;
}
.point4 {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 75px;
}
.point5 {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.point4 dd {
  padding-top: 22px;
}
.point5 dd {
  padding-top: 15px;
}
@media screen and (max-width: 767px) { /* Smartphone */
div.point_icon1, div.point_icon2 {
    max-width: 375px;
  }
  .point_icon1 dl,.point_icon2 dl {
    display: flex;
    padding-left: 10px!important;
    padding-right: 10px!important;
    align-items: center;
    width: 100%;
  }
 
  div.point_icon1 dd,
	div.point_icon2 dd {
		font-weight: bold;
  	  font-size: 16px;
		text-align: left;
	}
	div.point_icon1 dd span,
div.point_icon2 dd span {
    font-size: 12px;
}

  .point_icon1 dt,.point_icon2 dt{
    width: 90px;
    margin-right: 20px;
  }
  /* .point_icon1 dt img,.point_icon2 dt img {
    width: 100%;
  } */
  .point1 {
    padding-top: 20px;
  }
  .point1 img{
    width: 40px;
  }
  .point2 {
    padding-top: 20px;
  }
  .point2 img,.point3 img{
    width: 90px;
  }
  .point3 {
    padding-top: 20px;
  }
  .point4 {
    padding-top: 20px;
  }
  .point4 img{
    width: 82.5px;
  }
  .point5 {
    padding-top: 20px;
  }
  .point5 img{
    width: 68px;
  }
}

/*======================================================================*
 *  [ floatBnr ] 
 *======================================================================*/
.floatBnr { position: fixed; top: 50%; right: 0px; transform: translate3d(0, -50%, 0); z-index: 100; }
.floatBnr a { background-color: #ffffff; display: block; font-size: 0; line-height: 0; }
.floatBnr .pc_only { display: inline; }
.floatBnr .sp_only { display: none; }
@media screen and (min-width: 768px) {
body {padding-bottom:0 !important;}
}
@media screen and (max-width: 767px) { /* Smartphone */
.floatBnr { top: auto; bottom: 0px; transform: translate3d(0, 0, 0); width: 100%; }
.floatBnr .pc_only { display: none; }
.floatBnr .sp_only { display: inline; }
} /* */

/*======================================================================*
 *  [ reserve ] 
 *======================================================================*/
#reserve.sp_only { display: none; }
@media screen and (max-width: 767px) { /* Smartphone */
#reserve.sp_only { display: block; }
} /* */

.fillBtn.large {
    padding: 40px 25px 40px 25px;
}
@media screen and (max-width: 767px) { /* Smartphone */
.fillBtn.large {
    padding: 25px 10px 25px 10px;
}
} /* */







