@charset "UTF-8";


/* ショップボタン隠し */
/* body:not(.themify_builder_active) .parent-pageid-349 #pagewrap .module-buttons,
body:not(.themify_builder_active) .parent-pageid-2913 #pagewrap .module-buttons,
body:not(.themify_builder_active) .parent-pageid-2928 #pagewrap .module-buttons,
body:not(.themify_builder_active) .parent-pageid-2939 #pagewrap .module-buttons,
body:not(.themify_builder_active) .engagement-ring .module-buttons,
body:not(.themify_builder_active) .marriage-ring .module-buttons,
body:not(.themify_builder_active) [class *= "marriage-ring"] .module-buttons*/
/* .in_engage_items .single_shop_btn{
	 display: none!important;
} */

/* If you want to change pagewidth, please change pagewidth's 'max-width'. */
.pagewidth {
	max-width: 840px;
}

#header{
	max-width: 1020px;
}

.module-title{ margin-bottom: 15px; }

body .module.module-text h1,
body .module.module-text h2,
body .module.module-text h3,
body .module.module-text h4,
body .module.module-text h5,
body .module.module-text h6{
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.5;
}

/* Setting */
body a {
	transition: .2s all linear;
	color: #ffffff;
}

.page-child .module a{
	color: #cccc66;
	/* transition: none; */
}

body .sitemap-row a {
	color: #44403f;
}
body .sitemap-row a:hover {
	color: #44403f;
	opacity: 1.0;
}
body a:hover {
	opacity: 0.7;
}
hgroup {
	position: relative;
}
hgroup::after,
.main-menu-container::after {
	display: block;
	width: 100%;

	content: "";

	clear: both;
}
.lb {
	float: left;
}
.rb {
	float: right;
}
body .site {
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
body #main-menu,
body #main-menu ul {
	margin: 0;
	list-style: none;
}
body #main-menu-container:not(.is-active) #main-menu{
	display:flex;
	justify-content:space-between;
	padding:0 0 10px 0;
	max-width:840px;
	margin:0 auto;
}

body #main-menu li {
	display: inline-block;
	margin: 0;
	/*padding: 0 30px;*/

	position: relative;
	float: left;

	vertical-align: top;
}
body #main-menu li.menu-hide a {
	display: none;
}
body #main-menu ul {
	display: none;
	width: 100%;
	padding: 10px 0px 5px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
}
body #main-menu ul ul {
	top: 0;
	left: calc( 100% + 0px );
	padding: 5px;
	text-align: left;
}
body #main-menu-container.is-active #main-menu ul ul {
    left: 0;
    text-align: center;
}
body #main-menu li:hover > ul {
	display: block;
	visibility: visible;
	opacity: 1;
}
body #menu-button .ham-text {
    color: #333;
}
body #main-menu ul li {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	float: none;
	line-height: 1.8;
}
body .main-menu-container {
	position: relative;
}
.module-fancy-heading .fancy-heading {
	margin: 0;
}
body .footer-nav {
	margin: 0;
	text-align: center;
}
body .footer-nav li {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 5px 0 10px;

	position: relative;
	float: none;

	text-align: center;
	vertical-align: top;
}
body .footer-nav li::before {
	width: 1px;
	height: 90%;

	position: absolute;
	left: 0;
	top: 0;
	background: #000;

	content: "";
}
body .footer-nav li ul.sub-menu {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;

	position: relative;
}
body .footer-nav li ul.sub-menu::before {
	content: "[";
}
body .footer-nav li ul.sub-menu::after {
	content: "]";
}
body .footer-nav li ul.sub-menu li:first-child::before,
body .footer-nav li:first-child::before {
	display: none;
}
body .footer-nav li ul.sub-menu li {
	margin-bottom: 0;
}
body .copyright-container {
	padding: 5px 3%;

	font-size: 14px;
	text-align: center;
}
body #pc-backtop {
	right: 10px;
	bottom: 80px;
}

/* Font */
/* body .site {
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-family: 'Nuosu SIL',"HG正楷書体-PRO",a-otf-midashi-mi-ma31-pr6n,serif;
	font-weight: normal;
	font-style: normal;
}
.font--Time {
	font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo,"ＭＳ Ｐ明朝", serif;
}
.font--Garamond{
	font-family: 'EB Garamond', serif;
} */
/* CSS Menu */
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
#menu-button {
	top: 5px;
	right: 5px;
	background: rgba(255,255,255,0.7);
}
#main-menu-container.is-active {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: none;
}
#main-menu-container.is-active .main-menu>li {
	display: block;
	width: auto;
	float: none;
	border: 0;
	text-align: center;
}
body #main-menu-container.is-active .main-menu>li {
	padding: 1px 0;
    margin-bottom: 10px;
}
#main-menu-container.is-active .main-menu li a {
	display: inline-block;
	height: auto;
	background: none;
	text-indent: 0;
}
body #main-menu-container.is-active .main-menu li a {
	font-size: 14px;
	line-height: 1.6;
}
#main-menu-container.is-active .menu-item ul li a {
	padding: 2px 0;
	font-size: 12px;
	line-height: 1.7;
}
#main-menu-container.is-active .menu-item ul li {
	border-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	line-height: 1;
}
#main-menu-container.is-active .menu-item ul li a:hover {
	text-decoration: underline;
}
body #main-menu-container.is-active #main-menu ul {
	position: relative;
	background: none;
	display: block;
	padding: 0;
	visibility: visible;
	opacity: 1;
}

body #main-menu-container.is-active::before{
	content: url(../../uploads/ft-logo-1.png);
	display: block;
	margin-bottom: 40px;
}

/* モバイルメニュー微調整 */
/* body #main-menu-container.is-active .main-menu>li{
	margin: 0;
}
body #main-menu-container.is-active #main-menu > li a{
	display: block;
}
#main-menu-container.is-active #menu-item-363 a{
	background: url(../../uploads/home-main.png) center center no-repeat,black;
	background-position: center center;
} */

/* モバイルメニュー微調整終了 */

#headerwrap {
	position: relative;
	background: #040000 url(../../uploads/head-bg.png) repeat-x left top;
	background-position: left top;
	background-size:contain;
}

