@charset "UTF-8";
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*====================================
基本設定
====================================*/
body {
	width: 100%;
	color: #333333;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #FFFFFF;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover,
a:active {
	color: #F18049;
	text-decoration: none;
}
/*--------------------------------------
クラス設定
--------------------------------------*/
.clear_both {
	clear: both;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.small {
	font-size: 0.9em;
}
.blue {
	color: #0178D5;
}
.green {
	color: #638C0B;
}
.orange {
	color: #F18049;
}
.gray {
	color: #666666;
}
.margin-bottom_none {
	margin-bottom: 0;
}
.margin-top {
	margin-top: 1em;
}
.none {
	display: none;
}
.none_sp {
	display: none;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
/*====================================
共通部品（スマホ）
====================================*/
/*--------------------------------------
header（スマホ）
--------------------------------------*/
header h1 {
	text-align: center;
	width: 80%;
	position: relative;
}
header h1 img {
	margin: 3% 0 3% 20%;
	width: 40%;
}
header {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
/*--------------------------------------
main（スマホ）
--------------------------------------*/
section {
	margin-bottom: 1.5em;
}
/*--------------------------------------
footer（スマホ
--------------------------------------）*/
footer {
	font-size: 0.8em;
	clear: both;
}
footer #toTop {
	width: 30%;
	text-align: center;
	background-image: url(../img/icon_plane_green.png);
	background-repeat: no-repeat;
	padding: 2% 2% 2% 7%;
	background-position: 5% 50%;
	float: right;
	margin: 0 2% 1.5em 0;
	border: 1px solid #638C0B;
	border-radius: 1.5em;
}
footer #toTop a:hover,
footer #toTop a:active {
	color: #333333;
}
footer .bl-hover {
	background-color: #E2F1C6;
}
footer #footer_nav {
	background-color: #E2F1C6;
	padding: 2%;
	clear: both;
}
footer #footer_nav ul li {
	display: block;
	float: left;
	width: 22%;
	text-align: center;
	background-color: #E2F1C6;
}
footer #footer_nav ul .facebook {
	width:12%;
}
footer #footer_nav ul .facebook img {
	width:1.5em;
}
footer #footer_nav ul li a:hover,
footer #footer_nav ul li a:active {
	color: #638c0b;
}
footer #copyright {
	background-color: #638c0b;
	color: #FFFFFF;
	text-align: center;
	padding: 2%;
	clear: both;
}
/*====================================
トップページ（スマホ）
====================================*/
/*--------------------------------------
スライドショー（スマホ）
--------------------------------------*/
#slider_wrapper {
	position: relative;
}
#caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.30);
	display: block;
	width: 96%;
	padding: 1% 2%;
	font-size: 0.8em;
	color: #FFFFFF;
}
#catchCopy {
	margin-bottom: 1em;
}
#catchCopy p {
	text-align: center;
}
/*--------------------------------------
最新のプラン（スマホ）
--------------------------------------*/
#new h1,
#news h1 {
	padding: 1% 5% 1% 10%;
	background-color: #FFEDE4;
	font-weight: bold;
	background-image: url(../img/icon_cherryblossom_white.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}
