﻿@charset "UTF-8";


/* モデルコースCSS */

."course" .grid-container,
.course .grid-container {
	padding-right:5rem;
	margin-bottom: 2rem;
        max-width: 100%;
	/*width: 700px;*/ /*入力すると横ブレ*/
}



/* 見出し */
#primary h2 {
}

#main h3 {
	border-bottom: none;
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5));
	padding:20px 20px 20px 25px;
	border-left: 2px solid #FF80AB;
	margin-top:50px;
	margin-bottom: 30px;
}


#primary h4 {
	font-size: large;
	background: none;
	text-align: left;
	color:#0091EA;
	padding:0;
	padding-left: 5px;
	margin-top:30px;
}



/* リード文 */
#main .lead {
	font-size: 105%;
	font-weight:bold;
	line-height:1.4;
	color:#3E2723;
}



/* Line */
.course-detail {
	margin-left:20px;
	border-left:10px solid rgba(33,150,244,0.7);
	padding-top:0;
	padding-bottom:0;
}

.course-detail a.button {
	background:rgba(33,150,244,0.7);
	color:#fff;
	font-size: normal;
	padding:10px 5px;
	border-radius: 30px;
	display: block;
	text-align: center;
	margin: 10px 40px;
}

.course-detail .button:hover {
	background:rgba(33,150,244,0.7);
	transition: all 0.6s ease;
}

.course-detail a.button:after {
	content: "\f138";
	font-family: Font Awesome\ 5 Free; font-weight: 900;
	
}

.flex {
	margin-left: -20px !important;
}


.spot-title {
	margin-left: -60px !important;
}

.spot-goal {
	margin-left: -30px !important;
}

.course-detail .start, 
.course-detail .goal {
	font-weight: bold;
	background: rgba(248,187,208,0.9);/*#F8BBD0;*/
	margin-bottom: 0;
	margin-left: -30px !important;
}
.start, .goal,    
.time {
        font-weight: bold;
        font-size: 110%;
	background: rgba(255,249,196,0.9);
	display: inline-block;
	padding:5px 20px;
	border-radius: 5px;
	border:3px solid rgba(33,150,244,0.7);
	margin-right:20px;
}

@media (min-width: 761px) {
.spot-title img {
	width:320px;
	margin-top:-10px;
}

}

@media (max-width: 760px) {	
.spot-title img {
	display: block;
	margin-left:40px;
	width: 320px;
}

}



.day {
	color:rgba(33,150,244,0.7);
	border: 2px solid rgba(33,150,244,0.7);
	border-radius: 20px;
	text-align:center;
	padding:10px;
	font-size:large;
	margin-top:15px;
	margin-bottom: 15px;
}

.train {
	border-radius: 4px;
	padding:1px 1px;
	margin:1px 1px !important;
}
.bus {
	border-radius: 4px;
	padding:1px 1px;
	margin:1px 1px !important;
}
.walk {
	border-radius: 4px;
	padding:1px 1px;
	margin:1px 1px !important;
}
.car {
	border-radius: 4px;
	padding:1px 1px;
	margin:1px 1px !important;
}
.bicycle {
	border-radius: 4px;
	padding:1px 1px;
	margin:1px 1px !important;
}


.train p,
.bus p,
.walk p,
.car p,
.bicycle p
 {
	font-size: large;
}
.train i,
.bus i,
.walk i,
.car i,
.bicycle i {
	font-size: xx-large;
	color:#0091EA;
}

.spot {
	margin-left: 30px !important;
}

/* jQuery One Page Navigation */
#side-nav {
  right: 0; 
  list-style: none;
  list-style-image: none !important;
  position: fixed;
 /* top: 20px; */
}
#side-nav li {
  margin-bottom: 2px;
}
#side-nav a {
  background: rgba(33,150,244,0.7);/*#ededed;*/
  color: #666;
  display: block;
  font-size: 11px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#side-nav a:hover {
  background: rgba(33,150,244,0.7);/*#dedede;*/
}
#side-nav .current a {
  background: #666;
  color: #ededed;
}


/* ルート スマホ反映しないため、htmlに直接記述*/