/*.page-id-351 #headerwrap,*/
.page-id-343 #headerwrap,
body.parent-pageid-343 #headerwrap {
	position: relative;
	background: url(../../uploads/j-header.png) , -moz-linear-gradient(left, #837068 50%, #ffffff 100%);
	background: url(../../uploads/j-header.png) , -webkit-linear-gradient(left, #837068 50%, #ffffff 100%); 
	background-position: left top;
}
.page-id-351 #headerwrap,
.page-id-10821 #headerwrap{
	background: url(../../uploads/sitemap_hd_bg.png) , -moz-linear-gradient(left, #837068 50%, #ffffff 100%);
	background: url(../../uploads/sitemap_hd_bg.png) , -webkit-linear-gradient(left, #837068 50%, #ffffff 100%); 
}
#headerwrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
#headerwrap #header {
	position: relative;
	z-index: 610;
	text-align: center;
	margin-bottom: 5px;
}
#site-logo {
	display: inline-block;
	vertical-align: middle;
}
body .header-brand-container {
	padding: 20px 0 8px;
}
#main-menu-container {
	text-align: center;
}
#main-menu {
	display: inline-block;
}
/*body #main-menu li {
	padding: 0 40px;
}
body #main-menu li a {
	color: #fff;
	font-size: 15px;
}
body #main-menu ul li a {
	font-size: 13px;
}*/
.sub-logo img {
	vertical-align: middle;
	height: 38px;
}
/*body.home .sub-logo,
body.home #main-menu-container {
	display: none;
}*/
body:not(.home) #site-logo {
	display: none;
}
.module_row.fullwidth.home-row01 > .row_inner {
	max-width: 500px;
}
.module_row.fullwidth.home-row02 > .row_inner {
	max-width: 310px;
}
.module.home-banner-text {
	transition: 0.2s all ease-in-out;
	text-align: center;
}
body .module-text.home-banner-text .module-title {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	border-bottom: 1px solid #727171;    
}
.module-text.home-banner-text .tb_text_wrap p {
	margin-bottom: 0;
	font-size: 12px;
}
.module-text.home-banner-text .tb_text_wrap a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.module.home-banner-text:hover {
	opacity: 0.7;
}
.module-text .tb_text_wrap p:last-of-type {
	margin-bottom: 0;
}
.module.home-banner-text.with-icon {
	max-width: 190px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 77px;
	background: url(../../uploads/home-banner-parts-icon.png) no-repeat center bottom;
}
#footer.pagewidth {
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #727171;
	max-width: 1170px;
}
#footer-nav {
	float: left;
}
body .copyright-container {
	padding: 3px 0 0;
	float: right;
	line-height: 0;
}
.copyright img {
	vertical-align: middle;
	height: 15px;
}
body .footer-nav li {
	padding: 0 5px 0 6px;
}
body .footer-nav li a {
	color: #fff;
	font-size:12px;
}
.ft-logo-area span {
	display: block;
}
body span.t-logo {
	display: block;
	padding-top: 5px;
}
.ft-logo-area span.t-logo a {
	display: block;
}
.copyright .t-logo img {
	height: auto;
}
.sub-logo {
	padding-bottom: 5px;
}
body:not(.home) #headerwrap #header {
	padding-bottom: 5px;
	max-width: 1000px;
}
.h-favorite-link{
	position: absolute;
	top: 50px;
	top: calc(50% - 8px);
	right: 0;
}