#new .list {
	border-bottom: 1px dotted #F18049;
}
#new .list.first-child {
	border-top: 1px dotted #F18049;
}
#new .list_img {
	width: 34%;
	float: left;
	margin: 0.5em 0 0.5em 1%;
}
#new .list_text {
	width: 60%;
	padding: 0.5em 2%;
	float: right;
}
#new .list_text .list_date {
	font-size: 0.8em;
}
#new .list_text .list_detail {
	display: none;
}
/*--------------------------------------
お知らせ（スマホ）
--------------------------------------*/
#facebook {
	width: 100%;
	margin: 0 auto;
	padding-top:1.5em;
	text-align: center;
}
#news dl {
	border-bottom: 1px dotted #F18049;
}
#news dl dt {
	padding: 2% 2% 0;
}
#news dl dd {
	padding: 0 2% 2%;
}
#news dl dd a {
	text-decoration:underline;
}
/*--------------------------------------
旅行プラン一覧（スマホ）
--------------------------------------*/
/*#plan h1,
#plan h1 {
	padding: 1% 5% 1% 10%;
	background-color: #FFEDE4;
	font-weight: bold;
	background-image: url(../img/icon_cherryblossom_white.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}
*/#plan .list {
	border-bottom: 1px dotted #F18049;
}
#plan .list.first-child {
	border-top: 1px dotted #F18049;
}
#plan .list_img {
	width: 34%;
	float: left;
	margin: 0.5em 0 0.5em 1%;
}
#plan .list_text {
	width: 60%;
	padding: 0.5em 2%;
	float: right;
}
#plan .list_text .list_date {
	font-size: 0.8em;
}
#plan .list_text .list_detail {
	display: none;
}
/*====================================
ランディングページ（スマホ）
====================================*/
#pankuzu {
	color: #666666;
	font-size: 0.8em;
	margin: 1%;
}
#pankuzu a:link,
#pankuzu a:visited {
	color: #666666;
	text-decoration: underline;
}
#pankuzu a:hover,
#pankuzu a:active {
	color: #999999;
	text-decoration: none;
}
/*--------------------------------------
概要（スマホ）
--------------------------------------*/
article h1 {
	font-size: 1.2em;
	font-weight: bold;
	border-left: 0.5em solid #638C0B;
	border-bottom: 1px solid #638C0B;
	padding: 1% 1% 1% 2%;
	line-height: 1.2;
	margin: 2% 0 1% 0;
}
article #date {
	text-align: right;
	font-size: 0.8em;
	margin: 1%;
}
article figure {
	margin-bottom:1em;
	position:relative;
}
article figure .photoExcuse {
	position:absolute;
	bottom:12%;
	right:0;
	width: 30%;
}
article figure figcaption {
	margin: 0.2em 1%;
	font-size: 0.8em;
}
article p {
	margin: 0 3% 1em;
}
article section h1 {
	padding: 1% 5% 1% 10%;
	background-color: #E2F1C6;
	font-weight: bold;
	background-image: url(../img/icon_cherryblossom_white.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	border: none;
	font-size: 1em;
	margin-bottom: 2%;
	clear: both;
}
article #theme {
	margin-bottom: 0.5em;
}
article #theme ol {
	list-style-type: decimal;
}
article #theme ol li {
	margin-left: 10%;
}
article #people #couple_man {
	float: left;
	width: 45%;
	margin-left: 3%;
}
article #people #couple_woman {
	width: 45%;
	margin: 0 3%;
	float: right;
}
article #people dl dt {
	text-align: center;
	color: #638C0B;
}
article #people #couple_woman figure img {
	width: 95%;
	margin-top: 5%;
}
article #people dl dd {
	text-align: center;
}
article #people .woman {
	float: left;
	margin: 0.2em 3%;
}
article #people .woman dl {
	float: left;
	width: 61%;
	margin-left: 3%;
}
article #people .woman dl dt {
	text-align: left;
}
article #people .woman figure {
	width: 30%;
	float: left;
	text-align: center;
}
article #people .woman .mini img {
	width: 90%;
}
article #people .woman dl dd {
	text-align: left;
}
article section h2 {
	background-image: url(../img/icon_circle_green.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	padding-left: 10%;
	font-weight: bold;
}
article #transport .hotel {
	background-image: url(../img/icon_arrows_green.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	height: 4em;
}
article #transport .hotel dl {
	border: 1px solid #638C0B;
	border-radius: 1em;
	margin: 0 3% 1.5em;
	position: relative;
	padding-bottom: 1.5%;
}
article #transport .hotel dl dt {
	padding: 2% 5%;
}
article #transport .hotel dl dd {
	margin-top: -2em;
	margin-left: 4.5em;
}
article #transport figure {
	margin: 0 auto 1.5em;
}
article #transport .mini {
	width: 80%;
}
article #transport #rent-a-car {
	background-image: url(../img/car_green.png);
	background-repeat: no-repeat;
	background-size: 25% auto;
	background-position: right top;
}
article #transport #rent-a-car2 {
	background-image: url(../img/car_green.png);
	background-repeat: no-repeat;
	background-size: 25% auto;
	background-position: left bottom;
}
article #transport .hotel_last {
	background-image: none;
	height: auto;
}
article #transport .hotel.hotel_first {
	margin-top: 0.5em;
}
article #money dl {
	margin: 3%;
	padding-bottom: 5px;
	border-bottom: 1px solid #888888;
}
article #money dl dt {
	border-bottom: 1px dotted #888888;
	border-top: 1px dotted #888888;
	padding: 6px 0;
	margin: 6px 0 1px 0;
}
article #money dl dd {
	margin-top: -2em;
	margin-left: 14em;
}
article #money dl dd .breakdown {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 10px;
}
article #money dl dd .breakdown dt {
	margin-left: -14em;
	font-size: 0.8em;
	border-top: none;
	padding: 0;
}
article #money dl dd .breakdown dd {
	margin-left: -5em;
	font-size: 0.8em;
	padding-top: 5px;
}
article #money p {
	text-align: right;
}
/*--------------------------------------
終わりのタブ（スマホ）
--------------------------------------*/
article .tab_days li,
article .tab_end_days li,
article .tab li,
article .tab_end li {
	float: left;
	text-align: center;
	display: block;
	margin: 0.5em 2% 0.5em 0;
	border-radius: 1em;
	line-height: 2;
}
article #tab .tab_end_days li,
article #tab3 .tab_end_days li {
	margin: 0.5em 2% 0.5em 0;
}
article #tab .tab_end li,
article #tab3 .tab_end li {
	margin: 0 2% 0 0;
}
article .tab_days li,
article .tab_end_days li {
	background-color: #E2F1C6;
}
article .tab li,
article .tab_end li {
	background-color: #FFEDE4;
}
article .tab_days li:first-child,
article .tab_end_days li:first-child,
article .tab li:first-child,
article .tab_end li:first-child {
	margin-left: 2%;
}
article #tab .tab_end_days li:first-child,
article #tab .tab_end li:first-child,
article #tab3 .tab_end_days li:first-child,
article #tab3 .tab_end li:first-child {
	margin-left: 2%;
}
article .tab_days li,
article .tab_end_days li {
	width: 22%;
}
article .tab li,
article .tab_end li {
	width: 30%;
}
article #tab2 .tab_end li,
article #tab3 .tab_end li {
	width: 22.4%;
}
article ul .here a:link,
article ul .here a:visited,
article ul .here a:hover,
article ul .here a:active,
article ul .here_end a:link,
article ul .here_end a:visited,
article ul .here_end a:hover,
article ul .here_end a:active {
	color: #FFFFFF;
	font-weight: bold;
}
article ul .here_end {
	border-radius: 0em 0em 1em 1em;
	margin-top: 0;
}
article #tab ul .here_end,
article #tab3 ul .here_end {
	border-radius: 1em 1em 0em 0em;
}
article .tab_end_days {
	border-top: 1px dotted #638C0B;
}
article .tab_end {
	border-top: 1px dotted #F18049;
	margin-bottom: 1em;
}
article #tab .tab_end_days,
article #tab3 .tab_end_days {
	border-bottom: 1px dotted #638C0B;
	border-top: none;
}
article #tab .tab_end,
article #tab3 .tab_end {
	border-bottom: 1px dotted #F18049;
	border-top: none;
	margin-bottom: 0;
}
article #tab .border-none,
article #tab3 .border-none {
	border: none;
}
article .tab_end_days .here_end {
	background-color: #638C0B;
	border-top: 0.5em solid #638C0B;
}
article .tab_end .here_end a:link,
article .tab_end .here_end a:visited,
article .tab_end .here_end a:hover,
article .tab_end .here_end a:active {
	color: #333333
}
article .tab_end .here_end {
	background-color: #FEC5A9;
	border-top: 0.5em solid #FEC5A9;
}
article #tab .tab_end .here_end,
article #tab3 .tab_end .here_end {
	border-top: none;
	border-bottom: 0.5em solid #FEC5A9;
	margin-bottom: 0;
}
article #tab .tab_end_days .here_end,
article #tab3 .tab_end_days .here_end {
	border-top: none;
	border-bottom: 0.5em solid #638C0B;
	margin-bottom: 0;
}
article .tab_end_days li a:hover,
article .tab_end_days li a:active {
	color: #638C0B;
}
article .tab_end_days .here_end a:hover,
article .tab_end_days .here_end a:active {
	color: #FFFFFF;
}
article .tab_end_days .bl-hover {
	background-color: #C3DF90;
}
article .tab_end_days .bl-hover.here_end {
	background-color: #638C0B;
}
article .tab_end .bl-hover {
	background-color: #FEC5A9;
}
article #tab_top {
	display: none;
}
article .comingSoon {
	padding: 0.2em;
}
article #next {
	width: 33%;
	text-align: center;
	padding: 2%;
	margin: 0.5em auto 2em;
	border: 1px solid #F18049;
	border-radius: 1.5em;
	background-color: #FFEDE4;
}
article #next a:link,
article #next a:visited {
	color: #F18049;
}
article #next.bl-hover {
	background-color: #FEC5A9;
}
/*--------------------------------------
１日目〜（スマホ）
--------------------------------------*/
article #content .sub_title {
	padding: 1% 5%;
	background-color: #FFEDE4;
	font-weight: bold;
	clear: both;
	text-align: center;
}
article .point {
	padding: 2%;
	margin-bottom: 0.5em;
}
article #content .point div {
	margin-bottom:1em;
}
article #content .point h1 {
	background-image: url(../img/kirakira5.png);
	background-repeat: no-repeat;
	background-size: 8% auto;
	background-position: left 50%;
	padding-left: 10%;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	background-color:#FFFFFF;
}
article #content .point h3 {
	background-image: url(../img/kirakira5.png);
	background-repeat: no-repeat;
	background-size: 8% auto;
	background-position: left 50%;
	padding-left: 10%;
	font-weight: bold;
	margin-bottom: 2%;
}
.point ul {
	padding-left: 10%;
}
.point ul li {
	float: none;
	text-align: left;
	display: list-item;
	list-style-type: circle;
	background-color: #FFFFFF;
}
article #morning h3,
article #noon h3,
article #afternoon h3,
article #afternoon2 h3,
article #evening h3 {
	background-color: #E2F1C6;
	padding: 1% 5% 1% 10%;
	background-image: url(../img/icon_cherryblossom_white.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}
