@charset "UTF-8";
/*
 * layout.css
 *
 */
/* contents */
.spotTxt .mgbLine {
	margin-bottom: 2em !important;
}
/* mainTtl */
#mainTtl {
	display: table;
}
.tripNum {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}
.tripNum em {
	display: block;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
.tripTtl {
	display: table-cell;
	vertical-align: bottom;
}
/* INDEX */
.indexList {
	position: relative;
	border: dashed 2px white;
}
.indexList:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.indexList dt {
	font-family: 'Shadows Into Light Two', cursive;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.3em;
}
.indexDotList {
	font-family: 'Noto Sans JP', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
.indexDotList li {
	margin-bottom: 20px;
	padding-left: 1em;
	position: relative;
}
.indexDotList li:before,
.spotList li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.indexDotList li:last-child {
	margin-bottom: 0;
}
.indexDotList a {
	color: #666;
	text-decoration: underline;
}
/* spot */
.spot {
	color: #666;
}
.spotTtl {
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
.spotTtl:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #666;
	border-radius: 50%;
	position: absolute;
}
/* slide */
.thumbnail li {
	cursor: pointer;
	opacity: 0.3;
}
.thumbnail li.slick-current {
	cursor: default;
	opacity: 1;
}
.slide {
	margin-bottom: 10px;
}
.slide .photo {
	margin-bottom: 5px;
}
.caption {
	font-family: 'Noto Sans JP', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
/* Data */
.data dt {
	display: table;
}
.data a {
	color: #666;
	text-decoration: underline;
}
.data dt a {
	display: table-cell;
	vertical-align: top;
}
.data .icPin {
	display: table-cell;
	width: 29px;
	vertical-align: top;
	padding-right: 5px;
}
.adress .icMap {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	padding-bottom: 4px;
}
.adress .icMap a {
	font-size: 0;
	display: block;
}
.adress .icMap img {
}
.data .go {
	border-top: #fff 2px dashed;
}
.spotList li {
	position: relative;
	padding-left: 1em;
}
/* Map */
.biggerMap {
	text-align: right;
	font-family: 'Noto Sans JP', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
.biggerMap a {
	color: #666;
	text-decoration: underline;
	padding-left: 15px;
	background: url(../img/trip01/ic_pin_bigger.png) no-repeat left center;
}
/**/
/* Trip01 */
#trip01 .tripNum em,
#trip01 .spotTtl {
	border-bottom-color: #ff6060;
}
#trip01 .tripTtl,
#trip01 dt {
	color: #ff6060;
}
#trip01 .indexList {
	background: #ffece8;
	box-shadow: 0px 0px 0px 5px #ffece8;
}
#trip01 .indexList:after {
	border-color: #ffd3c8 #fff #ffd3c8;
}
#trip01 .indexDotList li:before,
#trip01 .spotTtl:before {
	background: #ff6060;
}
#trip01 .spotList li:before,
#trip01 .catchSp {
	background: #c66e6e;
}
#trip01 .data {
	background: #f8f0ee;
}
/* Trip02 */
#trip02 .tripNum em,
#trip02 .spotTtl {
	border-bottom-color: #ff8b26;
}
#trip02 .tripTtl,
#trip02 dt {
	color: #ff8b26;
}
#trip02 .indexDotList li:before,
#trip02 .spotTtl:before {
	background: #ff8b26;
}
#trip02 .indexList {
	background: #fff5e8;
	box-shadow: 0px 0px 0px 5px #fff5e8;
}
#trip02 .data {
	background: #fff5e8;
}
#trip02 .indexList:after {
	border-color: #ffe9c8 #fff #ffe9c8;
}
#trip02 .spotList li:before,
#trip02 .catchSp {
	background: #e2a774;
}
/* Trip03 */
#trip03 .tripNum em,
#trip03 .spotTtl {
	border-bottom-color: #1099b6;
}
#trip03 .tripTtl,
#trip03 dt {
	color: #1099b6;
}
#trip03 .indexDotList li:before,
#trip03 .spotTtl:before {
	background: #1099b6;
}
#trip03 .indexList {
	background: #eef6ff;
	box-shadow: 0px 0px 0px 5px #eef6ff;
}
#trip03 .data {
	background: #eef6ff;
}
#trip03 .indexList:after {
	border-color: #d7e7ff #fff #d7e7ff;
}
#trip03 .spotList li:before,
#trip03 .catchSp {
	background: #66b1c1;
}


