@charset "utf-8";
body {
	line-height: 1.8;
	margin: 0;
	color: #333;
	background: #fff;
	background: url(images/common/bg.jpg) left top repeat;
	/*font-family: 'Open Sans', sans-serif;*/
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}
@media (max-width: 991px) {
	body {
		line-height: 1.8;
		font-size: 14px;
		}
}
/*---------------------------------

	全体設定
	
---------------------------------*/
html {
	margin-top: 0!important;
}
* {box-sizing: border-box;}

.f-default {font-family: 'Open Sans', sans-serif;}
.f-min {
	-webkit-font-smoothing: antialiased;
}
pre {white-space:pre-wrap;}
ul,ol {
	list-style-type: none;
}
ul,ol,li,
dl,dt,dd,
h1, h2, h3, h4, h5, h6,
p {
	margin: 0;
	padding: 0;
}
h2, h3 {
	text-align: center;
}
.aligncenter {
    display: block;
    margin: 10px auto !important;
}
#mainv_blank {
	height: 50px;
}
.page-title {
	margin: 1em auto .5em;
}
#base_menu {
	padding: 0 15px;
}
#base_menu img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
@media screen and (max-width: 480px) {
	#mainv_blank {
		height: 60px;
	}
}
.black,.black p a,.black a {
	color: black!important;
	border-top-color: black!important;
	border-left-color: black!important;
	border-right-color: black!important;
	border-bottom-color: black!important;
}
.black p:after {
	color: black!important;
}
.black_bg ul {
	background: black!important;
}
.white,.white li a,.white p a,.white a {
	color: white!important;
	border-top-color: white!important;
	border-left-color: white!important;
	border-right-color: white!important;
	border-bottom-color: white!important;
}
.white .post_text a {
	text-decoration: underline!important;
}
.white p:after {
	color: white!important;
}
/*---------------------------------

	IE11を除外
	
---------------------------------*/
_:-ms-lang(x)::-ms-backdrop, .sample {
	img {
		width: inherit;
		}
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
@media (max-width: 991px) {
	a:active,
	a:hover,
	a:focus,
	a:visited {
		text-decoration: none;
		}
}

.pc-hidden {
	display: none!important;
}
@media (max-width: 767px) {
	.pc-hidden {
		display: block!important;
	}
	.sp-hidden {
		display: none!important;
		}
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
}
input[type="radio"] {
	margin: 4px 0 0 4px!important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
select,
textarea {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;

	width: 100%;
	padding: 0 10px;
	background: #f2f2f2!important;
	border: 1px solid #bfbfbf;
	font-size: 16px;
}
textarea {
	line-height: 1.6;
	padding: 10px;
	resize: vertical;
}
@media (max-width: 991px) {
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"],
	select,
	textarea {
		height: 40px;
		font-size: 14px;
		}
}

.fa {margin-right: 10px;}
@media (max-width: 991px) {
	.fa {margin-right: 5px;	}
}

@media (max-width: 767px) {
}
@media (max-width: 991px) {
}
@media (max-width: 1199px) {
}

#wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.layout-left {
	position: absolute;
	/*position: fixed;*/
	/*left: 0;*/
	top: 0;
	width: 250px;
}
.layout-right {
	margin-left: 250px;
/*	background: url(images/common/bg.jpg) left top repeat;*/
}
@media (max-width: 991px) {
	.layout-left {
		position: relative;
		width: 100%;
	}
	.layout-right {
		width: 100%;
		margin-left: 0;
	}
}
/*---------------------------------

	common parts
	
---------------------------------*/
.p-ov-h {overflow: hidden;}

.p-bold {font-weight: bold;}

.p-font-red {color: #ae2d1e;}

.p-align-l {text-align: left!important;}
.p-align-c {text-align: center!important;}
.p-align-r {text-align: right!important;}

.p-absolute {position: absolute;}
.p-relative {position: relative;}

.p-left {float: left;}
.p-right {float: right;}

.p-clear {clear: both;}

.p-spacing {height: 1em;}

.p-writing-mode-rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/*---------------------------------

	opa
	
---------------------------------*/
.p-opa {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all	0.3s ease;
}
.p-opa:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-filter: opacity(0.6);
}
@media (max-width: 991px) {
	.p-opa:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-filter: opacity(1);
		}
}
/*---------------------------------

	m-breadcrumb
	
---------------------------------*/
#breadcrumb {
	margin-top:20px;
	font-size:12px;
	line-height:140%;
	text-align: left;
}

#breadcrumb h1 {
	display:inline-block;
}

#breadcrumb>span {
	display:inline-block;
	margin-right:10px;
}

#breadcrumb>span:first-child {
	margin-left:0;
}

.m-breadcrumb {
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
}
#breadcrumb li{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
#breadcrumb li:first-child{
	padding-left: 0;
}

@media (max-width: 991px) {
		.m-breadcrumb {
		display: none;
		}
}
/*---------------------------------

	m-title-001
	
---------------------------------*/
.m-title-001 {
	margin-bottom: 40px;
	font-size: 28px; 
}
.m-title-001.bg-flower {
	padding-top: 40px;
	background: url(images/common/ico_flower.png) center top no-repeat;
}
@media (max-width: 767px) {
	.m-title-001 {
		margin-bottom: 20px;
		font-size: 20px; 
	}
	.m-title-001.bg-flower {
		padding-top: 20px;
		background: url(images/common/ico_flower.png) center top no-repeat;
		background-size: 18px auto;
	}
}