article .schedule dl {
	margin: 0.5em 0;
}
article .schedule dl dt {
	margin-left: 2%;
}
article .schedule dl dd {
	margin: -1.5em 2% 1em 5em;
}
.schedule p {
	margin-left: 2em;
	color:#638C0B;
}
.schedule p a {
	color:#638C0B;
	text-decoration:underline;
}
article .schedule ul {
	margin: 1em 2%;
}
article .schedule ul li {
	background-color:#E2F1C6;
	width:5em;
	text-align:center;
	border-radius:1em;	
}
article .schedule ul .topic {
	margin: -1.5em 0 0 5.5em;
	font-weight:bold;
	background-color:#FFFFFF;
	width: auto;
	text-align:left;
	border-radius:0;	
}
article .schedule ul .topic a {
	color:#F18049;
	text-decoration:underline;
}
.reference {
	color: #666666;
	font-size: 0.8em;
}
.reference a:link,
.reference a:visited,
.reference a:hover,
.reference a:active {
	color: #666666;
	text-decoration: underline;
}
.reference dd .tel {
	font-size: 1em;
}
article .schedule dl dd dl {
	margin-top: 2%;
}
article .schedule dl dd .reference dd {
	margin: 0 0 2% 0;
	line-height: 1.2;
}
article .schedule dl dd .reference dt {
	line-height: 1.2;
	margin-left: 0;
}
article .schedule dl dd .reference .lower {
	margin-top: -1.2em;
	margin-left: 4em;
}
article .schedule .spot {
	margin: 0 2% 1.5em 2%;
	background-color: #FFEDE4;
}
.schedule .spot {
	padding: 0 3%;
}
.schedule .spot h1 {
	margin: 0;
	background-image: url(../img/icon_info_orange.png);
	background-position: 0 50%;
	padding: 0.5em 0 0.5em 9%;
	background-color:#FFEDE4;
}
article .schedule .spot img {
	padding: 0 0 0.8em 0;
}
article .schedule .spot dl {
	margin: 0;
	padding: 0 0 0.5em 0;
}
article .schedule .spot dl dd {
	margin-left: 4em;
	margin-bottom: 0.5px;
}
article .schedule .spot p {
	margin: 0;
	color: #333333;
	padding: 0 0 0.5em 0;
}
article .schedule .spot p a {
	text-decoration: underline;
}
article .schedule .spot p a:link,
article .schedule .spot p a:visited {
	color: #F18049;
}
article .schedule .spot p a:hover,
article .schedule .spot p a:active {
	font-weight: bold;
}
/*スポット　スタイル修正
--------------------------------------*/
.schedule .spot2 {
	margin: 1em 0;
}
.schedule .spot2 figure {
	margin: 0 3%;
}
.schedule .spot2 ul {
	margin:0 2%;
}
.schedule .spot2 ul:after {
	right:3%;
}
.schedule .spot2 ul .topic {
	margin:-1.5em 1em 0 5.5em;
}
.schedule .spot2 div .spot2Content {
	padding: 0 2%;
	background-color:#FFEDE4;
	margin:0.5em 3%;
}
.schedule .spot2 div .spot2Content ul {
	margin:0.5em;
	border-bottom:1px dotted #F18049;
}
.schedule .spot2 div .spot2Content ul li {
    padding: 0.2em 0 0 0;
	color:#F18049;
	background-color:transparent;
	width:auto;
 	text-align:left;
	border-radius:0;
	border-top: 1px dotted #F18049;
	background-image: url(../img/bg_orange2.png);
	background-repeat:no-repeat;
	background-position:3.5em 0.4em;
}
.schedule .spot2 div .spot2Content ul li:first-child {
	border-top:none;
}
.schedule .spot2 div .spot2Content ul .info {
   margin: -1.5em 0 0 4.5em;
    list-style:none;
    padding: 0 0 0.2em 0;
	color:#333333;
	border-top:none;
	background-image:none;
}
.schedule .spot2 div .spot2Content p {
	color:#333333;
	margin:0.5em;	
}
.schedule .advice {
    margin: 1em 3%;
	padding:0.5em 2%;
    background-color: #FFEDE4;
}
.schedule .advice h1 {
    background-color: transparent;
    padding: 0.2em 2em 0.2em 10%;
	margin:0;
	background-image: url(../img/icon_info_orange.png);
	background-position:left top;
}
.schedule .advice ul {
	margin:0;
	list-style:disc;
	padding-left:7%;
}
.schedule .advice ol {
	margin:0.5em 0;
	margin-left:7%;
	list-style:decimal;
}
.schedule .advice li {
    background-color: transparent;
	width:auto;
	text-align:left;
}
.schedule .advice li a {
	color:#F18049;
	text-decoration:underline;
}
.schedule .advice p {
	margin:0.5em 2% ;
	color:#333333;
}
.schedule .figure_margin {
	margin:0 3% ;
}
/*--------------------------------------*/
article #tableOfContents h1 {
	background-image: url(../img/kirakira5.png);
	background-repeat: no-repeat;
	background-size: 8% auto;
	background-position: left 50%;
	padding: 0 0 0 10%;
	font-weight: bold;
	margin-bottom: 2%;
	background-color: #FFFFFF;
}
article #tableOfContents {
	padding: 0 2%;
}
article #tableOfContents ul {
	padding-left: 10%;
	list-style-type: circle;
}
article #tableOfContents ul li {
	text-decoration: underline;
}
article #schedule ul li {
	margin: 0 3%;
}
#caution {
	margin: 0 2% 1.5em 2%;
}
#about h2 {
	font-weight: bold;
	margin: 2em 3% 1em;
	color: #638C0B;
}
#number {
	margin: 0 3%;
}
article .listMenu h2 {
	padding: 0.2em 3%;
	background-color: #FFEDE4;
	margin-top: 0.5em;
}
article .listMenu ul li {
	padding: 0 3% 0 10%;
	background-color: #FFEDE4;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(../img/icon_square_orange.png);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	line-height: 3em;
}
article .listMenu ul .first-child {
	border-top: 1px solid #FFFFFF;
}
article .listMenu ul .sub {
	padding: 0 3% 0 15%;
	background-image: url(../img/icon_square_white.png);
	background-position: 8% 50%;
}
/*--------------------------------------
体験記（スマホ）
--------------------------------------*/
.reviews {
	padding: 0.5em 3%;
	border: 1px solid #FEC5A9;
	margin: 1em 3%;
}
.reviews .r_img {
	float: left;
	width: 20%;
}
.reviews .r_img img {
}
.reviews .r_name {
	float: right;
	width: 80%;
	padding: 0 0 0.5em;
}
.reviews .r_name h1 {
	background-color: #FFFFFF;
	background-image: none;
	padding: 0;
	margin: 0 3%;
	color: #F18049;
}
.reviews .r_name p {
	font-size: 0.8em;
	margin: 0 3%;
}
.reviews .r_name .star {
	color: #F18049;
	margin: 0 3% 0.2em;
}
.r_text {
	clear: both;
	border-top: 1px dotted #FEC5A9;
	padding: 1em 0 0;
}
.reviews2 {
	padding: 0.5em 3%;
	border: 1px solid #C3DF90;
	margin: 1em 3%;
}
.reviews2 .r_name h1 {
	padding: 0 0 0 1.5em;
	margin: 0;
	line-height: 2em;
	background-image: url(../img/icon_cherryblossom_pink.png);
	background-position: 0 50%;
	background-color: #FFFFFF;
}
.reviews2 .r_text {
	border-top: none;
	padding: 0;
}
.ads {
	margin: 0 3% 1.5em;
}
/*--------------------------------------
コラム（スマホ）
--------------------------------------*/
.column section {
	margin:2em 0;
}
.column section h1 {
	color:#638C0B;
	background-image:none;
	background-color:#FFFFFF;
	padding:0;
	margin:0.5em 3%;
}
.column .schedule p {
	color:#333333;
	margin:0 3% 1em;
}
.column .schedule .spot h1 {
	background-color:transparent;
	color:#333333;	
}
.schedule .toColumn {
	margin: 1em 3%;
	color:#F18049;
}
.schedule .toColumn a {
	color:#F18049;
	text-decoration:underline;
}
.gmap {
	padding:0 3%;
	margin-bottom:1em;
}
.gmap .gmapFrame {
	width:100%;
	max-height:300px;
}
.column article .endLink p,
.column2 article .endLink p {
	margin-bottom:0;
}

