@charset "UTF-8";
/* --- スマホ --- */
/* --- ヘッダー --- */
@media screen and (max-width:768px){
#headder {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CDDF38;
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	width: 100%;
	height: 70px;
}
#headder .logo {
	float: left;
	margin-left: 15px;
	padding-top: 10px;
}
#headder ul {
	float: right;
	padding-top: 20px;
}
#headder ul a{
	background-repeat: no-repeat;
	background-position: 10px 3px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: normal;
	padding: 5px;
	width: 130px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #999;
	text-align: center;
}
#headder ul a:hover {
	background-color: #d0db3b;
}
#headder ul .icon01 a {
	background-image: url(images/icon01.png);
}
#headder ul .icon02 a {
	background-image: url(images/icon02.png);
}
#headder ul li {
	float: left;
	margin-left: 20px;
}
/* --- ナビ--- */
#navi {
	background-color: #d0db3b;
	height: 80px;
}
#gnavi {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#gnavi .clearfix li a {
		float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	display: block;
	width: 191px;
	height: 50px;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	padding-top: 30px;
}
#gnavi .clearfix li a:hover {
	background-color: #E3EF3E;
	}
#contents {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
/*パートナー募集*/
#contents.ptn-entry  .main {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#contents.ptn-entry  .main h1 {
	font-size: 22px;
	font-weight: normal;
	padding-top: 10px;
	line-height: normal;
	padding-bottom: 10px;
	margin: 0px;
}
#contents.ptn-entry .main h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
	background-color: #FFF;
}
#contents .main h2 ruby rt,
#contents .main h2 ruby rp {
	color: #D0DB3B;
	margin: 0px;
	padding: 0px;
}
h2 {
	/*font-size: 30px;*/
	line-height: normal;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: normal;
}

#contents .point {
	border: 1px solid #666;
	margin-bottom: 30px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
#contents .point h3 {
	background-color: #DBE73C;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 15px;
	line-height: 1.5em;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents .point ul {
	padding-left: 30px;
	padding-bottom: 10px;
}
#contents .point ul li {
	list-style-type: disc;
	font-size: 16px;
	line-height: normal;
	padding-right: 15px;
}
#contents .main h1 {
	background-color: #8C9B1B;
	color: #FFF;
	font-size: 18px;
	padding: 5px;
}
#contents .main h2 {
	font-size: 14px;
}

dl.shigoto{
	margint:10px;
	margin-bottom: 15px;
}
dl.shigoto dt {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8C9B1B;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C9B1B;
}
dl.shigoto dd {
	padding:10px;
}
#contents .main h2 span {
	font-size: 10px;
	position: absolute;
	left: 42%;
	top: -10px;
}
/**********新規トップ**********/
.gest_btn a,
.gest_btn a:link {
	background-color: #ff8400;
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
	width: 80%;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/top/moushikomi_btn.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.gest_btn a:hover {
	background-color: #FFA61B;
	}
.partner_btn a,
.partner_btn a:link {
	background-color: #93a31b;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.partner_btn a:hover {
	background-color: #B3C12B;
	}
.step {
	height: 230px;
	width: 230px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#contents .step h3 {
	font-weight: normal;
	position: absolute;
	font-size: 18px;
	left: 56px;
	top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.step p {
	font-size: 14px;
	position: absolute;
	left: 5px;
	top: 196px;
	width: 220px;
	height: 29px;
	text-align: center;
}
.step .ar {
	position: absolute;
	left: 89px;
	top: 230px;
	z-index: 100;
}
#contents .toplist {
	background-color: #CCC;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contents .toplist li {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: top;
}
#contents .user li {
	display: inline-block;
	height: 200px;
	width: 200px;
	vertical-align: top;
}
/*3つのポイント*/
#point {
	background-color: #C1D139;
	text-align: center;
	padding-bottom: 100px;
}
#point h1 {
	font-size: 30px;
	font-weight: normal;
}
#point .point3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.point3 .point {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
#point .point3.clearfix .point ul li {
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	color: #333;
}
.point3.clearfix .point p {
	color: #FFF;
	font-size: 30px;
	line-height: 1.5em;
}
#point .point3.clearfix .point ul li {
	background-image: url(images/ar.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
}
#contents .point3.clearfix .point p {
	background-color: #FFA312;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-top-left-radius: 20px;  
	-webkit-border-top-right-radius: 20px;  
	-moz-border-radius-topleft: 20px;  
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	  }
/*よくある質問*/

#contents #detail dl {
	width:100%;
}

#contents #detail dl dt{
	line-height:35px;
	color:#333;
	height:auto;
	background-color: #D7E249;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#contents #detail dl dd{
	margin:0;
	padding:10px;
	background-color: #EFEAE0;
}
#contents #tab {
	margin-top: 30px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	padding: 0px;
}
/***************ご利用の流れ**************************/
#flow ul li {
	background-repeat: no-repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 36px;
	text-align: center;
	height: 250px;
	padding-top: 50px;
	position: relative;
	margin-bottom: 15px;
	background-position: center;
}
#flow ul .flow01 {
	background-image: url(../images/flow/flow01.png);
}
#flow ul .flow02 {
	background-image: url(../images/flow/flow02.png);
}
#flow ul .flow03 {
	background-image: url(../images/flow/flow03.png);
}
#flow ul .flow04 {
	background-image: url(../images/flow/flow04.png);
}
#flow ul .flow05 {
	background-image: url(../images/flow/flow05.png);
}
#contents #flow ul li .txt01 {
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 220px;
	width: 100%;
	line-height: 14px;
}
#contents #flow ul li .txt02 {
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 251px;
	width: 100%;
	color: #F30;
	line-height: 14px;
}
#contents #flow ul li .txt03 {
	font-size: 14px;
	position: absolute;
	left: -2px;
	top: 91px;
	width: 100%;
	color: #666666;
}
/**************************マイページ**************************/

