﻿@charset "utf-8";
/*
* style-sp.css
* 2018.06.14 dhayashi
*/

/* ==========================================================================
   Eric Meyer's Reset CSS v2.0
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==========================================================================
   common
========================================================================== */
html{font-size: 62.5%!important;}
body{
	font-size: 160%!important;
	line-height: 1.4;
	color: #000;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
a,
a:visited{ color: #000; text-decoration: none;}

/* avoid auto gradation style of input button (only appears on iOS Safari)  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    appearance: button;
    *overflow: visible;
}

/* ==========================================================================
   Header
========================================================================== */
.rt-wide-banner-pc{/*横断バナー*/
 display: none;
}

.rt-header{
	display: block;
	position: relative;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #66B821;
	background-color: #FFF;
	line-height: 1;
	z-index: 100;
}

.rt-header .rt-site-name{
	margin-left: 7px;
	padding-top: /*9px*/ 12px;
}
.rt-header .rt-site-name a,
.rt-header .rt-site-name em{
	display: block;
	width: /*79px*/ 71px;
	height: /*40px*/ 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(https://img.travel.rakuten.co.jp/share/common/images/travel-logo-sp.png) no-repeat 0 0;
	-webkit-background-size: /*79px 40px*/ 71px 36px;
	-moz-background-size: /*79px 40px*/ 71px 36px;
	-o-background-size: /*79px 40px*/ 71px 36px;
	background-size: /*79px 40px*/ 71px 36px;
}

.rt-header .rt-member{
	position: absolute;
	right: 95px;
	top: 10px;
}

.top-smart .rt-header .rt-member{
	right: 135px;
}

.rt-header .rt-member dt{
	margin: 3px 0;
	text-align: right;
	font-size: 11px;
}

.rt-header .rt-member dt b{
	display:inline-block;
	max-width:120px;
	color: #66B821;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rt-header .rt-member dd{
	text-align: right;
	font-size: 11px;
}
.rt-header .rt-member dd b{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.rt-header .rt-member ul{
	display: inline-block;
	width: 92px;
	height: 48px;
}
.rt-header .rt-member li{
	float: left;
	width: 46px;
	height: 48px;
}

.rt-header .rt-btn-info{
	position: absolute;
	top: 7px;
	right: 46px;
	width: 42px;
	height: 48px;
}

.rt-header .rt-btn-info a{
	display: block;
	width: 42px;
	height: 11px;
	padding-top: 37px;
	font-size: 10px;
	text-align: center;
	background: url(https://img.travel.rakuten.co.jp/share/common/images/sprite-sp-b.png) no-repeat 7px -50px;
	-webkit-background-size: 200px 1005px;
	-moz-background-size: 200px 1005px;
	-o-background-size: 200px 1005px;
	background-size: 200px 1005px;
}

.rt-header .rt-nologin{
	position: absolute;
	right: 46px;
	top: 7px;
}
.rt-header .rt-nologin li{
	float: left;
	width: 42px;
	height: 48px;
}

.rt-header .rt-nologin a{
	display: block;
	width: 42px;
	height: 11px;
	padding-top: 37px;
	font-size: 10px;
	text-align: center;
	background: url(https://img.travel.rakuten.co.jp/share/common/images/sprite-sp-b.png) no-repeat;
	-webkit-background-size: 200px 1005px;
	-moz-background-size: 200px 1005px;
	-o-background-size: 200px 1005px;
	background-size: 200px 1005px;
}
.rt-header .rt-nologin li.rt-btn-register a{ background-position: -93px -50px;}
.rt-header .rt-nologin li.rt-btn-login a   { background-position: -43px -50px;}

.rt-header .rt-nav-link dt{
	position: absolute;
	top: 7px;
	right: 4px;
	width: 42px;
	height: 48px;
}
.rt-header .rt-nav-link ul.rt-hide,.rt-header .rt-nav-link ul.hide{
	display: none;
}

.rt-header .rt-nav-link dt a{
	display: block;
	width: 42px;
	height: 11px;
	padding-top: 37px;
	font-size: 10px;
	text-align: center;
	background: url(https://img.travel.rakuten.co.jp/share/common/images/sprite-sp-b.png) no-repeat -95px 0;
	-webkit-background-size: 200px 1005px;
	-moz-background-size: 200px 1005px;
	-o-background-size: 200px 1005px;
	background-size: 200px 1005px;
}

.rt-header .rt-nav-link ul{
	position: absolute;
	top: 40px;
	right: 8px;
	width: 140px;
	padding: 0 10px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.rt-header .rt-nav-link ul li{
	border-bottom: 1px dotted #CCC;
}
.rt-header .rt-nav-link ul li:last-child{ border-bottom: none;}
.rt-header .rt-nav-link ul li a{
	display: block;
	position: relative;
	padding: 12px 8px;
	font-size: 15px;
}
.rt-header .rt-nav-link ul li a:before{
	display: block;
	position: absolute;
	top: 50%;
	right: 3px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 3px solid #CCC;
	border-right: 3px solid #CCC;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	content: "";
}
.rt-header .rt-nav-link .rt-nav-secondary{ display: none;}

.rt-header .rt-group-link,
.rt-header .rt-site-id .rt-outline,
.rt-header .rt-promotion,
.rt-header .rt-member dt span,
.rt-header .rt-nologin dt,
.rt-header .rt-help-link,
.rt-header .rt-mytrv{
	display: none;
}

/* ==========================================================================
   Memberinfo on header
========================================================================== */
#memberDetail {
	position: absolute;
	z-index:100;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.5, #f2f2f2), to(#ffffff)); /* FF3.6+ */
	background: -webkit-linear-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.5, #f2f2f2), to(#ffffff)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.5, #f2f2f2), to(#ffffff)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.5, #f2f2f2), to(#ffffff)); /* IE10+ */
	line-height: 1.5;
		/*transition*/
	-webkit-transition:.4s -webkit-transform ease-in-out;
	   -moz-transition:   .4s -moz-transform ease-in-out;
	     -o-transition:     .4s -o-transform ease-in-out;
	        transition:        .4s transform ease-in-out;
	/*transform*/
	-webkit-transform:translate3d(0px, 1600px, 0px);
	   -moz-transform:translate3d(0px, 1600px, 0px);
	    -ms-transform:translate3d(0px, 1600px, 0px);
	     -o-transform:translate3d(0px, 1600px, 0px);
	        transform:translate3d(0px, 1600px, 0px);

}

/*above green line*/
#memberDetail div.detailMenu {
	position: relative;
	padding: 9px 5px;
	border-bottom: 2px solid #72A331;　/*サービスカラー#72A331*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* IE10+ */
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#memberDetail div.detailMenu ul#menuTab {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #9f9f9f;
	border-radius: 4px;
	box-shadow: 0 1px 1px #ffffff;
	line-height: 1.6;
}
#memberDetail div.detailMenu ul#menuTab li {
	display: inline-block;
	width: 98px;
	vertical-align: top;
	padding: 6px 0;
	border-right: 1px solid #9f9f9f;
	text-align: center;
	line-height: 1.6;
}
#memberDetail div.detailMenu ul#menuTab li:last-child {
	border: none;
}
#memberDetail div.detailMenu ul#menuTab li.open {
	background: #dcdcdc;
	text-shadow: 1px 1px 0 #ffffff;
	-moz-box-shadow: 0 0 3px 0 #b2b2b2 inset;
    -webkit-box-shadow: 0 0 3px 0 #b2b2b2 inset;
    box-shadow: 0 0 3px 0 #b2b2b2 inset;
	line-height: 1.6;
}
#memberDetail div.detailMenu div.close {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 8px;
	width: 48px;
	margin-left: 5px;
	padding: 6px 0;
	color: #ffffff;
	border: 1px solid #454545;
	border-radius: 4px;
	background: #717171; /* Old browsers */
	background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* FF3.6+ */
	background: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* IE10+ */
	box-shadow: 0px 1px 1px #ffffff;
	text-align: center;
	line-height: 1.6;
}

/*member infomation*/
#memberDetail div#statusInfo{
	display: block;
	padding: 10px;
}

#memberDetail div#statusInfo div#loginForm{
	overflow: hidden;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
}
#memberDetail div#statusInfo div#loginForm.diamond {
	border-color: #aa9bcb;
	background: #aa96e2; /* Old browsers */
	background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#aa96e2), color-stop(0.15, #f9f2ff), to(#f9f2ff)); /* FF3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aa96e2), color-stop(0.15, #f9f2ff), to(#f9f2ff)); /* Chrome10+,Safari5.1+ */
	background: -o-gradient(linear, 0% 0%, 0% 100%, from(#aa96e2), color-stop(0.15, #f9f2ff), to(#f9f2ff)); /* Opera 11.10+ */
	background: -ms-gradient(linear, 0% 0%, 0% 100%, from(#aa96e2), color-stop(0.15, #f9f2ff), to(#f9f2ff)); /* IE10+ */
}
#memberDetail div#statusInfo div#loginForm.platinum {
	border-color: #98cee6;
	background: #b2e1f6; /* Old browsers */
	background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#b2e1f6), color-stop(0.15, #f0f9fe), to(#f0f9fe)); /* FF3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2e1f6), color-stop(0.15, #f0f9fe), to(#f0f9fe)); /* Chrome10+,Safari5.1+ */
	background: -o-gradient(linear, 0% 0%, 0% 100%, from(#b2e1f6), color-stop(0.15, #f0f9fe), to(#f0f9fe)); /* Opera 11.10+ */
	background: -ms-gradient(linear, 0% 0%, 0% 100%, from(#b2e1f6), color-stop(0.15, #f0f9fe), to(#f0f9fe)); /* IE10+ */
}
#memberDetail div#statusInfo div#loginForm.gold {
	border-color: #cc9900;
	background: #e3c66d; /* Old browsers */
	background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#e3c66d), color-stop(0.15, #fffcdf), to(#fffcdf)); /* FF3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3c66d), color-stop(0.15, #fffcdf), to(#fffcdf)); /* Chrome10+,Safari5.1+ */
	background: -o-gradient(linear, 0% 0%, 0% 100%, from(#e3c66d), color-stop(0.15, #fffcdf), to(#fffcdf)); /* Opera 11.10+ */
	background: -ms-gradient(linear, 0% 0%, 0% 100%, from(#e3c66d), color-stop(0.15, #fffcdf), to(#fffcdf)); /* IE10+ */
}
#memberDetail div#statusInfo div#loginForm.silver {
	border-color: #999999;
	background: #b9b9b9; /* Old browsers */
	background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#b9b9b9), color-stop(0.15, #f0f0f0), to(#f0f0f0)); /* FF3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9b9b9), color-stop(0.15, #f0f0f0), to(#f0f0f0)); /* Chrome10+,Safari5.1+ */
	background: -o-gradient(linear, 0% 0%, 0% 100%, from(#b9b9b9), color-stop(0.15, #f0f0f0), to(#f0f0f0)); /* Opera 11.10+ */
	background: -ms-gradient(linear, 0% 0%, 0% 100%, from(#b9b9b9), color-stop(0.15, #f0f0f0), to(#f0f0f0)); /* IE10+ */
}
#memberDetail div#statusInfo div#loginForm.regular {
	border-color: #bbbbbb;
	background: #ffffff;
}

/*user name*/
#memberDetail div#statusInfo p.user-name{
	color: #333;
	font-size: 90%;
}
#memberDetail div#statusInfo p.user-name a span{
	color: #bf0000;
	font-weight: bold;
	font-size: 130%;
}

/*member rank*/
#memberDetail div#statusInfo p.member-rank{
	position: relative;
	margin: 3px 0 7px;
	padding: 0 0 7px 29px;
	font-size: 82%;
	font-weight: bold;
	border-bottom: 1px dotted #b1afb8;
}
#memberDetail div#statusInfo .regular p.member-rank{ padding-left: 0;}

#memberDetail div#statusInfo p.member-rank em{
	font-size: 130%;
}
#memberDetail div#statusInfo .diamond p.member-rank em{color: #7158A9;}
#memberDetail div#statusInfo .platinum p.member-rank em{color: #329ECD;}
#memberDetail div#statusInfo .gold p.member-rank em   {color: #996600;}
#memberDetail div#statusInfo .silver p.member-rank em {color: #7C7C7C;}
#memberDetail div#statusInfo .regular p.member-rank em {color: #808080;}

#memberDetail div#statusInfo p.member-rank:before{
	display: block;
	position: absolute;
	width: 23px;
	height: 30px;
	content: "";
	margin: -3px 0 0 -27px;
	background-image:url(https://trvimg.r10s.jp/share/smart/header/images/sprite_header_20130630.png);
	background-repeat: no-repeat;
	background-size: 300px 500px;
}
#memberDetail div#statusInfo .diamond p.member-rank:before{background-position: 0px -265px;}
#memberDetail div#statusInfo .platinum p.member-rank:before{background-position: 0px -235px;}
#memberDetail div#statusInfo .gold p.member-rank:before   {background-position: 0px -205px;}
#memberDetail div#statusInfo .silver p.member-rank:before {background-position: 0px -175px;}
#memberDetail div#statusInfo .regular p.member-rank:before{
	display: none;
}

/*point*/
#memberDetail div#statusInfo .pointInfo{
	margin-bottom: 10px;
	border-bottom: 1px dotted #b1afb8;
}

#memberDetail div#statusInfo .pointInfo p.invitation{
	margin-bottom: 7px;
	padding: 5px 4px 4px 5px;
	background-color: #FFF;
	font-size: 90%;
	border-width: 2px;
	border-style: solid;
}
#memberDetail div#statusInfo .diamond .pointInfo p.invitation{ border-color: #aa9bcb;}
#memberDetail div#statusInfo .platinum .pointInfo p.invitation{ border-color: #98cee6;}
#memberDetail div#statusInfo .gold .pointInfo p.invitation   { border-color: #cc9900;}
#memberDetail div#statusInfo .silver .pointInfo p.invitation { border-color: #999999;}
#memberDetail div#statusInfo .regular .pointInfo p.invitation { border-color: #bbbbbb;}

#memberDetail div#statusInfo .pointInfo p.invitation a{
	font-weight: bold;
}
#memberDetail div#statusInfo .diamond .pointInfo p.invitation a{ color: #7158A9;}
#memberDetail div#statusInfo .platinum .pointInfo p.invitation a{ color: #329ECD;}
#memberDetail div#statusInfo .gold .pointInfo p.invitation a   { color: #996600;}
#memberDetail div#statusInfo .silver .pointInfo p.invitation a { color: #7C7C7C;}
#memberDetail div#statusInfo .regular .pointInfo p.invitation a { color: #808080;}

#memberDetail div#statusInfo .point{
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 90%;
}
#memberDetail div#statusInfo .point em{ color: #BF0000;}

#memberDetail div#statusInfo .btn-point a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid #9C9C9C;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color: #333333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #efeef3), to(#efeef3)); /* FF3.6+ */
	background: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #efeef3), to(#efeef3)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #efeef3), to(#efeef3)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #efeef3), to(#efeef3)); /* IE10+ */
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 18px 6px 18px;
}

#memberDetail div#statusInfo ul.link{
	margin: 7px 0;
	padding-bottom: 7px;
	border-bottom: 1px dotted #b1afb8;
}
#memberDetail div#statusInfo ul.link li a {
	font-size: 90%;
	margin: 7px 0;
	color: #bf0000;
}