/*コラム修正スタイル（スマホ）
--------------------------------------*/
.column2 article p {
	margin:1em 3%;
}
.column2 article p a {
	color:#F18049;
	text-decoration:underline;
}
.column2 .spot {
	margin:2em 0;
}
.column2 .spot h1 {
	color:#F18049;
	background-image:none;
	background-color:#FFFFFF;
	padding:0.5em 3%;
	margin:0;
	border-top:1px solid #FEC5A9;
	border-bottom:1px solid #FEC5A9;
}
.column2 .spot h1 a {
	color:#F18049;
	text-decoration:underline;
}
.column2 .spot p {
	margin:1em 3%;
}
.column2 .spot .acd .acdContent {
	background-color:#FFEDE4;
}
.column2 .spot .acd .acdContent div {
	padding:0.5em  3%;
	border-bottom:0.5em solid #FFFFFF;
}
.column2 .spot .acd .acdContent div ul {
	list-style:disc;
	margin-left:5%;
}
.column2 .spot .acd .acdContent div p {
	margin:0.2em 3%;
}
.column2 .spot .acd .acdContent div p a {
	color:#F18049;
	text-decoration:underline;
}
.column2 .spot figure {
	margin-top:1px;
}




/* Tablet&Desktop Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#wrapper {
	width: 980px;
	margin: 0 auto;
}
.none_sp {
	display: block;
}
.none_pc {
	display: none;
}
.bold_pc {
	font-weight: bold;
}
/*.fixed{
    position:fixed;
    top:10px;
}
*/
/*====================================
共通部品（PC・タブレット）
====================================*/
/*--------------------------------------
header（PC・タブレット）
--------------------------------------*/
header h1 {
	text-align: left;
	width: 150px;
	position: static;
	float: left;
}
header h1 img {
	margin: 20px 0 15px 0;
	width: 140px;
}
header nav {
	float: right;
	width: 380px;
	margin: 35px 0 0 0;
}
header nav ul li {
	float: left;
	padding: 0 0 0 20px;
	border-left: 1px dotted #999999;
	margin: 0 0 0 20px;
}
header nav ul li:first-child {
	margin: 0;
	padding: 0;
	border-left: none;
}
header {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*--------------------------------------
main（PC・タブレット）
--------------------------------------*/
main {
	clear: both;
	position: relative;
	margin-bottom: 30px;
}
section {
	margin-bottom: 20px;
}
/*--------------------------------------
footer（PC・タブレット）
--------------------------------------*/
footer {
	font-size: 1em;
}
.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
footer #toTop {
	width: 110px;
	padding: 10px 10px 10px 30px;
	background-position: 10px 50%;
	margin: 0 0 20px 0;
	font-size: 14px;
}
footer #footer_wrapper {
	background-color: #E2F1C6;
}
footer #footer_nav {
	padding: 10px 0;
}
footer #footer_nav ul li {
	display: list-item;
	width: auto;
	text-align: left;
	padding: 0 15px;
	border-left: 1px solid #638C0B;
	font-size: 14px;
}
footer #footer_nav ul li:first-child {
	border-left: none;
	padding-left: 0;
}
footer #copyright {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 0;
	background-color: #E2F1C6;
	color: #333333;
	text-align: right;
	padding: 0;
	font-size: 14px;
}
/*====================================
トップページ（PC・タブレット）
====================================*/
#catchCopy {
	position: absolute;
	right: 0px;
	background-color: #FFEDE4;
	padding: 10px;
	width: 332px;
}
/*--------------------------------------
スライドショー（PC・タブレット）
--------------------------------------*/
.draggable {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #fff;
}
#caption {
	width: 938px;
	padding: 3px 20px;
	font-size: 14px;
	left: 1px;
	bottom: 1px;
}
/*--------------------------------------
最新のプラン（PC・タブレット）
--------------------------------------*/
#new {
	float: left;
	width: 593px;
}
#new h1,
#news h1 {
	padding: 5px 10px 5px 35px;
	background-color: #FFFFFF;
	background-image: url(../img/icon_cherryblossom_pink.png);
	background-position: 5px 50%;
	border-bottom: 1px dotted #F18049;
}
#new .list {
	border: 1px dotted #F18049;
	margin: 10px 0;
}
/*#new .list.first-child {
	border-top: 1px dotted #F18049;
}
*/#new .list.bl-hover {
	background-color: #FFEDE4;
}
#new .list_img {
	width: 200px;
	margin: 5px 0 5px 5px;
}
#new .list_text {
	width: 363px;
	padding: 10px;
}
#new list_text .list_title a {
	font-weight: bold;
}
#new .list_text .list_title {
	border-bottom: 1px dotted #F18049;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#new .list_text .list_date {
	font-size: 14px;
}
#new .list_text .list_detail {
	display: block;
	font-size: 14px
}
#new .list_text .list_detail dl {
	margin-left: 1em;
}
#new .list_text .list_detail dl dd {
	margin-left: 3.5em;
	margin-top: -1.5em;
}
/*--------------------------------------
お知らせ（PC・タブレット）
--------------------------------------*/
#news {
	float: right;
	width: 352px;
	margin-top: 105px;
}
#news dl dt {
	padding: 5px 5px 0;
}
#news dl dd {
	border-bottom: none;
	padding: 0 5px 5px;
	margin: -1.5em 0 0 6em;
}
#facebook {
	padding-top:10px;
}
/*--------------------------------------
旅行プラン一覧（PC・タブレット）
--------------------------------------*/
#plan {
	float: left;
	width: 598px;
}
#plan h1 {
	padding: 5px 30px 5px 50px;
	background-position: 15px 50%;
	margin: 20px 0 10px 0;
	font-weight: bold;
	background-image: url(../img/icon_cherryblossom_white.png);
	background-repeat: no-repeat;
	border: none;
	font-size: 1em;
	clear: both;
}
#plan .list {
	border: 1px dotted #F18049;
	margin: 10px 0;
}
#plan .list.first-child {
	border-top: 1px dotted #F18049;
}
#plan .list.bl-hover {
	background-color: #FFEDE4;
}
#plan .list_img {
	width: 200px;
	margin: 5px 0 5px 5px;
}
#plan .list_text {
	width: 363px;
	padding: 10px;
}
#plan list_text .list_title a {
	font-weight: bold;
}
#plan .list_text .list_title {
	border-bottom: 1px dotted #F18049;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#plan .list_text .list_date {
	font-size: 14px;
}
#plan .list_text .list_detail {
	display: block;
	font-size: 14px
}
#plan .list_text .list_detail dl {
	margin-left: 1em;
}
#plan .list_text .list_detail dl dd {
	margin-left: 3.5em;
	margin-top: -1.5em;
}
/*====================================
ランディングページ（PC・タブレット）
====================================*/
/*--------------------------------------
概要（PC・タブレット）
--------------------------------------*/
article {
	background-image: url(../img/bg_rightgreen.png);
	background-repeat: repeat-y;
	background-position: right 0%;
	margin-top: 5px;
	position: relative;
}
article section {
	padding-bottom: 10px;
}
#content {
	width: 598px;
	float: left;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #fff;
	padding: 30px;
}
article #tab_top {
	display: block;
	width: 272px;
	float: right;
	margin: 0;
	padding: 15px 15px 20px 15px;
	background-color: #E2F1C6;
}
article #tab_bottom {
	display: none;
}
#pankuzu {
	font-size: 14px;
	margin: 0 0 15px 0;
}
article h1 {
	font-size: 18px;
	border-left: 10px solid #638C0B;
	padding: 0 5px 5px 15px;
	line-height: 1.5;
	margin: 0;
}
article #date {
	text-align: right;
	font-size: 14px;
	margin: 5px 0px 10px;
}
article #left_column img {
}
article figure .photoExcuse {
	width:20%;
}
article figure figcaption {
	margin: 10px 0 20px;
	font-size: 14px;
}
article p {
	margin: 10px 25px 30px;
}
article section h1 {
	padding: 5px 30px 5px 50px;
	background-position: 15px 50%;
	margin-bottom: 20px;
}
article #tableOfContents h1 {
	background-size: 35px auto;
	background-position: left 50%;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}
