@charset "UTF-8";
/*
Theme Name: QCOsaka
Theme URI:
Description: GardenIndex
Version: 0.0.1
Author: zengo
Author URI:
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
	scroll-padding-top: 30px;
}
abbr[title], acronym[title] {
	border-bottom: thin dotted;
	cursor: help;
}
body {
	color: #333;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
}
img {
	border: 0pt none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	image-rendering: -o-crisp-edges; /* Opera               */
	image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
	image-rendering: optimize-contrast; /* CSS3 Proposed       */
}
h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form, address, pre, em {
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1#title {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	margin-top: 45px;
}
h2, h3, h4, h5 {
	font-size: 14px;
	clear: both;
}
button, input, select, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}
hr {
	border-top: 1px solid #d7c4a7 !important;
}
select, input, textarea {
	font-size: 12px;
}
input {
	vertical-align: middle;
}
address {
	display: none;
}
iframe {
	border: none;
}
.sp {
	text-indent: -999em;
	width: 12px;
}
img.sided {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}
small {
	font-size: 10px;
}
a:hover img.sided {
	border-color: #A6A6A6;
}
a {
	color: #0b6dbb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
blockquote, pre {
	background: #F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
	border: 1px dashed #CCC;
	padding: 8px 12px 8px 36px;
	margin: 5px 0;
}
#HomeB {
	background: #FFF;
	width: 100%;
	padding-top: 15px;
}
#HomeTextArea {
	padding: 30px 0 100px;
	background: #e1e6e8;
	font-size: 1.3rem;
}
#HomeTextArea h2 {
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 3.9rem;
	margin: 0.3em 0 0.9em;
}
@media screen and (max-width: 768px) {
	#HomeTextArea h2 {
		font-size: 2rem;
		line-height: 3rem;
		margin-top: 20px;
	}
	#HomeTextArea {
		margin-top: 30px;
	}
}
#HomeTextArea h2, #HomeTextArea h3 {}
.more-link {
	font-size: 11px;
}
.alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.fixed, .clear {
	clear: both;
}
.fixed {
	position: fixed;
	top: 0px;
	z-index: 1000;
}
/*ログイン*/
@media screen and (min-width: 783px) {
	.logged-in header {
		margin-top: 32px;
	}
}
@media screen and (max-width: 782px) {
	.logged-in header {
		margin-top: 46px;
	}
}
header {
	width: 100%;
}
#bread, .TopSearch, #header-in, .container {
	width: 1024px;
	margin: 0 auto;
}
#HBox {
	position: relative;
}
#header-box {
	width: 1010px;
	margin: 0 auto;
	position: relative;
	height: 95px;
}
#content {
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	padding-bottom: 50px;
}
#main {
	padding: 0 0 30px 0px;
}
#notice {
	color: #080;
}
#notice a {
	text-decoration: underline;
}
.content {
	overflow: hidden;
	padding-bottom: 50px;
}
.content-in {
	width: 100%;
	min-height: 500px;
}
@media screen and (max-width: 480px) {
	.content-in {
		min-height: inherit;
	}
}
.content h4 {
	color: #c1802c;
	margin-bottom: 10px;
}
img {
	max-width: 100%;
	height: auto;
}
.content ul li, .content ol li {
	list-style-position: inside;
}
.content table {
	border-collapse: collapse;
}
.content th, .content td {}
.content tr.even td {
	background: #F7F7F7;
}
.content td.td-1 {
	background: #F1F1F1;
	vertical-align: middle;
	text-align: center;
}
.content .boxcaption {
	background-image: url(img/postbox.gif);
}
.content .box {
	background-image: url(img/postbox.gif);
}
#postpath {
	background: url(img/icons.gif) 0 -320px no-repeat;
	line-height: 16px;
	margin: 5px 0;
	padding-left: 22px;
}
#pagenavi, #postnavi {
	border-top: 1px solid #CCC;
	margin: 10px -5px 0;
	padding: 10px 5px 0;
	display: none;
}
#pagenavi {
	font-size: 11px;
}
#pagenavi .newer a, #postnavi .prev a {
	background: url(img/icons.gif) 0 -224px no-repeat;
	padding-left: 22px;
	float: left;
	height: 16px;
	line-height: 16px;
}
#pagenavi .older a, #postnavi .next a {
	background: url(img/icons.gif) 100% -240px no-repeat;
	padding-right: 22px;
	float: right;
	height: 16px;
	line-height: 16px;
}
/* main END */
/* sidebar START */
#sidebar {
	width: 100%;
}
#centersidebar, #northsidebar .widget, #southsidebar .widget {
	background: url(img/widgetsep.png) bottom no-repeat;
	padding: 10px 15px 16px;
}
#centersidebar {
	padding-bottom: 6px;
}
#northsidebar, #southsidebar {
	font-size: 95%;
}
#northsidebar .widget h2, #southsidebar .widget h2 {
	margin-bottom: 10px;
}
#northsidebar .widget .content p, #southsidebar .widget .content p {
	margin-bottom: 10px;
}
/* sidebar END */
/* footer START */
#footer {
	font-size: 11px;
	background: rgba(255, 255, 255, 0.95);
}
#footer a {
	color: #1e1c1c;
	font-size: 1.3rem;
}
#themeinfo {
	margin: 15px 0 0 70px;
}
/* footer END */
.p-li li {
	line-height: 220%;
}
.p-li strong {
	color: #ff3300;
	font-size: 16px;
}
.p-li span {
	color: brown;
	padding-left: 15px;
	font-size: 10px;
}
a.al007 {
	color: purple;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 30px;
	background: url("img/al007.gif") no-repeat 100% 0;
	padding: 4px 30px 6px 0;
}
/* ------------------------------------------------------------

	サイズ

------------------------------------------------------------ */
.bs05 {
	clear: both;
	width: 100%;
	height: 5px;
	_font-size: 5px;
}
.bs07 {
	clear: both;
	width: 100%;
	height: 7px;
	_font-size: 7px;
}
.bs10 {
	clear: both;
	width: 100%;
	height: 10px;
	_font-size: 10px;
}
.bs15 {
	clear: both;
	width: 100%;
	height: 15px;
	_font-size: 15px;
}
.bs20 {
	clear: both;
	width: 100%;
	height: 20px;
	_font-size: 20px;
}
.bs25 {
	clear: both;
	width: 100%;
	height: 25px;
	_font-size: 25px;
}
.bs30 {
	clear: both;
	width: 100%;
	height: 30px;
	_font-size: 30px;
}
.bs40 {
	clear: both;
	width: 100%;
	height: 40px;
	_font-size: 40px;
}
.bs50 {
	clear: both;
	width: 100%;
	height: 50px;
	_font-size: 50px;
}
.bs100 {
	clear: both;
	width: 100%;
	height: 100px;
	_font-size: 100px;
}
.bs200 {
	clear: both;
	width: 100%;
	height: 200px;
	_font-size: 200px;
}
.bs300 {
	clear: both;
	width: 100%;
	height: 300px;
	_font-size: 300px;
}
#to_RSV {
	position: absolute;
	right: 0;
	top: 0px;
}
#to_RSV a {
	font-size: 14px;
	color: #FFF;
	background: #2bafc7;
	padding: 9px;
	display: block;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
}
strong.red {
	color: #b52579;
}
.topprod .bname a {
	font-size: 12px;
	color: #54b7af;
}
.dblock {
	display: block;
}
.btnA {
	margin: 0 auto;
	padding: 7px 27px 7px 14px;
	background: #c9eef2;
	font-size: 16px;
	position: relative;
}
.btnB:hover, .btnA:hover {
	text-decoration: none;
}
.btnC {
	margin: 0 auto;
	padding: 10px 20px;
	background: #EF7B00;
	font-size: 2em;
	font-weight: 700;
	position: relative;
	color: #000;
	display: inline-block;
	border-radius: 37px;
	text-align: justify;
	text-align-last: justify;
}
.TopTel02 .btnC {
	padding: 0.2em 1.3em;
}
.Icon {
	background: url(img/icon.svg) no-repeat 0em 0em;
	background-size: 2em 6em;
	content: " ";
	height: 1em;
	width: 1em;
	margin: 7px auto 0;
	position: absolute;
}
.btnA .Icon {
	font-size: 24px;
	top: 0;
	right: 0;
	background-position: -1em 0em;
}
#menu-item-13452 {
	display: none;
}
.spref {
	font-size: 12px !important;
}
.spref span {}
.TB-Sinfo {
	width: 100%;
	border-collapse: collapse;
}
.TB-Sinfo tr {
	border-bottom: 1px solid #ccc;
}
.TB-Sinfo th {
	width: 20%;
	text-align: left;
	font-weight: normal;
	color: rgb(115, 86, 31);
}
.TB-Sinfo td, .TB-Sinfo th {
	padding: 10px;
}
/***********************************************
FAQ
***********************************************/
h2.FAQCatTit {
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	color: #FFF;
	background: #bba273;
	margin-bottom: 20px;
	margin-top: 30px;
}
h2.typeQA {
	background-color: #ED9ABB;
	color: #FFF;
	padding: 28px 30px;
	font-size: 150%;
	border-radius: 7px 7px 0 0;
}
dl.qa {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 0;
}
dl.qa dd {
	line-height: 1.8;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f7f6f5;
	border-radius: 8px;
	margin-top: 15px;
	border: 3px solid #d0b176;
}
dl.qa dt {
	cursor: pointer;
	min-height: 34px;
	background: url(img/icon_plus.png) no-repeat 100% 4px;
	background-size: 26px;
	position: relative;
}
.single-faq dl.qa dt {
	background: none;
}
dl.qa dt.open {
	background-image: url(img/icon_minus.png);
}
dl.qa dt:before {
	content: " ";
	background: url(img/poiQ.png) no-repeat;
	background-color: #bba273;
	background-size: cover;
	background-position: 50% 50%;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	border-radius: 6px;
}
dl.qa dd {
	position: relative;
}
dl.qa dd:before {
	content: " ";
	background: url(img/poiA.png) no-repeat;
	background-color: #f5aa6d;
	background-size: cover;
	background-position: 50% 50%;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 7px;
	top: 7px;
	border-radius: 6px;
}
.qaCom {
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 5px;
	font-size: 15px;
}
/***********************************************
プロポーズスポット
***********************************************/
.spotcont {
	padding: 10px 0;
	margin-top: 10px;
}
h2.areatit {
	text-align: center;
	background: #eae7e1;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 26px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	h2.areatit {
		text-align: center;
		background: #eae7e1;
		margin-bottom: 10px;
		margin-top: 20px;
		font-size: 16px;
	}
}
.HRTA {
	border-top: solid 1px #dcdcdc;
}
.HRTB {
	border-top: none !important;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 196, 167, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 196, 167, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 196, 167, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 196, 167, 0.75), rgba(0, 0, 0, 0));
}
.Sspot {
	margin-bottom: 10px;
}
.Sspot p {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	font-size: 12px;
	line-height: 1.4;
}
.Sspot .com {
	font-weight: normal;
	color: #bb287c;
	font-size: 11px;
}
.Sspot h3, .Sspot h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #07A2A4;
}
.Sspot .shutten a {
	color: #A8A8A8;
	font-size: 11px;
	line-height: 2em;
}
/*font*/
h3.H3TA {
	margin: 30px 0;
	background: #0F2442;
	color: #FFF;
	padding: 10px;
	font-size: 20px;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
h3.titcrim {
	padding-bottom: 25px;
	font-size: 12px;
	line-height: 1.0;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.Mincho {
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
h3.titcrim em {
	margin: 0 7px;
	font-size: 15px;
}
h3.titcrim span {
	font-size: 26px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	letter-spacing: 0.01em;
	color: #b51a6c;
}
.btn_all {
	position: absolute;
	right: 15px;
	top: 19px;
	font-size: 12px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	letter-spacing: 0.1em;
}
.btn_all a:hover span {
	color: #a9172c;
}
.btn_all a {
	padding-bottom: 5px;
	border-bottom: 1px dashed #bf6dc3;
	text-decoration: none;
}
.top2Clm .sect li {
	display: table;
	width: 100%;
	padding: 11px 0;
	border-top: 1px solid #d9d9d9;
}
.top2Clm {
	margin: 30px -15px 0 -15px;
	padding-top: 20px;
}
.topborder {
	border-top: 2px solid #92dfe8;
}
#topprod .sect {
	margin: 30px -10px 0 -10px;
	padding-top: 20px;
	position: relative;
}
.home .sect {
	position: relative;
	padding-top: 15px;
}
.top2Clm .sect {
	width: 50%;
	float: left;
	padding: 15px;
}
/* 20161109 */
h3.topblog {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}
.topprod ul {
	margin: 0 -10px;
}
.topprod li {
	width: 25%;
	padding: 10px;
	float: left;
	text-align: center;
}
.TopBrand li {
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.PickupProd .title {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.PickupProd li {
	margin-bottom: 15px;
}
.single-shops .PickupProd li {
	margin-bottom: 7px;
}
/* 20161104 */
h1.maintit, h2.maintit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	border-bottom: 1px solid #CCC;
	color: #805f43;
	font-weight: normal;
	padding-bottom: 9px;
	margin-bottom: 15px;
}
body.mobile h1.maintit, body.mobile h2.maintit {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 0;
}
body.mobile .brandcont-IN {
	margin-top: 20px;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.treat_shop {
	margin: 20px 0;
}
/***********************************************
アルバム シングル投稿
***********************************************/
.single-album_new .album-box-in {
	width: 100%;
	clear: left;
}
.single-album_new .album-box-in .cimg {
	float: left;
	width: 45%;
}
.single-album_new .album-box-in .ccom {
	float: right;
	width: 50%;
	font-size: 14px;
}
.album-box-in .shikijou, .album-box-in .spref, .album-box-in .album_prod {
	padding: 5px 0 0;
	border-top: 1px dashed #ccc;
	margin-top: 5px;
}
.album_prod li {
	margin-bottom: 3px;
	font-size: 11px;
}
.album_prod li:last-child {
	margin-bottom: 0;
}
#logo img {
	height: 65px;
	width: auto;
}
@media screen and (min-width: 768px) {
	#logo img {
		height: 97px;
		width: auto;
		padding-top: 5px;
	}
}
@media screen and (max-width: 768px) {
	table.table th, table.table td {
		float: left;
		width: 100%;
	}
	.single-shops .table > tbody > tr > td {
		border-top: 0;
	}
	.content-in {
		margin-top: 0px !important;
	}
	#content {
		border-radius: 0;
	}
	#header, #header-in {
		height: 50px;
	}
	#logo img {
		width: auto;
		height: 40px;
		margin-top: 5px;
	}
	.customer_album .album-box-in .cimg_a {
		max-height: 254px;
	}
}
.single-shops .shopcont {
	letter-spacing: 0.1rem;
	line-height: 2;
}
.sub-menu ul {
	display: none;
}
/*　隠れメニュー
----------------------------------------- */
/*
#slide_menu {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.is-globalNavOpen #slide_menu {
	display: block;
	visibility: visible;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	animation: fadeIn 0.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	background: #F5F5F5;
}
*/
#slide_menu #SM_Scrllbox {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 70px;
	-webkit-overflow-scrolling: touch;
}
#slide_menu ul {
	padding-top: 7px;
	padding-bottom: 70px;
}
#slide_menu ul ul {
	padding-bottom: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#slide_menu li {
	border-bottom: 1px solid #bbb;
	position: relative;
	padding: 0 10px;
}
#slide_menu li:after {
	/*
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	*/
	content: "▶";
	position: absolute;
	top: 12px;
	right: 5px;
	color: #555;
	font-size: 10px;
}
#slide_menu ul ul li:last-child {
	border-bottom: 0;
}
#slide_menu li span {
	position: absolute;
	right: 20px;
	font-size: 11px;
	color: #9c4392;
}
#slide_menu li a {
	display: block;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 10px 0;
}
#slide_menu #SM_header {
	/*position: relative;*/
}
#slide_menu #SM_header #sublogo {
	/*float: left;*/
	padding: 4px 0 0 5px;
	width: 145px;
}
#slide_menu #SM_header #sublogo img {
	height: 45px;
	width: auto;
}
/*
#slide_menu #SM_header #btn_close {
	position: absolute;
	right: 0;
}
*/
#slide_menu #SM_header .build-menu-button {
	width: 50px;
	height: 50px;
	background: #bfb9ac;
}
/***********************************************
album
***********************************************/
#content .ccom p {
	padding-bottom: 0;
}
.album-box-in {
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.album-box-in .cimg_a {
	position: relative;
	display: block;
	overflow: hidden;
}
.album-box-in .cimg_a .taski {
	position: absolute;
	bottom: 0;
	right: 0;
}
.album-box-in .icon img {
	vertical-align: middle;
}
.album-box-in .shikijou h2 {
	font-size: 14px;
	font-weight: normal;
}
.frame {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame img.shadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	max-width: none !important;
	width: 100% !important;
}
.album-title {
	font-weight: bold;
	color: pink;
}
.frame:before, .frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 86px;
	height: 43px;
	background: #FFFFFF;
	transform: rotate(-45deg);
}
/* 左上 */
.frame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -25px;
	bottom: auto;
	right: auto;
	left: -38px;
}
/* 右下 */
.frame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -23px;
	right: -37px;
	left: auto;
}
.content-in {
	overflow: hidden;
}
.top_album {
	margin: 0 -10px;
}
.top_album li {
	width: 25%;
	padding: 10px;
	float: left;
	text-align: center;
}
.topeve {
	border-top: 2px solid #92dfe8;
	margin-top: 20px;
}
/***********************************************
event_list
***********************************************/
.fair_brand ul li a {
	color: #FFF;
	/* text-decoration: underline; */
	background: #EFC5CC;
	padding: 2px 7px;
	border-radius: 5px;
	display: block;
}
.evebox .comA p {
	margin-bottom: 20px;
}
.single-fair_event #mainimg img {
	max-width: 100%;
	height: auto;
}
.fair_taisho li {
	float: left;
	margin-right: 7px;
}
.fair_taisho li a {
	text-decoration: underline;
}
.fair_brand ul, .fair_brand ul li {
	float: left;
}
.fair_brand ul li {
	margin-right: 7px;
}
.un1s {
	margin-bottom: 1em;
}
h2.junle {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 29px !important;
	line-height: 2em;
	color: #b39256 !important;
}
.ringsbox .BBox {
	margin: 0 -10px;
}
.ringsbox .sectbox {
	text-align: center;
	margin-bottom: 7px;
}
.ringsbox .prodtit {
	padding-top: 7px;
	font-size: 12px;
	text-align: left;
}
@media screen and (max-width: 480px) {
	.ringsbox .prodtit {
		font-size: 11px;
		text-align: left;
		line-height: inherit;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	body.mobile .ringsbox .prodtit {
		overflow: auto;
		white-space: normal;
		text-overflow: inherit;
	}
}
.single-brand .mainimage .logo {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 15px;
	margin-top: 15px;
}
.single-brand .mainimage .logo img {
	height: 80px;
	width: auto;
	margin: 0 auto;
	display: block;
}
body.mobile.single-brand .mainimage .logo img {
	height: 80px;
	width: auto;
}
.ringsbox img {
	border: 1px solid #e6d7ba;
}
#titarea {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
#titarea h2.blogo {
	width: 110px;
	margin: 0 auto;
}
.tarea .prod_junle {
	margin-top: 10px;
}
.single-prod #content {
	background: #FFFFFF;
}
.prod_H3 {
	font-family: "kinesis-pro-3", sans-serif;
	color: #138b94;
	font-size: 14px;
	padding-top: 10px;
	font-weight: normal;
}
.prod_detail {
	padding: 5px 0 20px;
	border-bottom: 1px dashed #a59999;
}
.single-prod .prod_detail dd.mini_detail li.tit_junle {
	font-weight: bold;
	color: #3c4219;
}
.single-prod .prod_detail dd.mini_detail {
	padding: 4px 0;
}
.single-prod .prod_detail dd.mini_detail li {
	float: left;
	margin-right: 7px;
	font-size: 12px;
	color: #a505a3;
}
.single-prod .prod_detail dd.mini_detail li:after {
	content: ",";
}
.single-prod .prod_detail dd.mini_detail li:first-child:after, .single-prod .prod_detail dd.mini_detail li:last-child:after {
	content: "";
}
/***********************************************
商品個別
***********************************************/
.single-prod #inner {
	/*	padding: 30px;*/
}
.single-prod #main {
	width: 100%;
}
.single-prod .prodbox .totalcom {
	padding-top: 15px;
}
.single-prod {
	line-height: 1.7em;
}
.single-prod h2.title {
	font-size: 18px;
	padding: 10px 0;
	color: #947c4a;
}
.single-prod .prodarea {}
.single-prod .tarea {
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.single-prod .tarea {
		margin-top: 20px;
	}
}
.single-prod .proattn {
	margin-top: 30px;
}
.single-prod .proattn li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 1.9;
	font-size: 11px;
}
.single-prod .prod_price span {
	font-size: 12px;
	color: #797979;
}
.single-prod .prod_price .zei {
	color: #333;
}
.single-prod .prodbox > div {
	border-bottom: 1px dashed #CDCDCD;
	padding: 15px 0;
	font-size: 12px;
}
.single-prod .prodbox .prod_price {
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F1EDE5;
	padding: 7px;
	margin-top: 10px;
	border-bottom: none;
}
.single-prod .staffcom {
	margin-top: 10px;
	line-height: 1.7em;
}
.single-prod .prodname {
	font-size: 14px;
	color: #DC4143;
}
.single-prod h2.brand a {
	text-decoration: underline;
	color: #FFFFFF;
	background: #C33EAF;
	font-weight: normal;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 10px;
}
.single-prod #relation {
	margin-top: 35px;
}
.single-prod #relation li {
	float: left;
	width: 25%;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 10px;
}
.single-prod #relation li img {
	width: 100%;
	height: auto;
}
.single-prod #relation a {
	display: block;
}
.single-prod #relation h3 {
	background: #eee;
	font-weight: normal;
	padding: 7px;
}
#relation .txt {
	padding-top: 7px;
}
/**/
.yescom_jirei li {
	float: left;
	width: 45%;
	padding: 2.5%;
}
#sidebar #blog-list li {
	background: url(img/arr267.gif) 0 1px no-repeat;
	padding-left: 22px;
	list-style: none;
	margin-top: 5px;
}
#sidebar .sectA {
	margin: 0 -10px;
}
#sidebar .sectA ul {
	margin-bottom: 10px;
}
#sidebar .sectA li {
	width: 25%;
	padding: 10px 10px 0 10px;
	float: left;
}
#sidebar .content, #sidebar li {
	font-size: 12px;
}
.single-spcont .content-in p {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.8;
}
.un1s {
	padding-bottom: 1em;
}
/* ------------------------------------------------------------

	グローバルナビ基本

------------------------------------------------------------ */
#global-navi {
	width: 100%;
	padding: 15px 0 9px;
	background: #FFF;
}
#global-navi.fixed {
	border-bottom: 1px solid #CCC;
}
#global-navi ul .gmenu_home {
	display: none;
}
#global-navi ul .gmenu_home a {
	display: inline-block;
	position: relative;
	top: -4px;
	background-image: url("img/gmenu_logo.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 188px 35px;
	height: 35px;
	width: 188px;
	font-size: 1px;
	color: transparent !important;
	text-indent: -10000px !important;
	overflow: hidden !important;
}
#global-navi.fixed .gmenu_home {
	display: block;
}
.home #global-navi {
	margin-bottom: 0;
}
#global-navi span {
	display: block;
}
#global-navi nav {
	margin: 0 auto;
	width: 980px;
	padding-top: 10px 0;
}
#global-navi ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1024px;
	margin: 0 auto;
}
#global-navi ul li {
	border-left: 1px solid #dcdcdc;
	text-align: center;
	flex: 1;
	font-weight: 700;
}
#global-navi li:last-child {
	border-right: 1px solid #dcdcdc;
}
/** home **/
li#menu-item-25 {
	width: 6%;
}
/** 店舗紹介・アクセス **/
li#menu-item-18 {
	width: 14%;
}
/** ブライダル　ファッション **/
li#menu-item-22, li#menu-item-23 {
	width: 17%;
}
#global-navi li a {
	color: #040404;
	display: block;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	vertical-align: middle;
	font-size: 1.6rem;
	white-space: nowrap;
}
#global-navi li span {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cfbdb9;
	margin-top: 5px;
}
/***********************************************
ページナビ
***********************************************/
.pnavi {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
}
.pnavi a, .pnavi a:hover {
	text-decoration: none;
}
.pnavi > div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pnavi > div span {
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 0 0 5px 0;
	white-space: nowrap;
}
.pnavi .prev span a::before, .pnavi .next span a::after {
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #EF7B00;
	font-size: 1.6rem;
}
.pnavi .prev span {
	padding-left: 1.3em;
}
.pnavi .next span {
	padding-right: 1.6em;
}
.pnavi .prev span a::before {
	left: 0;
	content: '\f359';
}
.pnavi .next span a::after {
	right: 0;
	content: '\f35a';
}
.pnavi .prev {
	text-align: left;
}
.pnavi .next {
	text-align: right;
}
#footer span {
	display: none;
}
/***********************************************
ブログ
***********************************************/
#goto_blog {
	position: absolute;
	bottom: 0px;
	left: 423px;
}
.single-spcont #main, .single-staff_blog #main, .post-type-archive-staff_blog #main {
	width: 100%;
}
.editbtn {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 10;
}
.editbtn a {
	display: block;
	color: #FFF;
	width: 50px;
	background: #BFA473;
}
#event_list ul.listA, #blogsidebar ul.listA {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #EAEAEA;
	padding: 5px;
	margin-top: 10px;
}
#blogsidebar ul.recent li {
	line-height: 1.6;
	margin-bottom: 7px;
	border-bottom: 1px dashed #FFF;
	padding-bottom: 8px;
	font-size: 11px;
	padding-left: 23px;
}
.post-type-archive-staffblog #maincont a, .single-staffblog #maincont a {
	color: rgb(8, 64, 122);
}
#event_list h2, #blogsidebar h2 {
	color: rgb(81, 140, 189);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 2px solid rgb(81, 140, 189);
	border-bottom: 1px solid #D5E5F3;
}
.inspan span.edit {
	padding-left: 10px;
}
.evebox, .blogbox {
	position: relative;
}
h3.blogtit, h3.formtit, .evebox h3.blogtit a, .blogbox h3.blogtit a {
	font-size: 18px;
	color: purple;
	font-weight: normal;
}
#blogsidebar li a {
	color: purple;
}
#blogsidebar li {
	list-style-type: none;
}
#blogsidebar li.icon a:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/pen-icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: -20px;
}
.blogbox .inbox {
	float: right;
	width: 570px;
}
.blogbox .comA img {
	max-width: 100%;
	height: auto;
}
.blogbox .staffimg {
	width: 50px;
	float: left;
}
.blogbox .staffimg img {
	width: 50px;
	height: auto;
}
.evebox .tit, .blogbox .tit {
	padding: 5px;
	border-top: 2px solid #BFA473;
	border-bottom: 2px solid #BFA473;
	position: relative;
}
.evebox h4, .blogbox h4 {
	font-size: 18px;
	font-weight: normal;
}
.evebox .edit a, .blogbox .edit a {
	padding: 2px;
	background: rgb(66, 217, 241);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF !important;
}
.evebox .comA, .blogbox .comA {
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 2em;
}
.post-type-archive p, .single-propose_taiken p {
	margin-bottom: 1em;
}
a.blogicon {
	width: 100%;
	text-align: center;
	display: block;
}
a.blogicon img {
	width: 100%;
}
#bloginner {
	padding-bottom: 30px;
}
.home #blogsidebar {
	width: 100%;
}
/***********************************************/
#proimgs {
	padding: 20px 0 30px;
	border-bottom: 1px dotted #AE9780;
}
#proimgs ul {
	width: 100%;
}
#proimgs li {
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 1%;
}
#proimgs li:last-child {
	margin-right: 0;
}
#proimgs li img {
	width: 100%;
	height: auto;
	display: block;
}
#proimgs li p {
	text-align: center;
}
/***********************************************/
.pagetop {
	position: fixed;
	bottom: -100px;
	right: 10px;
	z-index: 999999;
}
.pagetop a {
	background: url(img/gototop.png) 0 0 no-repeat;
	text-indent: -999em;
	width: 84px;
	height: 103px;
	display: block;
	text-decoration: none;
}
.pagetop a:hover {
	background-image: url(img/gototop_on.png)
}
/***********************************************
footer　fixメニュー
***********************************************/
.table-cell {
	display: table;
	margin: auto;
}
.table-cell li {
	display: table-cell;
}
#copyright a {
	color: #E6E6E6;
	font-size: 11px;
	letter-spacing: 1px;
}
#copyright a:hover {
	color: #FFF;
}
#copyright {
	text-align: center;
	background: #ef7b00;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 11px;
	padding: 7px 0;
	height: 6em;
	overflow: hidden;
	line-height: 6em;
}
#footer {
	width: 100%;
	background: #FFF;
	color: #222;
}
.FooterShopList li {
	text-align: center;
}
.FooterShopList li a {
	color: #FFF;
}
.FooterShopList li .title {
	margin-top: 8px;
}
.post-template-single_noside-php #main {
	width: 100%;
}
.post-template-single_noside-php #sidebar {
	display: none;
}
#gshop {
	margin-top: 50px;
}
#gshop a {
	color: #D325B8;
}
#gshop h3 {
	margin-bottom: 20px;
	background: url(img/linemain.png) no-repeat 0 50%;
	background-size: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#gshop dl {
	width: 50%;
	padding: 20px;
	float: left;
}
#gshop dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #A70A5D;
	padding: 5px 0;
}
.event #mainimg img {
	max-width: 600px;
}
/* ヘッダーバー */
#sidebarA .sectA {
	background: url(img/sidebar_line.png) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-top: 10px;
}
.radius {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#snapw {
	background: url("img/Instragram_logo.png") no-repeat 10px 6px #FFF;
	float: left;
	margin-top: 20px;
	width: 620px;
	padding: 41px 10px 0 10px;
}
.headerbar {
	height: 23px;
	width: 100%;
	background: #463830;
}
.headerbar .gshop {
	float: right;
	width: 420px;
}
.headerbar .gshop li {
	float: left;
	margin-left: 10px;
	line-height: 23px;
	color: #ccc;
	font-size: 11px;
}
.headerbar .gshop li a {
	color: #ccc;
	padding-left: 15px;
}
.headerbar .gshop li a:hover, .headerbar .gshop li.now a {
	background: url("img/dia-icon.png") no-repeat 0 50%;
	color: #FFA500;
}
/* ------------------------------------------------------------

	プロポーズ

------------------------------------------------------------ */
.propose {
	padding: 50px 0 0 0;
	background: url("img/propose-tit.gif") no-repeat;
	margin-top: 45px;
}
.propose dl {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.propose dt {
	font-size: 16px;
	color: #238EC4;
	background: url("img/propose-titB.gif") no-repeat 0 -6px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0 0 3px 40px;
	border-bottom: 2px solid;
	margin: 23px 0 13px;
}
.propose dd {
	background: url("img/propose-line.gif") repeat-y;
	line-height: 30px;
	padding-bottom: 30px;
}
.propose dd.name {
	font-weight: bold;
	color: #FFA500;
}
.propose dd p {
	line-height: 30px;
	margin-bottom: 0;
}
.propose dd span {
	font-weight: bold;
	color: #9900CC;
}
.section {
	border-bottom: 1px dotted #cccccc;
	float: left;
	width: 615px;
	margin: 0 0 0 10px;
	padding-bottom: 15px;
}
.bnone {
	border: none !important;
}
#c-pref {
	background: url("img/home-brand-bj-btm.gif") 100% 100% no-repeat;
	margin-top: 7px;
	padding-bottom: 5px;
	float: left;
}
#c-pref h3 {
	background: url("img/home-brand-cpref-top.png") 0 0 no-repeat;
	width: 640px;
	height: 45px;
	text-indent: -999em;
}
#c-pref h4 {
	background: url("img/al003.gif") no-repeat;
	padding-left: 16px;
	font-size: 12px;
	line-height: 11px;
	margin: 10px 0 7px 15px;
	clear: both;
	position: relative;
	color: purple;
}
#c-pref dl {
	padding: 0 10px 0 31px;
	float: left;
}
#c-pref dt {
	background: url("img/poi-cpref.gif") 0 12px no-repeat;
	padding-left: 10px;
	line-height: 30px;
	float: left;
	width: 500px;
}
#c-pref dd {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#c-pref ul {
	margin-top: 5px;
}
#c-pref li {
	float: left;
	list-style: none;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 7px 7px 0;
	white-space: nowrap;
}
#c-pref a.spref {
	position: absolute;
	right: 0;
	font-weight: normal;
	font-size: 12px;
	color: purple;
	background: url("img/arr267.gif") 100% 50% no-repeat;
	padding-right: 15px;
}
ul.btngun {
	margin-bottom: 10px;
	float: left;
}
ul.btngun li {
	float: left;
	list-style: none;
}
.gbtom {
	margin-top: -10px !important;
	margin-bottom: 20px;
}
h3.homeh3 {
	font-size: 100%;
	font-weight: normal;
}
h3.homeh3 strong {
	color: purple;
}
.main-un {
	width: 640px;
	background: url("img/main-un-btm.png") 100% 100% no-repeat;
	padding-bottom: 10px;
}
.main-un .inbox {
	background: url("img/main-un.png") 0 0 no-repeat;
	padding: 10px;
}
.main-un .inbox h2 {
	background: url("img/main-un-title.gif") no-repeat;
	padding-left: 20px;
	font-size: 15px;
	color: #660066;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 7px;
}
.main-un .inbox p {
	word-spacing: 1px;
	line-height: 20px;
	letter-spacing: 1px;
}
#twitter {
	float: left;
	margin-bottom: 15px;
}
#text-formA {
	margin-bottom: 20px;
	border-bottom: 1px solid #EAA8C9;
}
#text-formA ol li {
	line-height: 200%;
	list-style-position: outside;
	background: url("img/poi-cross.png") 0px 9px no-repeat;
	padding-left: 11px;
}
.gallery {
	float: left;
	padding-bottom: 30px;
	width: 600px;
}
.linebgA {
	background: #FFDEAD;
}
.atn li, .album-img li, #brand-img li {
	list-style-type: none;
}
.brand-url {
	width: 100%;
	margin: 20px 0 10px;
}
body.mobile .brand-url {
	margin-top: 0;
}
.brand-url a {
	font-size: 12px !important;
}
.atn {
	margin: 15px 0 20px 0;
}
.atn li {
	list-style-position: outside !important;
	background: url("img/poi-cross.png") 0 6px no-repeat;
	padding-left: 9px;
	margin-bottom: 0px;
	font-size: 12px;
}
.album-img {
	width: 600px;
	margin: 0 auto 30px;
}
.album-img li {
	float: left;
	margin: 0 10px 10px 0;
}
.album-img li a {
	width: 106px;
	height: 80px;
	display: block;
}
.album-img li img {
	border: 1px solid #ccc;
}
.kasane-img {
	width: 540px;
	float: left;
	margin-left: 30px;
}
.kasane-img li {
	float: left;
	margin: 0 10px 10px 0;
}
.kasane-img li a {
	width: 170px;
	height: 127px;
	display: block;
}
.kasane-img li img {
	border: 1px solid #ccc;
}
ul.TopList {
	margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
	ul.TopList {
		margin-bottom: 0;
	}
}
.TopList li, #brand-img li {
	text-align: center;
	font-size: 11px;
	margin-bottom: 7px;
}
.TopList li span.title {
	margin-top: 7px;
}
.TopList li span, #brand-img li span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#brand-img li a.logoimg {
	display: block;
}
#brand-img li img {
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #ccc;
	max-width: 220px;
	width: 100%;
}
.eve01 td {
	padding: 0 0 10px 0 !important;
	vertical-align: top;
}
#klinks {
	display: none;
}
#post-exp {
	font-size: 120%;
	padding-top: 20px;
	clear: both;
}
#post-2 #post-exp {
	font-size: 100%;
}
#post-exp dl {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
#post-exp dt, #post-exp dd {
	padding: 10px 0;
}
#post-exp dt {
	width: 30%;
	float: left;
}
#post-2 #post-exp dt {
	font-weight: normal;
}
#post-exp dd {
	width: 70%;
	float: left;
}
.tomowari {
	border-top: 1px dotted #ccc;
}
.tomowari dl {
	margin: 10px 0;
}
.tomowari dt {}
.tomowari dd {}
.tomowari dd ul {
	list-style: none;
}
.tomowari dd li {
	list-style-position: outside !important;
	list-style-type: none !important;
	background: url("img/ar_red.gif") 0 4px no-repeat;
	margin: 5px 0 0 0;
	padding-left: 15px;
}
.ulA {
	margin: 0 auto 10px;
}
.ulA li {
	list-style-position: outside !important;
	margin: 5px 0 0 15px;
	padding-left: 0px !important;
}
.setsumei li {
	letter-spacing: 1px;
	line-height: 25px;
	list-style-position: outside !important;
	margin-left: 20px;
	padding-left: 10px;
}
.setsumei strong {
	color: #ff6600;
	text-decoration: underline;
}
.shimekiri {
	font-size: 12px;
	font-weight: normal;
	font-color: #555555;
}
.mousikomi {
	background: url(img/btn-seminar-submit.gif) 0 0 no-repeat;
	text-indent: -999em;
	display: block;
	height: 25px;
	width: 142px;
	margin: 0 auto;
}
.dateA {
	font-size: 160%;
	color: #BB3097;
	font-weight: bold;
}
.pink-BIG {
	font-size: 15px;
	color: #BB3097;
	font-weight: bold;
}
h3.forbiz, h3.formtitle {
	width: 600px;
	height: 85px;
	display: block;
	text-indent: -9999px;
	background: url(img/titleB.png) no-repeat;
}
h3.forbiz {
	background-position: 0 -100px;
	height: 60px !important;
}
td.imgbox {
	vertical-align: top;
}
span.must {
	background: url(img/icons2.gif) no-repeat 100% -360px;
	padding: 0 20px 0 0;
}
table.tableD {
	width: 600px;
	border: 1px solid #CCC;
	margin: 15px 0;
}
table.tableD strong {
	color: #800080;
}
table.tableB {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
}
table.tableB th, table.tableB td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.bycar {
	background: url("img/icon_car.png") no-repeat;
	height: 32px;
	line-height: 32px;
	display: block;
}
.bytrain {
	background: url("img/icon_train.png") no-repeat;
	height: 32px;
	line-height: 32px;
	display: block;
}
table.tableA th, table.tableA td, table.tableD th, table.tableD td {
	border: 1px solid #CCC;
}
table.tableB th, table.tableB td {
	padding: 10px;
}
table.tableD td {
	vertical-align: middle;
}
table.tableD td.tdpink {
	width: 140px;
	background: url("img/td1.png") 0 0 repeat;
	text-align: center;
	padding: 10px;
}
table.tableD table.nob, table.tableD td.nob {
	border: none !important;
}
table.tableD td.nob {
	padding: 3px;
}
#tableA {
	margin: 0 auto;
	width: 550px;
}
table.tableA {
	width: 400px;
	border: 1px solid #CCC;
	margin: 15px 0;
}
.tableA .tel {
	font-size: 30px;
	line-height: 160%;
	font-family: arial;
	color: #B80642;
}
/* ポスト */
/* バナー */
#onlineshop a.onlineshop {
	width: 270px;
	height: 150px;
	background: url("img/onlineshopping.gif") 0 0 no-repeat;
	text-indent: -999em;
	display: block;
}
#melma a.melma, #klinks a.ameblo, #klinks a.bstyle {
	height: 65px;
	width: 270px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background: url(img/banner.png) no-repeat;
	display: block;
}
#klinks a.ameblo {
	background-position: 0 0;
}
#klinks a.bstyle {
	background-position: 0 -70px;
}
#melma a.melma {
	background-position: 0 -140px;
}
/* メルマガ */
#melma {}
/* リンクス */
.lineA {
	background: url(img/line.png) repeat-x;
	height: 4px;
	margin: 10px 0;
	width: 100%;
	font-size: 4px;
	float: left;
	text-indent: -999em;
}
#klinks h3.klinks {
	background-position: 0 -80px;
}
/* ページイベント */
#page-event.topeve dt {
	width: 170px;
	float: left;
}
#page-event.topeve dd {
	width: 450px;
	float: right;
}
#page-event dt {
	width: 225px;
	float: left;
}
#page-event dd {
	width: 700px;
	float: right;
}
#page-event .taisho, #page-event .excerpt {
	font-size: 12px;
	line-height: 1.8em;
}
#page-event img {
	border: 1px solid #ccc;
	padding: 1px;
}
#page-event .fair_taisho, #page-event .exp, #page-event .fair_brand, #page-event .eve_brand, #page-event .excerpt {
	color: #8F4423;
	border-top: 1px solid #bcdce0;
	margin-top: 10px;
	padding-top: 7px;
}
#page-event .fair_taisho ul {
	padding-bottom: 0;
}
#page-event .comA span {
	font-weight: bold;
}
/* サイドメニュー */
#news dt, #news dd {
	margin-top: 5px;
}
#event dd.exp, #sidebar dd.meta {
	color: #DF9E14;
}
#top-event dl, #page-event dl, #event dl {
	border-bottom: 2px solid #92dfe8;
	padding: 30px 0px;
	width: 100%;
}
#event dt {
	width: 70px;
	float: left;
	margin-right: 10px;
}
#event dd {
	width: 180px;
	float: right;
}
#event img {
	border: 1px solid #ccc;
	padding: 1px;
}
#news dl, #event dl {
	background: #FFF;
}
#event, #event li, #news, #blog-list {
	width: 100%;
}
#news dl {
	width: 260px;
	padding: 5px;
}
#blog-list {
	margin-top: 7px;
}
#event h2, #news h2, #blog-list h2 {
	height: 30px;
	text-indent: -9999px;
	background: url(img/titleA.gif) 0 0 no-repeat;
	display: block;
}
#blog-list {
	background: url("img/sidewaku.png") no-repeat 100% 100%;
	padding-bottom: 7px;
}
#blog-list ul {
	background: #FFFFFF;
	padding: 5px 5px 0 5px;
}
#event h2 {
	background-position: 0 -40px;
}
#news h2 {
	background-position: 0 -80px;
}
#blog-list h2 {
	background-position: 0 0;
}
#klinks h3 {
	height: 30px;
	text-indent: -9999px;
	background: url(img/titleA.png) no-repeat;
	display: block;
}
/* ------------------------------------------------------------

	トップページ

------------------------------------------------------------ */
.home #main {
	width: 100%;
}
.home #main #page-event dd {
	padding-bottom: 7px;
}
.home #main #page-event dd.comA {
	font-size: 11px;
}
.home #main #page-event dd.excerpt {
	line-height: 20px;
}
#page-event .tit a, .home #main #page-event .tit a {
	font-size: 120%;
	color: #f24699 !important;
	font-weight: bold;
}
.brand-list ul {
	width: 50%;
	padding: 10px;
	float: left;
}
.brand-list ul li {
	margin-bottom: 10px;
}
.brand-list ul li a:hover {
	text-decoration: none;
}
.brand-list .kana {
	color: #3790c2;
	font-size: 11px;
	padding-left: 10px;
}
#products img {
	margin-left: 10px;
}
#products ul {
	float: left;
	padding: 10px;
	list-style-type: none;
	width: 600px;
	margin-left: 5px;
}
#products ul li {
	line-height: 141%;
	float: left;
	width: 180px;
	background: url("img/point.gif") 0 4px no-repeat;
	margin-left: 5px;
	margin-bottom: 12px;
	padding-left: 15px;
	font-size: 14px;
}
a.pointA {
	background: url("img/point.gif") 0 4px no-repeat;
	margin-left: 5px;
	padding-left: 15px;
}
#c-pref #home-lists, #c-pref .home-lists {
	padding-top: 7px;
}
#products h2.toriatsukai {
	background: url("img/title-brand.png") 0 0 no-repeat;
	width: 640px;
	height: 45px;
	text-indent: -999em;
}
#products #wc h2 {
	background: url("img/home-brand-wc-top.gif") 0 0 no-repeat;
	width: 640px;
	height: 32px;
}
#products #bj {
	padding-top: 7px;
}
#Pressrelease dl.keisaino {
	display: none;
}
#Pressrelease dl {
	width: 100px;
	float: left;
	margin: 10px;
	font-size: 12px;
	height: 185px;
	overflow: hidden;
}
#Pressrelease dt {
	margin-bottom: 5px;
}
#Pressrelease dd {
	text-align: center;
}
#consemi dl {
	border: 1px solid #DCDCDC;
	line-height: 135%;
	margin-bottom: 10px;
	min-height: 90px;
	_height: 90px;
	padding: 5px;
	background: #EFEAE0;
}
#consemi dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#consemi dl dd {
	width: 480px;
	line-height: 150%;
	float: right;
}
#consemi dl dd p {
	padding: 0;
	margin: 0;
}
#consemi dl dt.thumb {
	float: left;
	height: 90px;
	width: 90px;
}
#seminar dl {
	border: 1px solid #CCC;
	line-height: 135%;
	margin-bottom: 7px;
	min-height: 35px;
	padding: 3px;
	background: #F1D8D1;
}
#seminar dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #seminar dl {
	display: inline-block;
	padding-bottom: 1px;
}
#seminar dl dt.thumb {
	float: left;
	height: 60px;
	width: 60px;
}
#seminar dl dd.title {
	float: right;
	width: 190px;
	height: 60px;
}
#seminar a, #seminar dl dd.title a, #seminar dl dd.seminar_date {
	font-weight: bold;
	color: purple;
}
#seminar dl dd.seminar_date {}
#seminar dl dd {
	line-height: 150%;
	margin: 0 0 5px 0;
	width: 100%;
}
#seminar dl dd.seminar_date, #seminar dl dd.seminar_place, #seminar dl dd.excerpt {
	float: left;
}
/* トピックス */
#topics {
	float: left;
	width: 250px;
}
#topics h2 {
	height: 40px;
	text-indent: -9999px;
	background: url(img/titleA.png) 0 -240px no-repeat;
	display: block;
}
#topics dl {
	border: 1px solid #DCDCDC;
	font-size: 0.65em;
	line-height: 160%;
	margin-bottom: 3px;
	min-height: 35px;
	padding: 3px;
}
#topics dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #topics dl {
	display: inline-block;
	padding-bottom: 1px;
}
#topics dl dt {
	float: right;
	font-size: 110%;
	font-weight: bold;
	margin: 2px 0 4px;
	width: 170px;
}
#topics dl dd.title {
	float: right;
	width: 170px;
}
#topics dl dd.thumb {
	float: left;
	height: 60px;
	width: 60px;
}
/* ニュース */
#topnews {
	float: right;
	width: 380px;
}
#topnews h2 {
	height: 40px;
	text-indent: -9999px;
	background: url(img/titleA.png) 0 -40px no-repeat;
	display: block;
}
#topnews dl {
	border: 1px solid #DCDCDC;
	font-size: 0.65em;
	line-height: 135%;
	margin-bottom: 3px;
	min-height: 35px;
	padding: 3px;
}
#topnews dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #topnews dl {
	display: inline-block;
	padding-bottom: 1px;
}
#topnews dl dt {
	float: right;
	font-size: 110%;
	font-weight: bold;
	margin: 2px 0 4px;
	width: 300px;
}
#topnews dl dd.title, #topnews dl dd.excerpt {
	float: right;
	width: 300px;
	font-size: 12px;
	line-height: 150%;
}
#topnews dl dd.thumb {
	float: left;
	height: 60px;
	width: 60px;
}
#gotop {
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
}
#gotop a {
	background: url(img/pageup.png) 0 0 no-repeat;
	text-indent: -999em;
	width: 100px;
	height: 40px;
	float: right;
	display: block;
	text-decoration: none;
}
#gotop a:hover {
	background-position: 0px -40px;
}
#unmenu {
	margin: 0 auto;
	text-align: center;
}
#content_top, #content_bottom {
	width: 940px;
	height: 3px;
}
#content_top {
	background-position: 0 0;
	margin-top: 10px;
}
#content_bottom {
	background-position: 100% 100%;
}
/*
#tel {
	position: absolute;
	display: block;
	right: 10px;
	bottom: 20px;
}
#tel .icon-phone {
	font-size: 23px;
	color: #9C4392;
}
#tel .icon-phone span {
	font-size: 29px;
	vertical-align: -1px;
	padding-left: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#tel li {
	font-size: 11px
}
*/
#header-box .recruit {
	position: absolute;
	bottom: 0px;
	left: 586px;
}
#header-box a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#telun {
	position: absolute;
	top: 53px;
	right: 191px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #CC00CC;
}
#logo {
	margin-right: auto;
}
.ggg {
	background: yellow;
}
.contents-top {
	width: 950px;
	height: 5px;
	background: url("img/bg_top.png") no-repeat;
	clear: both;
	margin-top: 7px;
}
.contents-btm {
	width: 950px;
	height: 5px;
	background: url("img/bg_in_bottom.png") no-repeat;
	clear: both;
}
#title a {
	text-decoration: none;
	color: #FFF;
	height: 30px;
	display: block;
	font-family: "Trajan Pro";
	letter-spacing: 0;
}
#tagline {
	color: #FFF;
	border-top: 1px solid #FFF;
	text-decoration: none;
	font-size: 12px;
	float: left;
	padding: 0 3px;
}
#sidebarA img {
	margin-bottom: 5px;
}
#facebook {
	background: #FFFFFF;
}
#goto_url {
	position: absolute;
	top: 57px;
	left: 193px;
}
.sup-spot {
	margin-top: 15px;
	border-top: 4px dotted #cccccc;
	padding-bottom: 15px;
	float: left;
	width: 100%;
	padding-top: 16px;
}
.sup-spot h3 {
	font-size: 14px;
	color: purple;
}
.sup-spot h4 {
	font-size: 14px;
	padding-left: 55px;
	margin-top: 7px;
	line-height: 14px;
	color: #6B5C5C !important;
	margin: 15px 0;
}
.sup-spot h4.service {
	background: url("img/icon-service.gif") no-repeat;
}
.sup-spot h4.hotel {
	background: url("img/icon-hotel.gif") no-repeat;
}
.sup-spot dt, .sup-spot dd {
	line-height: 26px;
}
.sup-spot dl {
	float: left;
	width: 100%;
}
.sup-spot dt {
	float: left;
	width: 55px;
	color: #AD7979;
	font-weight: bold;
}
.sup-spot dd {
	float: left;
	width: 500px;
}
.orange {
	color: orange;
}
.hsnone {
	font-size: 12px;
	padding: 3px 0;
}
h3.cat_bridal {
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	color: rgb(179, 157, 40);
}
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 100%;
}
table.sbrand {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
table.sbrand th, table.sbrand td {
	border-top: 1px dotted #ccc;
	padding: 5px 0;
	text-align: left;
	line-height: 1.7;
}
table.sbrand th {
	width: 130px;
	vertical-align: top;
	padding: 10px 0;
	color: #318BA2;
}
.brandcont {
	padding: 15px 0;
}
.brandcont h3, h3.brand {
	line-height: 1.5em;
	color: #CF66A6;
	font-size: 18px;
	padding: 0 0 10px;
}
.titA {
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #C6E6F3;
}
.hawaiian_link {
	text-align: center;
	width: 100%;
	border-top: 1px dashed #DAAE9A;
	border-bottom: 1px dashed #DAAE9A;
	padding: 20px 0;
	margin: 20px auto;
}
.unnum {
	text-align: center;
	border-top: 1px solid #bbd4d6;
	border-bottom: 1px solid #bbd4d6;
	padding: 9px 0 8px;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	/***********************************************
ページナビ
***********************************************/
	.PageBox {
		border-top: 2px solid #e2c4be;
		margin-top: 20px;
		padding-top: 20px;
	}
	.wp-pagenavi {
		text-align: center;
		position: relative;
		height: 70px;
	}
	.wp-pagenavi .last, .wp-pagenavi .first {
		position: absolute;
		width: 20%;
		bottom: 0px;
		font-weight: bold;
		color: #FFF;
		font-size: 14px;
		background: #68c4ce;
		border-radius: 3px;
		text-align: center;
	}
	.wp-pagenavi .first {
		left: 0;
	}
	.wp-pagenavi .last {
		right: 0;
	}
	.wp-pagenavi .page, .wp-pagenavi .current {
		font-size: 20px;
		line-height: 1.5em;
		display: inline-block;
		text-decoration: none;
		color: #333;
		padding: 0 9px;
	}
	.wp-pagenavi .current {
		color: #fff;
		border-radius: 20px;
		background: #a6d7dc;
	}
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		font-size: 13px;
		font-weight: 700;
		display: block;
		text-decoration: none;
		color: #222;
		background-color: #a6d7dc;
		background-repeat: no-repeat;
		background-size: 40px;
		width: 40px;
		height: 31px;
		line-height: 31px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.wp-pagenavi .previouspostslink {
		float: left;
		padding-left: 25px;
		background-image: url(img/arrow_L.png);
		background-position: -21% 50%;
	}
	.wp-pagenavi .nextpostslink {
		float: right;
		text-align: right;
		padding-right: 25px;
		background-image: url(img/arrow_R.png);
		background-position: 121% 50%;
	}
	.wp-pagenavi .pages {
		position: absolute;
		width: 50%;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		font-size: 13px;
		color: #429aa2;
	}
}
@media screen and (min-width: 768px) {
	/***********************************************
ページナビ
***********************************************/
	.PageBox {
		border-top: 1px solid #e2c4be;
		margin-top: 20px;
		padding-top: 20px;
	}
	.wp-pagenavi {
		text-align: center;
		width: 60%;
		margin: 30px auto;
	}
	#wp_page_numbers ul {
		position: relative;
		left: 50%;
		float: left;
	}
	.wp-pagenavi .page, .wp-pagenavi .current {
		font-size: 20px;
		display: inline-block;
		text-decoration: none;
		color: #333;
		padding: 0 9px;
		line-height: 35px;
		height: 35px;
		width: 35px;
		text-align: center;
		vertical-align: middle;
	}
	.wp-pagenavi .current {
		color: #fff;
		display: inline-block;
		border-radius: 50%;
		background: #87ceeb;
	}
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		font-size: 13px;
		font-weight: 700;
		display: block;
		text-decoration: none;
		color: #222;
		background-color: #87ceeb;
		background-repeat: no-repeat;
		background-size: 40px;
		width: 45px;
		height: 31px;
		line-height: 31px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-o-webkit-border-radius: 5px;
		-ms-webkit-border-radius: 5px;
	}
	.wp-pagenavi .previouspostslink {
		float: left;
		padding-left: 12px;
		background-image: url(img/arrow_L.png);
		background-position: 3px 50%;
	}
	.wp-pagenavi .nextpostslink {
		float: right;
		padding-right: 12px;
		background-image: url(img/arrow_R.png);
		background-position: 3px 50%;
	}
	#wp_page_numbers li a:hover {
		background: #f2e6e8;
	}
	#wp_page_numbers li.space {
		padding: 6px 2px;
	}
	#wp_page_numbers li.first_last_page {
		font-style: italic;
	}
	#wp_page_numbers li.active_page a {
		background: #de7a8b;
	}
	.wp-pagenavi .pages {
		padding-right: 10px;
		color: #D17320;
	}
	.wp-pagenavi .last {
		padding-left: 10px;
	}
}
#subcont {
	border-top: 1px solid #a25642;
	border-bottom: 1px solid #a25642;
	padding: 20px 0;
	margin-top: 20px;
}
.dnone {
	display: none;
}
.clear {
	clear: both;
	height: 1px;
	_font-size: 1px;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
.w100p {
	width: 100%;
}
.w200 {
	width: 200px;
}
.w230 {
	width: 230px;
}
.w250 {
	width: 250px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w380 {
	width: 380px;
}
.bs05 {
	clear: both;
	width: 100%;
	height: 5px;
	_font-size: 5px;
}
.bs07 {
	clear: both;
	width: 100%;
	height: 7px;
	_font-size: 7px;
}
.bs10 {
	clear: both;
	width: 100%;
	height: 10px;
	_font-size: 10px;
}
.bs15 {
	clear: both;
	width: 100%;
	height: 15px;
	_font-size: 15px;
}
.bs20 {
	clear: both;
	width: 100%;
	height: 20px;
	_font-size: 20px;
}
.bs25 {
	clear: both;
	width: 100%;
	height: 25px;
	_font-size: 25px;
}
.bs30 {
	clear: both;
	width: 100%;
	height: 30px;
	_font-size: 30px;
}
.bs40 {
	clear: both;
	width: 100%;
	height: 40px;
	_font-size: 40px;
}
.bs50 {
	clear: both;
	width: 100%;
	height: 50px;
	_font-size: 50px;
}
.bstop {
	clear: both;
	width: 100%;
	height: 100px;
	_font-size: 50px;
}
.bstopB {
	clear: both;
	width: 100%;
	height: 78px;
	_font-size: 50px;
}
.bstopC {
	clear: both;
	width: 100%;
	height: 20px;
	_font-size: 20px;
}
.mbt00 {
	margin-bottom: 0px !important;
}
.mbt10 {
	margin-bottom: 10px !important;
}
.mbt20 {
	margin-bottom: 20px !important;
}
.mbt30 {
	margin-bottom: 30px !important;
}
.mbt50 {
	margin-bottom: 50px !important;
}
.mbt70 {
	margin-bottom: 70px !important;
}
.mbt100 {
	margin-bottom: 100px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font16 {
	font-size: 16px !important;
}
.font18 {
	font-size: 18px !important;
}
.font20 {
	font-size: 20px !important;
}
.font22 {
	font-size: 22px !important;
}
.font25 {
	font-size: 25px !important;
}
.font30 {
	font-size: 30px !important;
}
.fw-normal {
	font-weight: normal;
}
.tcenter {
	text-align: center;
}
.p20px {
	padding: 20px !important;
}
.inshop {
	font-size: 11px;
}
#AlbumCont {
	padding-top: 7px;
}
.AlbumDate {
	font-size: 10px;
	font-family: arial;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.AlbumCount {
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #e1017d;
	text-align: center;
	color: #616161;
	font-family: "open-sans", Univers, "Helvetica Neue", Helvetica, Verdana, Roboto, "Droid Sans", "source-han-sans-japanese", "source-han-sans-simplified-c", "source-han-sans-korean", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
}
.contentsTitle01 {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.contentsTitle01:before {
	position: absolute;
	width: 100%;
	content: "";
	display: block;
	height: 1px;
	background: #d8c298;
	left: 0;
	top: 50%;
}
.contentsTitle01 span {
	position: relative;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	color: #42332a;
	background: #fff;
	padding: 0 20px;
	z-index: 10;
}
@media screen and (min-width: 768px) {
	.AlbumCount .countNum {
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	.AlbumCount .AC_Inbox {
		padding: 13px 0 6px;
	}
	.home h1#title {
		height: 70px;
		overflow: hidden;
	}
}
.AlbumCount .countNum {
	font-size: 60px;
	color: #B51E69;
	font-style: italic;
	font-weight: bold;
	padding: 0 7px;
	line-height: 1;
}
.AlbumCount .countNum .kumi {
	font-size: 30px;
}
/*　ヘッダーボタン
----------------------------------------- */
header #btn_open, header #btn_close, header #access, header #tel {
	position: absolute;
	width: 50px;
	height: 50px;
}
header #btn_open, header #btn_close {
	right: 0;
	top: 0px;
}
header #access {
	top: 0px;
	right: 51px;
}
header #tel {
	top: 0;
	right: 102px;
}
header #btn_close, header #btn_open {
	background: #0f386a;
}
header .active #btn_close, header #btn_open {
	display: block;
}
header #btn_close, header .active #btn_open {
	display: none;
}
#slide_menu {
	display: none;
}
.footermenu a, .footermenu a:hover, .footermenu a:visited .footermenu a:active {
	color: #fff;
}
.treat_shop li {
	float: left;
	margin-right: 5px;
}
.treat_shop li a {
	padding: 3px;
	background: #b9a585;
	color: #FFF;
	text-decoration: none;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.shopthumb li {}
.shopthumb li a {
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
}
.shopthumb li img {
	width: 80px;
	float: left
}
.shopthumb li span {
	padding-left: 15px;
	line-height: 80px;
	font-size: 18px;
}
.ShopPageList li .title {
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 480px) {
	.ShopPageList li .title {
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 10px;
	}
}
.btngun {
	padding-top: 10px;
}
.formstep {
	text-align: center;
	padding: 10px;
}
.table {
	word-break: break-all;
}
.album_treat_shop li {
	background: #b9a585;
	color: #FFF;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.album_treat_shop li a {
	color: #FFF;
}
.homecont {
	padding-bottom: 80px;
}
h1.H1TA {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
h1.H1TA span {
	position: relative;
	background: #FFF;
	padding: 0 20px;
	display: inline-block;
	z-index: 10;
}
h1.H1TA:before {
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	border-width: 7px;
	border-style: solid;
	content: "";
	border-color: #b9a585 rgba(0, 0, 0, 0) #b9a585 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
	h1.H1TA {
		font-size: 16px;
	}
	h1.H1TA:before {
		top: 14px !important;
	}
}
.raitenbtn {
	padding: 15px 0;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.raitenbtn {
		text-align: center;
	}
}
#go_propose {
	position: fixed;
	bottom: -60px;
	right: 10px;
	width: 170px;
	z-index: 100;
}
.SspotBox {
	padding: 10px;
	border: 2px solid #e5d4b9;
}
.imgbox img {
	margin-bottom: 1em;
}
.H2MainBox {
	background: url(img/SpTitBG.jpg) no-repeat 100% 100%;
	height: 130px;
	position: relative;
	margin-bottom: 30px;
}
.H2MainTit {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: 40px;
	padding: 10px 30px 10px 30px;
	width: 100%;
	background: -moz-linear-gradient(left, rgba(178, 135, 142, 0.91) 0%, rgba(178, 135, 142, 0.91) 1%, rgba(178, 135, 142, 0) 89%, rgba(178, 135, 142, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(178, 135, 142, 0.91) 0%, rgba(178, 135, 142, 0.91) 1%, rgba(178, 135, 142, 0) 89%, rgba(178, 135, 142, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(178, 135, 142, 0.91) 0%, rgba(178, 135, 142, 0.91) 1%, rgba(178, 135, 142, 0) 89%, rgba(178, 135, 142, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8b2878e', endColorstr='#00b2878e', GradientType=1); /* IE6-9 */
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*パンクズ*/
#bread {
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#bread span {
	padding: 0 7px;
	font-size: 1.3rem;
}
#bread span:first-child {
	padding-left: 0;
}
#bread .home span {
	padding-right: 0;
}
.H2SPTit {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #aa5c65;
}
.H2SPTitB {
	font-size: 20px;
	margin-bottom: 20px;
	background: #ddd0ba;
	color: #FFF;
	padding: 0 10px;
}
.H3SPTit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #aa5c65;
}
.SpBox {
	border: 2px solid #d7bf9a;
	padding: 10px;
}
.SpBox.Case01 {
	background: url('cont/wp-content/uploads/diamond.jpg') no-repeat right top;
}
@media screen and (max-width: 768px) {
	.SpBox.Case01 {
		background-size: 143px;
	}
}
.SpBox.Case02 {
	background: url('cont/wp-content/uploads/afterservice_img.jpg') no-repeat right top;
	background-size: contain;
}
.SpBox.Case03 {
	background: url('img/bg001.jpg') no-repeat right top;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.SpBox.Case02, .SpBox.Case03 {
		background: none;
	}
}
.SV_Info {
	background: #f6f6f6;
	padding: 20px 20px 20px 20px;
	font-size: 1.2rem;
}
.SV_Info h2 {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.8rem;
}
.SV_Info a {
	display: block;
	width: 100%;
}
.SV_Info ul li:after {
	content: "";
	display: block;
	position: absolute;
}
.SV_Info ul li:after {
	width: 6px;
	height: 6px;
	border-right: 2px solid #FF9800;
	border-top: 2px solid #FF9800;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 3px;
	top: 11px;
	box-sizing: content-box;
}
.SV_Info ul li {
	border-bottom: 1px solid #bbb;
	position: relative;
	font-size: 12px;
	margin-bottom: 7px;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SV_Info ul li:last-child {
	margin-bottom: 20px;
}
.TableA th {
	width: 100px;
}
@media screen and (max-width: 768px) {
	.table.TableA th {
		float: none;
		width: 100px;
	}
}
.row-eq-height {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}
.mt05 {
	margin-top: 5px !important;
}
#sidebar li {
	margin-bottom: 15px;
}
.SikijoArea {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.SikijoArea li {
	float: left;
	margin-right: 1em;
	font-size: 11px;
}
.SikijoArea li a {
	text-decoration: underline;
}
.Onecom {
	color: #127F92;
}
.SikijoInfo {
	padding: 10px;
	background: #faf0e6;
}
.SikijoInfo li {
	word-break: break-all;
}
.SikijoTit {
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0 5px;
	line-height: 1.4;
}
.SpotBox {
	margin-bottom: 15px;
}
.SpotBox .yomi {
	font-size: 11px;
	color: #77AED5;
}
.SpotBox .addr {
	font-size: 11px;
	color: #77AED5;
}
.SikijoAreaB li {
	float: left;
	font-size: 11px;
	margin-right: 1em;
}
ul.SpotList {
	margin-top: 20px;
}
ul.SpotList ul {
	margin-left: 2em;
}
ul.SpotList > li {
	padding: 3px;
	font-size: 12px;
	margin-bottom: 0.5em;
}
ul .children li {
	margin-bottom: 0.5em;
}
.tax-spot_area .spotcont {
	padding: 0;
	margin-top: 5px;
}
ul.SpotList ul.children {
	margin-top: 1em;
}
.blogbox .row img {
	margin-bottom: 15px;
}
.homecom01 {
	font-size: 18px;
	line-height: 1.6em
}
.H2TA {
	font-weight: 700;
	font-size: 17px;
	padding: 15px 0;
}
.smyu_tit {
	background: #e2e1c3;
	width: 100%;
	margin: 20px 0;
	position: relative;
}
.smyu_tit .btnDB {
	position: absolute;
	right: 6px;
	top: 10px;
	background-color: #f2f2f2;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 3px 11px;
	display: block;
	border-radius: 5px;
}
.smyu_tit .btnDB:hover {
	text-decoration: none !important;
}
.smyu_tit img {
	height: 50px;
}
@media screen and (max-width: 768px) {
	.homecom01 {
		font-size: 14px;
	}
	.smyu_tit img {
		height: 44px !important;
	}
	.smyu_tit .btnDB {
		font-size: 12px;
		top: 9px;
	}
}
.pc-t-right {
	text-align: right;
}
.pc-font18 {
	font-size: 18px;
}
.top-search-cat h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 17px;
	color: #c78900;
	text-align: center;
}
body.postid-5 .error_box {
	display: none;
}
.festanews .com {
	font-size: 11px;
	line-height: 18px;
	margin-top: 30px;
}
.festanews .col-xs-12 {
	margin-bottom: 15px;
}
.fes2019 {
	margin-bottom: 30px;
	border: 1px solid #d4b97a;
}
.fes2019 .comA {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 23px;
}
.home .fes2019 .comC {
	font-size: 12px;
}
.fes2019 .comB {
	padding-left: 10px;
	padding-right: 10px;
}
.fes2019 .comB strong {
	font-size: 13px;
}
.fes2019 .com {
	line-height: 23px;
}
@media screen and (min-width: 768px) {
	.fes2019 .comB strong {
		font-size: 17px;
		line-height: 27px;
	}
	.fes2019 .comA {
		font-size: 22px;
		line-height: 31px;
	}
	.fes2019 .comA .br01 {
		display: none;
	}
}
.fes2019 .row {
	margin-bottom: 10px;
}
.fes2019 .comB .block2nd .row {
	margin-bottom: 0;
}
.addtoany_shortcode {
	text-align: right;
}
.blockimg_mbt20 div img {
	margin-bottom: 15px;
}
.btnB {
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
}
.btnB a {
	font-size: 20px;
	padding: 15px 20px;
	border: 2px solid #f177a0;
	display: block;
	border-radius: 10px;
}
.btnB a:hover {
	text-decoration: none;
}
.top-search-cat li {
	width: 25%;
	float: left;
	padding: 10px;
}
.top-search-cat li img {
	border: 1px solid #d6d3d3;
}
@media screen and (max-width: 768px) {
	.btnB a {
		font-size: 15px;
	}
	.top-search-cat h3 {
		font-size: 15px;
	}
	.top-search-cat ul {
		margin-right: -7px;
		margin-left: -7px;
	}
	.top-search-cat li {
		width: 50%;
		padding: 7px;
	}
}
.imgwaku {
	border: 1px solid #CCC;
}
#jouken {
	width: 100%;
	background: #eadacd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
#jouken li {
	font-weight: 700 !important;
	font-size: 18px;
}
.prodlist_detail {
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.6em;
	word-wrap: break-word;
}
body.mobile .topprod li {
	width: 50%;
}
body.mobile p {
	font-size: 12px;
}
body.search-results.mobile #jouken {
	margin-top: 0;
}
body.search-results.mobile #jouken li {
	font-size: 15px;
}
.hrTA {
	margin: 20px 0;
	border-top: 1px solid #CCC;
	height: 1px;
}