@charset "utf-8";

/*-------------------------------------------
　　　ベース
-------------------------------------------*/

body {
	background: #FBF8F4;
	color: #333;
	font-family: "メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 140%;
	padding: 0px;
	margin: 0px;
}
#content {
	width: 100%;
	max-width: 1050px;
	padding: 10px 2% 20px 2%;
	margin: 0 auto;
	background: #FFF;
	clear: both;
}
header {
	margin-bottom: 10px;
}
footer {
	text-align: center;
	font-size: 90%;
}


/*-------------------------------------------
　　　共通
-------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	border-width: 0px;
	max-width: 100%;
	height:auto;
}
.clearall {
	clear: both;
	height: 0;
}
h1, h2, h3, h4, h5, ul, blockquote {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
li {
	list-style: none;
}
navi {
	display: block;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	vertical-align: middle;
	text-transform: none; 
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.continue {
	text-align: right;
}
.continue a {
	color: #06C;
	text-decoration: underline;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*-------------------------------------------
　　　ヘッダー
-------------------------------------------*/
h1 {
	font-size: 120%;
	line-height: 120%;
	margin-bottom: 7px;
}
.indexpage h1 {
	font-size: 200%;
	line-height: 120%;
	margin-bottom: 3px;
}
#sitedescr {
	font-size: 90%;
	line-height: 100%;
	margin-bottom: 3px;
}


/*-------------------------------------------
　　　メインページ
-------------------------------------------*/
ul.indexnavi {
	padding-bottom: 15px;
}
.indexnavi li {
	display: inline-block;
	width: 25%;
	background: #F90;
	text-align: center;
	height: 30px;
	vertical-align: bottom;
	color: #FFF;
	padding-top: 5px;
	font-size: 90%;
}
.indexnavi li.on {
	background: #FFF;
	font-weight: bold;
	text-align: center;
	border-bottom: solid #F90 5px;
	padding-top: 0px;
	color: #000;
	font-size: 120%;
}
.indexnavi a:hover {
	font-weight: bold;
}
ul.indexlist  {
	border-top: solid #D2D2D2 1px;
	border-left: solid #D2D2D2 1px;
	margin-bottom: 25px;
}
.indexlist li {
	display: inline-block;
	width: 20%;
	background: #FFFFF2;
	text-align: center;
	border-right: solid #D2D2D2 1px;
	border-bottom: solid #D2D2D2 1px;
	height: 50px;
	vertical-align: bottom;
	padding-top: 15px;
}
@media (max-width: 768px){
.indexlist li {width: 25%;}
.indexnavi li.on {font-size: 160%;}
}
@media (min-width: 769px){
.indexnavi li.on {font-size: 160%;}
}
.indexlist a:hover li {
	background: #FC9;
}


/*-------------------------------------------
　　　カテゴリページ
-------------------------------------------*/
navi {
	margin-bottom: 10px;
}
navi a {
	color: #06C;
	text-decoration: underline;
}
h2 {
	font-size: 180%;
	line-height: 130%;
}
h2 {
	border-left: solid #F90 12px;
	padding: 0px 0px 0px 12px;
	margin-bottom: 15px;
}
.d_box {
	background: #FBF8F4;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
}
.d_img {
	width: 20%;
	height: auto;
	margin-left: 2%;
	margin-right: 3%;
	float: left;
}
@media (max-width: 768px){
.d_img {width: 30%;}
}
.d_text {
	background: url(img/btn.png) no-repeat right;
	padding-right: 30px;
	margin-right: 5px;
}
.d_text h3 {
	font-size: 140%;
	line-height: 150%;
	color: #06C;
}
h3 .area {
	font-size: 70%;
	color: #333;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0px 3px;
	margin-right: 5px;
}
#area_list {
	margin-top: 20px;
	margin-bottom: 20px;
}
#area_list h3 {
	border-left: solid #F90 12px;
	font-size: 140%;
	line-height: 120%;
	padding-left: 12px;
	margin-bottom: 20px;
}
#area_list li {
	display: inline;
}
#area_list li:after{
	content: "｜";
}
@media (max-width: 768px){
#area_list {line-height: 200%;}
}

/*-------------------------------------------
　　　記事ページ
-------------------------------------------*/
h2 .area {
	font-size: 60%;
	color: #333;
	border: 1px solid #CCC;
	display: inline-block;
	padding: 3px;
	margin-right: 5px;
	line-height: 100%;
}
h2 .area {display: block;}
#spot h2{
	position: relative;
	float: left;
}
#sociallink {
	position: relative;
	float: right;
}

#s_photo_big {
	max-width:100%;
	height:auto;
	margin-bottom: 10px;
}
#s_data ul {
	margin-bottom: 30px;
}
#s_data li {
	border-bottom: solid #CCC 1px;
}
.label {
	color: #930;
}
#printlink {
	text-align: right;
}
#printlink a {
	color: #06C;
	text-decoration: underline;
}
@media (max-width: 768px){
#printlink {display: none;}
}
#map {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.notice {
	font-size: 80%;
	color: #930;
	line-height: 100%;
}
#spot h3 {
	border-left: solid #F90 12px;
	font-size: 140%;
	line-height: 120%;
	padding-left: 12px;
	margin-bottom: 20px;
}
#s_link ul, #spotlist ul {
	padding-left: 20px;
	margin: 0 0 30px 20px;
}
#s_link li, #spotlist li {
	list-style: disc;
}
#s_link li a, #spotlist li a {
	color: #06C;
	text-decoration: underline;
}
#googlemap {
	width: 350px;
	height: 350px;
	margin-bottom: 15px;
}
#s_photo02, #s_photo03, #s_photo04 {
	float: left;
	position: relative;
	width: 32%;
	height: 275px;
}
@media (max-width: 600px){
#s_photo02, #s_photo03, #s_photo04 {height: 220px;}
}
#s_photo02, #s_photo03 {
	margin-right: 2%;
}
#s_text,#s_photo_small,#s_map {
	margin-bottom: 30px;
}
@media (max-width: 768px){
 #s_link li,#spotlist li  {display: block; margin-top: 1.5em;}
}

/*-------------------------------------------
　　　印刷用ページ
-------------------------------------------*/
#printpage {
	width: 640px;
	max-width: 98%;
	text-align: center;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding-top: 5px;
}


/*-------------------------------------------
　　　広告
-------------------------------------------*/
.ga {
	margin-bottom: 20px;
}