/*カート現在地表示・テーブル*/
.cartflow {
	width:100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.cartflow td {/*矢印*/
	padding-top: 18px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}

.cartflow th.cartflow-now {/*現在地*/
	border:0px solid #6D4C20;
/*	background-color:#D0DB3B;
	color:#ffffff;
	text-align:center;*/
	padding: 3px;
	font-size: x-small;
}

.cartflow th.cartflow-none {/*未処理*/
	border:0px solid #EDEDED;
/*	background-color:#FFFFFF;
	color:#333333;
	text-align:center;*/
	font-size: x-small;
}

.cartflow th.cartflow-fin {/*処理済*/
	border:0px solid #ffffff;
/*	background-color:#CCCCCC;
	color:#666666;
	text-align:center;*/
	font-size: x-small;
}
.cartflow tr a {
	text-decoration: none;
}
.cartflow tr .cartflow-now a:hover {
	color: #FFF;
}
.mynews li {
	background-image: url(images/ar.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height: 1.7em;
	padding-left: 20px;
}
/*カレンダー*/
table.table211 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

table.table211 caption {
  margin-top: 1em;
  text-align: right;
}

table.table211 th,
table.table211 td {
  padding: 4px 6px;
}

table.table211 th {
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	background-color: #999999;
}

table.table211 td {
	text-align: center;
	white-space: nowrap;
	width: 12%;
}

table.table211 col.week01 {
  background: #CBD5FF;
}

table.table211 col.week02 {
  background: #F2F5FF;
}

table.table211 col.week03 {
  background: #F2F5FF;
}

table.table211 col.week04 {
  background: #EBEEFF;
}

table.table211 col.week05 {
  background: #EBEEFF;
}

table.table211 col.week06 {
  background: #E0E6FF;
}
.table211 .gaito {
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
}
#service2 {
	background-color: #f0efe8;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#service2 ul li {
	font-size: 16px;
	width: 110px;
	margin: 10px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}
#service2 ul {
	text-align: center;
}
#service2 #service960 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#service960 .servicephoto {
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 10px;
}
#service2 #service960 .toplist {
	float: left;
}
.clearfix .ex_room.clearfix img {
}
#newsProgram {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#newsProgram dl dt {
	width: 140px;
/*
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
*/
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#newsProgram dl dd {
	width: 810px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
}

/*********************ボタン********************/
.kakunin {
	background-color: #8C9B1B;
	font-size: 16px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	width: 80%;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
.kakunin2 {
	background-color: #ff8400;
	font-size: 16px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	width: 80%;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
.kakunin3 {
	background-color: #CCCCCC;
	font-size: 16px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	width: 80%;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.kakunin4 {
	background-color: #FF0000;
	font-size: 16px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	width: 80%;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.riyo_btn a,
.riyo_btn a:link {
	background-color: #2ea6ce;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents #flow .Cancellation {
	background-color: #FFC;
	border: 1px solid #FF8400;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#contents #flow .Cancellation h2 {
	color: #FF0000;
	padding: 10px;
	background-color: #FFC;
	margin: 10px;
}
#flow .flow_step {
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
}
#contents #flow h2 {
	margin-top: 10px;
}
.hyoka dt {
	color: #669900;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #669900;
	margin-top: 20px;
	padding-left: 5px;
}
.hyoka {
	font-size: 16px;
}

.partner .staff img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.partner h4 {
	color: #669900;
	font-size: 18px;
}
.partner {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
}
#contents .topstep {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.topstep .step01txt {
	position: absolute;
	left: 11px;
	top: 203px;
}
.topstep .step02txt {
	position: absolute;
	left: 30px;
	top: 519px;
}
.topstep .step03txt {
	position: absolute;
	left: 14px;
	top: 833px;
}
.topstep {
	line-height: 1.7em;
	font-size: 15px;
	text-align: center;
}
#contents .hanigai {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.news dd {
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
#contents .data {
	margin-bottom: 15px;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 10px;
	background-color: #F3F3F3;
}
#contents .data .voice {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 10px;
	padding-top: 10px;
}
#contents div .news dt {
	background-color: #FF8400;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	z-index: 10;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.news .clearfix strong a:link {
	text-decoration: none;
	text-shadow: #ddd 2px 2px 2px;
}
#contents .data .clearfix li span {
	background-color: #FFF;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
#contents .data .icon {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
}
#contents .data .sp_voice dt {
	background-color: #FFF;
	width: 80px;
	text-align: center;
	float: left;
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	line-height: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
#contents .data .sp_voice dd {
	margin-bottom: 5px;
}
.orange {
	color: #ff8600;
	font-weight: bold;
}
.topmoushikomi a,
.topmoushikomi a:link {
	color: #FFF;
	background-image: url(../images/top/moushikomi_btn.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	line-height: 26px;
	border-radius: 5px;
	background-color: #F7841D;
	background-position: 90% 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
/*.topmoushikomi a:hover {
	filter: alpha(opacity=60);
	opacity: 0.60;
}*/
.top_link_orange p a {
	color: #F7841D;
	text-decoration: none;
}
.top_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.spgyokan {
	line-height: 30px;
	font-size: 22px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.top_list {
	line-height: 36px;
	font-size: 23px;
}
}