/* ========== SP ========== */
@media screen and (max-width:767px){
/* mainV */
#tripMainV {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
#tripMainV img {
	width: 100%;
}
/* contents */
.contentsIn {
	padding: 0 5%;
	text-align: left;
}
/* mainTtl */
#mainTtl {
	margin-bottom: 40px;
}
.tripNum {
	width: 72px;
	font-size: 1.2rem;
}
.tripNum em {
	font-size: 3.3rem;
	margin-top: 5px;
	padding-bottom: 12px;
}
.tripTtl {
	padding-left: 14px;
	padding-bottom: 12px;
	font-size: 2.2rem;
	line-height: 1.4;
}
#lead {
	font-size: 1.5rem;
	margin-bottom: 25px;
}
/* INDEX */
.indexList {
	padding: 18px 12px;
	margin-bottom: 34px;
}
.indexList dt {
	font-size: 2rem;
	margin-bottom: 10px;
}
.indexDotList {
	font-size: 1.4rem;
	line-height: 1.4;
}
/* spot */
.spot {
	margin-bottom: 75px;
}
.spotTtl {
	font-size: 1.8rem;
	padding-left: 16px;
	padding-bottom: 8px;
	margin-bottom: 18px;
	line-height: 1.4;
}
.spotTtl:before {
	left: 0;
	top: 10px;
}
.spotPhoto {
	margin-bottom: 20px;
}
.spotTxt {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.caption {
	font-size: 1.2rem;
}
.slideList {
	margin-bottom: 44px;
}
/* Data */
.data {
	padding: 24px;
	font-size: 1.4rem;
}
.data dt {
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.data dt .kana {
	font-size: 1.2rem;
}
.catchPc {
	display: none;
}
.data .go {
	margin-top: 16px;
	padding-top: 16px;
}
.catchSp {
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	margin-bottom: 15px;
}
/* Map */
.biggerMap {
	font-size: 1.2rem;
}

.map iframe{
	border-style: none;
}

}
/* ========== PC ========== */
@media print, screen and (min-width:768px){
/* mainV */
#tripMainV {
	margin-bottom: 80px;
}
/* contents */
.contentsIn {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
	text-align: left;
}
/* mainTtl */
#mainTtl {
	margin-bottom: 50px;
}
.tripNum {
	width: 94px;
	font-size: 1.6rem;
}
.tripNum em {
	font-size: 4.8rem;
	margin-top: 5px;
	padding-bottom: 15px;
}
.tripTtl {
	padding-left: 24px;
	padding-bottom: 15px;
	font-size: 3.2rem;
	line-height: 1.4;
}
#lead {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
/* INDEX */
.indexList {
	width: 80%;
	max-width: 450px;
	padding: 18px 30px;
	margin: 0 auto 140px;
}
.indexList dt {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.indexDotList {
	font-size: 1.4rem;
}
/* spot */
.spot {
	margin-bottom: 140px;
}
.spotIn {
	width: 90%;
	max-width: 522px;
	margin: 0 auto;
}
.spotTtl {
	font-size: 2rem;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.spotTtl:before {
	left: 6px;
	top: 12px;
}
.spotPhoto {
	margin-bottom: 25px;
}
.spotTxt {
	font-size: 1.4rem;
	line-height: 2.4;
	margin-bottom: 35px;
}
.thumbnail li:hover {
	opacity: 1;
	transition: 0.7s;
}
.caption {
	font-size: 1.3rem;
}
.slideList {
	margin-bottom: 60px;
}
/* Data */
.data {
	padding: 35px 45px;
	font-size: 1.4rem;
}
.data dt {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.data dt .kana {
	font-size: 1.4rem;
}
.catchSp {
	display: none;
}
.data .go {
	margin-top: 20px;
	padding-top: 18px;
	display: table;
	width: 100%;
}
.data .go .catchPc {
	width: 108px;
	display: table-cell;
	vertical-align: middle;
}
.spotList {
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
}
/* Map */
.biggerMap {
	font-size: 1.4rem;
}

.map iframe{
	border-style: none;
}

/**/
.indexDotList a:hover,
.data a:hover,
.biggerMap a:hover {
	text-decoration: none;
}
.icMap a:hover {
	opacity: 0.6;
	transition: 0.7s;
}
}
