@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}


/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

header {
	position: relative;
}
#mv {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#mv .catchphrase {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-40%, -50%); /* Safari用 */
	transform: translate(-40%, -50%);
	text-align: center;
	width: 300px;
}
#mv .catchphrase img {
	width: 100%;
}
#mv h1 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-shadow:
		black 1px 1px 2px, black -1px 1px 2px,
		black 1px -1px 2px, black -1px -1px 2px;
}
.global_nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	height: 60px;
}
.global_nav .logo {
	height: 50px;
	float: left;
	margin: 5px 0 0 10px;
}
.global_nav .logo img {
	height: 100%;
}
#global_nav_under {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,0.8);
	z-index: 99999;
}
#global_nav_under .global_nav {
	background: none;
}
#global_nav_under h1 {
	font-size: 12px;
	font-weight: 400;
	float: right;
	position: absolute;
	top: -10px;
	right: 20px;
}
#global_nav_under .global_nav .logo {
	height: 50px;
	float: left;
	margin: 0 0 0 10px;
}
nav {
	/*width: calc(100% - 220px);*/
	float: right;
}
nav ul {
	width: 420px;
	padding: 15px 10px 10px 20px;
}
nav ul li {
	font-size: 15px;
	font-weight: 400;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	margin: 0 1%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px; 
	-moz-border-radius-topright: 20px; 
	-moz-border-radius-bottomleft: 20px;
}
nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 15px;
}
nav ul li.do {
	background: #f8b500;
}
nav ul li.eatdrink {
	background: #aacd06;
}
nav ul li.stay {
	background: #83cdd2;
}
nav ul li.see {
	background: #ed004a;
}
nav ul li.meet {
	background: #8713d2;
}
nav ul li.lang {
	background: #AAA;
}
.fixed {
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
}
.contents-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 80px 20px;
}
.main_ttl {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	background-image: url(../image/common/icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 43px 40px;
	-moz-background-size: 43px 40px;
	-webkit-background-size: 43px 40px;
	padding: 0 0 45px 0;
	margin: 0 0 20px 0;
}
.main_ttl .en {
	font-size: 22px;
	font-family: 'Josefin Sans', sans-serif;
}
#introduction {
	margin: 0 0 50px 0;
}
#introduction .txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	/*text-align: center;*/
}
.category_nav {
	background-image: url(../image/common/category_nav_bg.png);
	background-repeat: repeat-x;
	background-position: center 80px;
	padding: 0 20px 40px 20px;
}
.category_nav ul {
	max-width: 1000px;
	margin: 0 auto;
}
.category_nav ul li {
	width: 18.4%;
	margin: 0 2% 0 0;
	text-align: center;
	float: left;
}
.category_nav ul li:last-child {
	margin-right: 0;
}
.category_nav ul li a {
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
}
.category_nav ul li a span {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
}
.category_nav ul li img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
.article {
}
.article .main_ttl a {
	text-decoration: none;
}
.article ul {
	margin: 0 0 80px 0;
}
.article ul li {
	width: 23.5%;
	margin: 0 2% 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
	position: relative;
}
.article ul li:nth-child(4n) {
	margin-right: 0;
}
.article ul li img {
	width: 100%;
	height: 160px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px; 
	-moz-border-radius-topright: 20px; 
	-moz-border-radius-bottomleft: 20px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.article ul li a {
	text-decoration: none;
	display: block;
}
.article ul li p.do  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #f8b500;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.eatdrink  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #aacd06;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.stay  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #83cdd2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.see  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #ed004a;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.meet  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #8713d2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.do_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #f8b500;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.eatdrink_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #aacd06;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.stay_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #83cdd2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.see_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #ed004a;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.meet_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #8713d2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li .post_ttl {
	font-size: 14px;
	font-weight: 400;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}
footer {
	background: #a0c203;
	text-align: center;
}
footer img {
	width: 80px;
	margin: -40px 0 0 0;
}
footer .info {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	padding: 5px 20px 20px 20px;
}
footer .info span {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
}
footer .info a {
	color: #FFF;
}
footer .info a:hover {
	text-decoration: none;
}
footer .copy {
	font-size: 12px;
	font-weight: 400;
	background: #FFF;
	padding: 5px;
}
#under {
	margin: 120px 0 0 0;
}
.sv {
	max-width: 800px;
	margin: 0 auto;
}
.sv img {
	width: 100%;
}
.explanation .txt {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}
.map {
	margin: 0 0 80px 0;
}

