@charset "UTF-8";

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

/* brand_common.css（タイトル）に記載
下記は各調整 */

#page_title {
	background:url(/img/remoline/h1_bg.jpg) 55% top no-repeat;
	background-size: cover;
}




/* -------------------------------------------------------------
　サブタイトル
------------------------------------------------------------- */

#content h2 {
	font-size:20px;
	font-weight:400;
	text-align:center;
	margin:0 0 1em;
}
#content h2 img {
	width: 150px;
}

#content p.lead {
	font-size:11px;
	text-align:center;
	margin-bottom: 20px;
}



/* ナビゲーション
------------------------------------------------------------- */

ul.remoNav {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	margin: 0 0 30px;
}

ul.remoNav li {
	display: table;
	width: 25%;
	margin: 0 1%;
	line-height: 1.4;
	background: #000;
	border-radius: 8px;
}

ul.remoNav li a {
	display: table-cell;
	width: 100%;
	height: 35px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}




/* おすすめのポイント
------------------------------------------------------------- */

#recommend_bl{
	text-align: center;
	padding: 30px 5% 35px;
	background: #efeddf;
}

#recommend_bl h3,
#checkIn h3,
#useHotel h3,
#faq h3 {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 15px;
}


ul.recommend_list {
	width: 100%;
	max-width: 375px;
	margin: 30px auto;
	background: #FFF;
	box-shadow: 5px 5px 5px #e7e5d4;
}

ul.recommend_list li:nth-child(2) {
	padding: 5px 20px 30px;
}

.items {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.item {
	display: inline-block;
	vertical-align: middle;
}

.rnum {
	color: #d6c560;
	font-family: "Roboto";
	font-size: 40px;
	font-style: italic;
	line-height: 1.4;
	margin: 0 5px 0 0;
}

ul.recommend_list li:nth-child(2) p {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}

ul.recommend_list li:nth-child(2) a {
	color: #638fa2;
	font-size: 12px;
	padding-top: 8px;
    display: inline-block;
}
ul.recommend_list li:nth-child(2) a:hover,
ul.recommend_list li:nth-child(2) a:visited,
ul.recommend_list li:nth-child(2) a:active{
	color: #638fa2;
}
ul.recommend_list li:nth-child(2) a::before{
	content: '▶';
    padding: 0 0.5em 0 0;
	font-size: 8px;
}
ul.recommend_list li:nth-child(2) span{
	font-size: 10px;
	display: inline-block;
}




/* チェックインの流れ
------------------------------------------------------------- */

#checkIn{
	margin: 0 auto;
	padding: 30px 0 40px;
}


.step{
	margin: 10px auto;
	background: #f5f0d7;
	border-radius: 10px;
}
.stepNum{
	position: relative;
	color: #FFF;
	font-family: "Roboto";
	font-size: 30px;
	font-style: italic;
	text-align: center;
	padding: 5px 0 2px;
	background: #d6c160;
	border-radius: 10px 10px 0 0;
}
.stepNum::before{
	content: "";
    position: absolute;
	top: 61px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 15px solid #d6c160;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    z-index: 2;
}

div.step p{
	font-size: 12px;
	padding: 20px;
	background-color: #f5f0d7;
	border-radius: 0 0 10px 10px;
	/*height: 130px;*/
	height: 180px;
}



/* slickスライド調整 */
.remoline_slides {
	width: 310px;
	margin: 0 auto;
}

.remoline_slides .slick-slide { padding: 0 5px; }
.remoline_slides .slick-list { margin: 0 -5px; }

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 17px;
	height: 38px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: unset;
}

.slick-prev:before,
.slick-next:before {
	font-family: unset;
	font-size: unset;
	line-height: unset;
	opacity: unset;
	color: unset;
	-webkit-font-smoothing: unset;
	-moz-osx-font-smoothing: unset;
}

.slick-prev {
	background: url(/img/remoline/step_arrow_l.png) no-repeat 0 0;
}
.slick-next {
	background: url(/img/remoline/step_arrow_r.png) no-repeat 0 0;
}

.slick-dots li {
	width: unset;
	height: unset;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
}

.slick-dots li button::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_off.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_yellow_on.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}




/* 導入ホテル
------------------------------------------------------------- */

#useHotel {
	text-align: center;
	padding: 30px 10px;
	background: #f2f2f2;
}

#useHotel span {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin: 0 0 25px;
}

#useHotel table {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

table tr {
	height: 85px;
}

table.lList tr td {
	padding:0 0 0 15px;
	background: #f7f7f7;
}

table.lList tr:nth-child(odd) td {
	background: #FFF;
}

table.rList tr td {
	padding:0 0 0 15px;
	background: #FFF;
}

table.rList tr:nth-child(odd) td {
	background: #f7f7f7;
}

table tr td b {
	font-size: 14px;
}
table tr td b a:link {
	text-decoration: none;
}
table tr td button {
	color: #FFF;
	text-align: center;
	padding: 10px;
	background: #707070;
	border-radius: 5px;
	cursor: pointer;
}
table tr td.tdR {
	text-align: right;
	padding: 0 15px 0 0;
}




/* よくあるご質問
------------------------------------------------------------- */

#faq {
	text-align: center;
	padding: 30px 10px 120px;
}