#memberDetail div#statusInfo .btn-confirm{
	margin-bottom: 10px;
}
#memberDetail div#statusInfo .btn-confirm a,
#memberDetail div#statusInfo .btn-change a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid #454545;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color: #ffffff;
	background: #717171; /* Old browsers */
	background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* FF3.6+ */
	background: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#454545)); /* IE10+ */
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 18px 6px 18px;
}

/*below green line*/
#memberDetail .btn-logout{
	border-top: 2px solid #72A331;
	margin-top: 10px;
	padding: 15px 0;
	text-align: center;
}

#memberDetail .btn-logout a{
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #9C9C9C;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color: #333333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0)); /* FF3.6+ */
	background: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0)); /* IE10+ */
	-moz-box-shadow: 0 1px 3px 0 #d8ddde;
    -webkit-box-shadow: 0 1px 3px 0 #d8ddde;
    box-shadow: 0 1px 3px 0 #d8ddde;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*関連サービス*/
#memberDetail #serviceInfo {
	display: none;
	overflow: hidden;
	margin: 15px 10px 0;
	line-height: 1;
}
#memberDetail #serviceInfo .title{
	padding: 3px 4px 8px;
	color: #72A331;
	font-size: 15px;
	font-weight: bold;
}
#memberDetail #serviceInfo ul.serviceList{
	margin-bottom: 10px;
	border: 1px solid #a0a0a0;
}
#memberDetail #serviceInfo ul.serviceList li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 50%;
	height: 46px;
	vertical-align: top;
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ececec)); /* FF3.6+ */
	background: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ececec)); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ececec)); /* Opera 11.10+ */
	background: -ms-linear-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ececec)); /* IE10+ */
}