.module.text--size-20 {
	font-size: 20px;
}
.module.sub_main_txt{
	font-size: 25px;
}
.bridal-row01 {
	background: url(../../uploads/row-double-line.png) repeat-x left bottom;
}
.module.text-line-bottom {
	/*max-width: 490px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 20px;
	line-height: 1.8;
	background: url(../../uploads/row-double-line.png) repeat-x left bottom;
}
.bridal-row02{
	position: relative;
	background: url(../../uploads/head-bg.png) , -moz-linear-gradient(left, #6e6d6d 15%, #ffffff 100%);
	background: url(../../uploads/head-bg.png) , -webkit-linear-gradient(left, #6e6d6d 15%, #ffffff 100%); 
	background-position: left top;
	margin-top:150px;
}
.bridal-row02.white,
.page-id-1082 #headerwrap{
	position: relative;
	background: url(../../uploads/j-header.png) , -moz-linear-gradient(left, #1a1517 50%, #ffffff 100%);
	background: url(../../uploads/j-header.png) , -webkit-linear-gradient(left, #1a1517 50%, #ffffff 100%);
	background-position: left top;
}
.page-id-331 .bridal-row02,
.bridal-row02.black {
	position: relative;
	background: url(../../uploads/head-bg.png) , -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	background: url(../../uploads/head-bg.png) , -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	background-position: left top;
	background-size: auto 100%;
}

.bridal-row02::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: visible;
	height: auto;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.bridal-row02 .row_inner {
	position: relative;
	z-index: 1;
}
.ft-logo {
	/*display: none;*/
	margin-bottom: 10px;
	text-align: center;
	line-height: 0;
}
body:not(.home) .ft-logo {
	display: block;
}
#sita-box {
	position: relative;
	padding: 20px 5px;
	background: url(../../uploads/sita-bg.png) no-repeat left top;
	background-size: cover;
	text-align: center;
	font-size: 11px;
	transition: 0.2s all linear;
}
.sita-button {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY( -50% );
	transition: 0.2s all linear;
}
body .sita-button a {
	padding: 8px 10px;
	background: #fff;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W6", hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック",Yu Gothic,Yu Gothic M,"メイリオ",sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #231f20;
	font-size: 17px;
	font-weight: normal;
}
body .sita-button a:hover {
	text-decoration: none;
}
body .sita-button a.show {
	display: none;
}
body .sita-button a.show span {
	position: relative;
	display: inline-block;
	transform: rotate(-90deg);
}
.designer-yellow-title .module-title {
	margin-bottom: 5px;
	background: url(../../uploads/row-double-line.png) repeat-x left bottom;
	color: #91881a;
	line-height: 1.8;
	font-size: 17px;
}
.module.art-designer-name {
	margin-bottom: 5px;
}
.art-designer-name .module-title,
.art-designer-name .tb_text_wrap {
	display: inline-block;
}
.art-designer-name .module-title {
	margin-bottom: 0;
	margin-right: 35px;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	width: 100px;
}
.art-designer-name .tb_text_wrap {
	color: #bebebf;
	font-size: 16px;
	text-align: left;
	width: 130px;
}
.module.text--size-18 {
	font-size: 18px;
}
.module.text--size-16 {
	font-size: 16px;
}
.module_row.fullwidth.row--width-710 > .row_inner {
	max-width: 710px;
}
.module.text--size-24 {
	font-size: 24px;
	line-height: 1.6;
}
.module_row.fullwidth.row--width-520 > .row_inner {
	max-width: 520px;
}
.module_row.fullwidth.row--width-575 > .row_inner {
	max-width: 575px;
}
.module_row.fullwidth.row--width-750 > .row_inner {
	max-width: 750px;
}
.module_row.row--width-430 > .row_inner {
	max-width: 430px;
}
.text--color-gray {
	color: #a4a4a5;
}
.module_column .module.module-buttons.double-line-button .tb_default_color {
	color: #fff;
}
.double-line-button a.ui.builder_button {
	display: block;
	width: 247px;
	padding: 17px 20px 21px;
	border: 0;
	background: url(../../uploads/double-button-bg.png) no-repeat center center;
	font-size: 22px;
	box-sizing: border-box;
}
.list-line ul {
	max-width: 300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.list-line ul li {
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9fa0a0;
	font-size: 16px;
	line-height: 1.8;
}
.list-line ul li:last-child {
	margin-bottom: 0;
}
.info-gray-box {
	max-width: 606px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	background: #a4a5a5;
	text-align:center;
}
.info-gray-box .tb_text_wrap a {
	color: #fff;
	text-decoration: underline;
}
.info-gray-box .tb_text_wrap a:hover {
	text-decoration: none;
}
.module.text-line-bottom.text--size-23 {
	font-size: 23px;
}
.list-line.text--size-18 ul li {
	font-size: 18px;
}
.module.home-banner-text.with-icon.bigger {
	max-width: 310px;
	padding-bottom: 130px;
	background: url(../../uploads/storeinfo-banner-bg.png) no-repeat center bottom;
}
body .module-text.home-banner-text.bigger .module-title {
	font-size: 25px;
	border-bottom: 2px solid #827f7d;
}
body .module-text.home-banner-text.bigger .tb_text_wrap p {
	font-size: 20px;
}
.module.text-line-bottom.text--size-20 {
	font-size: 20px;
}
.text--size-17 {
	font-size: 17px;
}
.tohoku-text-double-line {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px 2px;
	border-bottom: 1px solid #fff;
}
.tohoku-text-double-line .tb_text_wrap {
	border-bottom: 1px solid #727172;
}
.tohoku-table table {
	max-width: 320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.tohoku-table table tr td {
	padding: 8px 5px 2px;
	border-bottom: 1px solid #9fa0a0;
	box-sizing: border-box;
}
.tohoku-table table tr td:last-child {
	font-size: 16px;
}
.info-gray-box.kyoto {
	padding-left: 40px;
	padding-right: 40px;
}
.module_row.fullwidth.row--width-660 > .row_inner {
	max-width: 660px;
}
.img--in-right {
	text-align: right;
}
.module.text-line-bottom a,
.module.text-line-bottom a:visited,
.module.text-line-bottom a:active,
.module.text-line-bottom a:focus,
.module.text-line-bottom a:hover {
	color: #fff;
}
body.page-id-343 .site,
body.page-id-351 .site,
body.page-id-1082 .site, 
body.parent-pageid-343 .site,
body.page-id-10821 .site {
	background: #fff;
}

#pagewrap .breadcrumb-parts .aioseo-breadcrumb{ color: #cccc66; }
#pagewrap .breadcrumb-parts a{ color: white; }

body.page-id-343 #pagewrap .breadcrumb-parts,
body.page-id-351 #pagewrap .breadcrumb-parts,
body.page-id-1082 #pagewrap .breadcrumb-parts, 
body.parent-pageid-343 #pagewrap .breadcrumb-parts,
body.page-id-10821 #pagewrap .breadcrumb-parts{ color: black; }

body.page-id-343 #pagewrap .breadcrumb-parts .aioseo-breadcrumb,
body.page-id-351 #pagewrap .breadcrumb-parts .aioseo-breadcrumb,
body.page-id-1082 #pagewrap .breadcrumb-parts .aioseo-breadcrumb, 
body.parent-pageid-343 #pagewrap .breadcrumb-parts .aioseo-breadcrumb,
body.page-id-10821 #pagewrap .breadcrumb-parts .aioseo-breadcrumb{ color: #b6971b; }

body.page-id-343 #pagewrap .breadcrumb-parts a,
body.page-id-351 #pagewrap .breadcrumb-parts a,
body.page-id-1082 #pagewrap .breadcrumb-parts a, 
body.parent-pageid-343 #pagewrap .breadcrumb-parts a,
body.page-id-10821 #pagewrap .breadcrumb-parts a{
	color: black;
	text-decoration: none;
}

body.page-id-343 #pagewrap .breadcrumb-parts a:hover,
body.page-id-351 #pagewrap .breadcrumb-parts a:hover,
body.page-id-1082 #pagewrap .breadcrumb-parts a:hover, 
body.parent-pageid-343 #pagewrap .breadcrumb-parts a:hover,
body.page-id-10821 #pagewrap .breadcrumb-parts a:hover{ text-decoration: underline; }

.module-text.color-gray,
.module-text.color--gray {
	color: #44403f;
}
body .footer-nav li::before {
	display: none;
}
body.page-id-343 .footer-nav li a,
body.page-id-351 .footer-nav li a,
body.page-id-10821 .footer-nav li a,
body.parent-pageid-343 .footer-nav li a {
	color: #44403f;
}
body.parent-pageid-343 .copyright {
	color: #44403f;
}
span.copyright img.gray-ver {
	display: none;
}
body.page-id-343 span.copyright img,
body.page-id-351 span.copyright img,
body.page-id-10821 span.copyright img,
body.parent-pageid-343 span.copyright .ft-logo-area img {
	display: none;
}
body.page-id-343 span.copyright img.gray-ver,
body.page-id-351 span.copyright img.gray-ver,
body.page-id-10821 span.copyright img.gray-ver,
body.parent-pageid-343 span.copyright img.gray-ver {
	display: inline-block;
	vertical-align: middle;
}
.module_row.fullwidth.sitemap-row > .row_inner {
	max-width: 1235px;
	padding: 15px 20px;
	border-style: solid;
	border-width: 21px 21px 21px 21px;
	-moz-border-image: url(../../uploads/sitemap-frame.png) 21 21 21 21 repeat repeat;
	-webkit-border-image: url(../../uploads/sitemap-frame.png) 21 21 21 21 repeat repeat;
	-o-border-image: url(../../uploads/sitemap-frame.png) 21 21 21 21 repeat repeat;
	border-image: url(../../uploads/sitemap-frame.png) 21 21 21 21 repeat repeat;
}
.module.text--size-28 {
	font-size: 28px;
	line-height: 1.3;
}
.sitemap-row {
	color: #44403f;
}
.module.text--size-10 {
	font-size: 10px;
}
.module.text--line-bottom {
	margin-bottom: 5px;
	border-bottom: 1px solid #b5b5b6;
}
.module.sitemap-list {
	margin-left: 70px;
	margin-bottom: 10px;
}
.module.sitemap-list.sitemap-list2{
	margin-left: 90px;
}
.module.sitemap-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.module.sitemap-list ul li {
	display: inline-block;
	margin-right: 20px;
	font-size:13px;
}
.module.sitemap-list ul li:last-child {
	margin-right: 0;
}
#sita-box.show {
	padding: 0;
	font-size: 0;
}
#sita-box.show a.close {
	display: none;
}
#sita-box.show .sita-button {
	top: -15px;
}
#sita-box.show a.show {
	display: block;
}
body.home #main-menu-container.is-active {
	display: flex;
}
.sub_row_4-0-2.tb_fyyv832 img{
	object-fit: cover;
	width: 407px;
	height: 168px;
}