.m-title-002 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 28px;
}
@media (max-width: 767px) {
		.m-title-002 {
			margin-top: 20px;
			margin-bottom: 10px;
			font-size: 20px;
		}
}
/*---------------------------------

	m-img-bg
	
---------------------------------*/
.m-img-bg {
	/*width: それぞれ設定してください;*/
	/*height: それぞれ設定してください;*/
}
.slick-track .m-img-bg .img {
	width: 100%;
/* 	height: 100%; */
    height: 0;
    padding-top: 50%;/* (画像の高さ / 画像の横幅) × 100 */
	/*background-image: それぞれ設定してください;*/
	background-size: cover;
	background-position: 50% 50%;
}
.m-img-bg .img {
	width: 100%;
	height: 100%;
	/*background-image: それぞれ設定してください;*/
	background-size: cover;
	background-position: 50% 50%;
}
.m-img-bg-blank {
	height: 0;
}
@media (max-width: 991px) {
	.m-img-bg-blank {
		height: 100px;
		}
}
@media (max-width: 767px) {
	.m-img-bg-blank {
		height: 80px;
		}
}
/*---------------------------------

	m-kv
	
---------------------------------*/
.m-kv {
	position: relative;
	display: table;
	width: 100%;
	height: 360px;
	line-height: 1;
	margin-bottom: 70px;
	background-size: cover;
	background-position: 50% 50%;
}
@media (max-width: 991px) {
	.m-kv {
		height: 190px;
		margin-bottom: 35px;
		}
}
@media (max-width: 767px) {
	.m-kv {
		height: 140px;
		margin-bottom: 25px;
		}
}
/*---------------------------------

	m-more
	
---------------------------------*/
.m-more {
	position: relative;
	line-height: 1;
	padding-left: 15px;
	color: #ae2d1e;
}
.m-more:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f105";
	font-family: FontAwesome;
}
@media (max-width: 767px) {
}
/*---------------------------------

	m-block-001
	
---------------------------------*/
.m-block-001 {
	margin: 0 50px 20px;
	text-align: left;
}
.m-block-001 article {
	margin-bottom: 30px;
	overflow: hidden;
}
.m-block-001 .left {
	float: left;
	width: 50%;
}
.m-block-001 .left .m-img-bg {
	height: 590px;
}
.m-block-001 .left .caption {
	margin-top: 5px;
	font-size: 12px;
}
.m-block-001 .right {
	float: right;
	width: 50%;
	padding-left: 30px;
}
.m-block-001 .right .title {
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 24px;
}
.m-block-001 .right .txt {
	margin-bottom: 10px;
}
.m-block-001 .right .line {
	height: 1px;
	margin-bottom: 10px;
	background: #c4c4c4;
}
.m-block-001 .right dl {
	margin-bottom: 20px;
}
.m-block-001 .right dt {
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 5px;
	background: #000;
	color: #fff;
}
.m-block-001 .right dd {
}
@media (max-width: 767px) {
	.m-block-001 {
		margin: 0 25px 10px;
	}
	.m-block-001 article {
		margin-bottom: 20px;
	}
	.m-block-001 .left {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.m-block-001 .left .m-img-bg {
		height: 350px;
	}
	.m-block-001 .left .caption {
		margin: 5px 0 20px;
		font-size: 10px;
	}
	.m-block-001 .right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.m-block-001 .right .title {
		font-size: 18px;
	}
	.m-block-001 .right dl {
		margin-bottom: 15px;
	}
}
/*---------------------------------

	m-block-002
	
---------------------------------*/
.m-block-002 {
	margin: 0 40px 20px;
	text-align: left;
	overflow: hidden;
}
.m-block-002 .m-img-bg {
	height: 180px;
}
.m-block-002 article {
	float: left;
	width: calc(100%/3) ;
	padding: 0 10px 30px 10px;
}
.m-block-002 article .txt {
	margin-top: 5px;
	text-align: center;
}
@media (max-width: 767px) {
	.m-block-002 {
		margin: 0 25px 10px;
	}
	.m-block-002 .m-img-bg {
		height: 230px;
	}
	.m-block-002 article {
		float: none;
		width: 100%;
		padding: 0 0 15px 0;
	}
	.m-block-002 article .txt {
		margin-top: 5px;
	}
}
/*---------------------------------

	m-block-003
	
---------------------------------*/
.m-block-003 {
	margin: 0 40px 20px;
	text-align: left;
	overflow: hidden;
}
.m-block-003 .m-img-bg {
	height: 280px;
}
.m-block-003 article {
	float: left;
	width: calc(100%/2) ;
	padding: 0 10px 15px 10px;
}
.m-block-003 article .txt {
	margin-top: 5px;
}
.m-block-003 .box {
	margin: -30px 20px 15px;
	padding: 5px 15px;
	background: #fff;
}
.m-block-003 .title {
	margin-bottom: 5px;
	font-size: 20px;
	text-align: center;
}
.m-block-003 dt {
	display: inline-block;
	padding: 2px 10px;
	background: #565656;
	color: #fff;
	font-size: 13px;
}
.m-block-003 dd {
	padding: 5px 10px 10px;
}
@media (max-width: 767px) {
	.m-block-003 {
		margin: 0 25px 10px;
	}
	.m-block-003 .m-img-bg {
		height: 230px;
	}
	.m-block-003 article {
		float: none;
		width: 100%;
		padding: 0 0 15px 0;
	}
	.m-block-003 article .txt {
		margin-top: 5px;
	}
	.m-block-003 .box {
		margin: -20px 15px 20px;
		padding: 10px 15px;
	}
	.m-block-003 .title {
		margin-bottom: 8px;
		font-size: 18px;
		text-align: center;
	}
	.m-block-003 dl {
		display: block;
	}
	.m-block-003 dt {
		display: inline-block;
		margin-bottom: 5px;
		padding: 2px 10px;
		font-size: 11px;
	}
	.m-block-003 dd {
		display: table-cell;
		padding: 0 25px 10px 0;
	}
}
/*---------------------------------

	m-block-004
	
---------------------------------*/
.m-block-004 {
	margin: 0 50px 20px;
	text-align: left;
	overflow: hidden;
}
.m-block-004 .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	color: #ae2d1e;
	font-size: 24px;
}
.m-block-004 .left {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.m-block-004 .right {
	float: right;
	width: 50%;
	padding-left: 10px;
}
/*.m-block-004 .block {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.m-block-004 .block:nth-child(2n) {
	float:right !important;
}*/
.m-block-004 ul {
	margin-bottom: 30px;
}
.m-block-004 li {
	display: table;
	width: 100%;
	padding-bottom: 10px;
}
.m-block-004 li .menu {
	display: table-cell;
}
.m-block-004 li .price {
	display: table-cell;
	text-align: right;
	width: 30%;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.m-block-004 {
		margin: 0 25px 10px;
	}
	.m-block-004 .title {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.m-block-004 .left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.m-block-004 .right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.m-block-004 ul {
			margin-bottom: 15px;
	}
	.m-block-004 li {
			padding-bottom: 10px;
	}
	.m-block-004 li .menu {
		float: left;
		display: block;
		width: 70%;
	}
	.m-block-004 li .price {
		float: right;
		display: block;
		width: 30%;
	}
}
/*---------------------------------

	m-block-005
	
---------------------------------*/
.m-block-005 {
	text-align: left;
}
.m-block-005 .m-img-bg {
	height: 420px;
}
.m-block-005 .box {
	margin: -30px 50px 80px;
	padding: 20px 30px;
	background: #fff;
}
.m-block-005 .title {
	margin-bottom: 5px;
	font-size: 24px;
}
.m-block-005 dl {
	display: table;
}
.m-block-005 dt {
	display: table-cell;
	padding: 2px 10px;
	background: #565656;
	color: #fff;
	font-size: 14px;
}
.m-block-005 dd {
	display: table-cell;
	padding: 0 50px 0 10px;
}
@media (max-width: 767px) {
	.m-block-005 {
	}
	.m-block-005 .m-img-bg {
		height: 200px;
	}
	.m-block-005 .box {
		margin: -20px 25px 40px;
		padding: 10px 15px;
	}
	.m-block-005 .title {
		margin-bottom: 8px;
		font-size: 18px;
	}
	.m-block-005 dl {
		display: block;
	}
	.m-block-005 dt {
		display: inline-block;
		margin-bottom: 5px;
		padding: 2px 10px;
		font-size: 11px;
	}
	.m-block-005 dd {
		display: table-cell;
		padding: 0 25px 10px 0;
	}
}
/*---------------------------------

	m-block-006
	
---------------------------------*/
.m-block-006 {
	margin: 0 50px 20px;
	text-align: left;
	overflow: hidden;
}
/*.m-block-006 .img{
	width:298px;
	height:163px;
	background-size:cover;
}*/
.m-block-006 .description {
	margin-bottom: 40px;
	padding: 0 1.5em 30px;
	border-bottom: 1px solid #898989;
}
@media (max-width: 767px) {
	.m-block-006 {
		margin: 0 25px 10px;
	}
	/*	.m-block-006 .img{
			width:100%;
			height:200px;
	}*/
	.m-block-006 .description {
		margin-bottom: 20px;
		padding: 0 1.5em;
		border-bottom: none;
	}
}




.menu-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.menu-list article {
	width: 49%;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #898989;
}
.menu-list article:nth-child(odd) {
	margin-right: 1%;
}
.menu-list article:nth-child(even) {
	margin-left: 1%;
}
.menu-list article .title {
	margin-bottom: 20px;
	font-size: 20px;
}
.menu-list article .table {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.menu-list article .name {
	display: table-cell;
	padding-right: 5px;
}
.menu-list article .price {
	display: table-cell;
	text-align: right;
	width: 30%;
	white-space: nowrap;
}
.menu-list article .note {
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	.menu-list {
		display: block;
		margin-bottom: 40px;
	}
	.menu-list article {
		width: 100%;
		margin-bottom: 20px;
		padding: 15px 20px;
	}
	.menu-list article:nth-child(odd) {
		margin-right: 0;
	}
	.menu-list article:nth-child(even) {
		margin-left: 0;
	}
	.menu-list article .title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.menu-list article .table {
		line-height: 1.5;
		margin-bottom: 3px;
	}
	.menu-list article .name {
		padding-right: 5px;
	}
	.menu-list article .note {
		line-height: 1.5;
		margin-bottom: 15px;
	}
}


.gallery-list {
	margin-bottom: 30px;
}
.gallery-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}
.gallery-list li {
	width: 25%;
}
.gallery-list li img {
	vertical-align: middle;
	width: 100%;
}
.gallery-list .pagenation {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
}
.gallery-list .pagenation .prev {
	float: left;
}
.gallery-list .pagenation .next {
	float: right;
}
@media (max-width: 767px) {
	.gallery-list {
		margin-bottom: 40px;
	}
	.gallery-list ul {
		margin-bottom: 10px;
	}
	.gallery-list li {
		width: 33.33%;
	}
	.gallery-list .pagenation {
		font-size: 12px;
	}
}

.recommend-list {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.recommend-list .box {
	position: relative;
	width: 23%;
	margin: 0 0 0 2%;
	cursor: pointer;
	vertical-align: middle;
}
.recommend-list .box:nth-of-type(1)	{
	margin: 0 2% 0 0;
	cursor: default;
}
.recommend-list .base-txt {
	color:#fff;
	font-weight: bold;
}
.recommend-list .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	padding: 20px;
}
.recommend-list .title {
	position: relative;
	background: #f9f9f9;
	border: 1px solid #898989;
	text-align: center;
	font-size: 28px;
}
.recommend-list .m-img-bg {
	height: 200px;
}
.recommend-list .img {
	position: relative;
}
.recommend-list .img::before{
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.recommend-list .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	opacity: 0;
}
.recommend-list .box:hover .txt {
	opacity: 1;
	transition: all	0.3s ease;
}
.slick-arrow:before {
	display: none;
}
@media (max-width: 991px) {
	.recommend-list {
		padding: 0 20px;
		}
}

@media (max-width: 767px) {
	.recommend-list-sp {
		margin-bottom:	20px;
		padding-bottom:	20px;
		border-bottom: 1px solid #898989;
	}
	.recommend-list-sp .title {
		width: 180px;
		margin: 0 auto 20px;
		padding: 5px;
		border: 1px solid #898989;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.recommend-list-slider-wrap {
		position: relative;
	}
	.recommend-list-sp .slick-prev,
	.recommend-list-sp .slick-next {
		width: 15px;
		height: 15px;
	}
	.recommend-list-sp .slick-prev {
		left: 10px;
	}
	.recommend-list-sp .slick-next {
		right: 10px;
	}
	.recommend-list-sp .img{
		height:200px;
	}
	.recommend-list-sp .slick-prev:before,
	.recommend-list-sp .slick-next:before {
		content: "";
	}
	.recommend-list-sp .box-inner {
	position: relative;
	}
	.recommend-list-sp .txt {
		text-align:center;
		background: #f1f1f1;
		padding: 10px;
	}
	.recommend-list-sp .img {
		position: relative;
	}
	.recommend-list-sp .img::before{
	  background-color: rgba(0,0,0,0.2);
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  content: ' ';
	}
	.recommend-list-sp .img .center {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
		width: 70%;
		color: #fff;
		font-size: 16px;
		font-weight:bold;
		text-align: center;
	}
}

.space-list-01 {
	margin-bottom: 40px;
}
.space-list-01 ul {
	display: flex;
}
.space-list-01 li {
	width: 50%;
	text-align: center;
	font-size: 14px;
}
@media (max-width: 767px) {
	.space-list-01-sp {
		position: relative;
		margin-bottom: 40px;
	}
	.space-list-01-sp ul {
		display: block;
	}
	.space-list-01-sp li {
		width: 100%;
		font-size: 12px;
	}
	.space-list-01-sp li figure {
		margin: 0;
	}
	.space-list-01-sp li figure img {
		width: 100%;
	}
	.space-list-01-sp li figcaption {
		margin-top: 5px;
	}
	.space-list-01-sp .slick-prev,
	.space-list-01-sp .slick-next {
		width: 15px;
		height: 15px;
		top: 40%;
	}
	.space-list-01-sp .slick-prev {
		left: 10px;
	}
	.space-list-01-sp .slick-next {
		right: 10px;
	}
	.space-list-01-sp .slick-prev:before,
	.space-list-01-sp .slick-next:before {
		content: "";
	}
	.recommend-list-slider-wrap #arrows {
		display: none;
	}
}

.space-list-02 {
	margin-bottom: 40px;
}
.space-list-02 li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.space-list-02 li > div {
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
}
.space-list-02 .name {
	margin: 0 0 20px 40px;
	font-size: 22px;
	font-weight:	bold;
}
.space-list-02 dl {
	width: 100%;
	margin: 0 0 40px 40px;
	overflow: hidden;
}
.space-list-02 dt {
	clear: both;
	float: left;
	width: 20%;
}
.space-list-02 dd {
	float: left;
	width: 80%;
}
@media (max-width: 767px) {
	.space-list-02 {
		margin-bottom: 20px;
	}
	.space-list-02 li {
		display: block;
		margin-bottom: 40px;
	}
	.space-list-02 li > div {
		width: 100%;
		display: block;
	}
	.space-list-02 .name {
		margin: 0 0 10px;
		font-size: 18px;
	}
	.space-list-02 dl {
		margin: 0;
	}
	.space-list-02 dt {
		width: 30%;
	}
	.space-list-02 dd {
		width: 70%;
	}
}
/*---------------------------------

	header
	
---------------------------------*/
#header {
	padding: 50px 50px 0 0;
}
#header .inner {
	width: 200px;
	margin: 0 auto;
}
#header .sp-navi {
	display: none;
}
#header .logo_pc {
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}
#header .logo_pc img {
	max-width: 200px;
}
@media (max-width: 991px) {
	#header .logo_pc {
		display: none;
	}
}
#header .contact {
	background: url(images/common/bg2.jpg) left top repeat;
}
#header .contact dt {
	padding: 5px 0;
	background: #000;
	color: #fff;
	text-align: center;
}
#header .reserv_btn a dt.black {
	background: #8a1d1d;
	color: #fff!important;
}
#header .reserv_btn a dt.black:hover {
	background: #d22b2b;
}
#header .contact dt {
	padding: 5px 0;
	background: #000;
	color: #fff;
	text-align: center;
}
#header .contact dt a{
	color:#fff;
}
#header .contact dt span {
	padding-left: 20px;
	background: url(images/common/ico_tel.png) left center no-repeat;
}
#header .contact dd {
	padding: 5px 0;
	font-size: 24px;
	text-align: center;
}
#header .reserv_btn {
	margin-bottom:45px;
	background: #000;
}
#header .reserv_btn a {
	text-decoration: none!important;
}
#header .reserv_btn a dt{
	color:#fff;
	transition-property: all;
	transition: 0.2s linear;
}
#header .reserv_btn a dt:hover{
	background: #a3a3a3;
}
#header .gnavi li {
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	margin:0 10px;
}
#header .gnavi li:nth-last-of-type(3) {
	border-bottom: none;
}
#header .gnavi .sub-menu li {
	border-top: 1px solid #e0e0e0;
	border-bottom:0px;
	padding: 5px 10px 5px 20px;
	margin:0;
}
#header .gnavi li.btn-close,
#header .gnavi li.close {
	display: none;
}
.logo h1 {
    font-size: 1em;
    color: #fff;
    margin: 0;
    padding: 13px 15px 3px 10px;
}
@media (max-width: 1000px) {
	#header .inner {
		width: 100%;
	}
}
@media (max-width: 991px) {
	#header {
		padding: 0;
	}
	.logo h1 {
	    padding: 0 15px 0 10px;
	}
	#header .sp-navi {
		position: fixed;
		display: table;
		width: 100%;
		background: rgba(0,0,0,1);
		z-index: 10000;
		overflow: hidden;
	}
	#header .sp-navi a {
		display: flex;
		line-height: 1;
		padding: 10px 0;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
		align-items: center;
	}
	#header .sp-navi a:last-child {
		display: table-cell;
		line-height: 1;
		padding: 10px 0;
		vertical-align: middle;
		width: 50px;
	}
	#header .sp-navi .logo img {
		width: 40px;
		height: auto;
		float: left;
	}
	#header .sp-navi .menu img {
		width: 35px;
	}
	#header .contact {
		display: none;
	}
	#header .logo {
		height:60px;
		display: table-cell;
		vertical-align: middle;
	}
	#header .logo img {
		height:100%;
		width: auto;
		display: inline;
		vertical-align: middle;
	}
	#header .logo span{
		font-size: 1em;
		font-weight: 600;
		vertical-align: middle;
		margin: 0 0 0 10px;
		color: #fff;
	}
	#header .gnavi {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #e0e0e0;
		text-align: left;
		z-index: 10000;
	}
	#header .gnavi .btn-close{
		padding:10px;
	}
	#header .gnavi li {
		width: 100%;
		border-bottom: 1px solid #e0e0e0;
		padding-left:20px;
		margin:0;
	}
	#header .gnavi .sub-menu li {
		padding-left:20px;
		border-top: 1px dotted #e0e0e0;
	}
	#header .gnavi li a {
		display: block;
	}
	#header .gnavi li.btn-close {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		background: #000;
		padding: 6px;
	}
	#header .gnavi li.close {
		display: block;
		background: #000;
	}
	#header .gnavi li.close a {
		color: #fff;
	}
}
/*---------------------------------

	content
	
---------------------------------*/
#content {
	position: relative;	
	padding-top:50px;
}
.content-inner {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
@media (max-width: 1024px) {
	#content {
		padding-top:0px;
	}
	.content-inner {
		max-width: 100%;
		padding: 0 15px;
	}
}
/*---------------------------------

	kv
	
---------------------------------*/
.kv .m-img-bg {
	height: 390px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.kv .m-img-bg {
		height: 200px;
		margin-bottom: 5px;
		}
}
/*---------------------------------

	gallery
	
---------------------------------*/
.gallery {
	margin: 0 0 80px -5px;
	padding: 0 50px;
	text-align: center;
	overflow: hidden;
}
.gallery figure {
	float: left;
	margin: 0;
	padding: 2px 5px;
}
@media (max-width: 767px) {
	.gallery {
		margin: 0 0 40px -5px;
		padding: 0 25px;
	}
	.gallery figure {
		float: left;
		width: calc(100%/3);
		padding: 1px 3px;
	}
}
/*---------------------------------

	banner
	
---------------------------------*/
.banner {
	margin: 20px;
}
.banner img{
	width:90%;
}
@media (max-width: 767px) {
	.banner {
		margin: 0 15px 40px;
	}
}
/*---------------------------------

	information
	
---------------------------------*/
.information {
	padding-bottom: 40px;
}
.information .map {
	height: 430px;
	margin-bottom: 40px;
	padding: 10px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.information .map iframe{
	height: 350px;
	width:100%;
}
.ggmap {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 920px;
	height: 350px;
}
.information .detail {
	margin: 40px 50px;
	overflow: hidden;
}
.information .detail .logo {
	float: left;
	width: 20%;
}
.information .detail .logo img {
	width: 170px;
}
.information .detail dl {
	float: left;
	width: 75%;
	margin-left:20px;
	text-align: left;
}
.information .detail dt {
	display: inline-block;
	width: 15%;
	margin-bottom: 10px;
	padding: 5px 0;
	background: #565555;
	color: #fff;
	text-align: center;
	font-size: 11px;
	vertical-align: top;
}
.information .detail .subtitle {
	display: block;
	margin: 0 10px 5px 0;
	font-weight: 700;
}
.information .detail .dt-clear {
	display: inline-block;
	width: 15%;
	margin-bottom: 10px;
	padding: 5px 0;
	background: none;
	color: #fff;
	text-align: center;
	font-size: 11px;
	vertical-align: top;
}
.information .detail dd {
	display: inline-block;
	line-height: 1.6;
	width: 80%;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	vertical-align: top;
}
.shop-list {
    margin: 0px auto;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}
.shop-list li {
    width: 290px;
    text-align: left;
}
.shop-list li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 315px;
}
.shop-list li .shop-name {
    margin: 5px 0 10px;
    line-height: 1.4;
}
.shop-list li .m-img-bg {
    height: 120px;
}
.shop-list li .m-img-bg .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.information .links {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 10px;
	text-align: center;
}
.information .links li {
	display: inline-block;
	padding: 0 2px 2px;
}
.information .links img{
	max-width: 80px;
}
@media (max-width: 991px) {
	.information {
		padding-bottom: 40px;
	}
	.information .map {
		height: 200px;
		margin-bottom: 120px;
		padding:0px;
		display: block;
		padding-top: 100px;
		margin-top: -100px;
	}
	.information .map iframe{
		height: 200px;
		width:100%;
	}
	.ggmap iframe,
	.ggmapr object,
	.ggmap embed {
		width: 100%;
		height: 100%;
	}
	.information .detail {
		margin: 40px 25px;
	}
	.information .detail .logo {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.information .detail .logo img {
		width: 170px;
	}
	.information .detail dl {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.information .detail dt {
		display: inline;
		margin-bottom: 5px;
		padding: 5px 10px;
		font-size: 10px;
	}
	.information .detail dd {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 12px;
	}
	.information .links {
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.information .links li {
		padding: 0 2px 2px;
	}
	.information .links img{
		width: 40px;
	}
}
@media (max-width: 767px) {
	.shop-list {
	    width: 95%;
	    max-width: 95%;
	    padding: 0;
	}
	.shop-list li {
	    display: block;
	    width: 100%;
	    margin: 0 0 15px;
	}
	.shop-list li:nth-child(3n+2):last-child {
	    margin-left: auto;
	    margin-right: 0;
	}
	.shop-list li .shop-name {
	    margin-top: 5px;
	}
	.shop-list li .m-img-bg {
	    height: 150px;
	}
	.shop-list li .m-img-bg .img {
	    background-position: top;
	}
}
/*---------------------------------

	privacy policy
	
---------------------------------*/
.privacy {
	margin: 0 auto;
	width: 80%;
}
.privacy h3 {
	margin-bottom: 15px;
}
.privacy p {
	text-align: left;
	margin-bottom: 4em;
}
.privacy p + ol {
	margin-top: -3em;
}
.privacy ol {
	list-style-type: disc;
	margin: 10px 20px;
	padding: 10px;
}
.privacy ol li {
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 10px;
}

/*---------------------------------

	footer
	
---------------------------------*/
#footer {
	padding: 0 0 50px;
	/*background: url(images/common/bg4.jpg) left top repeat;*/
	/*color: #fff;*/
	text-align: center;
	font-size: 12px;
}
#footer a {
	/*color: #fff;*/
}
#footer .f-gnavi {
	font-size: 14px;
}
#footer .f-gnavi li {
	display: inline-block;
	vertical-align: top;
}
#footer .f-gnavi li a {
	padding: 0 10px;
}
#footer .copyright {
	position: relative;
	display: block;
	margin-top: 40px;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}