#memberDetail #serviceInfo ul.serviceList li:nth-child(even) {
	border-right: none;
}
#memberDetail #serviceInfo ul.serviceList li:last-child,
#memberDetail #serviceInfo ul.serviceList li:nth-last-of-type(2){
	border-bottom: none;
}

#memberDetail #serviceInfo ul.serviceList li a{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	padding: 16px 20px 16px 10px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#memberDetail #serviceInfo ul.serviceList li a:after{/*＞矢印*/
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	content: "";
}

/*
#memberDetail #serviceInfo ul.serviceList li:before{
	position: absolute;
	width: 14px;
	height: 15px;
	margin: 15px 0 0 90%;
	background: url(../img/icon_common.png) no-repeat 0 -45px;
	background-size: 14px 60px;
	-webkit-background-size: 14px 60px;
	content: "";
}
*/

/* open */
#memberDetail.open{
/*transform*/
-webkit-transform:translate3d(0px, 0px, 0px);
   -moz-transform:translate3d(0px, 0px, 0px);
    -ms-transform:translate3d(0px, 0px, 0px);
     -o-transform:translate3d(0px, 0px, 0px);
        transform:translate3d(0px, 0px, 0px);
}

/* APP promotion */
#appDlBn{
	position: relative;
    z-index: 100;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
}

#appDlBn p a{
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
? }
#appDlBn span{
}
#appDlBn span a img{
	display: block;
	width: 100%;
}
#appDlBn p a{
	background: url(https://img.travel.rakuten.co.jp/share/common/images/sprite-sp-b.png) no-repeat 0px -300px;
	background-size: 200px 1005px;
	top: 34%;
	right: 0%;
	position: absolute;
	height: 35px;
	width: 40px;
}
#appDlBnFt a img{
	display: block;
	width: 100%;
}
.display-iphone,
.display-android,
.display-pc{
	display:none;
}

/* for Racco-Alliance header */
.rt-header.rt-rsvh{
	height: auto;
	min-height: 58px;
}

.rt-header .rt-rsvh-message{
	padding: 0 4px 0 7px;
	background: #F9F9F9;
	font-size: 12px;
	line-height: 1.4;
}

.rt-header.rt-rsvh .rt-service-bar{
	display: table;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-right: 50px;
}

.rt-header.rt-rsvh .rt-site-id{
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 14px;
	height: 29px;
}
.rt-header.rt-rsvh .rt-site-name{
	display: inline-block;
	width: 83px;
	height: 29px;
	padding-top: 0;
	vertical-align: top;
}

.rt-header .rt-rsvh-logo{
	display: inline-block;
	width: 48px;
	height: 29px;
	vertical-align: top;
}
.rt-header .rt-rsvh-logo a{
	display: table-cell;
	width: 48px;
	height: 29px;
	vertical-align: middle;
}
.rt-header .rt-rsvh-logo img{
	display: block;
	max-width: 48px;
	max-height: 24px;
	width: auto;
	height: auto;
}