#layout .max1280 .row_inner{
	max-width:1280px;
	margin:0 auto;
}
#content .sub_main_txt1{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 35px;
}
#content .sub_main_txt2{
	position: absolute;
	right: 0;
	left: 0;
	top: 190px;
}
.designer-yellow-title.no-line .module-title {
	background: none;
}
body .module_row.fullwidth.row--width-1100 > .row_inner {
	max-width: 1100px;
	width: 100%;
}
body .module_row.fullwidth.row--width-710 > .row_inner {
	max-width: 710px;
	width: 100%;
}
.module.staff-history {
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 2;
}
.module.staff-subtext {
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.module.staff-subtext .module-title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
}
.module.text-line-bottom.bigger {
	max-width: 100%;
	font-size: 25px;
}
.text--size-25 {
	font-size: 25px;
}
.module_row.fullwidth.staff-link-row > .row_inner {
	max-width: 800px;
	border-bottom: 1px solid #a3a4a4;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.module_row.fullwidth.staff-link-row > .row_inner > .module_column {
	display: inline-block;
	width: auto;
	position: relative;
}
.module_row.fullwidth.staff-link-row > .row_inner > .module_column:hover {
	opacity: 0.7;
}
.module.to-staff-link {
	position: initial;
}
.module.to-staff-link a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.module.bottom-banner-head-img img {
	height: 35px;
	width: auto;
}
.news-list .post-image {
	max-width: 350px;
	margin: 0 3% 0 0;
}
.news-list .post {
	margin-bottom: 50px;
}
.news-list .post-date,
body.single article .post-date{
	margin-bottom: 5px;
	color: #b08d22;
	font-size: 15px;
	line-height: 1.6;
}
body.single article .post-date{ color: white; }
.news-list .post-title,
body.single article .post-title{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.6;
}
body.single article .post-title,
body .news-list .post-title a,
body .news-list .post-title a:visited,
body .news-list .post-title a:active,
body .news-list .post-title a:focus,
body .news-list .post-title a:hover {
	color: #b08d22;
}
.news-list .entry-content {
	font-size: 15px;
	line-height: 1.8;
}
.news-list .entry-content p:last-of-type {
	margin-bottom: 0;
}
body .pagenav {
	padding-bottom: 50px;
}
body .pagenav a, 
body .pagenav span {
	border-radius: 0;
	border: 1px solid #fff;
	min-width: 35px;
	min-height: 35px;
	padding-top: 8px;
	font-size: 15px;
	transition: 0.2s all linear;
}
.pagenav .current,
body .pagenav a:hover {
	background: #fff;
	color: #333;
	opacity: 1;
}
/*body.single #content{
	padding-top:70px;
}*/
.module.flow-title {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 10px;
/* 	border-bottom: 1px solid #a3a4a4; */
}
.module.flow-title.no-line {
	border-bottom: 0;
	text-align: left;
	padding-bottom: 0;
}
.module.flow-title .tb_text_wrap {
	display: inline-block;
	padding: 3px 0 0 40px;/*add nishigaki*/
	font-size: 20px;
	background: url(../../uploads/flow-title-icon.png) no-repeat left center;
	background-size: auto 30px;
	line-height: 1.7;
}
.module.flow-title.two-side .tb_text_wrap {
	padding: 3px 40px 0;
	background: url(../../uploads/flow-title-icon.png) no-repeat left center, url(../../uploads/flow-title-icon.png) no-repeat right 0 center;
	background-size: auto 30px, auto 30px;
}
.module.flow-title .tb_text_wrap strong {
	font-size: 20px;
}
.second-main-image.module-image.image-center .image-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	z-index: 1;
	padding: 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3;
}
.second-main-image.position-center.module-image.image-center .image-content {
	top: 50%;
}
.module_row.fullwidth.row--width-800 > .row_inner {
	max-width: 800px;
}
.gallery.osama-gallery {
	margin-bottom: 0;
}
.online-table tr td:first-child {
	width: 100px;
}
.online-table tr td {
	padding-bottom: 20px;
	line-height: 1.8;
	vertical-align: top;
}
.wpcf7-form table {
	max-width: 900px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.wpcf7-form table tr th {
	width: 25%;
	text-align: left;

}
.wpcf7-form table tr th,
.wpcf7-form table tr td {
	padding: 5px 0;
	vertical-align: top;
}
.wpcf7-form table tr th {
	padding: 10px 0;
}
.wpcf7-form table tr th span {
	color: red;
	font-size: smaller;
}
.wpcf7-form input[type=text], 
.wpcf7-form input[type=search], 
.wpcf7-form input[type=email], 
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form textarea{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 8px 10px;
	border-radius: 5px;
	border: 1px solid #333;
	font-size: 15px;
}
.wpcf7-form .wpcf7-form-control-wrap:last-of-type input[type=text] {
	margin-bottom: 0;
}
.wpcf7-form select {
	padding: 8px 10px;
	border-radius: 5px;
}
.wpcf7-form table + p.fa {
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.wpcf7-form input[type=submit] {
	max-width: 220px;
    width: 100%;
    display: block;
    padding: 10px 10px 8px;
    margin: 30px auto 0;
    color: #fff;
    background: #000;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 0;
}
.wpcf7-form input[type=submit]:hover {
	    background: #fff;
	    color: #333;
}
.module_row.fullwidth.row--width-960 > .row_inner {
	max-width: 960px;
}
.module.text-line-bottom.line-full {
	max-width: 100%;
}
.springtime-table01 table,
.springtime-table02 table,
.springtime-table03 table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.springtime-table01 table {
	max-width: 350px;
}
.springtime-table02 table {
	max-width: 780px;
}
.springtime-table03 table {
	max-width: 700px;
}
.springtime-table01 table tr td:first-child,
.springtime-table02 table tr td:first-child,
.springtime-table03 table tr td:first-child {
	width: 95px;
	padding-right: 5px;
	position: relative;
}
.springtime-table01 table tr td:first-child::after,
.springtime-table02 table tr td:first-child::after {
	content: ":";
	position: absolute;
	right: 5px;
	top: -2px;
}
.springtime-table01 table tr td,
.springtime-table02 table tr td,
.springtime-table03 table tr td {
	vertical-align: top;
	padding-bottom: 5px;
}
.module_row.fullwidth.row--width-532 > .row_inner {
	max-width: 532px;
}
.rings-list .loops-wrapper.grid4 .post-title {
	text-align: center;
	margin-bottom: 0;
	line-height: 1.8;
	font-size: 13px;
}


body.single .post-image {
	text-align: center;
}
.ring-detail-text .module-title {
	margin-bottom: 0px;
	font-size: 23px;
	font-weight:normal;
}
.ring-detail-info .module-title {
	margin-bottom: 5px;
	padding-bottom:5px;
	color: #a3a4a4;
	font-size: 20px;

}
.ring-detail-info.line_w .module-title{
	background: url(../../uploads/row-double-line.png) repeat-x left bottom;
}
body .ring-detail-info a,
body .ring-detail-info a:visited,
body .ring-detail-info a:active,
body .ring-detail-info a:focus,
body .ring-detail-info a:hover {
	color: #cccc66;
}
body.single .module-text p:last-of-type {
	margin-bottom: 0;
}
.history-back-container {
	margin-bottom: 50px;
	text-align: center;
}
body.single a.history-back-button {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #fff;
	/*border-radius: 5px;*/
	width: 200px;
}
.module.module--width-380 {
	max-width: 380px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.module.module--width-550 {
	max-width: 550px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
body .module_row.fullwidth.row--width-480 > .row_inner {
	max-width: 480px;
}
.subrow--width-550 {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.module.pendant-img {    
	width: calc( 100% - 70px );
}
.module.image-left.pendant-img,
.module.image-left.pendan-img-text {
	float: left;
}
.module.pendan-img-text {
	max-width: 50px;
}
.module.image-right.pendan-img-text,
.module.image-right.pendant-img {
	float: right;
}
.module-image.pendan-img-text.image-right .image-wrap,
.module-image.pendan-img-text.image-left .image-wrap,
.module-image.pendant-img.image-left .image-wrap,
.module-image.pendant-img.image-right .image-wrap{
	float: none;
	width: 100%;
	margin: 0;
}
.module.pendant-table tr td {
	padding: 0 3px;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: top;
}
.module.pendant-table tr td:first-child {
	padding-left: 0;
}
.module.module--width-380 {
	max-width: 380px;
	margin-left: 0;
}
.subrow--width-710 {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}
.module-image.predant-bnr img {
	max-width: 90%;
}
.more-btn .module-buttons .module-buttons-item {
	display: block;
	text-align: center;
}
.module_column .more-btn.module.module-buttons .tb_default_color {
	display: inline-block; 
	padding: 6px;
	position: relative;
	color: #fff;
	font-size: 20px;
	background: #000;
	text-align: center;
	box-sizing: border-box;
}
.module_column .more-btn.module.module-buttons .tb_default_color::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 3px solid #fff;
	content: "";
	box-sizing: border-box;
}
.module_column .more-btn.module.module-buttons .tb_default_color span {
	display: block;
	padding: 4px 40px 6px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1.8;
	border: 3px solid #fff;
}
/* faq */
.pa_list .tb_text_wrap{
	text-align:center;
}
body:not(.themify_builder_active) .pa_list ul{
	list-style:none;
	display:inline-block;
	margin-left:0;
	counter-reset: number 0;
}
body:not(.themify_builder_active) .pa_list ul li{
	display:flex;
}
body:not(.themify_builder_active) .pa_list ul li:before,
body #content .pa_ans .module-title::before{
	counter-increment: number 1;
	content: "Q" counter(number);
	display:block;
	margin-right:10px;
}
body:not(.themify_builder_active) .pa_list ul li{
	text-align:left;
	margin-bottom:15px;
}
#content .qa_menu_list ul.nav{
	background:none;
	width: 500px;
	max-width:100%;
	margin: 0 auto!important;
    list-style: none;
}
#content .qa_menu_list .ui.nav li{
	padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9fa0a0;
    font-size: 18px;
    line-height: 1.8;
}
#content .qa_menu_list .ui.nav li a{
	color:#fff;
}
#content .qa_menu_list .ui.nav > li.current_page_item{
	display:none;
}
#content .qa_menu_list .ui.nav > li a:hover{
	background:none;
}
.pa_ans{
	max-width:980px;
	margin:0 auto;
	counter-reset: number 0;
}
.pa_ans table th{
	font-weight:normal;
	width:30px;
	vertical-align: top;
}
.pa_ans .module-text{
	padding: 10px 40px 0;
}
body #content .pa_ans .module-title,
.pa_ans .tb_text_wrap{
	font-weight:normal;
	display: flex;
}
/*.pa_ac{
	max-width:980px;
	margin:0 auto;
	counter-reset: number 0;
}
.pa_ac .accordion-content{
	display:flex;
}
body:not(.themify_builder_active) #content .pa_ac ul li{
	padding:10px 40px 0;
	border-bottom:1px solid #fff;
}
.pa_ac .accordion-content::before{
	content:"A";
	margin-right:10px;
	display:inline-block;
}
body:not(.themify_builder_active) #content .pa_ac ul li a{
	align-items: baseline;
}
body:not(.themify_builder_active) #content .pa_ac ul li a::before,
.pa_ac .tb_title_accordion{
	font-size:18px;
	font-weight:normal;
}
.pa_ac .tb_text_wrap{
	line-height:1.8;
}*/
/* knowledge */
.knowledge_list .tb_text_wrap{
	display:flex;
	justify-content:center;
}
.knowledge_list ul{
	margin-left:40px;
	min-width:200px;
}
/* .knowledge_list ul li{
	margin-bottom:10px;
} */