#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 6;
}
#pagetop_under {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 6;
}
#pagetop img, #pagetop_under img {
	width: 100%;
}

/* WP */
#sv_wp {
	width: 100%;
	height: 400px;
	background-image: url(../image/common/sv_wp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#post {
	margin: 80px 0 50px 0;
	background-image: url(../image/common/dot.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 45px 5px;
	-moz-background-size: 45px 5px;
	-webkit-background-size: 45px 5px;
}
#post .post {
	max-width: 800px;
	margin: 0 auto;
}
#post .post img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
#post .post .article ul li img {
	width: 100%;
	display: block;
	margin: 0;
	height: 140px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#post .post .photo img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px 0;
}
#post .post .txt {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#post .post .info {
	margin: 30px 0 0 0;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background: #F8F8F8;
}
#post .post .info dt {
	width: 30%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-top: solid 1px #CCC;
}
#post .post .info dd {
	width: 70%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #FFF;
}
#post .post .info dd .reservation a {
	background: #6ba62c;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomleft: 10px;
	display: inline-block;
}
#post .post .info dd a {
	color: #111;
}
#post .post .info dd a:hover {
	text-decoration: none;
}
#post .post .info dd .disc {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}
#post .post .info dd .child {
	border: none;
}
#post .post .info dd .child dt {
	border: none;
	width: 25%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 0;
	margin: 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#post .post .info dd .child dd {
	border-top: none;
	width: 75%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 0 2px 10px;
	margin: 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left: solid 2px #CCC;
}
#post .post .info dd p {
	margin: 20px 0 0 0;
}
#post .post .people {
	margin: 20px 0 0 0;
}
#post .post .people dt {
	font-size: 14px;
	font-weight: 400;
	color: #6ba62c;
	border-bottom: dashed 1px #6ba62c;
	margin: 0 0 5px 0;
}
#post .post .people dd {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.post_back {
	width: 180px;
	margin: 40px auto 80px auto;
	background: #6ba62c;
	text-align: center;
}
.post_back a {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}

/* pager */
.pager {
	list-style-type: none;
	display: table;
	margin: 20px auto 0 auto;
}
.pager li {
	margin: 10px;
	float: left;
}
.pager li a {
	padding: 10px;
}
.pager li a:hover {
	text-decoration: none;
}

}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