#footer .copyright a {
	font-size: 12px;
	padding: 0 10px 0 0;
}
#footer .copyright:after {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 80px;
	height: 1px;
	margin-left: -40px;
	background: #999;
}
/*---------------------------------

	フッター電話ボタン
	
---------------------------------*/
.spbtn{
	display: none;
}
@media screen and (max-width: 1024px) {

	/* フッター電話ボタン */
	#footer .spbtn {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		width: 100%;
		bottom: 0px;
		background:rgb(255,255,255);
		border-top:solid #ccc 1px;
		box-sizing: border-box;
	}
	#footer .spbtn div{
		text-align: center;
		font-size:17px;
		width: 50%;
		box-sizing: border-box;
	}
	#footer .spbtn div a{
		display: block;
		padding: 18px 0;
	}
	#footer .spbtn div{
		border-right:solid #ccc 1px;
	}
	#footer .spbtn div:last-child{
		border-right:none;
	}
	#footer .spbtn .fa-map,#footer .spbtn .fa-calender{
		color:green;
		margin-right: 3px;
	}
	#footer .spbtn .fa-phone{
		color:orange;
		margin-right: 3px;
	}
	#footer .spbtn .fa-chevron-circle-up{
		color:white;
		margin-right: 3px;
		}
}
@media (max-width: 767px) {
	#footer {
		padding: 25px 0 150px;
	}
	#footer .copyright a {
		display: block;
		padding: 10px 0;
	}
	#footer .f-gnavi {
		font-size: 12px;
	}
	#footer .f-gnavi li {
		display: inline-block;
		padding-bottom: 10px;
	}
	#footer .f-gnavi li a {
		padding: 0 10px;
	}
	#footer .copyright {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 11px;
	}
	.spbtn{
		z-index: 9999;
	}
	#footer .spbtn div {
		display: table-cell;
		text-align: center;
		font-size: 15px;
		box-sizing: border-box;
		vertical-align: middle
		}
}
/*---------------------------------

	front
	
---------------------------------*/
.front {
}
.front .slide {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
.front .slide .thumb-item .m-img-bg {
	height: 540px;
}
*/
.front .slide .thumb-item-nav {
	padding: 15px 47px 15px 48px;
	background: url(images/common/bg2.jpg) left top repeat;;
}
.front .slide .thumb-item-nav li {
	padding: 0 10px;
}
.front .slide .thumb-item-nav li .img {
	opacity: 0.4;
}
.front .slide .thumb-item-nav li.slick-current .img {
	opacity: 1;
}
.front .slide .thumb-item-nav .m-img-bg {
	height: 80px;
}
.thumb-item-nav {
	width: 100%;
}
@media (max-width: 991px) {
	.front .slide {
		margin-top: 60px;
	}
/*
	.front .slide .thumb-item .m-img-bg {
		height: 500px;
	}
*/
	.front .slide .thumb-item-nav .m-img-bg {
		height: 60px;
	}
}
@media (max-width: 767px) {
	.front .slide {
		margin-bottom: 25px;
		margin-top: 60px;
	}
/*
	.front .slide .thumb-item .m-img-bg {
		height: 30vh;
	}
*/
	.front .slide .thumb-item-nav {
		padding: 10px 5px;
	}
	.front .slide .thumb-item-nav li {
		padding: 0 5px;
	}	
	.front .slide .thumb-item-nav .m-img-bg {
		height: 32px;
	}
}
/*---------------------------------

	slide2
	
---------------------------------*/
.front .slide2 {
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
}
.front .slide2 iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*---------------------------------

	concept
	
---------------------------------*/
.front .concept {
}
.front .concept .txt1 {
	line-height: 2;
	margin-bottom: 25px;
	padding: 50px 50px 0;
	background: url(images/common/ico_flower.png) center top no-repeat;
	font-size: 28px;
	font-weight: bold;
}
.front .concept .txt2 {
	text-align: center;
	line-height: 2em;
	margin-bottom: 50px;
	padding: 0 50px;
}
.front .concept .m-img-bg {
	height: 280px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.front .concept .txt1 {
		margin-bottom: 10px;
		padding: 25px 20px 0;
		background: url(images/common/ico_flower.png) center top no-repeat;
		background-size: 18px auto;
		font-size: 20px;
	}
	.front .concept .txt2 {
		margin-bottom: 25px;
		padding: 0 20px;
	}
	.front .concept .m-img-bg {
		height: 145px;
		margin-bottom: 25px;
	}
}
/*---------------------------------

	contents
	
---------------------------------*/
.front .contents {
	margin-bottom: 80px;
	padding: 0 20px;
}
.front .contents .contents-list {
}
.front .contents .contents-list article {
	display: table;
	width:100%;
}
.front .contents .contents-list .m-img-bg {
/*	display: table-cell;
	width: 50%;*/
	width:100%;
	height: 320px;
}
.front .contents .contents-list .detail {
	display: table-cell;
	width: 50%;
	line-height: 2;
	padding: 30px 5%;
	vertical-align: middle;
}
.front .contents .contents-list .title {
	font-weight: bold;
}
.front .contents .contents-list .detail .txt{
	text-align: left;
}
@media (max-width: 767px) {
	.front .contents {
		margin-bottom: 40px;
		padding: 0 25px;
	}
	.front .contents .contents-list article {
		display: block;
	}
	.front .contents .contents-list .m-img-bg {
		display: block;
		width: 100%;
			height: 260px;
	}
	.front .contents .contents-list .detail {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
	.front .contents .contents-list .slide-img img {
		margin: 0 auto;
		width: 100%;
	}
	.front .contents .contents-list .detail {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
}
/*---------------------------------

	news
	
---------------------------------*/
.front .news {
	padding: 10px 30px;
	text-align:left;
	margin-bottom:30px;
}
.front .news .sub-title {
	text-align: center;
	font-size: 28px;
}
.front .news .news-list {
	border-top: 1px solid #e0e0e0;
}
.front .news .news-list .news-title {
	display: flex;
}
.front .news .news-list article {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.front .news .news-list article .news-date span {
	display: inline-block;
	padding: 0 10px;
	background: #575656;
	color: #fff;
	font-size: 12px;
	margin-right:20px;
}
.front .news .more{
	flex-direction: row-reverse;
}
@media (max-width: 767px) {
	.front .news {
		padding: 10px 20px;
		margin:0;
	}
	.front .news .sub-title {
		left: 15px;
		top: 35px;
		font-size: 20px;
	}
	.front .news .news-list article {
		padding: 7px 0;
	}
	.front .news .news-list article .news-date {
		margin-bottom: 8px;
		padding: 0 10px;
		font-size: 11px;
	}
}
/*---------------------------------

	category
	
---------------------------------*/
.front .category-pc {
	position: relative;
	margin: 80px 0 40px;
}
.front .category-pc article {
	position: relative;
}
.front .category-pc article.category-001 {
	width: 63%;
	margin: 0 1% 20px 1%;
}
.front .category-pc article.category-002 {
	width: 32%;
	float: left;
	margin: 0 2% 0 1%;
}
.front .category-pc article.category-003 {
	width: 29%;
	float: left;
	margin: 0 0 0 0;
}
.front .category-pc article.category-004 {
	position: absolute;
	right: 2%;
	top: 0;
	width: 32%;
	margin: 0;
}
.front .category-pc article a {
	display: block;
}
.front .category-pc article a:hover {
	opacity: 0.9;
}
.front .category-pc .m-img-bg {
	height: 290px;
}
.front .category-pc article.category-004 .m-img-bg {
	height: 600px;
}
.front .category-pc dl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.front .category-pc dt {
	padding: 10px 15px;
	font-size: 20px;
	font-weight: bold;
}
.front .category-pc dd {
	display: none;
	line-height: 1.5;
	padding: 0 15px 15px;
}
.front .category-sp {
	margin: 80px 0;
}
.front .category-sp article {
	position: relative;
	margin-bottom: 40px;
}
.front .category-sp .category-002,
.front .category-sp .category-003 {
	float: left;
	width: 44%;
	text-align: center;
}
.front .category-sp .category-001 {
	text-align: center;
}
.front .category-sp .category-002 {
	margin: 0 1% 40px 5%;
}
.front .category-sp .category-003 {
	margin: 0 5% 40px 1%;
	text-align: center;
}
.front .category-sp .category-004 {
	clear: both;
	text-align: center;
}
.front .category-sp .category-001 .m-img-bg,
.front .category-sp .category-004 .m-img-bg {
	position: absolute;
	top: 0;
	width: 80%;
	height: 420px;
}
.front .category-sp .category-001 .m-img-bg {
	left: 0;
}
.front .category-sp .category-004 .m-img-bg {
	right: 0;
}
.front .category-sp .category-002 .m-img-bg,
.front .category-sp .category-003 .m-img-bg {
	height: 365px;
}
.front .category-sp dl {
	position: relative;
	display: inline-block;
	text-align: left;
	background: #fff;
}
.front .category-sp .category-001 dl {
	min-height: 320px;
	margin: 130px 50px 0 60%;
}
.front .category-sp .category-004 dl {
	min-height: 320px;
	margin: 130px 60% 0 50px;
}
.front .category-sp .category-002 dl,
.front .category-sp .category-003 dl {
	width: 90%;
	margin-top: -15px;
}
.front .category-sp dt {
	padding: 5px 15px 5px 35px;
	background: url(images/common/ico_list.png) 15px center no-repeat #000;
	color: #fff;
}
.front .category-sp dd {
	line-height: 2;
	padding: 20px;
}
@media (max-width: 767px) {
	.front .category-sp {
		margin: 40px 0;
	}
	.front .category-sp article {
		margin-bottom: 20px;
	}
	.front .category-sp .category-002,
	.front .category-sp .category-003 {
		float: none;
		width: 100%;
	}
	.front .category-sp .category-002 {
		margin: 0 0 20px;
	}
	.front .category-sp .category-003 {
		margin: 0 0 20px;
	}
	.front .category-sp .category-001 .m-img-bg,
	.front .category-sp .category-004 .m-img-bg {
		position: relative;
		top: auto;
		width: 100%;
		height: 190px;
	}
	.front .category-sp .category-001 .m-img-bg {
		left: auto;
	}
	.front .category-sp .category-004 .m-img-bg {
		right: auto;
	}
	.front .category-sp .category-002 .m-img-bg,
	.front .category-sp .category-003 .m-img-bg {
		height: 190px;
	}
	.front .category-sp dl {
		position: relative;
		display: inline-block;
		text-align: left;
		background: #fff;
	}
	.front .category-sp .category-001 dl {
		width: 90%;
		min-height: auto;
		margin: -15px 0 0 0;
	}
	.front .category-sp .category-004 dl {
		width: 90%;
		min-height: auto;
		margin: -15px 0 0 0;
	}
	.front .category-sp .category-002 dl,
	.front .category-sp .category-003 dl {
		width: 90%;
		margin-top: -15px;
	}
	.front .category-sp dt {
		padding: 5px 15px 5px 35px;
		background: url(images/common/ico_list.png) 15px center no-repeat #000;
		color: #fff;
	}
	.front .category-sp dd {
		line-height: 2;
		padding: 10px 20px;
	}
}

#news {
	padding-bottom: 100px;
}
#news .news_wrapper {
	width: 800px;
	margin: 0 auto;
}
#news .news_wrapper article {
	margin-bottom: 50px;
	padding: 38px 40px;
	border: rgba(0,0,0,0.3) solid 1px;
	text-align: left;
}
#news .news_wrapper .post_date {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}
#news .news_wrapper .post_title {
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: rgba(0,0,0,0.3) solid 1px;
	font-size: 24px;
	font-weight: bold;
}
#news .news_wrapper .post_txt {
	margin-bottom: 25px;
	font-size: 16px;
}
#news .news_wrapper .post_img {
	text-align: center;
}
#news .news_wrapper img {
	max-width: 100%;
}
@media (max-width: 767px) {
	#news {
		padding: 0 15px 50px;
	}
	#news .news_wrapper {
		width: 100%;
	}
	#news .news_wrapper article {
		margin-bottom: 25px;
		padding: 20px 18px;
	}
	#news .news_wrapper .post_date {
		margin-bottom: 10px;
		font-size: 12px;
	}
	#news .news_wrapper .post_title {
		margin: 0 0 15px;
		padding-bottom: 15px;
		font-size: 18px;
	}
	#news .news_wrapper .post_txt {
		margin-bottom: 15px;
		font-size: 14px;
	}
	#news .news_wrapper .post_img {
		text-align: center;
	}
	#news .news_wrapper img {
		max-width: 100%;
	}
}
#blog {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#blog .blog_wrapper {
	margin: 0 0 30px -30px;
	overflow: hidden;
}
#blog .blog_wrapper article {
	float: left;
	width: 470px;
	margin: 0 0 30px 30px;
	text-align: left; 
}
#blog .blog_wrapper article > a {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#blog .blog_wrapper .post_img {
	display: table-cell;
	width: 130px;
	height: 130px;
	background: #e5e5e1;
	vertical-align: middle;
}
#blog .blog_wrapper .post_img_box {
	width: 130px;
	height: 130px;
}
#blog .blog_wrapper .post_text {
	display: table-cell;
	width: 340px;
	height: 130px;
	padding: 10px 20px;
	background: #e5e5e1;
	vertical-align: middle;
	box-sizing: border-box;
}
#blog .blog_wrapper .post_date {
	font-size: 13px;
}
#blog .blog_wrapper .post_title {
	line-height: 1.6;
	margin: 5px 0 0 0;
	font-size: 14px;
}
#blog-single {
	margin: 0 50px;
	padding-bottom: 100px;
	box-sizing: border-box;
}
#blog-single .post_date {
	display: block;
	margin-bottom: 20px;
}
#blog-single .post_title {
	line-height: 1.6;
	margin: 0 0 30px 0;
	font-size: 22px;
	font-weight: bold;
}
#blog-single .post_image {
	margin-bottom: 50px;
	text-align: center;
}
.post_image img {
	max-width:500px;
	height: auto;
}
.post_text img {
	max-width:100%;
	height: auto;
}
@media screen and (max-width: 1024px) {
	.post_image img {
		max-width:100%;
		height: auto;
	}
}
#blog-single .post_text {
	margin-bottom: 60px;
	font-size: 16px;
	text-align: left;
}
#blog-single .back {
	text-align: center;
}
#blog-single .back a {
	text-decoration: underline;
}
#blog-single .back a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	#blog {
	width: 100%;
	padding: 0 15px 50px;
}
	#blog .blog_wrapper {
	margin: 0 0 20px;
}
	#blog .blog_wrapper article {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
	#blog .blog_wrapper article > a {
	display: table;
}
	#blog .blog_wrapper .post_img {
	display: table-cell;
	width: 130px;
	height: 130px;
}
	#blog .blog_wrapper .post_img_box {
	width: 100%;
	height: 100%;
}
	#blog .blog_wrapper .post_text {
	display: table-cell;
	width: auto;
	height: 130px;
	padding: 5px 10px;
}
	#blog .blog_wrapper .post_date {
	font-size: 11px;
}
	#blog .blog_wrapper .post_title {
	margin: 2px 0 0 0;
	font-size: 12px;
}

	#blog-single {
	margin: 0;
	padding: 15px 30px 50px;
	box-sizing: border-box;
}
	#blog-single .post_date {
	margin-bottom: 5px;
	font-size: 12px;
}
	#blog-single .post_title {
	margin: 0 0 15px 0;
	font-size: 18px;
}
	#blog-single .post_image {
	margin-bottom: 20px;
}
	#blog-single .post_text {
	margin-bottom: 25px;
	font-size: 14px;
}
	#blog-single .back a {
	font-size: 14px;
	}
}