.rt-header .rt-rsvh-info{
	display: table-cell;
	height: 51px;
	vertical-align: top;
	line-height: 1.2;
	padding-top: 7px;
}
.rt-header .rt-rsvh-user .rt-rsvh-company{
	text-align: right;
	font-size: 10px;
	display: -webkit-box;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rt-header .rt-rsvh-user .rt-rsvh-name{
	text-align: right;
	font-size: 10px;
}
.rt-header .rt-rsvh-user .rt-rsvh-name b{
	font-weight: bold;
	font-size: 14px;
	color: #72A331;
}

.rt-header .rt-rsvh-linkbox dt{
	position: absolute;
	top: 7px;
	right: 4px;
	width: 42px;
	height: 48px;
}
.rt-header .rt-rsvh-linkbox dt a{
	display: block;
	width: 42px;
	height: 11px;
	padding-top: 37px;
	font-size: 10px;
	text-align: center;
	background: url(https://img.travel.rakuten.co.jp/share/common/images/sprite-sp-b.png) no-repeat -95px 0;
	-webkit-background-size: 200px 1005px;
	-moz-background-size: 200px 1005px;
	-o-background-size: 200px 1005px;
	background-size: 200px 1005px;
}

.rt-header .rt-rsvh-linkbox dd{
	position: absolute;
	top: 40px;
	right: 8px;
	width: 140px;
	width: 190px;
	padding: 0 10px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.rt-header .rt-rsvh-linkbox dd.rt-hide{
	display: none;
}

.rt-header .rt-rsvh-linkbox dd li,
.rt-header .rt-rsvh-linkbox dd .rt-mytrv,
.rt-header .rt-rsvh-linkbox dd .rt-rsvh-logout{
	display: block;
	border-bottom: 1px dotted #CCC;
}
.rt-header .rt-rsvh-linkbox dd li.rt-rsvh-logout{ border-bottom: none;}
.rt-header .rt-rsvh-linkbox dd li a,
.rt-header .rt-rsvh-linkbox dd .rt-mytrv a,
.rt-header .rt-rsvh-linkbox dd .rt-rsvh-logout a{
	display: block;
	position: relative;
	padding: 12px 8px;
	font-size: 15px;
}
.rt-header .rt-rsvh-linkbox dd li a:before,
.rt-header .rt-rsvh-linkbox dd .rt-mytrv a:before,
.rt-header .rt-rsvh-linkbox dd .rt-rsvh-logout a:before{
	display: block;
	position: absolute;
	top: 50%;
	right: 3px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 3px solid #CCC;
	border-right: 3px solid #CCC;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	content: "";
}

/* ==========================================================================
   Notification
========================================================================== */

.rt-header .rt-notification-btn-box{
	position: absolute;
	top: 7px;
	right: 90px;
	width: 42px;
	height: 48px;
}
.rt-notification-btn-box button{
	border: none;
	padding: 0;
	display: block;
	width: 46px;
	padding-top: 35px;
	font-size: 10px;
	text-align: center;
	position: relative;
	line-height: 139%;
	background: url(https://img.travel.rakuten.co.jp/share/common/images/sprite-sp-b.png) no-repeat 7px -99px;
	-webkit-background-size: 200px 1005px;
	-moz-background-size: 200px 1005px;
	-o-background-size: 200px 1005px;
}

.rt-count-badge{display: inline-block; padding: 2px 5px; color: #FFF; background-color: #BF0000; font-family: MS-PGothic, "Hiragino Kaku Gothic ProN", sans-serif; font-size: 13px; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border: 2px solid #FFF;}
.rt-header .rt-count-badge{
	position: absolute;
	top: -3px;
	right: -4px;
}

@media screen and (max-width: 359px) {
	.rt-header .rt-member dt b{
		max-width: 78px;
	}
    .top-smart .rt-header .rt-member{
		right: 125px;
	}
}

.ritNotificArea{
	font-size: 80%;
}

.boxPJ {
	display: -webkit-box !important;
	display: box !important;
	-webkit-box-pack: justify !important;
	box-pack: justify !important;
}

.topNtfListTtlWrap .topNtfListTtl {
	font-weight: bold;
	-webkit-box-flex: 1.0;
	box-flex: 1.0;
}

.riMaB10 {
	margin-bottom: 10px;
}

.topNtfListTtlWrap .topNtfListDate {
	font-size: 80%;
	margin-left: 10px;
	color: #666666;
	text-align: right;
}

.topNtfListCntsWrap .topNtfListCntsTxt .font120 {
    font-size: 120%;
}

.topNtfNoItem p{
	padding: 0 5px;
	line-height: 1.2;
}


/* ==========================================================================
   Notificatioin Message
========================================================================== */

#ritNotification{
	display: none;
}

#notificationList{
	top: 0;
    display: none;
	-webkit-transition:.4s -webkit-transform ease-in-out;
	-moz-transition:.4s -moz-transform ease-in-out;
	-o-transition:.4s -o-transform ease-in-out;
	transition:.4s transform ease-in-out;
	/*transform*/
	-webkit-transform:translate3d(0px, 1600px, 0px);
	-moz-transform:translate3d(0px, 1600px, 0px);
	-ms-transform:translate3d(0px, 1600px, 0px);
	-o-transform:translate3d(0px, 1600px, 0px);
	transform:translate3d(0px, 1600px, 0px);
	width: 100%;
	z-index: 1000;
	position: absolute;
	background:#fff
}
.topNtfTtl{
	padding:5px;
	border-bottom:2px solid #bf0000;
	position:fixed;
	width:100%;
	background:rgba(255,255,255,.8);
	z-index:100;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.topNtfTtl h1{
	font-size:110%;
	font-weight:700;
	color:#bf0000
}
.topNtfBtmBtn{
	margin:10px 0;
	text-align:center
}
.topNtfNoApiTxt{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin:0 -5px
}
.topNtfNoApiTxt span{
	padding:0 5px
}
.topNtfBtmBtn input,.topNtfTtl input{
	color:#bf0000;
	background:#faf9fb;
	border-radius:4px;
	padding:4px 20px;
	font-weight:400;
	font-size:13px;
	display:inline-block;
	border:1px solid #999
}
.ritNotificInfo .topNtfNoItem{
	padding:0;
}

.topNtfTtl{
	overflow: hidden;
}

.topNtfTtl h1{
	margin: 10px 0 -5px 0;
}

.topNtfTtl input{
	float: right;
	margin-top: -22px;
}


#notificationList.ntfOpen{
	/*transform*/
	-webkit-transform:translate3d(0px, 0px, 0px);
	-moz-transform:translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	-o-transform:translate3d(0px, 0px, 0px);
	transform:translate3d(0px, 0px, 0px);
}


/* ==========================================================================
   Rakuten Link
========================================================================== */
.rt-rakuten-link{
	display: none;
}

/* ==========================================================================
   Footer
========================================================================== */
.rt-footer{
	position: relative;
	z-index: 100;
	border-top: 2px solid #72A331;
	background: #FFF;
	padding: 10px 0;
	margin-top: 0px;
}
.rt-footer a,
.rt-footer a:visited{
	padding: 6px;
	color: #1D54A7;
	text-decoration: none;
}

.rt-footer ul.rt-foot-nav{
	margin-bottom: 10px;
	text-align: center;
	font-size: 90%;
}
.rt-footer ul.rt-foot-nav li{
	display: inline-block;
}
.rt-footer ul.rt-foot-nav li.rt-for-pc{ display: none;}

.rt-footer dl.rt-switch-device{
	margin-bottom: 10px;
	text-align: center;
	font-size: 90%;
}

.rt-footer dl.rt-switch-device dt,
.rt-footer dl.rt-switch-device dd,
.rt-footer dl.rt-switch-device ul,
.rt-footer dl.rt-switch-device li{
	display: inline;
}
.rt-footer dl.rt-switch-device li:first-child{
	border-right: 1px solid #ADADAD;
	padding-right: 7px;
}

.rt-footer p.rt-copyright {
	text-align: center;
	font-size: 60%;
	color: #666;
}
/* ===================================================
	cf
=================================================== */
.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ===================================================
	sp_parts_common.css専用画像
=================================================== */
.spc-star-01 .spc-my-star:before,
.spc-star-02 .spc-my-star:before,
.spc-star-03 .spc-my-star:before,
.spc-star-04 .spc-my-star:before,
.spc-star-05 .spc-my-star:before,
.spc-star-06 .spc-my-star:before,
.spc-delete a,
.spc-room-info .spc-icon-meal .spc-my-txt:before,
.spc-room-info .spc-icon-smoking .spc-my-txt:before,
.spc-room-info .spc-icon-notsmoking .spc-my-txt:before,
.spc-room-info .spc-icon-other .spc-my-txt:before,
.spc-btn-other-02 a:after,
#breadcrumbs-outer .icon-world,
#breadcrumbs-outer .icon-japan,
#breadcrumbs-outer .icon-hotel,
.spc-1line-btn-list-b li .spc-icon:before,
.spc-2line-btn-list-b li .spc-icon:before,
#keywordSearch .cancel a,
#keywordSearch .submit{
	background-image: url(https://img.travel.rakuten.co.jp/share/common/images/sprite-sp-b.png);
	background-repeat: no-repeat;
	background-size:200px 1005px;
	-webkit-background-size:200px 1005px;  /* Safari,Google Chrome用 */
    -moz-background-size:200px 1005px;  /* Firefox用 */
    -o-background-size:200px 1005px;  /* Opera用 */
}
/* ===================================================
	サイト共通　パンクズナビ
=================================================== */
#breadcrumbs-outer .breadcrumbs {
	list-style: none;
	overflow: hidden;
	color: white;
	font-size: 1.6rem;
	margin: 0;
	padding-left: 0px;
}
#breadcrumbs-outer .breadcrumbs li a {
color: #000;breadcrumbs-outer
  text-decoration: none;
  margin-left: -3px;
  padding: 0 6px 0 15px;
  background: #ECF3E4;
  display: block;
  float: left;
  /*地区中小細用の高さ↓*/
  line-height: 24px;
  font-size:1.6rem;
}
#breadcrumbs-outer .breadcrumbs li a::after {
	position: relative;
  display: block;
  margin-top: -13px;
  margin-left: auto;
  margin-right: -12px;
   /*下側の高さ↓*/
  height: 13px;
  width: 10px;
  content: " ";
  -webkit-transform: skew(-33deg);
  background: #ECF3E4;
  border-right: 2px solid #73A300;
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
#breadcrumbs-outer .breadcrumbs li a::before{
  float: right;
  display: block;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: -13px;
  /*上側の高さ↓*/
  height: 12px;
  width: 10px;
  content: " ";
  -webkit-transform: skew(33deg);
  background: #ECF3E4;
  border-right: 2px solid #73A300;
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
}
#breadcrumbs-outer .breadcrumbs li:first-child a{
  font-weight: 900;
  padding-left: 10px;
}
#breadcrumbs-outer .breadcrumbs li.scope a,
#breadcrumbs-outer .breadcrumbs li.scope a::before,
#breadcrumbs-outer .breadcrumbs li.scope a::after{
 background: #3274d0;
}
#breadcrumbs-outer .breadcrumbs li.scope a:hover,
#breadcrumbs-outer .breadcrumbs li.scope a:hover::before,
#breadcrumbs-outer .breadcrumbs li.scope a:hover::after{
  background: #2261a0;
}
#breadcrumbs-outer {
	position: relative;
	/*border-bottom-width: 10px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71A230;
	height: 25px;
}
#breadcrumbs-outer > div {
    position: absolute;
    top: 0;
    width: 100%;
}
#breadcrumbs-outer > .breadcrumbs-fixed {
	width: 50px;
    top: 0;
	left: 0;
}
#breadcrumbs-outer > .breadcrumbs-fixed ol{
	 background: transparent;
}
#breadcrumbs-container {
	white-space: nowrap;
	/* この高さがあやしい…↓*/
	height: 25px;
	position: relative;
	background-color: #71A230;
}
#breadcrumbs-container ol{
position: absolute;
}
#breadcrumbs-container ol li{
display: inline-block; }

