@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */

/* --------------------- ヘッダー ---------------------- */

#header {
	margin-bottom: 20px;
}

/* ヘッダーロゴ */
#site-title {
	width:401px;
	height:46px;
	position:relative;
	overflow: hidden;
}

#site-title img {
	position:absolute;
	top:0px;
	left:0px;
}


#site-title img:hover {
	top:-46px;
	left:0px;
}

#site-title a:hover {
	zoom:1;
}

@media (max-width: 599px) {
	#site-title {
		width:200px;
		height:22px;
		position:relative;
		overflow: hidden;
}

	#site-title img {
		position:absolute;
		top:0px;
		left:0px;
}


	#site-title img:hover {
		top:-23px;
		left:0px;
}

	#site-title a:hover {
		zoom:1;
}

	#site-title img {
		width: 200px;
		height: auto;
	}
}

/* ヘッダーbg gif */
#header {
	background-image: url("images/header-back-bottom_s1.png") ;
	background-position: left bottom;
	background-repeat: repeat-x;
}

#h-top {
	min-height: 120px;
	background-image: url("images/topgifanicar.gif");
	background-position: 55% 59px;
	background-repeat: no-repeat;
}

@media (max-width: 599px) {
#h-top {
	background-image: none;
}
}

/* ヘッダーメニュー　PC用 */
#navi ul {
    position: relative;
    clear: both;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin:0 auto;
    padding: 0 20px;
    width: 100%;
	height:100%;
	text-align: justify;
	text-justify: distribute-all-lines;
	box-sizing: border-box;
}

#navi ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 

#navi ul > li {
	float: none;
	display: inline-block;
	width: 145px;
	height: 56px;
}

#navi ul li a {
	width: 145px;
	height: 56px;
    font-size: 14px;
    display: block;
    padding: 0;
    text-decoration: none;
    z-index: 99;
	text-indent: -9999px;
}

#navi ul li a:hover{
	background-color: transparent;
}

#menu-item-7680 a {
	background-image: url(images/menu_kankou.png);
	background-position: 0 -3px;
}

#menu-item-7680 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7683 a {
	background-image: url(images/menu_onsen.png);
	background-position: 0 -3px;
}

#menu-item-7683 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7682 a {
	background-image: url(images/menu_rekishi.png);
	background-position: 0 -3px;
}

#menu-item-7682 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7681 a {
	background-image: url(images/menu_omoshiro.png);
	background-position: 0 -3px;
}

#menu-item-7681 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-9014 a {
	background-image: url(images/menu_event.png);
	background-position: 0 -3px;
}

#menu-item-9014 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

#menu-item-7679 a {
	background-image: url(images/menu_nikki.png);
	background-position: 0 -3px;
}

#menu-item-7679 a:hover {
	background-position: 0 56px;
	background-color: transparent;
}

@media screen and (max-width:1110px){
  #navi #navi-in ul li a{
    padding:0;
	width: 145px;
	height: 56px;
	float: left;
  }
}

@media screen and (max-width:639px){
  #navi #navi-in ul li a{
    padding:0;
	width: 145px;
	height: 56px;
	float: left;
  }
}

@media screen and (max-width: 440px) {
  #navi #navi-in ul li a{
    padding:0;
	width: 145px;
	height: 56px;
	float: left;
  }
  

}

/* description */
#site-description {
	visibility: hidden;
}

/* ヘッダーSNSアイコン */
ul.snsp {
	margin: 10px 0 0px;
}

ul.snsp li a {
	color: #E0D3CB;
}

ul.snsp li a span {
	font-size: 30px;
	background-color: transparent;
}

ul.snsp li a span.icon-feedly-square, ul.snsp li a span.icon-line-square, ul.snsp li a span.icon-hatebu-square {
	font-size: 27px;
}

#header .alignright {
    height: 100px;
}

/* 検索ボックス */
#h-top #search {
	margin:0;
	padding:0;
	float: right;
	width: 300px;
}

#h-top .cse .gsc-control-cse, .gsc-control-cse {
	padding-right:0 !important;
}

.gsib_a input[type="text"] {
	padding: 0 !important;
	height: 19px !important;
	border: none;
    box-shadow: none;
}

.gsc-input-box {
	border: 1px solid #E0D3CB !important;
}

input.gsc-search-button {
	border-color: #B8A085 !important;
    background-color: #C1AD97 !important;
	background-image: -webkit-linear-gradient(top,#B8A085,#C1AD97) !important;
	}

@media screen and (max-width: 440px) {
.widget_mobile_text #search {
	margin:0 auto;
	padding:0;
	width: 300px;
}

.widget_mobile_text #search input[type="button"] {
	margin-bottom: 0;
}

