<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							Myたびノート用CSS								*/
/****************************************************************************/
html {
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
}

button {
	border: none;
	padding: 0;
	background-color: transparent;
}

#wrapper{
	min-width: 0;
	color: #4b4b4b;
	height: 100%;
}

.share_box {
	width: 340px;
}

.share_box h2 {
	font-size: 2.0rem;
}

.share_box li {
	float: left;
	margin: 20px 20px 0 0;
}

.share_box li:nth-child(3), .share_box li:last-child {
	margin-right: 0;
}

.share_box .copy_btn {
	background: #eeeeee;
    border: 1px solid #dddddd;
    width: 220px;
    padding: 20px 0;
    font-size: 2.0rem;

}


/* ----------------------------------------------------
		ヘッダー
---------------------------------------------------- */
header {
	border-top: none;
	position: static;
}

#map_header {
	padding: 0px 20px;
}

#map_head_left {
	float: left;
	vertical-align: top;
}

#map_head_right {
	float: right;
	padding: 15px 0 6px;
}

#map_head_left h1, #map_head_left div, #map_search_form {
	display: inline-block;
	vertical-align: top;
	margin: 6px 0;
}

#map_head_left h1 {
	margin-right: 10px;
}

#map_head_left h1 img {
	width: 170px;
}

#map_head_left div p {
	margin-right: 5px;
	display: inline-block;
}

#map_search_form input[type="text"] {
	width: 230px;
	height: 34px;
	line-height: 34px;
	background-color: #e0e0e0;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: top;
}

#map_head_right li {
	display: inline-block;
	margin: 5px 0 0 15px;
}
#map_head_right li a.home{
    display: inline-block;
    background: #333;
    color: #FFF;
    padding: 10px;
}
#map_title {
	position: relative;
}

/* ----------------------------------------------------
		ルート作成画面
---------------------------------------------------- */
.route_check {
	background-color: #777777;
	color: #ffffff;
	font-size: 1.5rem;
	padding: 10px 195px 10px 20px;
	line-height: 1.5;
}

.route_check label {
	margin-right: 15px;
}

.route_check label input {
	opacity: 0.0;
	width: 21px !important;
	height: 21px !important;
	vertical-align: top;
	margin: 0;
}

.route_check label i {
	background: url("/img/ja/mytravel/chk_off.png") no-repeat left center;
	height: 21px;
	width: 21px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 -21px;
}

.route_check label input:checked + i {
	background-image: url("/img/ja/mytravel/chk_on.png");
}

.switch_btn button {
	background-color: #ffffff;
	border-radius: 0px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #a6dee5;
}

.switch_btn button:nth-of-type(1) {
	right: 102px;
}

.switch_btn button.select {
	background-color: #a6dee5;
	color: #ffffff;
}

#route_wrapper {
	position: relative;
}

#route_creation {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

#route_creation h1 {
	background-color: #e8887e;
	text-align: center;
	width: 50px;
	height: 100%;
	cursor: pointer;
	padding-top: 18px;
	box-sizing: border-box;
	float: left;
}

#route_creation_inner {
	width: 320px;
	height: 100%;
	background-color: #eeeeee;
	float: left;
	display: none;
}

.route {
	margin: 25px 12px 10px;
	background-color: #ffffff;
	padding: 10px 8px;
	box-sizing: border-box;
	height: 197px;
}

.traffic {
	text-align: center;
}

.traffic li {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	border-left: 1px solid #ececec;
}

.traffic li:first-child {
	border: none;
}

.travel {
	margin: 10px 0;
	display: table;
	color: #4b4b4b;
	font-size: 1.2rem;
}

.travel p {
	display: table-cell;
	vertical-align: bottom;
}

.travel p strong {
	color: #e8887e;
	font-size: 2.0rem;
	padding-top: 10px;
	display: inline-block;
}

.travel p span {
	font-size: 3.0rem;
	padding: 0 10px;
}

.option h2 {
	margin: 12px 0 7px;
}

.option label {
	margin-left: 10px;
}

.option label:first-of-type {
	margin-left: 0;
}

.route .btn {
	margin-top: 8px;
}

#route_list {
	overflow: auto;
	height: calc(100% - 233px);
}

#route_list li a {
	display: table;
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0;
	box-sizing: border-box;
}