#breadcrumbs-container ol li:first-child a{
/* light color */
background: #ECF3E4;
}
#breadcrumbs-container ol li:last-child {
padding-right: 10px;
}
#breadcrumbs-container ol li.invert a, #breadcrumbs-container ol li.invert a::before, #breadcrumbs-container ol li.invert a::after {
color: #FFF;
background: #75A300;
}
#breadcrumbs-container ol li.no-arrow {
padding-right: 0; }
#breadcrumbs-container ol li.no-arrow a::after, #breadcrumbs-container ol li.no-arrow a::before {
border: 0;
-webkit-transform: skew(0);
}
#breadcrumbs-outer .icon {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height:24px;
}
#breadcrumbs-outer .icon-world,
#breadcrumbs-outer .icon-japan,
#breadcrumbs-outer .icon-hotel{
	z-index: 2;
}
#breadcrumbs-outer .icon-world{
	background-position: -128px -615px;
	width: 40px;
}
#breadcrumbs-outer .icon-japan {
	background-position: 0px -615px;
	width: 24px;
}
#breadcrumbs-outer .icon-hotel {
	background-position: 0px -650px;
	width: 18px;
}
/* ===================================================
	サイト共通 星マーク （head内）
=================================================== */
.spc-star-01{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	color: #1D54A7;
}
.spc-star-01 a, .spc-star-01:hover, .spc-star-01:visited{
	color: #1D54A7;
}
.spc-star-01 .spc-my-star{
	display:inline-block;
	color: #BF0000;
	white-space:nowrap;
	padding-right:0.3em;
}
.spc-star-01 .spc-my-star:before{
	display:inline-block;
	margin-top:-1px;
	content: " ";
	width:75px;
	height:15px;
	overflow:hidden;
	vertical-align: middle;
}
.spc-star-01 .spc-my-txt{
	font-weight:normal;
	display:inline-block;
}
/* ===================================================
	サイト共通 星マーク （contens内）
=================================================== */
.spc-star-02{
	font-size: 1.4rem;
	line-height:1;
	color: #BF0000;
}
.spc-star-02 .spc-my-star{
	font-weight:bold;
	display:inline-block;
	white-space:nowrap;
	padding-right: 0.3em;
}
.spc-star-02 .spc-my-star:before{
	display:inline-block;
	margin-top:-1px;
	content: " ";
	width:75px;
	height:15px;
	overflow:hidden;
	vertical-align: middle;
}
.spc-star-02 .spc-my-txt{
	display:inline-block;
}
/* ===================================================
	サイト共通 星マーク （head内）
=================================================== */
.spc-star-03{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	color: #1D54A7;
}
.spc-star-03 a, .spc-star-01:hover, .spc-star-01:visited{
	color: #1D54A7;
}
.spc-star-03 .spc-my-star{
	display:inline-block;
	color: #BF0000;
	white-space:nowrap;
	padding-right:0.3em;
}
.spc-star-03 .spc-my-star:before{
	display:inline-block;
	margin-top:-1px;
	content: " ";
	width:75px;
	height:15px;
	overflow:hidden;
	vertical-align: middle;
}
.spc-star-03 .spc-my-txt{
	font-weight:normal;
	display:inline-block;
}
/* ===================================================
	サイト共通 星マーク （contens内）
=================================================== */
.spc-star-04{
	font-size: 1.4rem;
	line-height:1;
	color: #BF0000;
}
.spc-star-04 .spc-my-star{
	font-weight:bold;
	display:inline-block;
	white-space:nowrap;
	padding-right: 0.3em;
}
.spc-star-04 .spc-my-star:before{
	display:inline-block;
	margin-top:-1px;
	content: " ";
	width:75px;
	height:15px;
	overflow:hidden;
	vertical-align: middle;
}
.spc-star-04 .spc-my-txt{
	display:inline-block;
}
/* ===================================================
	サイト共通 星マーク （head内）
=================================================== */
.spc-star-05{
	font-size: 1.4rem;
	line-height: 1;
	color: #1D54A7;
}
.spc-star-05 a, .spc-star-01:hover, .spc-star-01:visited{
	color: #1D54A7;
}
.spc-star-05 .spc-my-star{
	font-weight: normal;
	display:inline-block;
	white-space:nowrap;
}
.spc-star-05 .spc-my-star:before{
	display:inline-block;
	margin-top:-1px;
	content: " ";
	width:75px;
	height:15px;
	overflow:hidden;
	vertical-align: middle;
}
/* ===================================================
	サイト共通 星マーク （contens内）
=================================================== */
.spc-star-06{
	font-size: 1.4rem;
	line-height:1;
	color: #333;
}
.spc-star-06 .spc-my-star{
	font-weight: normal;
	display:inline-block;
	white-space:nowrap;
}
.spc-star-06 .spc-my-star:before{
	display:inline-block;
	margin-top:-1px;
	content: " ";
	width:75px;
	height:15px;
	overflow:hidden;
	vertical-align: middle;
}
.spc-star-01.spc-rate50 .spc-my-star:before, .spc-star-02.spc-rate50 .spc-my-star:before, .spc-star-03.spc-rate50 .spc-my-star:before, .spc-star-04.spc-rate50 .spc-my-star:before{ background-position: 0 -335px;}
.spc-star-01.spc-rate45 .spc-my-star:before, .spc-star-02.spc-rate45 .spc-my-star:before{ background-position: 0 -355px;}
.spc-star-01.spc-rate40 .spc-my-star:before, .spc-star-02.spc-rate40 .spc-my-star:before, .spc-star-03.spc-rate40 .spc-my-star:before, .spc-star-04.spc-rate40 .spc-my-star:before{ background-position: 0 -375px;}
.spc-star-01.spc-rate35 .spc-my-star:before, .spc-star-02.spc-rate35 .spc-my-star:before{ background-position: 0 -395px;}
.spc-star-01.spc-rate30 .spc-my-star:before, .spc-star-02.spc-rate30 .spc-my-star:before, .spc-star-03.spc-rate30 .spc-my-star:before, .spc-star-04.spc-rate30 .spc-my-star:before{ background-position: 0 -415px;}
.spc-star-01.spc-rate25 .spc-my-star:before, .spc-star-02.spc-rate25 .spc-my-star:before{ background-position: 0 -435px;}
.spc-star-01.spc-rate20 .spc-my-star:before, .spc-star-02.spc-rate20 .spc-my-star:before, .spc-star-03.spc-rate20 .spc-my-star:before, .spc-star-04.spc-rate20 .spc-my-star:before{ background-position: 0 -455px;}
.spc-star-01.spc-rate15 .spc-my-star:before, .spc-star-02.spc-rate15 .spc-my-star:before{ background-position: 0 -475px;}
.spc-star-01.spc-rate10 .spc-my-star:before, .spc-star-02.spc-rate10 .spc-my-star:before, .spc-star-03.spc-rate10 .spc-my-star:before, .spc-star-04.spc-rate10 .spc-my-star:before{ background-position: 0 -495px;}
.spc-star-01.spc-rate05 .spc-my-star:before, .spc-star-02.spc-rate05 .spc-my-star:before{ background-position: 0 -515px;}
.spc-star-01.spc-rate00 .spc-my-star:before, .spc-star-02.spc-rate00 .spc-my-star:before, .spc-star-03.spc-rate00 .spc-my-star:before, .spc-star-04.spc-rate00 .spc-my-star:before{ background-position: 0 -535px;}
.spc-star-05.spc-rate50 .spc-my-star:before, .spc-star-06.spc-rate50 .spc-my-star:before{ background-position: -100px -335px;}
.spc-star-05.spc-rate40 .spc-my-star:before, .spc-star-06.spc-rate40 .spc-my-star:before{ background-position: -100px -375px;}
.spc-star-05.spc-rate30 .spc-my-star:before, .spc-star-06.spc-rate30 .spc-my-star:before{ background-position: -100px -415px;}
.spc-star-05.spc-rate20 .spc-my-star:before, .spc-star-06.spc-rate20 .spc-my-star:before{ background-position: -100px -455px;}
.spc-star-05.spc-rate10 .spc-my-star:before, .spc-star-06.spc-rate10 .spc-my-star:before{ background-position: -100px -495px;}
.spc-star-05.spc-rate00 .spc-my-star:before, .spc-star-06.spc-rate00 .spc-my-star:before{ background-position: -100px -535px;}
/* ===================================================
	サイト共通　ホテル名orプラン名01
=================================================== */
.spc-ft-title{
	font-size:1.5rem;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	word-break:normal;
}
a .spc-ft-title,
a:hover .spc-ft-title,
a:visited .spc-ft-title{
	font-size:1.5rem;
	font-weight:bold;
	color:#1d54a7;
	text-decoration:none;
}
/* ===================================================
	サイト共通　通常テキスト
=================================================== */
.spc-ft-body{
	font-size:1.4rem;
	color:#333;
	text-decoration:none;
	word-break:normal;
}
a .spc-ft-body, a:hover .spc-ft-body, a:visited .spc-ft-body{
	color:#333;
	text-decoration:none;
}

