@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-jprgp5');
	src:url('fonts/icomoon.eot?#iefix-jprgp5') format('embedded-opentype'),
		url('fonts/icomoon.woff?-jprgp5') format('woff'),
		url('fonts/icomoon.ttf?-jprgp5') format('truetype'),
		url('fonts/icomoon.svg?-jprgp5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Didot W01 Roman";
	  src: url("fonts/65bc711a745ac850f48c5e33d3e3e58c.eot"); /* IE9*/
	  src: url("fonts/65bc711a745ac850f48c5e33d3e3e58c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("fonts/65bc711a745ac850f48c5e33d3e3e58c.woff2") format("woff2"), /* chrome、firefox */
	  url("fonts/65bc711a745ac850f48c5e33d3e3e58c.woff") format("woff"), /* chrome、firefox */
	  url("fonts/65bc711a745ac850f48c5e33d3e3e58c.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	  url("fonts/65bc711a745ac850f48c5e33d3e3e58c.svg#Didot W01 Roman") format("svg"); /* iOS 4.1- */
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mapmarker:before {
	content: "\e601";
}

.icon-file:before {
	content: "\e609";
}

.icon-phone2:before {
	content: "\e60a";
}

.icon-calendar2:before {
	content: "\e60b";
}

.icon-bubble:before {
	content: "\e605";
}

.icon-earth:before {
	content: "\e604";
}

.icon-googleplus2:before {
	content: "\e60c";
}

.icon-facebook2:before {
	content: "\e60d";
}

.icon-instagram:before {
	content: "\e606";
}

.icon-twitter2:before {
	/* content: "\e60e"; */
	content: "";
	background-image: url('/smp/images/top_page/icon_X-min.svg');
	width: 20px;
	height: 20px;
	background-size: contain;
	display: inline-block
}

.icon-youtube:before {
	content: "\e600";
}

.icon-pinterest2:before {
	content: "\e60f";
}

.icon-arrow-right:before {
	content: "\e603";
}

.icon-arrow-up:before {
	content: "\e602";
}

.icon-uniE610:before {
	content: "\e610";
}

.icon-test:before {
	content: "\e607";
}

/* body
---------------------------------------------------- */
body{
	-webkit-text-size-adjust: 100%;
	color: #333;
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.7;
	/*transform: rotate(.03deg); 文字をなめらかに見せる設定*/
}
/* img
---------------------------------------------------- */
img.width-auto{
	width:auto !important;
}
/* a:hover
---------------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #aaa;
}
a:hover img{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a.link-text {
	color: #000;
	text-decoration: underline;
}
/*layout
----------------------------------------------------*/
.structure{
	/*max-width: 1280px;*/
	max-width:1150px;
	min-width: 1000px;
	zoom: 1;
	margin: 0px auto;
	padding: 20px 20px 0 20px;/*ヘッダートップの高さ*/
}
.structure{
	width: 1150px\9;/*ie8用ハック*/
}
/* header
---------------------------------------------------- */
.header_inner {
	margin: 24px auto 0 auto;
	height: 90px;
	position:relative;
}
.header_logo{
	/*float: left;*/
	/*width:20%;*/
	width: 205px;
	position:absolute;
	top:0;
	left:0;
}
.header_logo img {
	width: 100%;
	height: auto;
}
.header_navi{
	/*float: right;*/
	/*text-align: right;*/
	width:710px;
	position:absolute;
	top:25px;
	right:0;
	/*left:450px;*/
}
.header_text{
	/*float:right;*/
	position:absolute;
	top:-10px;
	right:20px;
	font-weight: 300; font-family: "HonMincho-L", "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro", 游明朝, "Yu Mincho", YuMincho, Georgia, serif;  color:#555;
}
ul.header_navi li{
	float: left;
	margin-left: 5px;
	/*margin-bottom: 8px;*/
}
ul.header_navi li.header_yoyaku,
ul.header_navi li.header_shiryo{
	font-size: 16px;
}
ul.header_navi li.header_yoyaku a,
ul.header_navi li.header_shiryo a{
	color: #540020;/*e60012*/
}

ul.header_navi{
	margin: -5px 0 0 0;
}

ul.header_navi li.header_tel{
	font-size: 12px;
	color:#666;
	margin: 0 0 0 5px;
}


ul.header_navi li.header_tel span.tel_small{
	font-size: 12px;
	margin: 0 0 0 0px;
}
ul.header_navi li span {
	margin: 0 3px 0 0;
}
/*2016.8.8追加 JP/ENボタン*/
.lang_btn {
	position: absolute;
	top: -10px;
	right: 5px;
}
.lang_btn ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.lang_btn ul li {
	float: left;
	margin-left: 7px;
}
.lang_btn ul li a {
	display: block;
	/*padding: 1px 5px;*/
	padding: 0!important;
	background: #fff;
	color: #7e7e7e !important;
	font-size: 0.7rem;
	text-decoration: none;
	width: 25px;
    text-align: center;
    height: 24px;
    line-height: 24px;
	border:solid 1px #999;
	border-radius:3px;
}
.lang_btn ul li a:hover {
	background: #999;
	color: #fff!important;
	text-decoration: none;
}



/* navi
---------------------------------------------------- */
ul.g_navi{
	width: 100%;
	height: 52px;
	
	border-top:0px solid #333;
	border-bottom:0px solid #333;
}
ul.g_navi li.g_navi_list{
	float: left;
	width:16.66%;
	height: 36px;
	text-align: center;
	position:relative;
	z-index: 1;/*200*/
}
ul.g_navi li.g_navi_list span,
ul.g_navi li.g_navi_list a{
	display: block;
	line-height:36px;
	width:100%;
	height:100%;
	position:relative;
	border-right:1px solid #ddd;
	color: #666;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", sans-serif;
}
ul.g_navi li.g_navi_list:last-child a {
	border: none;
}
ul.g_navi.en li.g_navi_list span,
ul.g_navi.en li.g_navi_list a{
	line-height:1.7;
	height: 52px;
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 11px;
}
ul.g_navi.en li.g_navi_list span.two_lines,
ul.g_navi.en li.g_navi_list a.two_lines{
	padding-top: 7px;
	font-size: 12px
}
ul.g_navi li.g_navi_list_end{

}
ul.g_navi_inner {
	display:none;
	margin: 0;
}
ul.g_navi_inner li{
	background: #fff;
	/*margin-top: 1px;*/
	/*border-top:1px solid #ccc;*/
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
/*ul.g_navi_inner li a {
	color: #000;
}
ul.g_navi_inner li a:hover {
	background: #eee;
}*/
ul.g_navi li a {
	color: #000;
}
ul.g_navi li a:hover {
	background: #eee;
}
/* breadcrumb
---------------------------------------------------- */
.bread_crumb{
	position: absolute;
	top: 67px;
	right: 0;
	font-size: 13px;
}
.bread_crumb div{
	display: inline;
}
/* footer
---------------------------------------------------- */
.footer{
	/*margin-bottom: 64px;*/
	margin-bottom: 30px;
	position: relative;
}
ul.footer_nav_b{
	position: absolute;
	top:12px;
	right:120px;
}
ul.footer_nav_b li.footer_yoyaku,
ul.footer_nav_b li.footer_shiryo{
	float: left;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: -8px;
	font-size: 16px;
}
ul.footer_nav_b li.footer_yoyaku a,
ul.footer_nav_b li.footer_shiryo a {
	color:#540020;/*e60012*/
}
ul.footer_nav_b li.footer_yoyaku span,
ul.footer_nav_b li.footer_shiryo span {
	margin: 0 3px 0 0;
}

.page_top{
	float: right;
	margin-bottom: 30px;
	text-align: center;
}
.page_top .icon-arrow-up:before {
	display: block;
}
ul.footer_navi{
	margin:0px auto 20px auto;
	background:#eee;
	clear: both;
	
	color: #666;
	font-size:12px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", sans-serif;
}
.footer ul.footer_navi li.footer_navi_list{
	float: left;
	width:16%;
	text-align: center;
}
.footer ul.footer_navi li.footer_navi_list a{
	display: block;
	padding: 10px 0;
}

/* e_icon
---------------- */
.e_icon{
	float: right;
	margin:0 0 40px 0;
	font-size: 12px;
}
.e_icon a{
	display: block;
	width:120px;
	background: -moz-linear-gradient(top,#FFF 0%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ddd));
	border: 1px solid #DDD;
	color:#111;
	padding: 2px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align: center;
}
.e_icon a:hover{
	display: block;
	background: -moz-linear-gradient(top,#FFF 0%,#ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	border: 1px solid #bbb;
}
.e_icon span{
	margin-right: 2px;
}
.sns_icon_wrap {text-align: center;}
ul.sns_icon{
    display: inline-block;
	margin:0 auto;
    margin-top: 63px;
	/*width: 472px;*/
	font-size: 22px;
	clear: both;
}
ul.e.sns_icon{
	width: auto;
}
.footer ul.sns_icon li{
	float: left;
	width: 47px;
	margin-right: 38px;
	text-align: center;
}
.footer ul.sns_icon li.list_end{
	margin-right: 0;
}
.footer ul.sns_icon li.bt_paypal{
	float: left;
	width: auto;
	margin-right: 24px;
	text-align: center;
}
.footer ul.sns_icon li.bt_fedex{
	float: left;
	width: auto;
	margin-right: 0;
	text-align: center;
}
.sns_icon_list span{
	display: block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #eee;
	box-shadow:inset 1px 1px 0px rgba(000,000,000,0.3);
	-moz-box-shadow:inset 1px 1px 0px rgba(000,000,000,0.3);
	-webkit-box-shadow:inset 1px 1px 0px rgba(000,000,000,0.3);
	color: #999;
	width: 45px;
	height: 33px;
	padding: 12px 0 0;
}
.sns_icon_list span:hover{
	background: #eee;
	border: 1px solid #eee;
	box-shadow:inset 1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow:inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow:inset 1px 1px 1px rgba(000,000,000,0.3);
	color: #bbb;

}
/* top_contents
---------------------------------------------------- */
/* top_slider
---------------- */
/*.top_slider img {
	width: 100%;
	margin: 0 auto 80px auto;
}*/

.top_slider .metaslider{
	margin-bottom: 80px;
}

/* contents
---------------- */
.contents_title {
	font-size: 22px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.contents_title .icon-uniE610:before {
	padding-right: 15px;
}
.top_contents div {
	margin-bottom: 80px;
}
.top_contents .top_img{
	width: 63.16%;
	float: left;
}
.top_contents .top_img img{
	width: 100%;
	height: auto;
}
.top_contents .top_text{
	width: 36.84%;
	float: left;
}
.top_contents div:nth-child(odd) .top_text{
	float: right;
}
.top_contents .top_text a{
	display: block;
	margin-left:22%;
}
.top_contents .top_text a#tsunagaru{
	margin-left:16%;
}
.top_contents .top_text a:first-child{
	margin-top: 47.2%;
}
.top_contents #ring .top_text a:first-child,
.top_contents #mokumegane .top_text a:first-child{
	margin-top: 39%;
}
/* news
---------------- */
.news{
	margin-bottom: 100px;
}
.news_title{
	margin: 0 0 40px 50px;
}
.news_inner{
	margin: 0 0 0 100px;
}
.news_inner li{
	margin-bottom: 5px;
}
.news_inner li span.news_date{
	margin: 0 40px 0 0;
}
.news_inner .icon-uniE610:before {
	margin-right:20px;
}
.entry-title{
	font-size: 18px;
	margin-bottom:2px;
}
.entry-date{
	font-size: 12px;
	padding-bottom: 15px;
}
/* second（共通）
---------------------------------------------------- */

.second_contents {
	margin-bottom: 50px;
}
.second_contents_b{/*メイン画像なし*/
	margin:40px auto 50px auto;
}
.second_contents_box{
	margin-bottom: 60px;
}
.second_contents_box_b{/*メイン画像なし*/
	margin:40px auto 80px auto;
}
.second_main {/*画像下サブナビあり*/
	margin: 0 auto 40px auto;
}
.second_main_b{/*画像下サブナビなし*/
	margin: 0 auto 40px auto;
}
.second_main img,
.second_main_b img{
	width: 100%;
	height: auto;
	/*max-height: 575px;*/
}
.second_title{
	margin-bottom: 40px;
	font-size: 22px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.second_title_a{
	margin-bottom: 40px;
	font-size: 24px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.second_title_b{
	font-size: 18px;
	margin-bottom: 10px;
}
.second_text p{
	/*width: 90%;*/
	margin-bottom: 15px;
}

.text_large{
	font-size: 16px;
}
.text_small{
	font-size: 12px;
}
.text_mincho{
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* second_inner_a (2column)
-------------------------- */
.left_box_a{
	float: left;
	width: 70%;
}
.right_box_a {
	float: right;
	width: 20%;
}
.right_box_a img{
	width: 100%;
}
/* second_inner_b (2column)
--------------------------*/
.left_box_b{
	float: left;
	width: 30%;
	text-align: center;
}
.right_box_b {
	float: right;
	width: 60%;
}
.right_box_b p {
	margin-bottom: 80px;
	line-height: 2em;
}

.right_box_b p span.arrenge
 {
	font-size: 18px;
	font-weight: bold;
}

.right_box_b img{
	width: 100%;
	height: auto;
}
/* second_inner_c (1column)
--------------------------*/
.single_box {
	width: 90%;
}
/* second_inner_d (2column)
-------------------------- */
.left_box_d{
	float: left;
	width: 50%;
}
.right_box_d {
	float: right;
	width: 50%;
}
.left_box_d img,
.right_box_d img{
	width: 100%;
	height: auto;
}
/* sub_navi
--------------------------*/
.sub_navi {
	margin-bottom: 60px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}
.sub_navi .sub_navi_list{
	float: left;
	width:15%;
	text-align: center;
	margin-right: 2%;
}
.sub_navi.en .sub_navi_list{
	width:18%;
}
.sub_navi .list_end{
	margin-right: 0;
}
.sub_navi .sub_navi_list a{
	display: block;
	width:100%;
	padding: 20px 0;
	border: 1px solid #ccc;
	position: relative;
	z-index: 10;
	border: 1px solid #DDD;
	color:#111;
}
.sub_navi .sub_navi_list a:before {
    content: "" ;
    display: block ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
    border: 1px #aaa solid ;
    margin: 2px ;
    z-index: -1 ;
}
.sub_navi .sub_navi_list a:hover {
	/*z-index: 100 ;*/
	border: 1px solid #aaa;
}
.sub_navi .sub_navi_list a:hover:before {
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	border: 1px solid #bbb;
}
/* ring_list(marriage・marriage-2・sakuradiamond)
---------------------------------------------------- */
.ring_text{
	position: relative;
	height:483px;
}
.ring_text span{
	display: block;
	margin:0 5%;
	position: absolute;
	bottom: 0px;
}
/* mokume(mokume・guri・yosegane・profile・)
---------------------------------------------------- */
.mokume_side li{
	margin-bottom: 40px;
}
.mokume_side li img{
	width: 100%;
}
.mokume_side .second_side_img{
	text-align:center;
	font-size:13px;
}
.mokume_border {
	/*width: 90%;*/
	border: 1px solid #ddd;
	padding: 20px 0;
}
.mokume_border p {
	width: auto;
	margin: 0 20px;
}
/* yosegane.html
-----------------*/
.yosegane_moyo li {
	margin-bottom: 40px;
}
.yosegane_moyo dt{
	float: left;
	width: 150px;
	margin-right: 30px;
}
.yosegane_moyo dt img {
	border: 2px solid #000;
}
.yosegane_moyo dd{
	float: left;
	width: 450px;
}
.yosegane_moyo dd span{
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}
/* profile.html
-----------------*/
.profile_inner {
	float: left;
	width: 60%;
	margin-right: 10%;
}
.profile_inner .sign{
	text-align: right;
	margin-bottom :0;
}
.profile_table td{
	padding: 2px 20px 2px 0;
	vertical-align: top;
}
.profile_side {
	float: right;
	width: 30%;
	margin-top: 4px;
}
.profile_side ul{
	margin-bottom: 40px;
}
.profile_side li{
	margin-bottom: 10px;
	margin-left: 16px;
	list-style-type:square;
}
.profile_side img{
	width: 100%;
}
.profile_side .side_title{
	margin: 10px 0 10px 0;
	font-size: 22px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* faq
---------------------------------------------------- */
.faq_title {
	margin: 0 0px 30px 0;
	border-bottom:2px solid #262626;
	font-size: 18px;
	display: inline-block;
}
/* shop_ichiran
---------------------------------------------------- */
.shop_inner{
	/*float: left;
	width: 80%;
	margin-right: 5%;*/
}
.shop_inner ul {
	margin: 0 0px 80px 0;
	border-bottom:1px solid #ddd;
}
.shop_inner ul li{
	margin: 0 0px 10px 0;
}
.shop_inner li dl dt{
	float: left;
	width: 25%;
	font-size: 14px;
}
.shop_inner li dl dd{
	float: left;
	width: 40%;
	font-size: 14px;
}
.shop_inner li dl dd.shop_tel{
	float: left;
	margin-left: 1%;
	width: 19%;
	font-size: 14px;
	white-space: nowrap;
}
.shop_inner li dl dd.info_icon{
	float: left;
	width: 14%;
	margin-left: 1%;
	font-size: 12px;
}
.shop_text{
	margin-bottom: 60px;
	font-size: 22px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_area{
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-size: 22px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom:1px solid #ddd;
}
.shop_inner ul.shop_area_b {
	border-bottom: none;
}
.shop_area_b li{
	margin: 0 0 30px 0;
	padding-bottom: 10px;
	font-size: 22px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_area_b li span{
	margin: 0 0 0 20px;
}
.shop_side {
	float: right;
	width: 30%;
}
.shop_side img{
	width: 100%;
	margin-bottom:40px;
}
/* info_icon
---------------- */
.info_icon a{
	display: block;
	background: -moz-linear-gradient(top,#FFF 0%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ddd));
	border: 1px solid #DDD;
	color:#111;
	padding: 2px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align: center;
}
.info_icon a:hover{
	display: block;
	background: -moz-linear-gradient(top,#FFF 0%,#ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	border: 1px solid #bbb;
}
.info_icon span{
	margin-right: 2px;
}
/* agent_ichiran
---------------------------------------------------- */
/*.agent_inner{
	float: left;
	width: 67%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.agent_inner ul {
	margin: 0 0px 80px 0;
	border-bottom:1px solid #ddd;
}
.agent_inner ul li{
	margin: 0 0px 10px 0;
}
.agent_inner li dl dt{
	float: left;
	width: 25%;
	font-size: 14px;
}
.agent_inner li dl dd{
	float: left;
	width: 75%;
	font-size: 14px;
}*/
p.agent_add {
	/*display: inline;
	margin-right: 50px*/
	float: left;
	width: 70%;
}
p.agent_map {
	/*display: inline;*/
	float: left;
	width: 30%;
}
.agent_side{
	height: 153px;
	overflow: hidden;
}
.agent_side img{
	width: 100%;
}
/* shop
---------------------------------------------------- */
.tenpo_main img{
	width: 100%;
}
.tenpo_name{
	/*margin: 40px 0 40px 40px;*/
	margin: 0px 0 40px 40px;
	font-size: 22px;
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.tenpo_inner{
	float: left;
	width: 100%;
	/*margin-top: 30px;*/
}
.tenpo_inner ul {
	margin: 0 0 40px 40px;
}
.tenpo_inner li {
	margin-bottom: 15px;
}
.tenpo_inner li dl dt{
	float: left;
	width: 13%;
	margin-right: 25px;
	font-size: 14px;
}
.tenpo_inner li dl dd{
	float: left;
	width: 83%;
	font-size: 14px;
}
/* google_icon
---------------- */
.g_icon{
	margin-top:4px;
}
.g_icon a{
	/*display: block;*/
	background: -moz-linear-gradient(top,#FFF 0%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ddd));
	border: 1px solid #DDD;
	color:#111;
	width: 96px;
	padding: 3px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	font-size:12px;
}
.g_icon a:hover{
	/*display: block;*/
	background: -moz-linear-gradient(top,#FFF 0%,#ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	border: 1px solid #bbb;
}
.g_icon span{
	margin-right: 2px;
}
/* link_btn
---------------- */
.double_btn{
	font-family: "Didot W01 Roman", "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.double_btn li span {
	font-size: 12px;
	margin-right: 5px;
}
.double_btn li a{
    display: block ;
    width: 200px;
    margin: 0 0 20px 0 ;
    padding: 10px ;
    text-align: center ;
    /*border: 2px #bbb solid ;*/
    position: relative ;
    z-index: 100 ;
	border: 1px solid #DDD;
	color:#111;
}
 .double_btn li a:before {
    content: "" ;
    display: block ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
    border: 1px #aaa solid ;
    margin: 2px ;
    z-index: -1 ;
}
.double_btn li a:hover {
    z-index: 100 ;
	border: 1px solid #aaa;
}
.double_btn li a:hover:before {
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.1);
	border: 1px solid #bbb;
}
/* shop（英語版）
---------------------------------------------------- */
.e_shop .right_box_a {
	float: right;
	width: 306px;
}
/* company
---------------------------------------------------- */
.company_inner li {
	margin-bottom: 10px;
}
.company_inner li dl dt{
	float: left;
	width: 12%;
	margin-right: 1%;
}
.company_inner li dl dd{
	float: left;
	width: 85%;
}
.company_side img{
	width: auto;
	margin-bottom: 10px;
}
/* yoyaku・shiryo
---------------------------------------------------- */
.point_color {
	color: red;
}
.yoyaku_text{
	margin-bottom: 20px;
}
.yoyaku_inner{
	margin-bottom:20px;
}
.yoyaku_inner ul {
	margin: 0 0 40px 0;
}
.yoyaku_inner ul.left_box_a{
	width:79%;
	margin: 0 0 0 0;
}
.yoyaku_inner li dl{
	margin-bottom: 20px;
}
.e_yoyaku .yoyaku_inner li dl{/*英語版*/
	/*margin-bottom: 25px;*/
}
.e_yoyaku .yoyaku_inner li.reservations_single{/*英語版*/
	margin-bottom: 30px;
}
.yoyaku_inner li dl dt{
	float: left;
	width: 21%;
	margin-right: 2%;
}
.e_yoyaku .yoyaku_inner li dl dt{/*英語版*/
	float: left;
	width: 30%;
	margin-right: 5%;
}
.e_yoyaku .yoyaku_inner li.reservations_single dl dt{/*英語版*/
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.yoyaku_inner li dl dd{
	float: left;
	width: 70%;
}
.e_yoyaku .yoyaku_inner li dl dd{/*英語版*/
	float: left;
	width: 75%;
	margin-bottom: 0.5em;
}
.e_yoyaku .yoyaku_inner li.reservations_single dl dd{/*英語版*/
	float: none;
	width: 100%;
}
.e_yoyaku .yoyaku_inner li dl dd span.point_color a {/*英語版*/
	 color: red;
}
.e_yoyaku .yoyaku_inner .wpcf7-form-mode-confirm li span.out{/*英語版*/
	display: none;
}
.yoyaku_inner ol{
	list-style: decimal;
	padding-left: 3%;
}
.select-item {
		position: relative;
}
.select-item::before {
content: "";
    position: absolute;
    top: 30%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #000000;
}
.yoyaku_inner input[type="text"],
.yoyaku_inner input[type="tel"],
.yoyaku_inner input[type="email"],
.yoyaku_inner select{
	padding: 0.4em 2em 0.4em 1em;
	font-size: 16px;
	background: #eee;
	border: 1px solid #bfbfbf;
	outline: none;
}
.yoyaku_inner textarea{
	padding: 0.4em 2em 0.4em 1em;
	font-size: 16px;
	border: 1px solid #bfbfbf;
	outline: none;
}
.yoyaku_inner .select-item select{
	-webkit-appearance: none;
    -moz-appearance: none;
		appearance: none;
}
.yoyaku_inner input[type="radio"],
.yoyaku_inner input[type="checkbox"] {
	padding: 0;
	outline: none;
}

.yoyaku_inner input[type="submit"],
.yoyaku_inner input[type="button"]{
	margin-right: 10px;
	padding:5px;
	width: 200px;
	border: none;
	outline: none;
	font-size: 18px;
}
.yoyaku_inner select{
	background: #eee;
	outline: none;
}

.form_button{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 8px 30px;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 18px;
	cursor: pointer;
}
.gmo{
	margin-top: 20px;
}
.e_yoyaku .gmo {
	/*margin-left: 30px;*/
}
.gmo_text{
	margin-top: 20px;
	font-size: 12px;
}
.shiryo_banner img{
	margin-right: 40px;
}
.yoyaku_banner{
	position: absolute;
	top: 182px;
	margin-left: 300px;
}
/* contactform7
---------------------------------------------------- */
form.wpcf7-form p.buttons-area-confirm {
	padding: 0px;
}
.wpcf7-mail-sent-ok{
	display: none !important;
}
span.wpcf7-list-item {
	display: block;
}
/* sitemap
---------------------------------------------------- */
.sitemap_inner .second_title{
	border-bottom:1px solid #ddd;
	padding:0 0px 10px 0;
}
.sitemap_inner .left_box_d{
	width: 45%;
	margin-right: 10%
}
.sitemap_inner .right_box_d {
	width: 45%;
}
/* ranking
---------------------------------------------------- */
.ranking_main img{
	width: 100%;
}
.ranking_inner li{
	margin-bottom: 45px;
}
.ranking_inner .left_box_d,
.ranking_inner .right_box_d{
	width: 47.8%;
}
.ranking_inner_b{
	max-width: 1110px;
	min-width: 960px;
	padding:40px;
	border: 1px solid #ccc;
}
.ranking_inner_b .left_box_a{
	width: 65%;
}
.ranking_inner_b .right_box_a{
	width: 30%;
}
.ranking_inner_b ul{
	margin: 0 auto 40px auto;
}
.ranking_inner_b ul li{
	float: left;
	width: 33%;
	text-align: center;
}
.ranking_inner_b ul li dl dt{
	font-size: 16px;
	margin-bottom: 10px;
}
.ranking_inner_b ul li dl dd img{
	width:68%;
}
.ranking_inner_b .right_box_a p{
	margin-bottom: 60px;
}
.ranking_inner_b .right_box_a p img{
	width: 100%;
}
.ranking_inner_b .right_box_d{
	width: 47%;
}
/* Order process(English)
---------------------------------------------------- */
.order_process img{
	width: 383px;
}
/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* example
------------------------------------------------ */
.example i {
	position: relative;
}

.example i {
	position: absolute;
	color: black;
	top: 0;
	left: 0;
}
/* converter
------------------------------------------------ */
.wpcf7-form-mode-confirm #converter{
    display: none;
}
#converter .conv-item{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 10px;
}
#converter .conv-dt{
	width: 30%;
	float: none;
	margin: 0;
}
#converter .conv-dd{
	width: 70%;
	margin: 0;
	padding: 0;
}


/* YOTPOレビュー用　レビュー以外の不要な部分隠し
-----------------------------------------------------------------------------------------------------------*/

#yotpo-testimonials .yotpo-main .product-link-wrapper,
#yotpo-testimonials .yotpo-review .yotpo-footer{
    display: none;
}

/* YOTPOレビュー用 「サイトレビュー」文字かくし
-----------------------------------------------------------------------------------------------------------*/

#yotpo-testimonials-custom-tab .yotpo-modal-content .yotpo-popup-box-medium{
    border-bottom: none;
}
#yotpo-testimonials .yotpo-nav.yotpo-nav-primary{
    display: none;
}

/*表記入用
-------------------------------------------------------------------------------------*/

table th {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
  font-size: 13px;
}

table td {/*table内のtdに対して*/
  padding: 2px 10px;/*上下3pxで左右10px*/
  font-size: 13px;
}

tr:nth-child(2n) {
	background: none;
}

/* オンライン無料相談バナー　（20200508）
----------------------------------------------------------------------*/
.online-banner {
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 25px;
  z-index: 9;
  text-align: center;
  max-width: 500px;
}
.online-banner_image {
	margin: 0;
	padding: 0;
}
.online-banner_image img {
	max-width: 100%;
}
.online-banner_close {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #000;
	border-radius: 12px;
}
.online-banner_close button {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 24px;
	margin: auto;
	line-height: 1;
	font-family: Courier, sans-serif;
}
.online-banner_close button:hover {
	background: none;
	border: none;
	color: #fff;
}
.emergency-area{display: none;}
.online-banner{display: none;}

/*チャット非表示
.zopim,
.zopim iframe{
	display: none!important;
}*/

/* zoom接客バナー非表示 */
.page-id-5382 .online-banner{
	display: none!important;
}

/*reCAPTCHAロゴ*/
.grecaptcha-badge{
	margin-bottom: 60px;
}

/* PayPalコード調整 */
#smart-button-container{
	width: 215px;
}
#smart-button-container #description,
#smart-button-container #amount,
#smart-button-container #invoiceid{
	padding: 4px 8px;
	width: 100%;
	box-sizing: border-box;
}
#smart-button-container #priceLabelError,
#smart-button-container #descriptionError,
#smart-button-container #invoiceidError{
	margin: 0;
}

.select option:first-child {
    color: #999999;
}

.select:invalid {
    color: #999999;
}

.select option {
    color: #333333;
}