header {
	position: relative;
}
#mv {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#mv .catchphrase {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-45%, -50%); /* Safari用 */
	transform: translate(-45%, -50%);
	text-align: center;
	width: 240px;
}
#mv .catchphrase img {
	width: 100%;
}
#mv h1 {
	display: none;
}
#sp_header {
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	z-index: 999;
}
#sp_header_under {
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	z-index: 999;
}
#sp_header .logo, #sp_header_under .logo {
	height: 40px;
	padding: 5px;
}
#sp_header .logo img, #sp_header_under .logo img {
	height: 40px;
}
.header_icon {
	width: 40px;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 2;
}
.header_icon img {
	width: 100%;
}
.remodal .logo {
	width: 200px;
	margin: 0 auto 20px auto;
}
.remodal .logo img {
	width: 100%;
}
.sp_nav {
	text-align: center;
}
.sp_nav li {
	font-size: 15px;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	margin: 0 0 15px 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px; 
	-moz-border-radius-topright: 20px; 
	-moz-border-radius-bottomleft: 20px;
}
.sp_nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 15px;
}
.sp_nav li.do {
	background: #f8b500;
}
.sp_nav li.eatdrink {
	background: #aacd06;
}
.sp_nav li.stay {
	background: #83cdd2;
}
.sp_nav li.see {
	background: #ed004a;
}
.sp_nav li.meet {
	background: #8713d2;
}
.sp_nav li.lang {
	background: #AAA;
}
.contents-wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 10px 50px 10px;
}
.main_ttl {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	background-image: url(../image/common/icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 21px 20px;
	-moz-background-size: 21px 20px;
	-webkit-background-size: 21px 20px;
	padding: 0 0 25px 0;
	margin: 0 0 20px 0;
}
.main_ttl .en {
	font-size: 22px;
	font-family: 'Josefin Sans', sans-serif;
}
#introduction {
	margin: 0 0 20px 0;
}
#introduction .txt {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
}
.category_nav {
	background-image: url(../image/common/category_nav_bg.png);
	background-repeat: repeat-x;
	background-position: center 60px;
	padding: 20px 10px 10px 10px;
}
.category_nav ul {
	max-width: 500px;
	margin: 0 auto;
}
.category_nav ul li {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}
.category_nav ul li {
	width: 32%;
	margin: 0 2% 20px 0;
	text-align: center;
	float: left;
}
.category_nav ul li:nth-child(3n) {
	margin-right: 0;
}
.category_nav ul li a {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
}
.category_nav ul li a span {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	margin: -5px 0 0 0;
}
.category_nav ul li img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
.article {
}
.article .main_ttl a {
	text-decoration: none;
}
.article ul {
	margin: 0 0 60px 0;
}
.article ul li {
	width: 49%;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
	position: relative;
}
.article ul li:nth-child(odd) {
	float: left;
}
.article ul li:nth-child(even) {
	float: right;
}
.article ul li img {
	width: 100%;
	height: 120px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px; 
	-moz-border-radius-topright: 20px; 
	-moz-border-radius-bottomleft: 20px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.article ul li a {
	text-decoration: none;
	display: block;
}
.article ul li p.do  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #f8b500;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.eatdrink  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #aacd06;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.stay  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #83cdd2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.see  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #ed004a;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.meet  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #8713d2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.do_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #f8b500;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.eatdrink_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #aacd06;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.stay_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #83cdd2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.see_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #ed004a;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li p.meet_en  {
	position: absolute;
	top: 10px;
	left: 0;
	background: #8713d2;
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.article ul li .post_ttl {
	font-size: 13px;
	font-weight: 400;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}
footer {
	background: #a0c203;
	text-align: center;
}
footer img {
	width: 60px;
	margin: -30px 0 0 0;
}
footer .info {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	padding: 5px 20px 20px 20px;
}
footer .info span {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}
footer .info a {
	color: #FFF;
}
footer .info a:hover {
	text-decoration: none;
}
footer .copy {
	font-size: 12px;
	font-weight: 400;
	background: #FFF;
	padding: 5px;
}

#under {
	margin: 60px 0 0 0;
}
.sv {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 10px;
}
.sv img {
	width: 100%;
}
.explanation .txt {
	font-size: 13px;
	font-weight: 400;
}
.map {
	margin: 0 0 40px 0;
}
.map iframe {
	height: 300px;
}

#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 6;
}
#pagetop_under {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 6;
}
#pagetop img, #pagetop_under img {
	width: 100%;
}

/* WP */
#sv_wp {
	width: 100%;
	height: 300px;
	background-image: url(../image/common/sv_wp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#post {
	margin: 55px 0 50px 0;
	background-image: url(../image/common/dot.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 45px 5px;
	-moz-background-size: 45px 5px;
	-webkit-background-size: 45px 5px;
}
#post .post {
	max-width: 500px;
	margin: 0 auto;
}
#post .post img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
#post .post .article ul li img {
	width: 100%;
	display: block;
	margin: 0;
	height: 120px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#post .photo .post img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px 0;
}
#post .post .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#post .post .info {
	margin: 20px 0 0 0;
}
#post .post .info dt {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #EFEFEF;
}
#post .post .info dd {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 5px 20px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#post .post .info dd .reservation a {
	background: #6ba62c;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	margin: 5px 5px 0 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomleft: 10px;
	display: inline-block;
}
#post .post .info dd a {
	color: #111;
}
#post .post .info dd a:hover {
	text-decoration: none;
}
#post .post .info dd .disc {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}
#post .post .info dd .child {
	border: none;
}
#post .post .info dd .child dt {
	border: none;
	width: 35%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 0;
	margin: 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: none;
}
#post .post .info dd .child dd {
	border-top: none;
	width: 65%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 0 2px 10px;
	margin: 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left: solid 2px #CCC;
}
#post .post .info dd p {
	margin: 20px 0 0 0;
}
#post .post .people {
	margin: 20px 0 0 0;
}
#post .post .people dt {
	font-size: 13px;
	font-weight: 400;
	color: #6ba62c;
	border-bottom: dashed 1px #6ba62c;
	margin: 0 0 5px 0;
}
#post .post .people dd {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.post_back {
	width: 180px;
	margin: 40px auto 80px auto;
	background: #6ba62c;
	text-align: center;
}
.post_back a {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}

/* pager */
.pager {
	list-style-type: none;
	display: table;
	margin: 20px auto 0 auto;
}
.pager li {
	margin: 10px;
	float: left;
}
.pager li a {
	padding: 10px;
}
.pager li a:hover {
	text-decoration: none;
}

}