/**/
.h168{
	height:168px;
}
.h250{
	height:250px;
}

.h400{
	height:400px;
}
.h168:hover,
.h250:hover,
.h400:hover{
	opacity:0.7;
	transition: .2s all linear;
}

.h400 a,
.h250 a,
.h168 a{
	text-shadow: 1px 1px 3px #000;
	font-size:25px;
	font-weight:600;
	text-align:center;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 5px;
    text-align: center;
	text-decoration:none;
/* 			display: flex;
		justify-content: center;
		align-items: center; */
}
.h250 a{
	padding-top:50px;
}
.h250.haruuraura a{
	padding-top: 200px;
}
.h168.bridal_bn a{
	font-weight:normal;
	font-size:22px;
}
.honten_d_gallery .gallery-icon img{
	border:1px solid #fff;
	padding:5px;
}
.h168.centering-txt a{
	display: flex;
	justify-content: center;
	align-items: center;
}

#pagewrap .single_shop_btn .module-buttons-item a{
	font-size:25px;
	background:url("../../uploads/single_shop_btn_bg.jpg")no-repeat;
	background-size:cover;
	text-shadow: 2px 2px 1px #000;
	border-radius: 10px;
	filter: drop-shadow(1px 1px 2px rgba(255,255,255,.3));
}
.tenpo_link a{
	color:#91881a;
}
.sub_main_notext{
	height:640px;
}
.max_700{
	max-width:700px;
	margin:0 auto;
}

