/*
Theme Name:n tabi map
Description:n tabi map のテーマ
Author:eri
Author URI:http://plus-n.work/
*/ 

/*------------------------------------------------------------------
リセット
------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------------------------
全体の設定
------------------------------------------------------------------*/
@font-face {
    font-family: 'huifontregular';
    src: url('fonts/HuiFont109.woff2') format('woff2'),
         url('fonts/HuiFont109t.woff') format('woff'),
         url('fonts/HuiFont109.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,body{ margin:0; padding:0;}

html {
   font-size: 14px;
}

body{
	color: #202020; 
	font-family: 'Noto Sans JP', "ヒラギノ角ゴシック W1", "HiraginoSans-W1", "メイリオ", Meiryo, Osaka,"Century Gothic",CenturyGothic,AppleGothic, sans-serif;
	font-size: 14px;
	font-size:1rem; 
    font-style: normal;
	font-weight:300;
	line-height:130%; 
	letter-spacing:1px;
    position: relative;
	min-width: 320px;
	z-index:0;
}

a{
    display:block; 
    text-decoration:none;
    color: #202020;
    transition:.4s;
    -webkit-transition:.4s;
}

a:hover{opacity:0.3;}
ul, ul li{ margin:0; padding:0;}
ul li{ list-style:none;}

p{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴシック W1", "HiraginoSans-W1", "メイリオ", Meiryo, Osaka,"Century Gothic",CenturyGothic,AppleGothic, sans-serif;
	font-weight:300;
}

h1,h2,h3,h4{
  line-height: 140%;
}

img{
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.wrap{ 
    background: #f7f7f7;
	width:100%;
	margin:0;
	padding: 3rem 0;
}


@media screen and (max-width: 768px){
.wrap{ 
	padding: 2rem 0;
}
}

/*------------------------------------------------------------------
ヘッダーの設定
------------------------------------------------------------------*/

header {
	margin:0 auto;
	padding:0;
	position: relative;
    text-align:center;
	z-index:10;
    width:100%; 
}

.head_title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    max-width: 230px;
	width: 100%;
	z-index: 100;
}

header .title,
header h1{
	display:block;
	margin-bottom:10px;
}


header .title img,
header h1 img { 
  width: 120px;
}

header p{ color: #fff; font-size:.8rem;}
header ul{ margin-top: 10px;}
header ul li { display:inline-block; font-family: "Century Gothic",CenturyGothic,AppleGothic, sans-serif;}
header ul li { margin: 0 .5rem; text-align:center; }
header ul li a{ color:#000; }

.ms-theme-radix{
  padding-bottom: 0 !important;
  width: 100%;
}

/*------------------------------------------------------------------
メインの設定
------------------------------------------------------------------*/

.main{ 
	align-items: flex-start;
	background: #fff;
	box-shadow: 0 0 5px rgba(215,215,215,.6);
	display:flex;
	flex-wrap: wrap;
	height: auto;
    justify-content: flex-end;
	margin:0 auto 60px; 
	padding:50px 0 50px 50px; 
	position: relative;
	max-width:1150px; 
	width: 100%; 
    text-align: left; 
	z-index:10;
}

.main::before{
  content:'';
  height:0;
  width:0;
  display:block;
  border:115px transparent solid;
  border-bottom-width:0;
  border-left-width:0;
  border-top-color:#f7f7f7;
  position:absolute;
  top: -5px;
  left: -5px;
}

.main::after{
  content:'';
  height:0;
  width:0;
  display:block;
  border:115px transparent solid;
  border-top-width:0;
  border-right-width:0;
  border-bottom-color:#f7f7f7;
  position:absolute;
  bottom: -5px;
  right: -5px;
}

.main ul{ color:#fff; font-size:16px;}

.main .content ul{ color:#333; font-size:14px;}

.archive > h1,
.catname,
.pages h1,
.sub h2,
.main .new h2,
aside h2{
	border-bottom:2px solid #2a9fc5;
	border-top:2px solid #2a9fc5;
	color: #2a9fc5;
	font-family: 'Fredericka the Great', cursive;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 2px;
    padding: 1.3rem 0;
	text-align: center;
}

.archive > h1{
  margin-bottom: 2rem;
}

.main .archive_post{
	padding: 20px 60px 0 0;
	width: 750px;
}

.main .archive{
  padding-top: 0;
}

.main .post{
	padding: 0 60px 0 0;
	width: 750px;
}

aside{
	width:320px;
}
.main section.post,
.main .tag{ margin:0px 0 60px; display: block;}

.sub {
  margin: 60px auto;
  max-width: 1000px;
  width: 90%;
}

.sub h2{
  margin: 0 auto 30px; 
  max-width: 320px;
  width: 90%;
}

.sub .article-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.sub .article-box .box{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 25%;
}

.sub .article-box .box h3{
  font-weight: 400;
  margin: .5rem auto;
  order: 2;
  text-align: center;
  width: 90%;
}

.sub .article-box .box .thum{
  order: 1;
  height: 150px;
  margin:0;
  overflow: hidden;
  width: 100%;
}


.content-post,
.main .tag ul{ 
	display: block;
	width: 100%;
}

.tag > ul > li{ 
	border-bottom: 1px dashed #bfbfbf;
	display: block;
	width: 100%;
}

.tag ul li a{ 
	display: block;
	padding: 1.3rem 2.5%;
	position: relative;
	width: 95%;
}

.tag ul li a::after{ 
	content: '>';
	display: block;
	position: absolute;
	right: 5%;
	top: 50%;
	transform:translatey(-50%);
}

.tag ul li ul.children{
	border-top: 1px dotted #bfbfbf;
	display: block;
	width: 100%;
}

.tag ul li ul.children li {
	border-bottom: 1px dotted #bfbfbf;
}

.tag ul li ul.children li a{
	padding: 1.3rem 5%;
	width: 90%;
}

.tag ul li ul.children li a::before {
   content: '-';
	display: inline-block;
  margin-right: 1rem;
}

.tag ul li ul.children li:last-child {
	border-bottom: 0;
}

.tag-list img{
	display: block;
	margin: 0 auto;
}

.content-post .title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-post .capt{ 
	display:block; 
	font-size:1.9rem;
    font-weight: 600;
	margin:0 auto .5rem; 
    line-height: 140%;
	order: 2;
    padding:0 0 .5rem;
	position: relative;
	width: 100%;
	z-index:10;  
}
	
.content-post .meta{ 
	order: 1;
	text-align: right;
	width: 100%;
}
	

.archive_post .content-list .box{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	margin:0 0 30px; 
	width: 100%;
	z-index:10;
}

.box .thum{
  order: 1;
  margin-right: 20px;
  height: 215px;
  overflow: hidden;
  width: 320px
}

.box .thum img{
  height: auto;
  max-width: 100%;
  width: 100%;
}

.box .txt{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  order: 2;
  width: 400px;
}

.box .txt h2{
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  position:relative;
  order: 2;
  width: 100%;
}

.box .txt .meta{
  line-height: 0;
  order: 1;
  text-align: right;
  width: 100%;
}

.box .txt .date{
  font-family: "Century Gothic",CenturyGothic,AppleGothic, sans-serif;
  font-size: 12px;
  line-height: 0;
  margin:0;
  order: 3;
  text-align: right;
  width: 100%;
}

.box .txt .excerpt {
  order: 4;
  width: 100%;
}

.content-list .box .bt-more a::before{
    right: 0;
    left: inherit;
}

.main section .content-list .box h3:hover::before{
    left: -10px;
}

.content-list .box a{
	display:block;
	line-height:130%;
}

.main section.tag .tag-list span{ 
	margin:0 2.5px 5px; display: inline-block; 
    font-size: .9rem;
	font-family: "Century Gothic",CenturyGothic,AppleGothic, sans-serif;
}

.main section.tag .tag-list span a{ 
    background: #053492;
    border-radius:1px;
    display: block;
	color:#fff;
    padding: .2rem .5rem; 
}


.content-post{
  margin-bottom: 100px;
}
.content-post .tag-list{
  margin: 0 auto 1rem;
}
.content-post .tag-list span{ 
	margin:0 5px 5px;
  display: inline-block; background: #ccc; color:#fff; padding: .2rem .5rem; border-radius:1px;
  font-size: .9rem;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.main section.tag .tag-list span a { display: block; color: #fff;}
.content-post .tag-list{ width: 100%; text-align:right;}
.content-post .tag-list span { font-size:12px;}

.content-post .tag-list .date{
    background: none ;
    color: #777;
    font-family: "Century Gothic",CenturyGothic,AppleGothic, sans-serif;
    text-align: right;
}

.yarpp-related{ margin:0 !important;}

.point_capt,
.post .date{
  font-family: 'Fredericka the Great', cursive;
  position: absolute;
  left: 5px;
  letter-spacing: 2px;
  top: 30px;
  transform: rotate(-45deg);
  text-align: center;
}
/*------------------------------------------------------------------
ページ・タグの設定
------------------------------------------------------------------*/
.content-post .content{ margin:0; padding:0; font-size: 1rem; font-weight:200; width:100%;}
.content-post .content h2{  color: #fff; margin:3rem auto 1.5rem; padding: 1rem 1rem; font-weight:700; font-size:1.8rem;  background: #2a9fc5; position: relative;}
.content-post .content h2::before{  content: ''; height: 0; width: 0; display: block; border: 20px transparent solid; border-bottom-width: 0; border-left-width: 0; border-top-color: #fff; position: absolute; top: -5px; left: -5px;}
.content-post .content h3{ margin:3rem auto 1.5rem; padding:1rem 0; font-weight:700; font-size:1.6rem; border-bottom:5px solid #2a9fc5; width: 95%;}
.content-post .content h4{ margin:1.5rem auto 1.5rem; padding:1rem 0; font-weight: 700; font-size:1.4rem; border-bottom:2px dotted #2a9fc5; width: 95%;}
.content-post .content p{ margin: .5rem  auto 1.5rem; line-height: 180%; width: 95%;}
.content-post .content p a{ color: #4682b4; text-decoration:underline;}
.content-post .content img{ display: block; margin:0 auto; height: auto; width: 100%; }
.content-post .content strong { font-weight: 600;}
.content-post .content ul,.content-post .content ol { margin: 20px 0 20px 20px;}
.content-post .content ul li { margin:5px 0; display:block; width:100%; font-size: 1rem;}
.content-post .content ul li a,.content-post .content ol li a{ display:inline-block}
.content-post .content ul li:before{ content:'・'; display: inline-block; color :#c4c49e} 
.content-post .content ol{
counter-reset:number;
list-style:none;
padding:0;
}
.content-post .content  ol li{ margin:5px 0; width:100%;}
.content-post .content  ol li:before{
margin-right:5px;
counter-increment: number;
content: counter(number) '.';
color:#c4c49e;
font-size:30px;
}

.boxset{ margin:40px auto; padding:20px;width:50%; background:#fff;}
.boxset ul { text-align:left;}
.size-full{ text-align:center;}

.simplemap { width: 95%; margin: 0 auto;}

/*------------------------------------------------------------------
フッターの設定
------------------------------------------------------------------*/

footer { width:100%; height:50px; line-height:50px; text-align:center; font-size:12px;  z-index:1000}

.ADfoot{ margin:0 auto; padding:0;text-align:center; max-width: 90%; width: 100%;}
/*------------------------------------------------------------------
フォーム
------------------------------------------------------------------*/
#wpcf7-f4-p98-o1 { position:relative; margin:20px 0 20px 10px;}
.wpcf7-form th{ font-weight:normal;}
.wpcf7-form th span{  margin-left:5px; padding:3px 5px; background:#b13435; border-radius:2px; color:#fff; font-size:10px;}
.wpcf7-submit { padding:10px 30px; border:0px; background:#507b18; border-radius:2px; font-size:16px; color:#fff;}
.wpcf7-form td { padding: 0 10px 10px;}
.wpcf7-text{ height:35px; padding:5px; border:1px solid #ccc;}
.wpcf7-textarea { padding:5px; border:1px solid #ccc;}

/*------------------------------------------------------------------
ページナビ
------------------------------------------------------------------*/

.wp-pagenavi{ position:relative; margin:60px auto; font-size:1.1rem; text-align:center; font-family: 'Fredericka the Great', cursive;}
.wp-pagenavi a, .wp-pagenavi span{  margin:0 5px !important; border:0px !important; height:40px; line-height:40px; padding:0 !important; text-align:center; width:40px;}
span.pages,.nextpostslink,.previouspostslink{ position:relative; top:10px;}
.wp-pagenavi span.current{ display:inline-block; background: #fafafa; color: #ccc; border-radius:1px;}
a.page{ display:inline-block; width:40px; background: #d6d6d6; color: #fff !important; border-radius:1px;}
.nextpostslink,.previouspostslink{ display:inline-block;}
span.pages, .nextpostslink, .previouspostslink{ top: inherit;}


/*------------------------------------------------------------------
レスポンシブ
------------------------------------------------------------------*/
@media screen and (min-width: 981px) and (max-width: 1200px){
  .main {
    padding: 50px 0 50px 5%;
    width: 90%;
  }
	
  .main .post, .main .archive_post {
    padding: 20px 5% 0 0;
    width: 65%;
  }
	
  .main .archive {
    padding: 0 5% 0 0;
    width: 65%;
  }
	
  .box .txt {
	margin: 1rem auto;
	width: 100%;  
  }
	
  .box .txt h2 {
    margin-bottom: 1.5rem;
  }
	
  .box .txt .date {
    margin-bottom: 1.5rem;
  }
	
  .box .thum {
    margin-right: 0;
    height: 300px;
    width: 100%;
  }
	
  aside {
    width: 30%;
  }
}


@media screen and (max-width: 980px){
	
	header .title img,
	header h1 img { 
	  width: 90px;
	}

  .main {
    padding: 50px 0;
    width: 90%;
  }
	
.main::before{
    border-top-width: 90px;
    border-right-width: 90px;
    border-bottom-width:0px;
    border-left-width: 0px;
}

.main::after{
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width:90px;
    border-left-width: 90px;
}
	
  .main .archive_post,.main section.post, .main section.tag, .sub,.main .post {
	margin: 0 auto 3rem;
    padding: 0;
    width: 90%;
  }
	
  .box .txt {
	margin: 0 0 0 auto;
	width: 55%;  
  }
	
  .box .txt h2 {
    margin-bottom: 1rem;
  }
	
  .box .txt .date {
    margin-bottom: 1rem;
  }
	
  .box .thum {
    margin-right: 0;
    height: auto;
    width: 40%;
  }
	
	
aside {
	margin: 3rem auto;
    padding: 0;
    width: 95%;
}
	
.archive > h1, .catname, .pages h1, .sub h2, .main .new h2, aside h2 {
    padding: 1rem 0;
}
	
.main  section >  h1, .content-post, 
.main section .tag-list, .main section .content-list{ display:block;}
	
.main section.post h1{ font-size:1.5rem;} 
.main  section.tag >  h1{ margin: 40px 0 20px 10px;}
	
.main section .content-list{ margin-top: 2rem; }
.main section .content-list .box {
    color: #aaa;
    display: block;
    font-size: .85rem;
    font-weight: 100;
    margin: 0 auto 1rem;
        margin-right: auto;
    height: auto;
    padding: 0;
    position: relative;
    width: 90%;
    z-index: 10;
}
.content-post .content h4 {
    margin: 2rem auto 1rem;
}

.main section .content-list .box a{
    font-size: 1.2rem;
}
	
 .content-post .capt > span{ margin-top:20px; font-weight:bold;}

.size-full img{ width:100%; height:auto;}
	
.content-post .content{
    padding: 0 0px 35px;
    width: 100%;
}

.main section.tag .tag-list span, 
.content-post .tag-list span{
    margin: 0 5px 5px 0;
    padding: .2rem .5rem;
}
	
.content-post .content h2 {
    font-size: 1.4rem;
	padding: .5rem;
}
	
.content-post .content h3 {
    font-size: 1.2rem;
	padding: .5rem 0;
}
	
.content-post .content h4 {
    font-size: 1.2rem;
	padding: .5rem 0;
}
	
 .point_capt,
 .post .date {
    left: -5px;
    letter-spacing: 2px;
    top: 20px;
    font-size: 11px;
 }

	
footer { width:100%; height:100px; line-height:100px; text-align:center; font-size:12px; z-index:1000}
footer span{ font-size:12px;}

}


@media screen and (max-width: 768px){
header .title img, header h1 img {
    width: 50px;
}
	
.main::before{
    border-top-width: 50px;
    border-right-width: 50px;
    border-bottom-width:0px;
    border-left-width: 0px;
}

.main::after{
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width:50px;
    border-left-width: 50px;
}

	
  .box .txt {
	margin:1rem 0;
    padding-left: 3%;
    width: 67%;
  }
	
  .box .txt h2 {
	font-size: 1.3rem;
    margin: .5rem 0;
  }
	
  .box .txt .date {
    margin-bottom: 1rem;
  }

  .box .txt .excerpt{
	display: none;	
  }
	
  .box .thum {
    height: auto;
	overflow: hidden;
    position: relative;
	padding-top: 30%;
    width: 30%;
  }
  
  .box .thum img{
	height: auto;
	max-width: 200%;
	width: 200%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	}
  .post .date {
    left: -5px;
    letter-spacing: 2px;
    top: 20px;
    font-size: 10px;
	transform: rotate(0);
	right: 20px;
	left: inherit;
  }
  
  .point_capt{
	 display: none;
	}
	
  .sub .article-box .box {
	margin-bottom: 2%;
    width: 48%;
  }
	
	.content-post .content h2::before{ border-bottom-width:15px;  border-left-width: 15px; border-bottom-width: 0; border-left-width: 0;}
}


/*追加設定*/
.aligncenter{ margin:0 auto; text-align:center;}
.tx_small .profile { width:100%;}
.tx_small p{ font-size:.9rem; font-family: fot-tsukuardgothic-std,"ヒラギノ角ゴシック W1", "HiraginoSans-W1", "メイリオ", Meiryo, Osaka,"Century Gothic",CenturyGothic,AppleGothic, sans-serif;}
.tx_small p.big span{margin:0; padding:0; font-size:1rem; background:none; font-weight:normal}

.profile {
  margin: 20px auto 0;
  text-align: center;
}

.profile .name{
  font-family: 'Fredericka the Great', cursive;
  font-size: 18px;
  margin: .5rem 0;
}

.profile .name span{
  color: #839bab;
  display: block;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック W1", "HiraginoSans-W1", "メイリオ", Meiryo, Osaka,"Century Gothic",CenturyGothic,AppleGothic, sans-serif;
  font-size: 10px;
}

.profile .big{
    font-size: .8rem;
	font-family: "Century Gothic",CenturyGothic,AppleGothic, sans-serif;
	margin: .5rem auto;
	text-align: center;
}

.profile .name + p{
	font-size: 12px;
}

span.small{font-size: .8rem; margin-right: .5rem;}

table td {word-break: break-all;}

.content .syntaxhighlighter {
  width: 95% !important;
  margin: 1em auto 1em auto !important;
}

.syntaxhighlighter table {font-size: .95rem !important;}

.content .syntaxhighlighter table td.gutter .line,
.content .syntaxhighlighter table td.code .line {
    padding: .4rem !important;
}

.content a{
	display: inline;
}

.page_list{
	background:#fafafa; padding: 1rem; max-width: 500px; width: 90%;margin: 2rem auto;
}


.page_list strong {
	display: block;
	text-align:center;
}

.content table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

.content table.center td {
	text-align: center;
}

.content table th {
	background: #add8e6;
	border-right: 1px solid #fff;
	text-align: center;
}

.content table td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.content table td:last-child,
.content table th:last-child {
	border-right: 0;
}

.content table th,
.content table td{
	padding: .5rem;
}

.link {
  display: block;
  font-size: 12px;
  text-align: right;
}

.mokuzi {
	background: #f7f7f7;
    margin: 1rem auto;
    padding: 2rem 1rem;
    max-width: 600px;
    width: 90%;
}

.mokuzi strong{
	display:block;
	font-size: 16px;
	text-align: center;
}

.main .content .mokuzi ul {
	list-style: none;
	margin: 0 auto;
}

.main .content .mokuzi > ul {
	width: 95%;
}

.content-post .content ul li a{
  border-bottom: 1px dotted #ccc;
  display: block;
  padding: .5rem;
}

.content-post .content ul li ul li a{
	padding: .5rem 1.5rem;
    margin-bottom: .5rem;
}

.content-post .content ul li::before{
	display: none;
}

.content-post .content .flex-box{
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: .5rem auto 1.5rem;
    width: 95%;
}

.content-post .content .flex-box p{
	margin-bottom: 0;
    width:48%;
}

#bt-top {
    position: fixed;
    bottom: 1%;
    right: 3%;
    font-size: 80%;
	height:40px;
	width:40px;
	z-index: 100;
}

#bt-top span{
	display:block;
	position:relative;
	text-align: center;
}

#bt-top span::before{
	content:'';
	height:50px;
	width:50px;
	display:block;
    border:2px solid #333;
	border-left-width:0;
	border-bottom-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	position: absolute;
    top: -25px;
    left: 50%;
   margin-left: -25px;
}


@media screen and (max-width: 768px){
	
	#bt-top span::before{
		content:'';
		height:30px;
		width:30px;
		top: -15px;
	   margin-left: -15px;
	}

}


/**カテゴリ**/
.meta span{
  background: #333;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: 'huifontregular', sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 .25rem .5rem;
  padding: 8px 10px 8px 28px;
  position: relative;
}
.meta span::before{
  content:'';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height:14px;
  width:14px;
  display:block;
  margin-top: -7px;
  position:absolute;
  top: 50%; left: 10px;
}
.meta span::after{
  content:'';
  height:0;
  width:0;
  display:block;
  border:6px transparent solid;
  border-bottom-width:0;
  border-top-color:#333;
  margin-left: -2px;
  position:absolute;
  bottom: -6px; left: 50%;
}
.meta .area{
  background: #e8c436;
}
.meta .area::before{
  background-image: url(images/icon_pin.gif);
}
.meta .area::after{
  border-top-color: #e8c436;
}
.meta .nature{
  background: #41a117;
}
.meta .nature::before{
  background-image: url(images/icon_na.gif);
}
.meta .nature::after{
  border-top-color:#41a117;
}
.meta .spot{
  background: #fc7195;
}
.meta .spot::before{
  background-image: url(images/icon_pin.gif);
}
.meta .spot::after{
  border-top-color: #fc7195;
}
.meta .hotel {
  background: #2077c8;
}
.meta .hotel::before{
  background-image: url(images/icon_hotel.gif);
}
.meta .hotel::after{
  border-top-color: #2077c8;
}
.meta .shrines-and-temples{
  background: #e12613;
}
.meta .shrines-and-temples::before{
  background-image: url(images/icon_sh.gif);
}
.meta .shrines-and-temples::after{
  border-top-color: #e12613;
}
.meta .food{
  background: #e07206;
}
.meta .food::before{
  background-image: url(images/icon_fo.gif);
}
.meta .food::after{
  border-top-color:#e07206;
}

@media screen and (max-width: 768px){
	
.meta span{
  font-size: 12px;
  margin: 0 .1rem .5rem;
  padding: 6px 7px 6px 25px;
  position: relative;
}
.meta span::before{
  height:12px;
  width:12px;
  margin-top: -6px;
  left: 8px;
}
.meta span::after{
  content:'';
  height:0;
  width:0;
  display:block;
  border:5px transparent solid;
  border-bottom-width:0;
  border-top-color:#333;
  margin-left: -2.5px;
  position:absolute;
  bottom: -5px; 
}
	
}

@media screen and (max-width: 480px){
.meta span{
  padding: 6px 7px;
}
	
.meta span::before{
  display: none;
}
	
}

/**hotel**/
.content-post .content .hcsb_threeLine h2::before{
  display: none;
}

.content-post .content .gmp_map_opts,
.content-post .content .hcsb_threeLine{
  width: 95% !important;
  margin: 0 auto !important;
}


.list-box {
background: #f0f0f0;
padding: 1rem;
margin: .5rem 1rem 1.5rem;
line-height: 180%;
width: auto;
}
.list-box p:first-child{
  margin-top:0;
}
.list-box p:last-child{
  margin-bottom:0;
}