/*---------------------------------

	coupon_box
	
---------------------------------*/
.coupon_sp {
	display: none;
}
.coupon_pc.coupon_list {
	margin: 50px 0;
}
.coupon_pc .coupon_box {
	width: 896px;
	margin: 0 auto;
	color: #333;
	border-top: 2px dotted #CCC;
	border-right: 2px dotted #CCC;
	border-left: 2px dotted #CCC;
	background: #fff;
}
.coupon_pc .coupon_box:last-child {
	border-bottom: 2px dotted #CCC;
}
.coupon_pc .coupon_box table{
	border-collapse: separate !important;
	width:100%;
}

.coupon_pc .coupon_title{
	width:35%;
	padding: 0 20px;
	border:3px #fdac00 solid;
	box-sizing:border-box;
	background:#fdfaf0;
	vertical-align:middle;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
}
.coupon_pc .coupon_naiyou {
	width:65%;
	border-left: 2px dotted #CCC;
	box-sizing:border-box;
	text-align: left;
}
.coupon_pc .coupon_naiyou table{
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;
	text-align:left;
}
.coupon_pc .coupon_naiyou table td {
	}
.coupon_pc .coupon_naiyou table tr td {
}
.coupon_pc .coupon_naiyou .teiji {
	background:#f4f2ee;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:10px;
}
.coupon_pc .coupon_naiyou .expire {
	background:#f4f2ee;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:10px;
}
.coupon_pc .coupon_attention {
	color:#F00;
	border: thin solid #CCC;
}
@media only screen and (max-width:949px){
	.coupon_pc {
		display: none;
	}
	.coupon_sp {
		display: block;
	}
	.coupon_sp .coupon_box {
		width: 90%;
	 border:2px #ce7207 solid;
	 margin: 10px auto 0;
	 text-align:left;
	 background: #fff;
	 color: #333;
	}
	.coupon_sp .coupon_title {
	 color: #ff0000;
	 font-size:13px;
	 margin:5px;
	 padding-bottom:5px;
	 border-bottom:1px solid #333;
	}
	.coupon_sp .coupon_naiyou{
	 padding:5px;
	}
	.coupon_sp .coupon_naiyou dd{
	 font-size:15px;
	 margin-bottom:5px;
	 font-size: 12px;
	}
	.coupon_sp .coupon_naiyou dt{
	 font-size:12px;
	}
}
#information_arc {
	box-sizing:border-box;
	border:1px solid #acacac;
	padding:30px 60px;
	margin-bottom:60px;
	text-align: left;
}
#information_arc .list {
	display: flex;
}
#information_arc .list_wrap {
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}
#information_arc .info-date {
	color:#000;
	margin:7px 30px;
	display:inline-block;
}
#information_arc .info-title {
	margin:7px 0px;
	display:inline-block;
}
@media (max-width: 767px) {
	#information_arc {
		padding:15px 30px;
	}
	#information_arc .list {
		flex-direction: column;
	}
	#information_arc .info-date {
		margin:10px 0 0;
	}
	#information_arc .info-title {
		margin:5px 0 7px;
		display: block;
	}
}
#pagenation{
	clear:both;
	position: relative; 
		overflow: hidden; 
}
#pagenation ul{
	position: relative;
	left: 50%;
	float: left;
}
#pagenation li{
	position: relative;
	left: -50%;
		float:left;
	padding:0px 5px;
	border:1px solid #999;
	margin:3px;
}
.clearfix:after {
	 content:".";
	 height:0;
	 clear:both;
	 display:block;
	 visibility:hidden;
}
.clearfix {
	 zoom:100%;
}
/*---------------------------------

	トップページリードテキスト
	
---------------------------------*/
.alignment-left	{
	text-align: left!important;
	width:600px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.alignment-left	{
		text-align: left;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		}
}