/*
.root {
        font-weight: normal;
        font-size: 100%;
	background: rgba(255, 243, 225, 0.8);
	display: inline-block;
	padding:5px 5px;
	border-radius: 4px;
	border:1px solid #cce5ff;
	margin:10px -5px !important;
        max-width: 100%;
}
*/

/* 詳細 */

.link {
  position: relative;
  color: white;
  background-color:rgba(71,189,8,0.7);
  //background: rgba(33,150,244,0.7);
  line-height: 1.4;
  padding: 0.2em 0.5em 0.2em 1.8em;
    max-width: auto;
    border: solid 1px rgba(71,189,8,0.7);
    border-radius: 10px; 
    font-weight: normal;
    font-size: 90%;
  color: white;
    display: inline-block;
}

.link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";  /*"\f14a";*/
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.link:hover {
  background-color: rgba(255,165,0,0.7);
    border: solid 1px rgba(255,165,0,0.7);
}



/* コース概要 */
.course-summary .callout{
	/*width: 98%;*/
	margin:2rem auto 3rem;
	border-radius: 3px;
	background: var(--light-beige);
	font-size: 85%;
        max-width: 100%;
}

.course-summary .icon:before{
	content: "\f1c1";
	font-family: Font Awesome\ 5 Free; font-weight: 900;
	font-size: x-large;
	color: #aaa; /*#0091EA;*/
	padding-right: 5px;
	position: relative;
	top:3px;
        margin: 1em 0.5em 1em 0.5em;
}
.course-summary .bus,
.course-summary .train,
.course-summary .walk,
.course-summary .taxi,
.course-summary .car,
.course-summary .bicycle {
	margin:10px;
}	
.course-summary .bus:before{
	content: "\f068""\f207""\f061";
	font-family: "Font Awesome\ 5 Free"; 
        font-weight: 900;
        font-size: 1.5em;
        color: rgba(33,150,244,0.6);/*skyblue;*/
    margin: 0em 0;

}

.course-summary .train:before{
	content: "\f068""\f239""\f061";
	font-family: Font Awesome\ 5 Free; 
        font-weight: 900;
        font-size: 1.5em;
        color: rgba(33,150,244,0.7);/*skyblue;*/
}

.course-summary .walk:before{
	content: "\f068""\f554""\f061";
	font-family: Font Awesome\ 5 Free; 
        font-weight: 900;
        font-size: 1.5em;
        color: rgba(33,150,244,0.7);/*skyblue;*/
}

.course-summary .car:before{
	content: "\f068""\f1b9""\f061";
	font-family: Font Awesome\ 5 Free; 
        font-weight: 900;
        font-size: 1.5em;
        color: rgba(33,150,244,0.7);/*skyblue;*/
}

.meisho {
line-height: 3.0em;
    padding: 0em 0.5em;
    margin: 0em 0em;
    font-weight: normal;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 1px #6091d3;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.meisho p {
    padding: 0em 0.5em;
    margin: 0em 0em;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 300;
}


/* ▼Tips用：ソース掲載関連の追加装飾 */
		.samplearea {
			background-color: #ffffff;	/*#f0f0f0;*/
			border: 1px solid #eee;	/*1px gray solid;*/
			padding: 0.5em;
			overflow: auto;
		}
		.samplesource .samplesource-title {
			margin: 0px;
			padding: 1px 0.75em;
			font-size: 0.8em;
			display: inline-block;
			background-color: green;
			color: white;
		}
		.sourcenote {
			color: green;
		}

		/* ▼Tips用：SyntaxHighlighterへの追加 */
		.syntaxhighlighter {
			/*border: 1px solid #ccc;*/
			border-color: #eee;
			border-style: double;
			border-width: 3px 0;
			margin: 0;
			padding: 0.5em 0px;
			box-sizing: border-box;
		}
		.samplesource .syntaxhighlighter { margin: 0 !important; }
		.samplesource .samplesource-title.sst-css { background-color: #808000; }
		.samplesource .samplesource-title.sst-js { background-color: #008080; }
		.samplesource .syntaxhighlighter.css { border-color: #808000; }