/* ===================================================
	サイト共通　キャプション01
=================================================== */
.spc-ft-caption{
	font-size:1.0rem;
	color:#777;　
	word-break:normal;
}
a .spc-ft-caption, a:hover .spc-ft-caption, a:visited .spc-ft-caption{
	color:#777;　
}
/* ===================================================
	サイト共通　drawer のタイトル
=================================================== */
.spc-drawer .spc-ft-drawer-ttl{
	font-size: 1.6rem;
	font-weight:bold;
	word-break:normal;
}
/* ===================================================
	サイト共通　ボタンのタイトル
=================================================== */
.spc-ft-btn-ttl{
	font-size: 1.4rem;
	line-height:1.2;
	word-break:normal;
}
/* ===================================================
	サイト共通予約ボタン
=================================================== */
.spc-reservation-btn a{
	display:block;
	width:75px;
	padding:5px 0px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border:1px solid #BF0C0B;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: -moz-linear-gradient(top center, #E0312B 0%, #BD0A0A 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#E0312B), to(#BD0A0A));
	background: linear-gradient(top center, #E0312B 0%, #BD0A0A 100%);
}
/* ===================================================
	サイト共通 ARROWのSサイズ
=================================================== */
.spc-arrow-s{
	display: block;
	position:relative;
	/*padding-right:18px;*/
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-arrow-s:after{
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	color:#999;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
/* ===================================================
	サイト共通 注意書き
=================================================== */
.spc-attention-price{
	font-size: 1.2rem;
	margin-left:1.2rem;
	text-indent:-1.2rem;
	word-break:normal;
}
.spc-attention-price strong{
	color: #BF0000;
}
/* ===================================================
	サイト共通 値段 01
=================================================== */
.spc-price-01, .spc-price-01 *,
.spc-price-02, .spc-price-02 *{
	line-height:1.1;
}
.spc-price-01{
	display:block;
	white-space:nowrap;
}
.spc-prefix-01{
	font-size:1.2rem;
	color:#BF0000;
}
.spc-price-01 .spc-prefix-01{
	display:block;
}
.spc-price-01 .spc-prefix-02{
	font-size:1.4rem;
	font-weight:bold;
	color:#BF0000;
}
.spc-price-01 .spc-num{
	font-size:1.8rem;
	font-weight:bold;
	color:#BF0000;
}
.spc-price-01 .spc-currency{
	font-size:1.4rem;
	font-weight:bold;
	color:#BF0000;
}
/* ===================================================
	サイト共通 値段 02
=================================================== */
.spc-price-02{
	display:block;
	white-space:nowrap;
}
.spc-price-02 .spc-prefix-02{
	font-size:1.4rem;
	font-weight:bold;
	color:#333;
}
.spc-price-02 .spc-num{
	font-size:1.4rem;
	font-weight:bold;
	color:#333;
}
.spc-price-02 .spc-currency{
	font-size:1.4rem;
	font-weight:bold;
	color:#333;
}
/* ===================================================
	サイト共通 ボタン01
=================================================== */
.spc-btn-other-01{
	width:200px;
	text-align: center;
	margin: 10px auto 0px auto;
}
.spc-btn-other-01 a{
	display:block;
	padding: 9px 25px 9px 25px;
	font-size: 1.6rem;
	color: #FFF;
	background-color: #B3B3B3;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
}
/* ===================================================
	サイト共通 ボタン02
=================================================== */
.spc-btn-other-02{
	border: 1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background-color:#F8F8F8;
	text-align: center;
	font-weight:bold;
}
.spc-btn-other-02 a{
	position:relative;
	color: #666;
	padding: 10px;
	display: block;
	font-size:1.6rem;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-btn-other-02 a:after{
	width: 18px;
	height: 18px;
	margin-top: -9px;
	padding-left: 40px;
　　display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	background-position: -0px -595px;
	overflow: hidden;
	content: "";
}
/* ===================================================
	サイト共通 ボタン03
=================================================== */
.spc-btn-other-03{
	border-top: 1px solid #ccc;
	background-color:#eaeaea;
	text-align: center;
}
.spc-btn-other-03 a{
	position:relative;
	color: #666;
	padding: 10px;
	display: block;
	font-size: 1.6rem;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* ===================================================
	サイト共通 角丸の箱
=================================================== */
.spc-box-radius{
	border: 1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	overflow:hidden;
}
/* ===================================================
	サイト共通 丸の中に入った×ボタン
=================================================== */
.spc-delete{
	display:block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 17px;
	height: 18px;
}
.spc-delete a{
	display: block;
	width: 17px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 -555px;
}
/* ===================================================
	サイト共通 drawer
=================================================== */
.spc-box-radius .spc-drawer{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.spc-box-radius .spc-drawer:last-child{
	border-bottom:none;
}
.spc-drawer .spc-ft-drawer-ttl{
	position: relative;
	line-height: 1.0;
	padding:10px 38px 0 10px
}
.spc-drawer.close .spc-my-drawer{
	display:none;
}
.spc-drawer.open .spc-my-drawer{
	display:block;
}
.spc-drawer.close .spc-ft-drawer-ttl:after{
	content: "+";
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	border: 1px solid #999;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	line-height: 0.8;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #999;
	font-weight: bold;
	color: #fff;
}
.spc-drawer.open .spc-ft-drawer-ttl:after{
	content: "-";
	border: 1px solid #999;
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	line-height: 0.8;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	color: #999;
}
.spc-drawer .spc-my-drawer li, .spc-drawer-01 .spc-my-drawer p{
	padding:10px 10px 0 10px;
	font-size:1.4rem;
}
/* ===================================================
	サイト共通 ルームインフォ
=================================================== */
.spc-room-info li{
	display:inline-block;
	margin-right:10px;
	color: #666;
	text-align: left;
	font-size:1.2rem;
	font-weight:bold;
	vertical-align:top;
	white-space:nowrap;
}
.spc-room-info li.spc-icon-bed{
	padding: 1px 3px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #72A331;
	text-align: center;
	color: #fff;
}
.spc-room-info li.spc-icon-gray .spc-my-txt{
	display:inline-block;
	margin-right:3px;
	padding: 2px 3px;
	border-radius:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border:solid 1px #ccc;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color:#eee;
	text-align: center;
	color: #333;
}
.spc-room-info .spc-icon-meal .spc-my-txt:before,
.spc-room-info .spc-icon-smoking .spc-my-txt:before,
.spc-room-info .spc-icon-notsmoking .spc-my-txt:before,
.spc-room-info .spc-icon-other .spc-my-txt:before{
	display:inline-block;
	content: " ";
	width:0;
	height:17px;
	overflow:hidden;
	margin-top:-1px;
	margin-right:3px;
	vertical-align:middle;
	background-position: -0px -240px;
}
.spc-room-info .spc-icon-meal .spc-my-txt:before{
	width:11px;
	background-position: -0px -575px;
}
.spc-room-info .spc-icon-smoking .spc-my-txt:before{
	width:14px;
	background-position: -29px -575px;
}
.spc-room-info .spc-icon-notsmoking .spc-my-txt:before{
	width:15px;
	background-position: -57px -575px;
}
.spc-room-info .spc-icon-other .spc-my-txt:before{
	width:0;
	background:none;
}
.spc-room-info li .spc-my-txt{
	vertical-align:top;
	display:inline-block;
	line-height:1;
	padding-top:2px;
}
/* ===================================================
	サイト共通 値段専用accordion
=================================================== */
.spc-bg-and-arrow-btn{
	margin:10px 0;
	/*width:100%;*/
	padding:10px 25px;
	display:block;
	text-align:center;
	background-color:#EEE;
	border: 1px solid #EEE;
	border-radius: 5px;
	border:none;
}
.spc-bg-and-arrow-btn,
.spc-bg-and-arrow-btn:hover,
.spc-bg-and-arrow-btn:visited{
	color:#1D54A7;
}
.spc-bg-and-arrow-btn .spc-thumb-arrow{
	display:inline-block;
	position:relative;
	margin-right:-15px;
	font-size:1.4rem;
	color:#1D54A7;
}
.spc-accord-open-area .spc-bg-and-arrow-btn .spc-thumb-arrow:after{
	display:block;
	position:absolute;
	width:5px;
	height:5px;
	top:50%;
	margin-top:-3px;
	left: -15px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	border-top: 3px solid #1D54A7;
	border-right: 3px solid #1D54A7;
	content: "";
}
.spc-accord-close-area .spc-bg-and-arrow-btn .spc-thumb-arrow:after{
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:50%;
	margin-top:-6px;
	left: -15px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 3px solid #1D54A7;
	border-right: 3px solid #1D54A7;
	content: "";
}
.cmn_accordionOpen .spc-accord-close-area{
	display:none;
}
.cmn_accordionClose .spc-accord-open-area{
	display:none;
}
.cmn_accordionAllClose{
	display:none;
	width:100%;
}
.spc-accord-close-area .spc-bg-and-arrow-btn{
	margin-top:0;
}
/* ===================================================
サイト共通 値段専用accordionの中のpriceCalendar
=================================================== */
.spc-price-details .spc-price-calendar li dl{
	width:100%;
	display:table;
}
.spc-price-details .spc-price-calendar li dl dt,
.spc-price-details .spc-price-calendar li dl dd{
	display:table-cell;
}
.spc-price-details .spc-price-calendar li dl dt{
	width:8em;
	text-align:left;
	background-color:#EEE;
	border-bottom:solid 1px #fff;
	padding:10px 1em;
}
.spc-price-details .spc-price-calendar li:first-child dl dt{
	border-top:solid 1px #EEE;
}
.spc-price-details .spc-price-calendar li:last-child dl dt{
	border-bottom:solid 1px #EEE;
}
.spc-price-details .spc-price-calendar li dl dd{
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	padding:10px 1em;
	text-align:left;
	font-weight:bold;
}
.spc-price-details .spc-price-calendar li:first-child dl dd{
	border-top:solid 1px #ccc;
}
.spc-price-details .spc-price-calendar li:nth-last-child(3) dl dd{
	border-bottom:none;
}
.spc-price-details .spc-price-calendar li:nth-last-child(2) dl dt,
.spc-price-details .spc-price-calendar li:nth-last-child(2) dl dd{
	border:none;
	padding:5px 1em 0 1em;
	background-color:#eee;
}
.spc-price-details .spc-price-calendar li:nth-last-child(1) dl dt,
.spc-price-details .spc-price-calendar li:nth-last-child(1) dl dd{
	border:none;
	padding:0px 1em 5px 1em;
	background-color:#eee;
}
.spc-price-details .spc-price-calendar .spc-total-price .spc-price,
.spc-price-details .spc-price-calendar .spc-total-price .spc-price  strong{
	font-weight:bold;
}
.spc-price-details .spc-price-calendar .spc-incldtax .spc-price,
.spc-price-details .spc-price-calendar .spc-incldtax .spc-price strong{
	font-weight:normal;
}
.spc-price-details.spc-total-price-none .spc-price-calendar li:nth-last-child(3) dl dd,
.spc-price-details.spc-total-price-none .spc-price-calendar li:nth-last-child(3) dl dd{
	border-bottom:solid 1px #ccc;
}
.spc-price-details.spc-total-price-none .spc-price-calendar li:nth-last-child(1),
.spc-price-details.spc-total-price-none .spc-price-calendar li:nth-last-child(2){
	display:none;
}
.spc-price-details.spc-total-price-none .spc-price-calendar li:nth-last-child(2) dl dt,
.spc-price-details.spc-total-price-none .spc-price-calendar li:nth-last-child(3) dl dt{
	border-bottom:solid 1px #eee;
}
/* ===================================================
サイト共通 値段専用accordionの中の日付曜日　と　その横の値段
=================================================== */
.spc-price-details .spc-price-calendar .spc-stay-date{
	text-align:left;
}
.spc-price-details .spc-price-calendar .spc-stay-date .spc-num{
	color:#333; font-size:1.4rem; font-weight:normal;
}
.spc-price-details .spc-price-calendar .spc-stay-date .spc-day{
	color:#333; font-size:1.4rem; font-weight:normal;
}
.spc-price-details .spc-price-calendar .spc-daily-charge{
	text-align:left;
}
.spc-price-details .spc-price-calendar .spc-daily-charge .spc-num{
	color:#333; font-size:1.4rem; font-weight:bold;
}
.spc-price-details .spc-price-calendar .spc-daily-charge .spc-currency{
	color:#333; font-size:1.4rem; font-weight:bold;
}
/* ===================================================
サイト共通 値段専用accordionの中の値段 01
=================================================== */
.spc-price-details .spc-total-price .spc-price-01{
	text-align:left;
}
.spc-price-details .spc-total-price .spc-price-01 .spc-prefix,
.spc-price-details .spc-incldtax .spc-price-01 .spc-prefix{
	font-size:1.2rem;
	font-weight:bold;
	color:#333;
}
.spc-price-details .spc-total-price .spc-price-01 .spc-num,
.spc-price-details .spc-incldtax .spc-price-01 .spc-num{
	font-size:1.5rem;
	font-weight:bold;
	color:#333;
}
.spc-price-details .spc-total-price .spc-price-01 .spc-currency,
.spc-price-details .spc-incldtax .spc-price-01 .spc-currency{
	font-size:1.2rem;
	font-weight:bold;
	color:#333;
}
/* ===================================================
サイト共通 値段専用accordionの中の値段 02
=================================================== */
.spc-price-details .spc-total-price .spc-price-02{
	text-align:left;
}
.spc-price-details .spc-total-price .spc-price-02 .spc-prefix,
.spc-price-details .spc-incldtax .spc-price-02 .spc-prefix{
	font-size:1.4rem;
	font-weight:normal;
	color:#333;
}
.spc-price-details .spc-total-price .spc-price-02 .spc-num,
.spc-price-details .spc-incldtax .spc-price-02 .spc-num{
	font-size:1.4rem;
	font-weight:normal;
	color:#333;
}
.spc-price-details .spc-total-price .spc-price-02 .spc-currency,
.spc-price-details .spc-incldtax .spc-price-02 .spc-currency{
	font-size:1.4rem;
	font-weight:normal;
	color:#333;
}
/* ===================================================
サイト共通 float する箱 (clearfix を搭載しています。)
=================================================== */
.spc-float-box:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.spc-float-box{
	display: inline-block;
	width:auto;
}
.spc-float-box .spc-box-01{
	width:50%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-float-box .spc-box-02{
	width:50%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* Hides from IE Mac */
* html .spc-float-box{
    height: 1%;
}
.spc-float-box{
    display:block;
}
/* End Hack */
/* ===================================================
サイト共通 float する箱 に　写真とテキストを入れる場合
=================================================== */
.spc-float-box.spc-photo-and-txt .spc-box-01{
	width:30%;
	float:left;
	padding-right:5px;
}
.spc-float-box.spc-photo-and-txt .spc-box-01 img{
	width:100%;
	height:auto;
	vertical-align:bottom;/*画像下の謎のpaddingを消すため*/
}
.spc-float-box.spc-photo-and-txt .spc-box-02{
	width:70%;
	float:left;
	padding-left:5px;
}
a .spc-float-box.spc-photo-and-txt .spc-box-02{
	padding-right:18px;
}
/* ===================================================
サイト共通 tabel と　table-cell　
=================================================== */
.spc-table-box{
	width:100%;
	display:table;
}
.spc-table-box .spc-box-01{
	display:table-cell;
	width:50%;

	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-table-box .spc-box-02{
	display:table-cell;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* ===================================================
サイト共通 tabel と　table-cell　(写真とテキストを入れる場合)
=================================================== */
.spc-table-box.spc-price-and-btn .spc-box-01{
	width:auto;
	padding-right:5px;
	vertical-align:top;
}
.spc-table-box.spc-price-and-btn .spc-box-02{
	width:75px;
	padding-left:5px;
	vertical-align:top;
}
/* ===================================================
サイト共通 .spc-2line-btn-list-a　(テキストを入れる2個並びのボタン)
=================================================== */
.spc-2line-btn-list-a{
	margin-left:10px;
	margin-right:10px;
}
.spc-2line-btn-list-a li{
	width:50%;
	margin-bottom:10px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-2line-btn-list-a li:nth-child(odd){
	padding-right:5px;
}
.spc-2line-btn-list-a li:nth-child(even){
	padding-left:5px;
}
.spc-2line-btn-list-a li .spc-box-02{
	font-size:1.5rem;
	width:100%;
	padding:5px 18px 5px 10px;
	vertical-align:middle;
	color:#000;
	line-height:1.6rem;
}
/* ===================================================
サイト共通 spc-2line-btn-list-b　(写真とテキストを入れる2個並びのボタン)
=================================================== */
.spc-2line-btn-list-b{
	margin-left:10px;
	margin-right:10px;
}
.spc-2line-btn-list-b li{
	width:50%;
	margin-bottom:10px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-2line-btn-list-b li:nth-child(odd){
	padding-right:5px;
}
.spc-2line-btn-list-b li:nth-child(even){
	padding-left:5px;
}
.spc-2line-btn-list-b li .spc-ft-btn-ttl{
	width:auto;
	padding:2px 18px 2px 40px;
	vertical-align:middle;
	color:#000;
	line-height:1.6rem;
}
.spc-2line-btn-list-b li .spc-icon{
	min-height:34px;
	position:relative;
}
.spc-2line-btn-list-b li .spc-icon:before{
	position:absolute;
	display:block;
	content:" ";
	width:25px;
	height:30px;
	margin-top:-15px;
	top:50%;
	left:10px;
	overflow:hidden;
	background-position: 0px -350px;
	padding-top:2px;
}
.spc-2line-btn-list-b li .spc-ft-btn-ttl{
	display:table;
	height:100%;
}
.spc-2line-btn-list-b li .spc-ft-btn-ttl span{
	display:table-cell;
	vertical-align:middle;
}
.spc-2line-btn-list-b li a .spc-ft-btn-ttl,
.spc-2line-btn-list-b li a:hover .spc-ft-btn-ttl,
.spc-2line-btn-list-b li a:visted .spc-ft-btn-ttl{
	color:#000;
}
/* ===================================================
サイト共通 .spc-1line-btn-list-a　(写真とテキストを入れる2個並びのボタン)
=================================================== */
.spc-1line-btn-list-a{
	margin-left:10px;
	margin-right:10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-1line-btn-list-a li{
	width:100%;
	border-bottom:1px solid #ccc;
}
.spc-1line-btn-list-a li:last-child{
	border-bottom:none;
}
.spc-1line-btn-list-a li .spc-box-02{
	width:auto;
	padding:10px 18px 10px 10px;
	vertical-align:middle;
	color:#000;
	line-height:1.6rem;
	vertical-align:middle;
}
.spc-1line-btn-list-a li a .spc-box-02,
.spc-1line-btn-list-a li a:hover .spc-box-02,
.spc-1line-btn-list-a li a:visted .spc-box-02{
	color:#000;
}
/* ===================================================
サイト共通 .spc-1line-btn-list-b　(写真とテキストを入れる2個並びのボタン)
=================================================== */
.spc-1line-btn-list-b{
	margin-left:10px;
	margin-right:10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-1line-btn-list-b li{
	width:100%;
	border-bottom:1px solid #ccc;
}
.spc-1line-btn-list-b li:last-child{
	border-bottom:none;
}
.spc-1line-btn-list-b li .spc-icon{
	position:relative;
	min-height:34px;
}
.spc-1line-btn-list-b li .spc-icon:before{
	position:absolute;
	display:block;
	content:" ";
	width:40px;
	height:30px;
	margin-top:-15px;
	top:50%;
	left:5px;
	overflow:hidden;
	background-position:0px -350px;
	padding-top:2px;
}
.spc-1line-btn-list-b li .spc-ft-btn-ttl{
	display:table;
	padding:2px 18px 2px 55px;
}
.spc-1line-btn-list-b li .spc-ft-btn-ttl span{
	display:table-cell;
	height:34px;
	vertical-align:middle;
	color:#000;
}
.spc-1line-btn-list-b li a .spc-ft-btn-ttl,
.spc-1line-btn-list-b li a:hover .spc-ft-btn-ttl,
.spc-1line-btn-list-b li a:visted .spc-ft-btn-ttl{
	color:#000;
}
/* ===================================================
サイト共通 .spc-1line-btn-list-c　(写真とテキストを入れる2個並びのボタン)
=================================================== */
.spc-1line-btn-list-c{
	margin-left:10px;
	margin-right:10px;
}
.spc-1line-btn-list-c li{
	width:100%;
	margin-top:10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.spc-1line-btn-list-c li .spc-box-02{
	width:auto;
	padding:10px 18px 10px 10px;
	vertical-align:middle;
	color:#000;
	line-height:1.6rem;
	vertical-align:middle;
}
.spc-1line-btn-list-a li a.spc-ft-btn-ttl,
.spc-1line-btn-list-a li a:hover .spc-ft-btn-ttl,
.spc-1line-btn-list-a li a:visted .spc-ft-btn-ttl{
	color:#000;
}
/* ===================================================
4つの写真のレイアウト
=================================================== */
.spc-4photo{
	margin:0 auto;
}
.spc-4photo > ul{
	margin:0 7px;
}
.spc-4photo > ul > li{
	box-sizing:border-box;
	padding:0 3px;
	margin:3px 0;
	width:50%;
	float:left;
}
.spc-4photo > ul > li > img{
	width:100%;
	height:auto;
	vertical-align:top;
}


/* new footer */

.rc-f-standard.rc-f-liquid .rc-f-inner {
	width: 100%;
	text-align:center;
    position: relative;
    z-index: 100;
    border-top: 2px solid #72A331;
    background: #FFF;
    padding: 10px 0;
    margin-top: 0px;
}
.rc-f-inner a, .rc-f-inner a:visited {
	padding: 6px;
	color: #1D54A7;
	text-decoration: none;
	font-size: 90%;
}
.rc-f-standard .rcf-list-inline li {
	display: inline-block;
}
.rc-f-standard .rcf-list-inline li.rt-for-pc {
	display: none;
}

/* display mode */
.rc-f-standard dl.rt-switch-device{
	margin-bottom: 10px;
	text-align: center;
	font-size: 90%;
}

.rc-f-standard dl.rt-switch-device dt,
.rc-f-standard dl.rt-switch-device dd,
.rc-f-standard dl.rt-switch-device ul,
.rc-f-standard dl.rt-switch-device li{
	display: inline;
}
.rc-f-standard dl.rt-switch-device li:first-child{
	border-right: 1px solid #ADADAD;
	padding-right: 7px;
}

/* /追加 */


.rc-f-standard.rc-f-custom00 .rc-f-section00 {
	display:none;
}
.rc-f-standard.rc-f-custom00 .rc-f-section-content00 {
	display:none;
}
.rc-f-standard.rc-f-custom00 .rc-f-section-content01 {
	display:none;
}
.rc-f-standard.rc-f-custom01 .rc-f-section-content01 {
	display:none;
}
.rc-f-standard.rc-f-custom02 .rc-f-section-content01 {
	display:none;
}
.rc-f-standard .copyright {
	text-align: center;
	font-size: 60%;
	color: #666;
}