.widget_mobile_text .gsib_a input[type="text"] {
	padding: 0 !important;
	height: 19px !important;
}
}
/* ------------------------ 記事 ----------------------------------*/
#main {
	margin-bottom: 100px;
	border: 5px solid #EEE8E1;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; 
}

/* ------ 記事内の設定------ */


/* 見出し */
.article h1 {
	font-size: 1.4em;
}

h1.entry-title {
	position: relative;
	padding-left: 32px;
}

h1.entry-title:before {
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f08d';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
}

.article h2 {
	font-size: 1.1em;
	border-left: none;
	border-bottom: 4px solid #E0D3CB;
	margin-right: 0px;
	margin-left: 0px; 
	padding: 5px;
}

.article h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #B8A085;
}

.article h3 {
	font-size:1em;
	border-bottom: double 3px #EEE8E1;
	padding: 5px 0;
}

.article h4 {
	padding: .25em 0 .25em .75em;
	font-size: 1em;
	border-bottom: none;
	border-left: solid 4px #EEE8E1;
}

.article h5 {
	padding: .25em 0 .25em .75em;
	font-size: 1em;
	border-bottom: none;
	border-left: solid 4px #EEE8E1;
}

.content-notice {
	font-size: 0.75em;
	margin-top: 50px;
}

/* リスト */
.type-post #the-content ul {
	margin-bottom: 30px;
	list-style: none;
}

.type-post #the-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.type-post #the-content ul li:before {
	position: absolute;
	left: 0px;
	top: 4px;
	content: '\f046';
	color: #98C47D;
	font-family: 'FontAwesome';
	line-height: 1;
}

/* キャプション */
.wp-caption {
	background-color: #EBE3DE;
}

/* ブログカード */
.blog-card {
	margin: 20px auto;
	width:calc(100% - 40px);
}

.internal-blog-card {
    padding: 12px 12px 0;
    border: 1px solid  #B8A085;
    word-wrap: break-word;
    border-radius: 5px;
}

/* カスタムフィールド */
/* spotinfo 

#spot_info_top {
	background:url(images/spot_info_top.png) 0 0 no-repeat;
	display:block;
	height:51px;
	width:595px;
	margin:20px auto 0;
}
*/
#spot_info {
	background:url(images/spot_info_bg.jpg) left top repeat;
	border-bottom:solid 1px #e7e7e7;
	max-width:595px;
	margin:0 auto;
	padding-top: 20px;
}

#spot_info dl {
	margin: 0 15px 0;
	padding-bottom: 15px;
}
#spot_info dl dt {
	padding: 0 0 0 15px;
	background: url(images/sankaku_red.gif) no-repeat left center;
	border-bottom: 1px solid #999;
	font-weight: bold;
}
#spot_info dl dd {
	margin: 0 0 20px 10px;
	padding: 5px 0 0 0;
}

#spot_info table {
	margin: 0 15px 15px 15px;
	width: 90%;
}
#spot_info table caption{
	padding: 0 0 0 15px;
	background: url(images/sankaku_red.gif) no-repeat left center;
	font-weight: bold;
	font-size:1.125em;
	text-align:left;
	line-height:2;
}
.article #spot_info table th {
	padding: 3px 0 3px 10px;
	width: 140px;
	background-color: #efefef;
	border-bottom: 1px dotted #999;
	border-top: none;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
.article #spot_info table td {
	padding: 3px 0 3px 10px;
	border-bottom: 1px dotted #999;
	border-top: none;
	border-right: none;
	border-left: none;
}

.visible {
	display:none!important;
}

.none {
	visibility:hidden;
}

/* snsボタン */
.sns-share-msg {
	visibility: hidden;
}

.sns-follow-msg {
	position: relative;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 0.9em;
}

.sns-follow-msg:before {
	position: absolute;
	left: 0px;
	top: 6px;
	content: '\f087 ';
	color: #B8A085;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	line-height: 1;
}

/* 記事タイトル下のメタ情報 */
.post-meta {
	border-bottom: dotted 1px #B8A085;
	border-top: dotted 1px #B8A085;
	background-color: transparent;
	font-size: 0.9em;
}

.footer-post-meta {
	border-bottom: dotted 1px #B8A085;
	border-top: dotted 1px #B8A085;
	font-size: 0.9em;
}

/* FontAwesome設定 */
.fa-folder {
	color: #B8A085;
}

.fa-home {
	color: #98C47D;
}

.fa-clock-o {
	color: #B8A085;
}

.fa-tag {
	color: #FAAC56;
}

.fa-user {
	color: #9ADCED;
}

/* ページャー */
a.page-numbers,
.pager .current{
  background-color: #E0D3CB;
  border: solid 1px #E0D3CB;
  border-radius:5px;
  padding:5px 8px;
  margin:0 2px;
}