/* written by nishigaki*/
.kasoumbg .module_column,.kasoumbg .image-wrap{
	width: 1100px;
    margin: 0 auto;
}
.shikiri{
	padding-bottom:5px;
}
.gyoukan1,.gyoukan2,.post-content p,.staff-history p{
	line-height:1.4;
}
.knowledge_list ul li{
	line-height:1.4;
	margin-bottom:0;
}
.module-text.home-banner-text .tb_text_wrap p {
    margin-bottom: -3px;
}
#layout .max1280 .row_inner{
	max-width:100vw;
	width: 100%;
}
body .module-text.home-banner-text .module-title{
	font-size:25px;
}
body .module-text.home-banner-text.bigger .tb_text_wrap p{
	font-size:20px;
}
.module_row.fullwidth.home-row01 > .row_inner {
    max-width: 900px;
}
.module_row.fullwidth.home-row02 > .row_inner {
    max-width: 600px;
}
.sub_main_txt .tb_text_wrap p{
	line-height: 1.5;
	padding-top: 10px;
}
body .module-text.home-banner-text .module-title,
body .module-text.home-banner-text.bigger .module-title{
	font-size:20px;
	background: #000;
}
body.page-id-343 .module-text.home-banner-text.bigger .module-title,
body.page-id-1885 .module-text.home-banner-text.bigger .module-title,
body.page-id-1968 .module-text.home-banner-text.bigger .module-title,
body.page-id-2000 .module-text.home-banner-text.bigger .module-title,
body.page-id-2020 .module-text.home-banner-text.bigger .module-title,
body.page-id-2053 .module-text.home-banner-text.bigger .module-title,
body.page-id-2068 .module-text.home-banner-text.bigger .module-title,
body.page-id-1082 .module-text.home-banner-text.bigger .module-title,
body.page-id-1120 .module-text.home-banner-text.bigger .module-title,
body.page-id-351 .module-text.home-banner-text.bigger .module-title,
body.page-id-10821 .module-text.home-banner-text.bigger .module-title{
	background: #fff;
}
.module-text.home-banner-text .tb_text_wrap p,
body .module-text.home-banner-text.bigger .tb_text_wrap p{
	font-size:15px;
}
.module.home-banner-text.with-icon.bigger{
	padding-bottom: 135px;
}
body .module-text.home-banner-text .module-title:not(.bigger .module-title){
    width: 250px;
    margin: 0 auto;
}
.module.text-line-bottom{
	font-size: 20px;
	line-height: 1.7;
	padding-bottom: 0;
}
#pagewrap .home-row01,#pagewrap .home-row02{
	width: fit-content;
	margin: 0 auto;
}
#pagewrap .home-banner-text.title_en .module-title{
	line-height: 1.3;
}
#pagewrap .home-banner-text.title_en .tb_text_wrap p{
	line-height: 1.6;
}
#pagewrap .module.text-line-bottom,
#pagewrap .flow-title{
	margin-bottom:0;	
}
#pagewrap .bridal_bn,
#pagewrap .h168,
#pagewrap .h400{
	margin-bottom:1px;
}
#pagewrap .module.text-line-bottom{
	margin-bottom: 5px;
}
body.page-id-3461 .pa_list ul li{
	line-height:1.4;
	margin-bottom:0;
}

/*end nishigaki*/

/* add propose gaudance page 20220616 */
.propose-page-list-links li::before{
	content: "-";
	padding-right: .6em;
	color: #cccc66;
}

.propose-page-lists .pages-list{
	max-width: 300px;
	margin: 0 auto 30px;
}
.propose-page-lists .pages-list .page_item{
	padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9fa0a0;
    font-size: 16px;
    line-height: 1.8;
	text-align: center;
}
.propose-page-lists .pages-list .page_item a{
	display: block;
}

.module.propise-msg-lists .module-title{ font-weight: normal; }
.module.propise-msg-lists ul{ list-style: none; margin: 0 auto; }
.module.propise-msg-lists ul li{
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: gray;
}

/* お気に入り */
.wpfp-span ul{ list-style: none; display: flex; flex-wrap: wrap; justify-content: start; align-items: stretch; margin: 0 auto 15px; }
.wpfp-span ul li{
	width: calc( 96% / 3 );
	margin: 0 0 30px 2%;
	padding: 1.2%;
	border: 1px solid #727171;
	box-sizing: border-box;
}
.wpfp-span ul li:nth-child(3n+1){
	margin-left: 0;
}
.wpfp-span ul li h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.page-template-page-fevorite .wpfp-link{
	display: inline-block;
    padding: 2px 10px;
    background: transparent;
	border: 1px solid #727171;
    border-radius: 50px;
	text-decoration: none;
	color: white;
}
.page-template-page-fevorite .wpfp-link::before{
	content: '\f2ed';
	font-family: "Font Awesome 5 Free";
	padding-right: 0.3em;
}

