@charset "utf-8";
/* CSS Document */

/*--------------------------------------
	基本設定
----------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	width: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.serif {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
a:link {
	text-decoration: none;
}
li {
	list-style: none;
}
p {
	text-align: justify;
	color: #3c3c3c;
	line-height: 1.5em;
}

/*--------------------------------------
	SP
----------------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	#nav-switcher {
		display: none;
	}

	/*--------------------
		HEADER
	--------------------*/
	#global-header {
		background: url(../img/common/wood.png) no-repeat center center;
		background-size: cover;
		padding-top: 8px;
	}
	h1 {
		margin-top: 8px;
	}
	h1 a {
		display: block;
		max-width: 100px;
		margin-left: 2%;
		position: relative;
		z-index: 1;
	}

	/*--------------------
		NAVIGATION
	--------------------*/
	#global-navi {
		width: 100%;
		height: 50px;
		background: rgba(255, 255, 255, 0.5);
		position: absolute;
		top: 8px;
	}
	#global-navi label {
		width: 31px;
		position: absolute;
		top: 5px;
		right: 2%;
	}
	#global-navi ul {
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
		margin-top: 50px;
		position: relative;
		z-index: 2;
	}
	#global-navi li a {
		display: block;
		height: 0;
		color: #fff;
		text-align: center;
		line-height: 40px;
		overflow: hidden;
		-webkit-transition: all ease-out 0.25s;
		-moz-transition: all ease-out 0.25s;
		transition: all ease-out 0.25s;
	}
	#nav-switcher:checked + ul li a {
		height: 40px;
		border-bottom: 1px solid #ccc;
	}
	#global-navi li a p {
		text-align: center;
		color: #fff;
		line-height: 40px;
		letter-spacing: 0.1em;
	}

	/*--------------------
		MAIN
	--------------------*/
	.main {
		background: url(../img/common/wood.png) no-repeat center center;
		background-size: cover;
		margin-top: -108px;
	}

	/*--------------------
		REASON
	--------------------*/
	.reason {
		background: url(../img/top/reason.png) no-repeat center center;
		background-size: cover;
		padding: 0 10px;
	}
	.reason .top-h2 {
		text-align: center;
		color: #3c3c3c;
		font-size: 18px;
		letter-spacing: 0.1em;
		padding: 55px 0;
	}
	.reason-title {
		text-align: center;
		color: #c13b00;
		font-size: 22px;
		letter-spacing: 0.15em;
		padding-bottom: 25px;
		border-bottom: 1px solid #20201f;
		margin-bottom: 25px;
	}
	.reason-text {
		text-align: center;
		letter-spacing: 0.1em;
		padding-bottom: 50px;
	}

	/*--------------------
		COURSE
	--------------------*/

	/*--------------------
		RECOMMEND
	--------------------*/
	.recommend {
		background: url(../img/common/wood.png) no-repeat center center;
		background-size: cover;
		padding-bottom: 50px;
		margin-top: -10%;
	}
	.recommend a {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	/*--------------------
		DRINK
	--------------------*/

	/*--------------------
		SHOP
	--------------------*/
	.shop {
		position: relative;
	}
	.shop a {
		display: block;
		width: 40%;
		position: absolute;
		top: 4.5%;
		right: 5%;
	}

	/*--------------------
		GO2TOP
	--------------------*/
	.go2top {
		width: 320px;
		padding-top: 50px;
		margin: 0 auto -1px;
	}
	.go2top a {
		display: block;
		width: 132px;
		height: 50px;
		margin: 0 auto;
	}

	/*--------------------
		FOOTER
	--------------------*/
	footer {
		border-top: 5px solid #c13b00;
	}
	footer ul {
		background: url(../img/common/wood.png) no-repeat center center;
		background-size: cover;
	}
	footer li {
		float: left;
		width: 50%;
	}
	.copy {
		background: #000;
		padding: 18px 10px;
	}
	.copy a {
		display: block;
		max-width: 337px;
		margin: 0 auto;
	}


	/*
		LOWER PAGE
	------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.lower-h2 {
		padding-bottom: 8%;
	}
	.lower {
		margin: 50px 10px 23px;
	}
	h3 {
		color: #3c3c3c;
		line-height: 1.5em;
		padding: 0 5px;
		border-bottom: 3px solid #c13b00;
		margin-bottom: 10px;
	}
	h3 i {
		color: #5a8b14;
		margin-right: 0.5em;
	}
	h4 {
		background: #ccc;
		color: #fff;
		line-height: 1.5em;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	h4 i {
		color: #c13b00;
		margin-right: 0.5em;
	}
	.lower-box01 {
		margin-bottom: 20px;
	}
	.lower-box02 {
		padding: 0 10px;
	}
	.new-line {
		margin-top: 1em;
	}
	.bold {
		font-weight: bold;
	}
	.green {
		color: #5a8b14;
	}

	/*--------------------
		COURSE
	--------------------*/
	#course img {
		margin: 0 auto 10px;
	}
	.course-img01 {
		max-width: 200px;
	}
	.course-img02 {
		max-width: 160px;
	}
	#course dl {
		line-height: 1.5em;
		margin-bottom: 10px;
		padding: 0 5px;
		border-bottom: 1px dotted #ccc;
	}
	#course dt {
		float: left;
	}
	#course dd {
		float: right;
	}
	#course ul {
		width: 290px;
		margin: 0 auto;
	}

	/*--------------------
		RECOMMEND
	--------------------*/

	/*--------------------
		DRINK
	--------------------*/
	#drink dl {
		line-height: 1.5em;
		margin-bottom: 10px;
		padding: 0 5px;
		border-bottom: 1px dotted #ccc;
	}
	#drink dt {
		float: left;
	}
	#drink dd {
		float: right;
	}

	/*--------------------
		SHOP
	--------------------*/
	#shop table {
		width: 100%;
		max-width: 400px;
		background: rgba(193, 59, 0, 0.8);
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#shop th {
		width: 30%;
		text-align: left;
		color: #fff;
		font-weight: normal;
		vertical-align: middle;
		box-sizing: border-box;
		border: 2px solid #fff;
		padding: 10px;
	}
	#shop td {
		color: #fff;
		box-sizing: border-box;
		border: 2px solid #fff;
		padding: 10px;
	}
	#shop .tel {
		color: #fff;
		text-decoration: underline;
	}

	/*--------------------
		BLOG
	--------------------*/
	time {
		color: #3c3c3c;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.text-content {
		margin-top: 10px;
	}
	.text-content .text-area {
		max-height: 72px;
		overflow: hidden;
	}
	.text-content .text-area img {
		display: none;
	}
	.text-content img {
		width: auto;
		max-width: 100%;
		margin: 10px 0;
	}
	.text-more {
		float: right;
		font-size: 14px;
		font-weight: bold;
		line-height: 0;
		margin-top: 20px;
	}
	.more {
		display: inline-block;
		width: 120px;
		text-decoration: none;
		text-align: center;
		color: #5a8b14;
		line-height: 36px;
		background: #fff;
		box-sizing: border-box;
		border: 2px solid #5a8b14;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	.more::before,
	.more::after {
		display: block;
		position: absolute;
		z-index: -1;
		content: '';
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.more:hover {
		color: #fff;
	}
	.more::after {
		top: -100%;
		width: 100%;
		height: 100%;
	}
	.more:hover::after {
		top: 0;
		background-color: #5a8b14;
	}

	/*--------------------
		SITE
	--------------------*/
	#site li {
		padding: 10px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
	}
	#site li i {
		color: #c13b00;
		margin-right: 0.5em;
	}
	#site li a {
		color: #3c3c3c;
	}

	/*--------------------
		PRIVACY
	--------------------*/
	#privacy li {
		color: #3c3c3c;
		font-size: 14px;
		line-height: 1.5em;
		padding: 0 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 5px;
	}
	#privacy li i {
		color: #c13b00;
		margin-right: 0.5em;
	}

	/*--------------------
		CONTACT
	--------------------*/
	#contact table {
		width: 100%;
		max-width: 600px;
		background: rgba(193, 59, 0, 0.8);
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#contact th {
		width: 35%;
		text-align: left;
		color: #fff;
		font-weight: normal;
		vertical-align: middle;
		box-sizing: border-box;
		border: 2px solid #fff;
		padding: 10px;
	}
	#contact td {
		color: #fff;
		vertical-align: middle;
		box-sizing: border-box;
		border: 2px solid #fff;
		padding: 10px;
	}
	.input-big {
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	.input-middle {
		width: 65%;
		padding: 5px;
		box-sizing: border-box;
	}
	.input-mini {
		width: 48px;
		padding: 5px;
		box-sizing: border-box;
	}
	#contact .check {
		line-height: 1.5em;
		padding: 16px 20px;
	}
	#address {
		margin-top: 5px;
	}
	.required-mark {
		font-size: 12px;
	}
	.error-text {
		color: #fff;
		font-size: 12px;
		margin: 0 0 5px;
	}
	.contact-submits {
		width: 200px;
		height: 60px;
		text-align: center;
		margin: 0 auto;
	}
	.contact-submits .bk {
		width: 90px;
		margin-right: 20px;
	}
	.contact-submits .sd {
		width: 90px;
	}
	.contact-submits input {
		float: left;
		display: block;
		width: 200px;
		height: 40px;
		background: rgba(255, 255, 255, 1);
		border: 2px solid #5a8b14;
		box-sizing: border-box;
		text-align: center;
		color: #5a8b14;
		font-weight: bold;
		padding: 0;
		margin: 20px auto 0;
		cursor: pointer;
	}
	.contact-submits input:hover {
		background: rgba(193, 59, 0, 1);
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.sec-error-text {
		text-align: center;
		color: #5a8b14;
		font-size: 16px;
		line-height: 50px;
		border: 2px solid #f00;
	}

	#contact .contact-recaptcha-wrap {
		margin: 20px 0 0;
		text-align: center;
	}
	#contact .g-recaptcha {
		display: inline-block;
	}

	/*
		CMS COMMON
	------------------------------*/
	/*--------------------
		CATEGORY
	--------------------*/
	.anchor-links {
		margin: 0 0 15px;
		text-align: center;
	}
	.anchor-links li {
		display: inline-block;
		width: 30%;
		height: 35px;
		background: #0aa92c;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		vertical-align: top;
		line-height: 30px;
		border: 3px solid #0aa92c;
		border-radius: 10px;
		box-sizing: border-box;
		margin: 0 1%;
		overflow: hidden;
	}
	.anchor-links a {
		display: block;
		color: #fff;
	}
	.anchor-links li a:hover {
		background: #fff;
		color: #0aa92c;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}

	/*--------------------
		GALLERY
	--------------------*/
	ul.gallery {
		font-size: 0;
		letter-spacing: 0;
	}
	ul.gallery li {
		width: 32%;
		margin: 0 0 20px;
		font-size: 12px;
		vertical-align: top;
		display: inline-block;
	}
	ul.gallery li:nth-child(3n+2) {
		margin: 0 2% 8px;
	}

	/*--------------------
		PAGINATION
	--------------------*/
	.pagination {
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
	}
	.pagination li {
		width: 25px;
		margin: 0 3px;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
		font-weight: bold;
		box-sizing: border-box;
		border: 2px solid #5a8b14;
		vertical-align: top;
		display: inline-block;
	}
	.pagination .current {
		color: #fff;
		background: #5a8b14;
	}
	.pagination .dot {
		width: 15px;
		margin: 0 1px;
		border: none;
	}
	.pagination li a {
		color: #5a8b14;
		text-decoration: none;
		display: block;
	}
	.pagination li a:hover {
		background: #5a8b14;
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}

	/*--------------------
		MONTHLY ARCHIVE
	--------------------*/
	.site-sidebar {
		max-width: 480px;
		margin: 0 auto;
	}
	.site-sidebar h4 {
		text-align: center;
		margin-bottom: 20px;
	}
	.site-sidebar ul {
		margin: 0 0.5%;
	}
	.site-sidebar li {
		float: left;
		width: 33%;
		text-align: center;
		margin-bottom: 20px;
	}
	.site-sidebar li a {
		color: #333;
		text-decoration: underline;
	}

	/*--------------------
		PREV NEXT BUTTON
	--------------------*/
	.paginated-link {
		max-width: 600px;
		margin: 20px auto;
		overflow: hidden;
	}
	.paginated-link li {
		font-size: 14px;
		font-weight: bold;
	}
	.paginated-link li.prev-link {
		float: left;
	}
	.paginated-link li.next-link {
		float: right;
	}

/*▼pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.pagenation li {
  font-size: 16px;
  background-color: rgba(193,59,0,.6);
}
.pagenation a,
.pagenation span {
  padding: 5px 10px;
  display: block;
  color: #fff;
}
.pagenation li:not(.current):hover {
  opacity: .8;
}
.pagenation li:not(:last-child) {
  margin: 0 10px 0 0;
}
.pagenation .current {
  background-color: rgba(193,59,0,.8);
}