.pager .current{
  background-color: #E0D3CB;
  border: solid 1px #E0D3CB;
  color: #000;
}

ul.pagination li {
	color: #5F4634;
}

.pagination li:not([class*="current"]) a:hover {
    background-color: #846248;
	color: #fff;
}

ul.pagination li.current a{
	background-color: #E0D3CB !important;
}

/* single記事の前の記事・後ろの記事 */


.navigation a:hover{
	background: #EEE8E1 !important;
}

.navigation a span{
	color: #BEA392;
}

 .navigation a span:hover {
	 color: #846248;
}

.navigation > div {
	border-top: 3px solid #EEE8E1;
	border-bottom: 3px solid #EEE8E1;
}

#prev-next #prev {
	border-right: #EEE8E1 3px solid;
}

/* 関連記事 */
.related-entry {
	border-bottom: 1px dashed #E0D3CB;
}

#related-entries h2 {
	position: relative;
	padding-bottom:5px;
	padding-left: 32px;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	background-color: #E7DED3;
	font-size: 1.2em;
}

#related-entries h2::before, #related-entries h2::after {
	content: '';
	position: absolute;
}

#related-entries h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #CCB6A8;
}

#related-entries h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 20px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

.related-entry footer {
	margin-bottom: 30px;
}

/* インデックス一覧 */
#main .entry {
	margin-bottom: 50px;
}

#archive-title {
	position: relative;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 1.3em;
}

h1#archive-title:before {
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f07c';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
}

.entry h2 {
	font-size: 1.2em;
	position: relative;
}

.entry h2 a {
    color: #846248;
    font-size: inherit;
}

p.entry-read {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

p.entry-read:before {
	position: absolute;
	left: 0px;
	top: 4px;
	content: '\f054';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
}

.navigation a:hover {
	background: #F2F5EF;
}

/* ------------------------ コメント ------------------------------ */
#reply-title {
	position: relative;
	padding-left: 27px;
}

#reply-title:before {
	position: absolute;
	left: 0px;
	top: 2px;
	content: '\f075';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
}

h2#comments {
	position: relative;
	padding-left: 27px;
	font-size: 1.2em;
}

h2#comments:before {
	position: absolute;
	left: 0px;
	top: -4px;
	content: '\f086';
	color: #B8A085;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: 1.5em;
}

#comments-thread ol {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commets-list li {
	background-color: #E0D3CB;
	padding-left: 15px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	max-width: 645px;
}

.commets-list ul {
	list-style: none;
}

.commets-list ul li {
	background-color: #EEE8E1;
	padding-left: 15px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	max-width: 580px;
}

a.comment-reply-link {
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	padding: 5px 10px;
	border-radius: 7px;
	background-color: #6A553E;
	color: #fff;
}
a.comment-reply-link:hover {
	background-color: #A69968;
}

.commets-list .admin, .commets-list .comment-datetime {
	font-size: 0.9em;
}

.comment-text {
	font-size: 0.9em;
}

/* ------------------------ トップページ --------------------------- */
/* タグ検索h2タイトル */
#search-term-area h2 {
	position: relative;
	padding-bottom:5px;
	padding-left: 32px;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	background-color: #E7DED3;
	font-size: 1.2em;
}

#search-term-area h2::before, #search-term-area h2::after {
	content: '';
	position: absolute;
}

#search-term-area h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #CCB6A8;
}

#search-term-area h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 20px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

/* タグ検索項目 */
.tagsearch {
	margin-top:20px;
	border: 1px #E0D3CB solid;
	border-radius: 5px;
}

.tagsearch h3 {
	position: relative;
	margin-left:20px;
	padding-left: 25px;
}

.tagsearch h3:before {
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f08d';
	color: #98C47D;
	font-family: 'FontAwesome';
	line-height: 1;
}
	
#firsttagS {
	margin-top: 40px;
}

#search-term-area ul {
	list-style: none;
}

#search-term-area li {
	display: inline-block;
	padding: 3px 5px;
}

#search-term-area li a{
	text-decoration: none;
}

/* --------------------- 道南ブログトップページ ---------------------- */
/* 道南ブログトップページh2 */
#feedarea h2 { 
	position: relative;
	padding-bottom:5px;
	padding-left: 32px;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	background-color: #E7DED3;
	font-size: 1.2em;
}

#feedarea h2::before, #feedarea h2::after {
	content: '';
	position: absolute;
}

#feedarea h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #CCB6A8;
}

#feedarea h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 20px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

/* 道南ブログdt.dd */
#feedarea dl {
	margin-top:20px;
	margin-bottom:0;
	border: 1px #EEE8E1 solid;
	border-radius: 5px;
	background-color: #F8F5F3; 
}