.wpfp-list-posts .wpfp-link{
	padding: 0.3em;
	border: none;
	border-radius: 0;
}
.module .wpfp-span a{
	display: inline-block;
	padding: 3px 10px 5px 27px;
	line-height: 20px;
	background: gray url(../../uploads/heart-off.png) 8px 6px no-repeat;
	border-radius: 50px;
	margin: 15px 0;
	text-decoration: none;
}
.module .wpfp-span a[href*="remove"]{
	background: gray url(../../uploads/heart-on.png) 8px 6px no-repeat;
}

/* お客様の声 */
.module .loops-wrapper.grid3 .post-title{
	font-weight: normal;
}

.tax-area .page-title{
	line-height: 1.5;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px solid #a3a4a4;
	margin-bottom: 15px;
}
.tax-area #loops-wrapper .post .post-title{
	font-size: 18px;
	font-weight: normal;
}

.term-lists{ list-style: none; margin: 0 auto; text-align: center; }
.term-lists li{ display: inline; padding: 0 .6em; border-left: 1px solid #a3a4a4; font-size: 16px; line-height: 1.7; }
.term-lists li:first-child{ border:none; }
.term-lists li span{ font-size: 14px; }

/*===================================================================
==============================     WIDTH 1024px     =================
===================================================================*/
@media screen and (max-width: 1024px) {

	/* Setting */
	body .sp-footer-icons-container a {
		background: #030000;
		color: #fff;
		border-color: #fff;
	}

	#header.pagewidth,
	body .module_row.fullwidth > .row_inner, 
	body .module_row.fullwidth.home-row02 > .row_inner {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	body .pagewidth {
		max-width: 100%;
	}
	body .module_row.fullwidth.home-row02 > .row_inner {
		max-width: 310px;
	}
	#footer-nav {
		float: none;
		width: 100%;
	}
	body .footer-nav li {
		padding: 0 3px;
	}
	body .copyright-container {
		float: none;
		text-align: center;
		padding: 10px 0 0;
	}
	body #main-menu-container.is-active {
		padding-top: 30px;
	}
	.default_width #layout .module_row:not(.fullwidth) > .row_inner {
		width: 94%;
	}
	body.default_width #layout .module_row > .row_inner, 
	body .module_row.fullwidth > .row_inner {
		max-width: 94%;
	}
	body.default_width #layout .module_row.max1280 > .row_inner {
		max-width: 100%;
	}
	
	/* written by nishigaki*/
	#headerwrap #header {
		padding-top: 0;
	}
	body .header-brand-container {
		padding: 20px 0 10px;
	}
	
	/* end nishigaki */
}/* 1024px */
/*===================================================================
==============================     WIDTH 768px     =================
===================================================================*/
@media screen and (max-width: 768px) {
	/* Setting */  
	hgroup {
		padding: 15px 0;
	}
	.lb,
	.rb {
		width: 100%;
		padding: 0;

		float: none;

		text-align: center;
	}
	body #site-logo {
		margin-bottom: 10px;
		top: 0;
	}
	body #site-logo a {
		display: inline-block;
	}

	body .sp-footer-icons-container {
		bottom: 0;
		padding-bottom: calc( env(safe-area-inset-bottom) / 2 );
		background: black;
	}
	body .sp-footer-icons-container a {
		display: block;
		width: 33.33%;

		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		border-left: solid 1px #fff;
	}
	body .sp-footer-icons-container a:first-of-type {
		border-left: 0;
	}
	body .sp-footer-icons-container a i {
		color: #fff;
	}
	body #pagewrap {
		padding-bottom: 48px;
	}
	body.page-id-343 span.copyright img.gray-ver, 
	body.page-id-351 span.copyright img.gray-ver,
	body.page-id-10821 span.copyright img.gray-ver {
		display: inline-block;
	}
	.second-main-image.module-image.image-center .image-content {
		top: unset;
		bottom: 10px;
		font-size: 18px;
	}
	.wpcf7-form table tr th {
		width: 25%;
	}
	.sub_main_notext{
		height:440px;
	}

	.h-favorite-link{
		right: calc(50% - 80px);
	}

	/* favorite page */
	#wpfp-container{
		max-width: 94%;
		margin: 40px auto;		
	}
	.module.maxWImg180 img,
	.single #content .module_row:nth-child(2) .module-image:first-child img{
		max-width: 180px;
	}
	.sp-full-w .column4-2 > .module_column{
		width: 100%!important;
		max-width: 100%!important;
	}

}/* 768px */
/*===================================================================
==============================     WIDTH 680px     =================
===================================================================*/
@media screen and (max-width: 680px) {
	/* Setting */
	body .footer-nav li.menu-item-has-children {
		padding-left: 0;
	}
	body .footer-nav li.menu-item-has-children::before {
		display: none;
	}
	.module.designer-image {
		text-align: center;
	}
	.img--in-left, 
	.img--in-right {
		text-align: center;
	}
	.sp_image--in-center {
		text-align: center;
	}
	.bridal-row02 {
		background-color: #000;
	}

	#content .sub_main_txt1,
	#content .sub_main_txt2{
		position:static;
	}
	.info-gray-box{
		padding:15px;
	}
	.module.staff-history {
		font-size: 13px;
	}
	.text--size-25,
	.module.text--size-24 {
		font-size: 18px;
	}
	.module.text--size-20,
	.module.flow-title .tb_text_wrap {
		font-size: 16px;
	}
	.module.text--size-18 {
		font-size: 14px;
	}
	.module.text-line-bottom.bigger {
		font-size: 18px;
	}
	.news-list .loops-wrapper.list-thumb-image .post-image {
		max-width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.module.flow-title .tb_text_wrap strong {
		font-size: 17px;
	}
	.second-main-image.position-center.module-image.image-center .image-content {
		top: unset;
	}
	.module.flow-title .tb_text_wrap {
		background-position: left 5px top 3px;/*add nishigaki*/
		background-size: auto 25px;
	}
	.wpcf7-form table tr th, 
	.wpcf7-form table tr td {
		width: 100%;
		display: block;
	}
	.wpcf7-form table tr th {
		padding-bottom: 0;
	}
	.module.text--size-16 {
		font-size: 14px;
	}
	
	.h400{
		height:168px;
	}
	.sub_main_notext{
		height:280px;
	}
	.knowledge_list .tb_text_wrap{
		display:block;
	}
	.knowledge_list ul{
		margin-left:24px;
		margin-bottom:0;
	}
	.pa_ans .module-text{
		padding: 10px 0px 0;
	}
	/* written by nishigaki */
	
	body .module-text.home-banner-text .module-title:not(.bigger .module-title) {
		width: 100%;
		margin: 0;
	}
	#pagewrap #body .themify_builder_content-329 .tb_4z9g677.module_row{
		padding-top:0;
	}
	#pagewrap .row_inner.col_align_top{
		max-width:96% !important;
	}
	#pagewrap #body .sph280cover img{
		/* height:160px; */
	}
	.builder-posts-wrap.clearfix.loops-wrapper.grid4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	/* .page-id-3002 article.post {
		max-width: 48% !important;
	} */
	.page-id-3002 .rings-list .loops-wrapper.grid4 .post-title{
		font-size: 12px;
	}
	body .module-text.home-banner-text .module-title, body .module-text.home-banner-text.bigger .module-title {
		font-size: 17px;
	}
	.module-text.home-banner-text .tb_text_wrap p, body .module-text.home-banner-text.bigger .tb_text_wrap p {
		font-size: 12px;
	}
	.module.home-banner-text.with-icon.bigger {
		max-width: 235px;
		background-size: 70% 70%;
		background-position: top 22px center;
	}
	.module.sub_main_txt {
		font-size: 21px;
	}
	.sub_main_txt .tb_text_wrap p {
		line-height: 1.2;
	}
	.module.text-line-bottom {
		font-size: 17px;
		line-height: 1.5;
	}
	.default_width #layout .module_row:not(.fullwidth) > .row_inner {
		width: 100%;
		justify-content:center;
	}
	.spnone{
		display:none;
	}
	.sp-smtxt{
		font-size: 13px;
	}
	.kasoumbg .module-text .tb_text_wrap p{
		font-size: 16px;
	}
	.shopbtnbnr .tb_text_wrap p{
		font-size:21px;
	}
	.subrow_inner.col_align_top.column4-2.tb_grid_classes.col-count-2{
		justify-content: space-between;
	}
	.tb_responsive_mode .tb_grid_classes:not(.gutter-none):not(.gutter-narrow)>.module_column{
		margin-left: 0 !important;
	}
	#pagewrap .h168.bridal_bn a {
		font-weight: normal;
		font-size: 13px;
	}
	.module_row_4 .module-layout-part .bridal-row02{
		margin-top:75px;
	}
	#pagewrap .h168.bridal_bn{
		background-size:contain;
		height:67px;
	}
	#pagewrap .h168:not(.bridal_bn), #pagewrap .h400 {
		background-size: contain;
		width: 90%;
		margin: 0 auto;
	}
	#pagewrap .h168:not(.bridal_bn){
		height: 68px;
	}
	#pagewrap .h400 {
		height: 156px;
	}
	.topshitabtn{
		/*width:90%;*/
		margin:0 auto;
	}
	#pagewrap .h168.bridal_bn a{
		padding-top: 0px;
	}
	.gyoukan1{
		width:90%;
		margin:0 auto;
	}
	.module.module-image.image-center {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.module.text--size-18{
		width: 90%;
		margin: 0 auto;
	}
	.spbana-2colm{
		width:90%;
		margin:0 auto;
	}
	.designer-yellow-title .module-title,
	.module.art-designer-name{
		padding-left:15px;
	}
	#pagewrap .h250 {
		height: 110px;
		width: 90%;
		margin: 0 auto;
		background-size: contain;
	}
	#pagewrap .h250 a{
		padding-top:0;
		font-size:0;
	}
	#pagewrap .h250 a span{
		font-size:0 !important;
	}
	#pagewrap .module.pendant-table tr td{
		font-size:15px;
	}
	#pagewrap .pd-item{
		width:90%;
		margin:0 auto;
	}
	#pagewrap .tb_grid_classes{
		justify-content:center;
	}
	#pagewrap .spbana-2colm .col_align_top{
		justify-content:space-between;
	}
	.puropo-zu1{
		width:90%;
		margin:0 auto;
	}
	/* end nishigaki*/

	/* footer nabigation */
	#footer.pagewidth{
		padding-top: 0;
	}
	body .footer-nav{
		border-bottom: 1px solid #727171;
		margin: 0 auto 5px;
	}
	body .footer-nav li{
		display: block;
		margin: 0 auto;
	}
	body .footer-nav li a{
		display: inline-block;
		padding: 10px 15px;
		border-top: 1px solid #727171;
		width: 64vw;
		box-sizing: border-box;
	}
	body .footer-nav li:first-child a{
		border: none;
	}
	.copyright{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.copyright > span{
		padding: 0 5px;
	}
	body span.t-logo{
		padding-top: 0;
	}

	/* favorite page */
	#wpfp-container{
		max-width: 96%;
	}
	.wpfp-span ul li{
		width: calc(96% / 2);
		margin: 1%!important;
	}
	
	.h400 a, .h250 a, .h168 a{

	}
	.h168 a{
		font-size: 13px;
	}
	
	#pagewrap .module.h168.centering-txt{