#route_list li .btn {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	width: 22px;
}

#route_list li .btn button:nth-child(2) {
	margin-top: 5px;
}

#route_list li .route_img {
	width: 70px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

#route_list li .route_img img {
	width: 100%;
	height: auto;
}

#route_list li .route_txt {
	display: table-cell;
	vertical-align: top;
	color: #4b4b4b;
}

#route_list li .route_txt .route_area {
	background-color: #ffffff;
	display: inline-block;
	font-size: 1.3rem;
	padding: 4px;
	text-align: center;
	min-width: 65px;
}

#route_list li .route_txt h2 {
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 7px;
}

#spot_list {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}


#spot_list h1 {
	background-color: #a6dee5;
	text-align: center;
	width: 50px;
	height: 100%;
	cursor: pointer;
	padding-top: 18px;
	box-sizing: border-box;
	float: left;
}

#spot_list_inner {
	width: 280px;
	height: 100%;
	background-color: #ffffff;
	float: left;
	overflow: auto;
	display: none;
}

#spot_tab {
	border-bottom: 3px solid #f06292;
	margin-top: 10px;
	text-align: center;
}

#spot_tab li {
	display: inline-block;
	cursor: pointer;
	width: 110px;
	height: 35px;
	line-height: 35px;
	background-color: #f5f1e9;
	color: #a6dee5;
	font-size: 14px;
	font-weight: bold;
}

#spot_tab li.active {
	background-color: #f06292;
	color: #ffffff;
}

#spot_tab li:first-child {
	margin-right: 5px;
}

.spot_list li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 10px;
	box-sizing: border-box;
}

.spot_list li .spot_img {
	width: 70px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}

.spot_list li .spot_img img {
	width: 100%;
	height: auto;
}

.spot_list li .spot_txt {
	display: table-cell;
	vertical-align: middle;
}

.spot_list li .spot_txt h2 {
	color: #4b4b4b;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.4;
}

#myspot {
	display: none;
}

.save_box {
	width: 340px;
}

.save_box h2 {
	font-size: 2.0rem;
	color: #333333;
	background: url("/img/ja/mytravel/ico_marker.png") no-repeat left center;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
}

.save_box h3 {
	margin-bottom: 10px;
}

.save_box h3 span {
	color: #f06292;
}

.save_box input[type="text"] {
	background-color: #e0e0e0;
	border: none;
	height: 30px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.save_btn {
	width: 300px;
	height: 50px;
	line-height: 50px;
	background-color: #f06292;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
}


/* ----------------------------------------------------
		ルート一覧
---------------------------------------------------- */
.route_list_title {
	background-color: #e8887e;
	padding: 10px 15px 10px;
}

#route_wrapper.route_list {
	background-color: #f7f7f7;
}

.route_box {
	width: 500px;
	height: 250px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #ffffff;
	display: inline-block;
	margin: 50px 0 0 50px;
	vertical-align: top;
	box-shadow: 5px 5px 5px 0px rgba(152, 152, 152, 0.75);
}

.route_box h1 {
	background: url("/img/ja/mytravel/ico_route.png") no-repeat left top;
	padding: 0 0 10px 30px;
	font-size: 1.8rem;
	border-bottom: 3px solid #eeeeee;
	line-height: 1.3;
	color: #333333;
}

.route_box_head img {
	width: 32px;
	height: 32px;
}

.route_box .travel {
	float: left;
}

.route_box .travel p span {
	font-size: 2.4rem;
}

.route_box .travel p:last-child {
	padding-left: 15px;
}

.route_box .icon_list {
	float: right;
	margin-top: 20px;
}

.route_box .icon_list li {
	float: left;
	margin-left: 5px;
}

.route_img_list {
	margin-top: 20px;
}

.route_img_list li {
	float: left;
	width: 45px;
	height: 45px;
}

.route_img_list li img {
	height: 100%;

}


/* ----------------------------------------------------
		Myスポット作成
---------------------------------------------------- */
.myspot_title {
	background-color: #f06292;
	padding: 10px 15px 10px;
}

#myspot_form {
	padding: 15px 10px;
}

#myspot_form h2 {
	margin: 8px 0;
}

#myspot_form h2:first-of-type {
	background: url("/img/ja/mytravel/ico_marker.png") no-repeat;
	padding: 3px 0 3px 20px;
}