#feedarea dt {
	font-weight: 100;
	padding: 10px 0 0 10px;
}

ul.continuation {
	margin:30px auto 20px;
}

ul.continuation li {
	margin-left: 10px;
	display:inline-block;
}

ul.continuation li a {
	padding:10px;
	text-decoration: none;
	background-color: #FAF9CF;
	border: #BDA78C 3px solid;
	border-radius: 6px;
	color: #463426;
}

ul.continuation li a:hover {
	background-color: #846248;
	color: #fff;
}

ul.continuation li a:active {
}

/* ------------------------ 固定ページ ---------------------------- */
/* 固定ページ下のサイトについて */
#widget-under-page-article .widget-under-page-article-title {
	position: relative;
	padding-bottom:5px;
	padding-left: 32px;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	background-color: #E7DED3;
	font-size: 1.2em;
	font-weight: bold;
}

#widget-under-page-article .widget-under-page-article-title::before, #widget-under-page-article .widget-under-page-article-title::after {
	content: '';
	position: absolute;
}

#widget-under-page-article .widget-under-page-article-title::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #CCB6A8;
}

#widget-under-page-article .widget-under-page-article-title::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 20px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

/* 入れ子のリスト */
#widget-under-page-article ul {
	list-style: none;
}

#widget-under-page-article ul li {
	position: relative;
	margin-left:15px;
	margin-top:0.5em;
	margin-bottom: 0.5em;
	padding-left: 15px;
}

#widget-under-page-article ul li:before {
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f101';
	color: #98C47D;
	font-family: 'FontAwesome';
	line-height: 1;
}

#widget-under-page-article ul li ul {
	list-style: none;
}

#widget-under-page-article ul li ul li {
	position: relative;
	margin-left:15px;
	padding-left: 15px;
}

#widget-under-page-article ul li ul li:before {
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f101';
	color: #98C47D;
	font-family: 'FontAwesome';
	line-height: 1;
}

/* ------------------------ サイドバー ---------------------------- */
#sidebar h3 {
	position: relative;
	background-color: #C6BCB0;
	margin-bottom: 0;
    padding: 15px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    font-size: 1.2em;
}

#sidebar-widget ul {
	background-color: #EEE8E1;
	margin: 0;
	padding: 10px 15px;
	font-size: 0.9em;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
}

#sidebar-widget ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 

#sidebar-widget .popular-entry-thumb img, .new-entry-thumb img {
	margin-left: 15px;
}

/* google calender */
.gc_wrapper {
  max-width: 800px; 
  min-width: 300px; 
  margin: 2.0833% auto;
}
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
	min-height: 300px;
    overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
@media (max-width: 600px) {
    .big-container {
        display: none;
    }
    .small-container {
       padding-bottom: 100%;  /*  高さ */
    }
}
@media (min-width: 600px) {
    .small-container {
        display: none;
    }
} 

/* お天気 */
.weather {
	border: none;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
}

.weather p {
	margin:0;
	padding-top: 15px;
	text-align:center;
	clear:both;
	font-weight:bold;
}

.weather img {
	padding: 10px;
	background-color: #fff;
}

.weatherLi {
	text-align:center;
}
.weather ul li {
	margin: 0 auto;
	display: inline-block;
	width:130px;
	text-align:center;
}

#esashiweather {
	margin:15px 0 0 0;
}

.execphpwidget {
	background-color: #EEE8E1;
}

.weather:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 


/* ------------------------ フッター ------------------------------ */
#footer {
	margin-top: 30px;
	background: url(images/footer_bg.png) repeat-x top left;
}

#footer-in {
    width: 100%;
}

#footer-widget {
    margin: 10px auto;
    text-align: left;
    padding: 0 1%;
}

#footer-widget {
	font-size: 0.8em;
}

#footer-widget .footer-left {
	color: #B8A085;
}

#footer-widget .footer-right ul {
	float:right;
}

#footer-widget .footer-right li {
	font-size: 0.9em;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

#footer-widget .footer-right li:before {
	position: absolute;
	left: 0px;
	top: 2px;
	content: '\f061';
	color: #aaaaaa;
	font-family: 'FontAwesome';
	line-height: 1;
}

#footer-widget .footer-right li a {
	text-decoration: none;
}

#footer-widget .footer-right li a:hover {
	text-decoration: underline;
	color: #fff;
}

#copyright {
	font-size: 0.6em;
}

/* ---------------- page top ------------------- */
#page-top a {
	padding: 10px;
	background-color: #E0D3CB;
	font-size: 16px;
}

/* ---------------- パンくずリスト ------------------- */
#breadcrumb {
}