@charset "UTF-8";
/* CSS Document */

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

Global setting

------------------------------*/
body {
	min-width: 960px;
	background: url(../images/body_bg.jpg);
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	/*color: #5D4720;*/
}

a {
	color: #769164;
}

a:hover,.bl-hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

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

.nmax img {
	max-width: none;
}

.page {
	width: 960px;
	margin: 0 auto;
}

.wave01 {
	height: 573px;
	background: url(../images/wave_bg01.png) 50% 0 repeat-x;
}

.wave02 {
	height: 623px;
	background: url(../images/wave_bg03.png) 50% 0 repeat-x;
}


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

Layout setting

------------------------------*/
#header {
	background: url(../images/wave_bg02.png) 50% bottom repeat-x;
}

#header .bg {
	background: url(../images/header_bg.png) 50% bottom no-repeat;
}

#header .page {
	height: 233px;
}

#parentBlog.topPage #header .page {
	height: 503px;
}

#header .logo {
	float: left;
	margin-left: -10px;
}

#header #globalNavi {
	float: right;
}

#header #globalNavi ul {
	text-align: right;
}

#header #globalNavi ul li {
	display: inline;
	margin-left: 10px;
}

#header #globalNavi ul li img {
	max-width: none;
}

#contents {
	margin: 20px 0 80px;
}

#contents .page {
	/*position: relative;*/
	padding-bottom: 80px;
}
/*  スティッキーバナーの高さ分   */
/*-------------------------------*/
#parentBlog.topPage #contents .page{
	padding-bottom: 0;	
}
/*-------------------------------*/

#bread {
	margin-bottom: 20px;
}

#bread ul li {
	display: inline;
	font-size: 12px;
	line-height: 1.1;
}

#bread ul li a {
	text-decoration: underline;
}

#bread ul li img {
	padding: 0 10px;
}

#pageTitle {
	height: 90px;
	margin-bottom: 25px;
	background: url(../images/pageTitle_bg.png) 0 0 repeat-x;
}

#pageTitle span {
	display: block;
	padding: 27px 0 0 10px;
}

#pageTitle span img{
	vertical-align: baseline;
}

#main {
	float: left;
	width: 642px;
}

#entryBody .entry .header {
	margin: 0 12px 30px 0;
}

#entryBody .entry .header .sns li {
	float: left;
	margin-right: 10px;
}

#entryBody .entry .header .sns .twitter-share-button {
	width: 100px !important;
}

#entryBody .entry .inner {
	margin-left: -12px;
}

#entryBody .entry .footer {
	margin-right: 12px;
}

#blogSummary ul li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: url(../images/line01.png) 0 bottom repeat-x;
}

#blogSummary ul li .header {
	margin-bottom: 30px;
}

#blogSummary ul li .header .title {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}

#blogSummary ul li .header .title a {
	text-decoration: underline;
}

#entryBody .entry .header .meta {
	margin-bottom: 20px;
}

#blogSummary ul li .header .meta span,#entryBody .entry .header .meta span {
	margin-right: 30px;
	font-size: 14px;
}

#blogSummary ul li .header .meta span a,#entryBody .entry .header .meta span a {
	text-decoration: underline;
}

#blogSummary ul li .header .meta span img,#entryBody .entry .header .meta span img {
	margin-right: 10px;
	vertical-align: middle;
}

#blogSummary ul li .inner .photo {
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

#blogSummary ul li .inner .detail .summary {
	margin-bottom: 10px;
}

#blogSummary ul li .inner .detail .btn {
	text-align: right;
}

.performanceSummary .parent{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.performanceSummary .parent .child {
	width: 303px;
	margin: 0 12px 40px;
	padding-bottom: 40px;
}

.performanceSummary .parent .child .photo{
	margin-bottom: 10px;
}

.performanceSummary .parent .child .photo img{
	object-fit: cover;
	width: 300px;
	height: 220px;
}

.performanceSummary .parent .child .date {
	margin-bottom: 5px;
	font-size: 14px;
}

.performanceSummary .parent .child .title {
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
}

.performanceSummary .parent .child .price {
	margin-bottom: 5px;
	text-align: right;
	color: #B22222;
	font-weight: bold;
	font-size: 18px;
}

/*.performanceSummary .parent .child .btn {
	position: absolute;
	bottom: 0;
}*/

#pager {
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
}

#pager .list {
	margin-bottom: 20px;
}

#pager .list span {
	padding: 0 5px;
}

#pager .list a {
	text-decoration: underline;
}

#pager .next, #pager .link, #pager .prev {
	width: 160px;
	margin: 0 5px;
}

#sub {
	float: right;
	width: 300px;
}

#sub .item {
	margin-bottom: 10px;
}

.subBox {
	padding-bottom: 5px;
	background: url(../images/subBox_btm_bg.png) 0 bottom no-repeat;
}

.subBox .wrap {
	padding-top: 5px;
	background: url(../images/subBox_top_bg.png) 0 0 no-repeat;
}

.subBox .inset {
	padding: 0 8px;
	background: url(../images/subBox_mid_bg.png) 0 0 repeat-y;
}

.subBox .hl {
	padding-top: 4px;
}

.subBox ul li {
	background: url(../images/line01.png) 0 bottom repeat-x;
}

.subBox ul li.lc {
	background: none;
}

.subBox ul li a {
	display: block;
	padding: 5px 20px 5px 0;
	background: url(../images/list03.png) 260px 50% no-repeat;
}

.subBox ul li a span {
	display: block;
	padding: 8px 0;
}

#subBanner ul li {
	margin-bottom: 10px;
}

#subBanner ul li.nmb {
	margin-bottom: 0;
}

#subFixedContact {
	position: fixed;
	z-index: 1000;
	width: 300px;
	bottom: 30px;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

#subFixedContact.stop {
	position: absolute;
	bottom: -48px;
}

#parentBlog.topPage #subFixedContact.stop {
	bottom: 28px;
}

#totop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 40px;
}

#footer {
	padding-top: 50px;
	background: url(../images/wave_bg04.png) 50% 0 repeat-x;
}

#footer .logo {
	display: inline;
	float: left;
	margin-bottom: 50px;
	margin-right: 10px;
}

#footer .freedial {
	display: inline;
	float: left;
	margin-bottom: 50px;
	margin-right: 10px;
}

#footer .sns {
	display: inline;
	float: left;
	margin-top: 33px;
}

#footer .sns ul li {
	display: inline;
}

#footer .store {
	margin-bottom: 50px;
}

#footer .store li {
	float: left;
	width: 460px;
	margin-right: 20px;
}

#footer .store li .name {
	float: left;
	width: 180px;
	height: 70px;
	margin-right: 10px;
}

#footer .store li .detail {
	float: left;
}

#footer .store li .detail .tel {
	margin-bottom: 8px;
}

#footer .store li .map {
	margin-top: 20px;
}

#footNavi {
	padding-bottom: 30px;
}

#footNavi ul {
	text-align: center;
}

#footNavi ul li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #fff;
	color: #fff; 
}

#footNavi ul li.lc {
	border-right: none;
}

#footNavi ul li a {
	color: #fff; 
}

#copyright {
	padding: 30px 0;
	background: url(../images/copyright_bg.png) 0 0 repeat-x; 
	text-align: center;
}

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

Admin setting

------------------------------*/
#adminBox {
	margin-bottom: 0;
}

.titleWrapper {
	margin: 0 12px 20px 0;
}

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

emoji setting

------------------------------*/
.font-large {
	font-size: x-large;
}
.font-xlarge {
	font-size: xx-large;
}
.color-red {
	color: #FF0000;
}