#myspot_form h2 span {
	color: #f06292;
}

#myspot_form input[type="text"] {
	background-color: #e0e0e0;
	border: none;
	height: 30px;
	padding: 0 10px;
}

#myspot_form textarea {
	width: 100%;
	background-color: #e0e0e0;
	height: 60px;
	border: none;
	box-sizing: border-box;
	padding: 10px;
}

#myspot_form .btn {
	margin-top: 15px;
}


/* ----------------------------------------------------
		印刷画面
---------------------------------------------------- */
#print_wrapper {
	width: 800px;
	margin: 0 auto;
	color: #333333;
}

#print_head {
	padding: 25px 20px 15px;
}

#print_head h1 {
	background: url("/img/ja/mytravel/ico_route.png") no-repeat left top;
	padding: 0 0 10px 35px;
	font-size: 2.4rem;
	border-bottom: 3px solid #eeeeee;
	line-height: 1.2;
}

#print_head .travel {
	font-size: 1.8rem;
	float: left;
}

#print_head .travel p strong {
	font-size: 2.8rem;
}

.travel p span {
	font-size: 3.4rem;
}

#print_head .travel p:last-child {
	padding-left: 15px;
}

#print_head .icon_list {
	float: right;
	margin-top: 30px;
}

#print_head .icon_list li {
	display: inline-block;
	margin-left: 5px;
}

.print_title {
	background-color: #e8887e;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.print_title img {
	vertical-align: middle;
}

#print_wrapper #footer_map {
	height: 600px;
}

.plan_box {
	padding: 15px 20px 0;
}

.plan_head {
	background-color: #edfbdc;
	padding: 20px 20px 25px 60px;
	position: relative;
}

.plan_marker {
	position: absolute;
	top: 7px;
	left: 14px;
}

.plan_head h1 {
	font-size: 2.0rem;
	margin-bottom: 10px;
	font-weight: normal;
}

.plan_travel {
	margin: 15px 0 10px;
	font-size: 1.6rem;
	color: #e8887e;
}

.plan_list li {
	border-top: 1px solid #ececec;
	padding: 15px 60px 15px 0;
	position: relative;
}

.plan_list li span {
	position: absolute;
	top: 15px;
	right: 0;
}


/* ----------------------------------------------------
		会員登録
---------------------------------------------------- */
.member_title {
	background-color: #a6dee5;
	padding: 10px 15px 10px;
}

#route_wrapper.member {
	background-color: #f7f7f7;
	padding: 50px 0;
	height: auto;
}

#member_box {
	width: 940px;
	padding: 60px 20px 45px;
	box-sizing: border-box;
	background-color: #ffffff;
	margin: 0 auto;
	box-shadow: 2px 2px 2px 0px rgba(152, 152, 152, 0.75);
}

#member_box h1 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.6rem;
	color: #333333;
	font-weight: normal;
}

.member_table {
	color: #333333;
	line-height: 1.5;
	position: relative;
	width: 640px;
}

.member_table.member_registration {
	width: 525px;
}

.member_table.member_registration:after {
	position: absolute;
	background: url("/img/ja/mytravel/member_registration_bg.png") no-repeat;
	bottom: 0;
	right: -360px;
	width: 333px;
	height: 204px;
	content: "";
}

.member_table th {
	text-align: right;
	padding: 10px;
	width: 130px;
}

.member_table td {
	padding: 10px;
}

.member_table input, .member_table select {
	background-color: #e0e0e0;
	border: none;
	height: 35px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.member_table input.mail_user {
	width: 28%;
}

.member_table input.mail_domain {
	width: 65%;
}

.terms {
	height: 200px;
	border: 1px solid #dad8d1;
	overflow: auto;
	margin-top: 45px;
	line-height: 1.7;
	padding: 15px;
	box-sizing: border-box;
}

.form_btn {
	width: 400px;
	height: 70px;
	line-height: 70px;
	background-color: #ff7b41;
	color: #ffffff;
	font-size: 2.4rem;
	display: inline-block;
}

.form_btn_s {
	width: 300px;
	height: 50px;
	line-height: 50px;
	background-color: #ff7b41;
	color: #ffffff;
	font-size: 2.4rem;
	display: inline-block;
}

.edit_message {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 40px 100px;
}
</pre></body></html>