#faq ul {
	width: 100%;
	max-width: 640px;
	margin: 20px auto 0;
	border-bottom: 1px solid #e1e2e3;
}

#faq ul li {
	font-size: 10px;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 10px 20px 15px;
	background: #f6f5ea;
}

#faq ul li b{
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
}

#faq div{
	text-align: center;
	margin: 35px 0 0;
}

#faq div button{
	width: 90%;
	max-width: 360px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 15px;
	background: #000;
	border-radius: 10px;
}

.useSP{
	display: block;
}
.usePC{
	display: none;
}










/* media Queries PC //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 810px */
@media only screen and (min-width:810px) {

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

#page_title {
	margin: 120px 0;
	background:url(/img/remoline/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}




/* -------------------------------------------------------------
　サブタイトル
------------------------------------------------------------- */

#content {
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
}

#content h2 {
	font-size: 30px;
	line-height: 1.2;
}

#content h2 img {
	width: 300px;
}

#content p.lead{
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 50px;
}



/* ナビゲーション
------------------------------------------------------------- */

ul.remoNav {
    width: 100%;
	margin-bottom: 70px;
    height: 65px;
}
ul.remoNav li {
	height: 65px;
	width: 180px;
	line-height: 1.4;
}
ul.remoNav li a {
    font-size: 17px;
}
ul.remoNav li a:link {
	text-decoration: none;
}




/* おすすめのポイント
------------------------------------------------------------- */

#recommend_bl{
	padding: 60px 0;
}

#recommend_bl h3,
#checkIn h3,
#useHotel h3,
#faq h3 {
	font-size: 36px;
	line-height: 1.3;
    margin: 0 0 60px;
}


ul.recommend_list {
	display: flex;
	width: 100%;
	max-width: 1000px;
	max-height: 250px;
	margin: 50px auto 0;
}

ul.recommend_list li:nth-child(1) {
	width: 420px;
}

ul.recommend_list li:nth-child(2) {
	width: calc(100% - 420px);
	padding: 20px;
}

.items {
    font-size: 24px;
    text-align: left;
}

.rnum {
	font-size: 60px;
	line-height: 1;
	margin: 0 5px 0 0;
}

ul.recommend_list li:nth-child(2) p{
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 0 0;
}
ul.recommend_list li:nth-child(2) a{
	display: block;
	font-size: 14px;
}
ul.recommend_list li:nth-child(2) a:link{
	text-decoration: none;
}
ul.recommend_list li:nth-child(2) span{
	font-size: 12px;
	margin-top: 10px;
}


/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:1000px), print {

ul.recommend_list li:nth-child(2) {
	padding: 20px 50px 0;
}

.rnum {
	font-size: 80px;
	margin: 0 10px 0 0;
}

}/* media Queries 1000 */




/* チェックインの流れ
------------------------------------------------------------- */

#checkIn {
	margin: 0 auto;
	padding: 100px 0 90px;
}


.remoline_slides {
	display: flex;
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}

.step {
	width: 32%;
	margin: 0;
}

.step:first-of-type {
	width: 32%;
	margin: 0 2% 0 0;
}

.step:last-of-type {
	width: 32%;
	margin: 0 0 0 2%;
}

.step p {
    font-size: 14px;
    padding: 20px 20px 30px;
	height: unset;
}




/* 導入ホテル
------------------------------------------------------------- */

#useHotel{
	padding: 55px 10px 50px;
	overflow: hidden;
}

#useHotel h3 {
    margin: 0 0 40px;
}

#useHotel span {
	font-size: 26px;
	margin: 0 auto 30px;
}

#useHotel .list_wrap {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#useHotel .list_wrap li {
	width: 50%;
}
#useHotel .list_wrap li:nth-child(1) {
	padding: 0 1% 0 0;
}
#useHotel .list_wrap li:nth-child(2) {
	padding: 0 0 0 1%;
}

#useHotel table{
	margin: 0;
}
table tr {
	height: 90px;
	font-size: 14px;
}
table tr td{
	padding: 0 0 0 25px;
}

table.rList tr td {
	background: #f7f7f7;
}

table.rList tr:nth-child(odd) td {
	background: #fff;
}

table tr td b{
	font-size: 17px;
}
table tr td button{
	width: 80px;
	font-size: 16px;
	padding: 10px 0;
}
table tr td.tdR{
	text-align: right;
	padding: 0 10px 0 0;
}




/* よくあるご質問
------------------------------------------------------------- */

#faq {
	text-align: center;
	padding: 80px 10px 30px;
}

#faq ul {
	width: 100%;
	max-width: 1000px;
	margin: 40px auto 15px;
	border-bottom: #e1e2e3 solid 2px;
}

#faq ul li {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 30px;
	padding: 20px 40px 25px;
}

#faq ul li b {
	font-size: 18px;
	margin-bottom: 10px;
}

#faq div button{
	max-width: 500px;
	font-size: 20px;
	margin-bottom: 50px;
	padding: 20px;
	cursor: pointer;
}


#faq p {
	max-width: 1000px;
	margin: 0 auto;
}





.useSP{
	display: none;
}
.usePC{
	display: block;
}




}/* media Queries PC 810 */