/* 		background-size: cover; */
		font-size: 13px;
	}
	.h168.centering-txt a{
		font-size: 13px;
	}
	
}/* 680px */

#pc-backtop img{
	filter: drop-shadow(0px 3px 0px black);
}

ul, ol {
	margin: 0 0 1.4em 24px;
}

.shop-lists .page_item_has_children > a{
	display: none;
}
.shop-lists li{
	padding: 0;
}
.shop-lists .widget ul{
	max-width: 400px;
	margin: 0 auto;
}
.shop-lists .widget ul ul{ margin: 0 auto; }
.shop-lists .widget ul ul li{
	padding: 8px 0 10px;
	text-align: center;
	border-bottom: 1px solid #717171;
}
.shop-lists .widget ul ul li a{
	font-size: 18px;
	color: white;
	transition: .2s linear;	
	line-height: 1.8;
}

/*20240501 add koike*/
.module.staff-names .fancy-heading { font-weight: normal; }
.module.staff-names .fancy-heading .sub-head{ padding-left: 34px; }
.mw800_staff_lists .staff-names{
	display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #a3a4a4;
    padding: 15px 0 5px 0;
}
.mw800_staff_lists .staff-names .fancy-heading .main-head{ width: 128px; }
.mw800_staff_lists .module.staff-names .fancy-heading .sub-head{ padding-left: 14px; width: 130px; }