article #tableOfContents {
	padding: 0 10px;
	margin-bottom: 40px;
}
article #tableOfContents ul {
	padding-left: 35px;
}
article #theme {
	margin-bottom: 40px;
}
article #theme ol {
	list-style-type: decimal;
}
article #theme ol li {
	margin-left: 50px;
}
article #left_column #people p {
	margin-bottom: 20px;
}
article #people #couple_man {
	float: left;
	width: 260px;
	margin-left: 20px;
	margin-bottom: 20px;
}
article #people #couple_woman {
	width: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
}
article #people #couple_man figure img {
	width: 100px;
	margin-top: 0;
	float: left;
}
article #people #couple_woman figure img {
	width: 90px;
	margin-top: 0;
	float: left;
}
article #people dl {
	float: right;
}
article #people dl dt {
	text-align: left;
}
article #people dl dd {
	text-align: left;
}
article #people .woman {
	margin: 0;
	width: 33%;
}
article #people .woman dl {
	float: none;
	width: 100%;
	margin-left: 20px;
}
article #people .woman dl dt {
	text-align: left;
}
article #people .woman figure {
	width: 50%;
	float: none;
	margin: 0 auto 10px;
}
article #people .woman .mini img {
	width: 100%;
}
article #people .woman dl dd {
	text-align: left;
}
article section h2 {
	background-position: 5px 50%;
	padding-left: 40px;
}
article #schedule ul {
	margin: 10px 25px 0;
}
article #transport {
	position: relative;
}
article #transport figure img {
	width: 300px;
	position: absolute;
	top: -120px;
	right: 0;
	z-index: -9999;
}
article #transport .map img {
	position: static;
	padding: 0 20px;
}
article #transport #rent-a-car {
	background-size: 20% auto;
}
article #transport #rent-a-car2 {
	background-size: 20% auto;
	background-position: left bottom;
}
article #transport .hotel {
	height: 75px;
}
article #transport .hotel dl {
	margin: 0 20px 1.5em;
	padding-bottom: 8px;
}
article #transport .hotel dl dt {
	padding: 10px 20px;
}
article #transport .hotel dl dd {
	margin-top: -2em;
	margin-left: 5em;
}
article #transport .hotel_last {
	margin-bottom: 20px;
}
article #transport .hotel.hotel_first {
	margin-top: 20px;
}
article #money dl {
	margin: 5px 0;
}
article #money dl dt {
	padding: 6px 0 6px 20px;
}
article #money dl dd {
	margin-top: -2em;
	margin-left: 20em;
}
article #money dl dd .breakdown dt {
	font-size: 14px;
}
article #money #money_table {
	width: 480px;
	margin-left: 70px;
}
article #money dl dd .breakdown dd {
	margin-left: -3em;
	font-size: 14px;
}
article #money p {
	padding-right: 25px;
}
/*--------------------------------------
終わりのタブ（PC・タブレット）
--------------------------------------*/
article .tab li,
article .tab_days li {
	text-align: center;
	display: block;
	border: 1px solid #638C0B;
	background-color: #FFFFFF;
}
article .tab li {
	float: left;
	margin: 10px 0 0 8px;
	width: 80px;
}
article .tab .part4 {
	width: 60px;
}
article .tab_days li {
	float: none;
	margin: 0;
	border-radius: 0;
	border-top: none;
	width: 225px;
	text-align: left;
	padding: 10px 10px 10px 35px;
	line-height: 1.5;
	background-image: url(../img/icon_cherryblossom_pink.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
article .tab li:first-child {
	margin: 10px 0 0 0;
}
article .tab_days li:first-child {
	margin: 0;
}
article ul .here a:link,
article ul .here a:visited,
article ul .here a:hover,
article ul .here a:active {
	color: #FFFFFF;
	font-weight: bold;
}
article ul .tab.here {
	border-radius: 1em 1em 0em 0em;
}
article ul .tab_days .here {
	border-radius: 0;
}
article .tab_end_days {
	border-top: 1px dotted #638C0B;
}
article .tab_end {
	border-top: 1px dotted #F18049;
}
article .tab_days .here {
	background-color: #638C0B;
	border-bottom: 0.8em solid #638C0B;
	border-bottom: none;
}
article .tab .here {
	background-color: #638C0B;
	border-bottom: 0.8em solid #638C0B;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 1em 1em 0 0;
}
article .tab .index {
	background-color: #638C0B;
	border-bottom: 0.8em solid #638C0B;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 1em 1em 0 0;
	color: #FFFFFF;
	font-weight: bold
}
article .tab li a:hover,
article .tab li a:active,
article .tab_days li a:hover,
article .tab_days li a:active {
	color: #333333;
}
article .tab_days .bl-hover {
	background-color: #C3DF90;
}
article .tab .bl-hover {
	background-color: #C3DF90;
}
article #tab3 {
	display: none;
}
article #next {
	width: 150px;
	padding: 10px;
	margin: 10px auto 30px;
}
article .comingSoon {
	padding: 4px;
	font-size: 12px;
	color: #666666;
}
/*article #tab_top .tab_days li a .none_sp {
	margin-left: -25px;
}
*/
article #tab_top .tab.cf .here.bl-hover {
	background-color: #638C0B;
}
article #tab_top .tab.cf .here.bl-hover a {
	color: #FFFFFF;
}
article .tab_days {
	border-bottom: none;
}
article .tab {
	border-bottom: 1px solid #638C0B;
}
article #tab_top #tab_title {
	padding: 10px 10px 5px 10px;
}
#tab_top #tab_title a:hover,
#tab_top #tab_title a:active {
	color: #638C0B;
}
#tab_top .tab_days .bgGreen {
	background-color: #C3DF90;
}
#tab {
	display: none;
}
/*--------------------------------------
1日目〜（PC・タブレット）
--------------------------------------*/
article #content .sub_title {
	padding: 5px 25px;
}
article .point {
	padding: 10px 10px 0;
	margin-bottom: 20px;
}
article #content .point h3 {
	background-size: 35px auto;
	background-position: left 50%;
	padding: 0 0 0 40px;
	margin: 10px 0;
}
.point ul {
	padding-left: 35px;
}
.point ul li {
	margin-left: 0px;
}
article #morning h3,
article #noon h3,
article #afternoon h3,
article #afternoon2 h3,
article #evening h3 {
	padding: 5px 10px 5px 40px;
	margin-bottom: 10px;
	background-position: 10px 50%;
}
article .schedule dl {
	margin: 5px 10px 5px 30px;
}
.schedule p {
	margin-left: 50px;
	margin-bottom: 20px;
}
article .schedule dl dt {
	margin-left: 0px;
}
article .schedule dl dd {
	margin-bottom: 20px;
}
article .schedule dl dd dl {
	margin-top: 5px;
}
article .schedule dl dd .reference {
	margin: 5px 0;
}
article .schedule dl dd .reference dd {
	margin: 0 0 5px 0;
}
article .schedule .spot {
	margin: 0 20px 20px 20px;
}
.schedule .spot {
	padding: 10px 30px 0 30px;
}
.schedule .spot h1 {
	background-position: 0 -3px;
	padding: 0 0 8px 35px;
}
article .schedule .spot dl {
	margin: 0;
}
article .schedule .spot dl dd {
	margin-left: 4em;
	margin-bottom: 0;
}
article .schedule .spot p {
	margin: 0;
}
article .schedule .spot img {
	padding: 0 0 30px 0;
}
article .schedule .spot .link {
	padding: 0 0 1em 0;
}
#caution {
	margin: 0;
}
#about h2 {
	margin: 2em 0 1em;
}
#about content p {
	margin: 1em 25px;
}
#about #tab_top #tab_title ul {
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}
#number {
	margin: 0 10px;
}
article .listMenu h2 {
	padding: 5px 10px;
	margin-top: 20px;
}
article .listMenu ul li {
	padding: 0 10px 0 40px;
	background-position: 10px 50%;
	line-height: 34px;
}
article .listMenu ul .bl-hover {
	background-color: #FEC5A9;
}
article .listMenu ul .sub {
	padding: 0 10px 0 60px;
	background-position: 30px 50%;
}
/*--------------------------------------
体験記（スマホ）
--------------------------------------*/
.reviews {
	padding: 20px;
	margin: 20px 0;
}
.reviews .r_img {
	width: 80px;
	margin-left: 10px;
}
.reviews .r_name {
	width: 456px;
	padding: 0 0 10px;
}
.reviews .r_name h1 {
	margin: 0 10px;
}
.reviews .r_name p {
	font-size: 12px;
	margin: 0 10px;
}
.reviews .r_name .star {
	color: #F18049;
	margin: 0 10px 5px;
}
.r_text {
	padding: 0;
}
.r_text p {
	margin: 15px 20px;
}
.reviews2 {
	padding: 10px 20px 20px 20px;
	margin: 20px 0;
}
.reviews2 .r_text {
	border-top: none;
	padding: 0;
}
/*--------------------------------------
コラム（PC・タブレット）
--------------------------------------*/
.column article p {
	margin: 20px 25px;
}
article .list_detail p {
	margin: 10px 0 0 0;
}
.ads {
clear: both;
    margin: 0;
    width: 593px;
}
.column section {
	margin:30px 0;
}
.column section h1 {
	margin:20px 25px;
}
.column .schedule p {
	margin:0 25px 20px;
}
.schedule .toColumn {
	margin:20px 25px;
}
.gmap {
	width:598px;
	padding:0;
	margin-bottom:30px;
}
.gmap .gmapFrame {
	max-height:411px;
}
}
