/*
Theme Name: refleur
Theme URI: https://hoge.se
Description: hoge.se
Author: Kenichi Harada
Author URI: https://hoge.se
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

@font-face {
	font-family: 'SourceHanSansJP-Normal';
	src: url('/fonts/SourceHanSansJP-Normal.woff') format('woff');
}

@font-face {
	font-family: 'Comfortaa-Light';
	src: url('/fonts/Comfortaa-Light.woff') format('woff');
}


/*** All ***/
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-family: 'SourceHanSansJP-Normal','游明朝体', "Yu Mincho", 'YuMincho', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ ゴシック", 'sans-serif';
	font-size: 1.4rem;
	line-height: 1.8;
}
#main {
	margin: 0 auto;
	margin-bottom: 0;
	max-width: 1400px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2, .h2 {
	font-size: 20px;
}
.h3, h3 {
	font-size: 14px;
}

@media (min-width: 768px) {
	h2, .h2 {
		font-size: 26px;
	}
	.h3, h3 {
		font-size: 18px;
	}
}
dt, kbd kbd, label {
	font-weight: normal;
}
a, a:hover {
	text-decoration: none;
}
select {
	background: url(images/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #bbb;
	padding: 0.5714285em 2.14286em 0.5714285em 0.5714285em;
	width: 100%;
}
input, select, textarea {
	-moz-appearance: none;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	appearance: none;
	border: 1px solid #dedede;
	border-radius: 0;
	font-size: 1.4rem;
	padding: 4px 6px;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	background-color: #cf0032;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 1.2rem;
	font-weight: bold;
	height: 40px;
	letter-spacing: 2px;
	line-height: 21px;
	text-align: center;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	width: 100%;
}
@media (min-width: 600px) {
	input[type="reset"], input[type="button"], input[type="submit"] {
		font-size: 1.4rem;
	}
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover{
	background-color: #FC0316;
}
.flexbox {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/*** Header ***/
@media (min-width: 992px){
	#header{
		height: 220px;
	}
	.site-branding {
		padding: 100px 0 0;
	}
	#menu-mainmenu {
		margin-top: 95px;
	}
}
.header__content {
	margin: auto;
	max-width: 1140px;
	padding: 10px;
}
@media (max-width: 991px){
	.header__content{
		display: flex;
    	justify-content: space-between;
	}
	.site-branding{
		margin-top: -34px;
	}
	.site-branding__logo {
		font-size: 26px;
		width: 25%;
	}
}
#header_description {
	padding-right: 50px;
	text-align: right;
}


/*** Header Logo ***/
#header_description{
	display: none;
}
.site-branding__heading .logo {
	font-family: 'Comfortaa-Light';
	font-size: 30px;
	letter-spacing: 10px;
}
.site-branding__heading .logoread {
	display: none;
	font-size: 14px;
	letter-spacing: 2px;
	padding-left: 74px;
}

.site-branding__logo {
    font-size: 26px;
    width: 50%;
}

@media (max-width: 991px){
	.site-branding__logo {
		width: 25%;
	}
}
@media (max-width: 480px){
	.site-branding__logo {
		width: 50%;
	}
}
@media (min-width: 992px){
	#header_description{
		display: inline;
		float: right;
	}
	.site-branding__heading .logo {
		font-size: 80px;
	}
	.site-branding__heading .logoread {
		font-size: 20px;
		letter-spacing: 5px;
		padding-right: 46px;
		text-align: right;
	}
}
/* .site-branding__heading .logo span:nth-child(1) {
	letter-spacing: 6px;
}
.site-branding__heading .logo span:nth-child(3) {
	color: #fb4af7;
	letter-spacing: 13px;
}
.site-branding__heading .logo span:nth-child(4) {
	letter-spacing: 16px;
}
.site-branding__heading .logo span:nth-child(6) {
	letter-spacing: 8px;
}
.site-branding__heading .logo span:nth-child(7) {
	letter-spacing: 12px;
} */


/*** Header Title Hidden ***/
.page-header {
	display: none;
}


/*** Top Menu ***/
.top.title{
	font-family: 	
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-size: 24px;
}
#menu-mainmenu a {
	font-size: 13px;
	font-weight: 600;
	padding: 0 15px;
}
.header__content .header__col {
	vertical-align: top;
}
.header--default .global-nav .menu, .header--transparency .global-nav .menu,
[dir=rtl] .slick-slide {
	text-align: right;
}
.responsive-nav > * > ul > li, .responsive-nav > ul > li {
	margin-top: 4px;
	display: inline;
	border-left: solid 1px;
	/* float: right !important; */
}
.responsive-nav>*>ul>li:nth-child(3), .responsive-nav>ul>li:nth-child(3) {
	clear: right;
}

/* item in Cart Num */
.card-columns .propose{
	width: 33%;
}
.card-columns .bridal{
	margin-top: 20px;
	width: 20%;
	text-align: center;
}
@media (max-width: 768px){
	.card-columns .propose {
		width: 50%;
	}
	.card-columns .bridal {
		width: 33%;
	}
	.top.title{
		margin-left: 8px;
	}
}

.cart-item-num-icon {
	background: rgb(255, 166, 22);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	position: absolute;
	right: 40px;
	text-align: center !important;
	top: 12px;
	width: 2em;
}
@media (min-width: 992px){
	.cart-item-num-icon {
		right: 14px;
		top: 50px;
	}
}
#menu-shopping-cart {
	bottom: 0;
	font-size: 18px;
	height: 40px;
	line-height: 18px;
	margin: auto;
	padding: 10px;
	position: absolute;
	right: 40px;
	top: 0;
	width: 40px;
}
#menu-shopping-cart.pc{
	display:block;
	right: auto;
	width: 100%;
	height: 0;
	line-height: 0;
	position:unset;
}

/*** Content ***/
.container {
	margin: 0 auto;
	padding: 0 4px;
	width: 100%!important;
}
#container {
	overflow: visible!important;
}
.responsive-nav-contents {
	box-shadow: none!important;
}


/*** H2, H3 Line ***/
.refleurH2 {
	border-top: 1px solid #c1c1c1;
	margin: 1em auto 0;
	text-align: center;
	width: 80%;
}
.refleurH2 > span {
	background: #fff;
	padding: 0 14px;
	position: relative;
	top: -16px;
}
@media (min-width: 700px){
	.refleurH2>span {
		padding: 0 40px;
	}
}
.refleurH3 {
	border-top: 1px solid #c1c1c1;
	margin: 1em auto 0;
	text-align: center;
	width: 80%;
}
.refleurH3 > span {
	background: #fff;
	padding: 0 20px;
	position: relative;
	top: -12px;
}


.scrollDisp {
	opacity: 0;
}


@media (min-width: 768px){
	/* .card {
		border-radius: 2px;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
	} */
}


/*** Footer Content Width ***/
#footer{
	margin:0 auto;
	width:100%;
}
#footer .container {
	max-width: 1140px;
	margin: auto;
}
#footer .container .footer-widget {
	float: unset !important;
	/* min-width: 160px; */
	width: 100%!important;
}

.footer-widget div div p span {
	font-size: 1.2em;
}
.footer-widget-area{
	padding: 40px 0 25px;
}
#footer a, #menu-mainmenu a {
	display: inline-block;
	position: relative;
	transition: .3s;
	font-size: 13px;
    font-weight: 600;
    padding: 0 15px;
}
@media (max-width: 768px){
	#footer a, #menu-mainmenu a {
		font-size: 11px;
	}
}
.footer-menu a::after, #menu-mainmenu a::after {
	background-color: #2ecc71;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s;
	width: 0;
}
.footer-menu a:hover, #menu-mainmenu a:hover {
	font-style: italic;
	transform: scale(1.1);
}
.footer-menu a:hover::after, #menu-mainmenu a:hover::after {
	width: 90%;
}

.footer-menu{
	display:flex;
	justify-content: center;
	list-style: none;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
    padding: 0;
}
@media(max-width: 480px){
	.footer-menu{
		display:block;
	}
}
.footer-menu li{
    display: inline;
    border-left: solid 1px;
}
.footer-menu li:last-child{
	border-right: solid 1px;
}
.siteorigin-widget-tinymce.textwidget{
	display:flex;
	justify-content: space-around;
}
#sow-editor-6 .siteorigin-widget-tinymce.textwidget{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wc-shortcodes-social-icons-wrapper{
	width:auto;
}
@media(max-width:480px){
	.wc-shortcodes-social-icons-wrapper{
		margin-right:0;
	}
}
.wc-shortcodes-social-icons li i.fa-twitter,
.wc-shortcodes-social-icons li i.fa-instagram,
.wc-shortcodes-social-icons li i.fa-facebook-square{
	background-color: unset;
}

.wc-shortcodes-social-icons.wc-shortcodes-maxheight-24 img{
	max-height: 20px;
	color:black;
}
#sow-editor-6{
	margin-top:40px;
}
#media_image-2{
	text-align: center;
    margin-top: 40px;
}
@media(max-width:480px){
	#media_image-2{
		margin:0 auto;
		margin-top: 20px;
	}
	#media_image-2 img{
		width:150px;
	}
}
#text-2{
	text-align: center;
    margin-top: 15px;
}
#text-2 .textwidget{
    display: flex;
	justify-content: center;
}
#text-2 .textwidget p{
	margin:0 10px;
}
@media(max-width:600px){
	#text-2 .textwidget{
		display:block;
	}
}
.footer-btn {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f50450;
	font-weight: bold;
	text-decoration: none;
  }
  
  .footer-btn span {
	color: #FFF;
	position: relative;
	padding-left: 30px;
  }
  
  .footer-btn span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 26%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }
/* Footer Copyright */
.copyright {
	display: none
}

.sakura {
	z-index: 999;
}
.footer-copyright{
	margin-left: 10px;
	font-size: 10px;
}
/* All End */


/*** Top Page ***/
/* Top Slider */
.topSliderCover {
	background: linear-gradient(36deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .21) 60%,rgba(255, 255, 255, .84) 100%);
	position: absolute;
	top: 0;
	width: 100%;
}
.slick-slide {
	margin-left: 40px;
}

.topcatch {
	margin-top: 0;
	letter-spacing: 3px;
}

/* information, new area */
.top-blog-thumbnail {
	float: left;
	padding: 0 14px;
	width: 100%;
}
.top-blog-thumbnail-box {
	margin: 10px;
	overflow: hidden;
}
.top-blog-thumbnail-box>p {
	height: 0;
}
.top-blog-thumbnail-box-img {
	float: left;
	margin-right: 10px;
}
.top-blog-thumbnail-box-text {
	overflow: hidden;
	padding-left: 10px;
	text-align: left!important;
}

/* Top banner */
.top-banner{
	display:flex;
    justify-content: space-between;
}

@media (max-width: 480px){
	.top-banner{
		display:block;
		text-align: center;
	}
}
/* information, new area Mobile */
#topNewsSlider, #topBlogSlider {
	margin-top: 10px;
}
#topNewsSlider.owl-carousel {
	margin-bottom: 40px;
}

/* Top Shop Info */
#shopInfo {
	background: url(/wp-content/uploads/2016/12/ShopInfoBackImage.png) center center no-repeat;
	background-size: cover;
	height: calc(100vh * 4 / 5);
	min-height: 450px;
	position: relative;
}
#shopInfoBox {
	position: relative;
	z-index: 100;
}
#shopInfoBox .shopInfoContent {
	position: absolute;
	top: calc(100vh * 4 / 10 - 150px);
	left: calc((100% - 250px) / 2);
	padding: 100px 20px 0;
	width: 250px;
	height: 300px;
	background: #fff;
	border: 5px solid #332620;
	font-size: 11px;
	text-align: center;
}

@media (max-height: 563px){
	#shopInfoBox .shopInfoContent {
		top: 75px;
	}
}
#shopInfoBox .shopInfoContent h2 {
	font-family: 'Comfortaa-Light';
	letter-spacing: 6px;
}

/* Top Product List */
section.row {
	margin-left: -7px;
	margin-right: -7px;
}
section.row > [class^="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}
.productItem {
	margin: 0 auto;
	padding: .8em .6em;
	margin-top: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}


.productItem:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	color: #000;
}
.productItem img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.productItem .productItemTitle, .productItem2 .productItemTitle{
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}
.labelPrice{
	font-size: 13px;
	font-weight: 600;
}
.productItem .labelSmallStock {
	color: #c52b2d;
}
.productItem .labelSoldOut {
	color: #c52b2d;
}
.productItem .labelOutOfStock {
	color: #c52b2d;
}
.productItem .tax {
	display: none;
}

.top-blog-thumbnail-box {
	height: 80px;
}


/*** ブログ全般 ***/
.blog .eyecatching,
.archive .eyecatching,
.blog-template-single-no-sidebar .eyecatching {
	background-color: #f7f7f7;
	position: relative;
	text-align:center;
}
.blog .eyecatching img,
.archive .eyecatching img,
.blog-template-single-no-sidebar .eyecatching img {
	height:auto;
	max-height:100%;
	max-width:100%;
	width:auto;
}
.blog .entries .entry--has_media.entry,
.related-posts .entries .entry--has_media.entry,
.archive .entries .entry--has_media.entry {
	margin: .6em 0;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
	padding: .8em .6em;
}
.blog .entries .entry--has_media__media,
.related-posts .entries .entry--has_media__media,
.archive .entries .entry--has_media__media {
	margin-right: 8px;
	width: 50% !important;
}
.blog .entries .entry--has_media__body,
.related-posts .entries .entry--has_media__body,
.archive .entries .entry--has_media__body {
	overflow: visible !important;
}

/*** ブログ一覧 ***/
.blog .entries .entry--has_media__body,
.archive .entries .entry--has_media__body {
	margin-top: -20px;
}

@media (min-width: 768px){
	.blog .entries .entry--has_media__media,
	.archive .entries .entry--has_media__media {
		float: none;
		margin-right: 0px;
		width: 100% !important;
	}
	.blog .entries .entry--has_media__body,
	.archive .entries .entry--has_media__body {
		margin-top: 0px;
	}
}
.blog .entry__title.entry-title.h3,
.archive .entry__title.entry-title.h3 {
	font-size: 20px;
	margin-top: 20px;
}
.blog .entry--has_media__inner,
.archive .entry--has_media__inner {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.blog .entry--has_media__inner:hover,
.archive .entry--has_media__inner:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background-color: #eee;
	color: #000;
}
.blog .pagination-wrapper,
.archive .pagination-wrapper {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

/*** ブログ記事 ***/
.blog-template-single-no-sidebar .entry__title.entry-title {
	font-size: 22px;
}
.entry-meta__item.vCard.author {
	display: none;
}

/*** ブログ 関連記事 ***/
.related-posts .entry--has_media__body .entry__title.entry-title.h3 {
	font-size: 16px;
}
.related-posts .entry--has_media__body .entry__summary {
	font-size: 12px;
}


/*** 個別商品ページ ***/
/* refleurGallery */

.sub-page-contents {
    padding-top: 40px;
}
.bx-wrapper {
	margin-bottom: 20px !important;
}
.bx-wrapper .bx-viewport {
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
@media (min-width: 1000px){
	.bx-wrapper .bx-viewport {
		overflow: visible !important;
	}
}
.refleurGallery {
	overflow: hidden;
}
#refleurGalleryPager {
	text-align: center;
}
#refleurGalleryPager>a>img{
	margin: 8px 6px;
}

.productContents {
	margin: 0 auto;
	padding: 0 4px;
}
.productInfo,
.productDetail,
.productCart,
.sd-sharing-enabled {
	margin: 20px 0 auto;
	max-width: 600px;
}
.productDetail {
	margin-top: 20px;
}
@media (min-width: 600px){
	.productDetail,
	.sd-sharing-enabled {
		float: left;
		margin-top: 58px;
		width: 48%;
	}
	.productCart {
		float: right;
		margin-top: 48px;
		width: 48%;
	}
}
@media (min-width: 992px){
	.productContents {
		margin: 0 auto;
		max-width: 990px;
	}
	.productInfo {
		float: left;
		min-width: 300px;
		width: 60%;
	}
	.productDetail {
		margin-top: 20px;
	}
	.productCart,
	.productDetail {
		float: right;
		min-width: 300px;
		width: 36%;
	}
}

.productName {
	border-bottom: solid 1px #e0e0e0;
	font-size: 18px;
	padding-left: 10px;
}
.productOverview {
	font-size: 20px;
	margin-bottom: 26px;
	margin-top: 10px;
}
.productWarning {
	background-color: #ececec;
	font-size: 12px;
	margin-top: 20px;
	padding: 14px;
}
.productWarning a {
	text-shadow:
		-3px 0px 3px yellow,
		3px 0px 3px yellow,
		6px 0px 6px yellow,
		-6px 0px 6px yellow;
}
@media (min-width: 992px){
	.productName {
		font-size: 20px;
	}
	.productOverview {
		font-size: 24px;
	}
}

.productPriceList {
	width: 100%
}
.productPriceList td {
	border-bottom: #e0e0e0 1px dotted;
	padding: 10px 28px;
	white-space: nowrap;
}
.productPriceList tr:first-child td:first-child {
	border-top: #e0e0e0 4px solid;
	border-bottom: #e0e0e0 4px solid;
}
.productPriceList tr:first-child td:not(:first-child) {
	border-top: #e0e0e0 4px solid;
	border-bottom: #e0e0e0 4px solid;
}
.productPriceList td {
	background-color: #fafafa;
}
.productPriceList td:last-child {
	background-color: #fff;
}

.productComment .grid-gallery-caption[data-grid-gallery-type="half-slide"] figcaption {
	padding: 0;
}

/* カートに入れる */
.productCart .productOrderUnit {
	margin: .6em 0;
	box-shadow: 0 0 6px -1px #aaa;
	border-radius: 3px;
	padding: .8em .6em;
}
.productCart .productOrderUnitTitle {
	background-color: #fff;
	margin-top: .8em;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
}

.productCart ul {
	list-style-type: none;
	padding: 0;
}

.productCart ul li {
	font-size: 14px;
	font-weight: 600;
}
.productCart ul li select{
	font-weight: 500;
}
.productSkuunit {
	margin: 0;
	padding: 10px;
}

.productSkuunit input{
	width: 100%;
}
.productSkuunit > .productSkuTitle > span{
	font-size: 14px;
	font-weight: 600;
}
.productSkuunit > .productSkuTitle > span[itemprop='name'] {
	/*font-weight: bold;*/
	margin-left: 10px;

}
.productSkuunit > .productSkuTitle > span[itemprop='price'] {
	float: right;
}
.productSkuunit > .productSkuTitle > span[itemprop='price'] > b {
	font-weight: normal;
}
.productSkuunit > ul > li > label {
	display: none;
}
/*** 個別商品ページ end ***/


/*** 商品の特徴とご注意 ***/
#attention #main {
	margin: 0 auto;
	padding: 0 4px;
}
@media (min-width: 992px){
	#attention #main {
		max-width: 800px;
	}
}
#attention h3 {
	border-bottom: 1px solid #ccc;
	margin-top: 36px;
}
#attention ul {
	margin-bottom: 0;
	margin-left: 1em;
	padding: 0;
}
#attention li {
	margin-top: 12px;
}
#attention table {
	font-size: 11px;
	margin-bottom: 0;
}
#attention table th,
#attention table td {
	padding: 0 4px;
}
#attention table.kazai th {
	background-color: #eee;
}
#attention table.kazai th,
#attention table.kazai td {
	border: 1px solid #d8d8d8;
	padding: 2px 6px;
	text-align: center;
}
@media (min-width: 600px){
	#attention table {
		font-size: 13px;
		margin-left: 30px;
	}
	#attention table.kazai td,
	#attention table.kazai th {
		padding: 2px 16px;
	}
}



/*** 特定商取引法に基づく表記 ***/
#tokusyou dl {
	padding: 10px;
	max-width: 686px;
	margin: 0 auto;
}
#tokusyou dt {
	border-bottom: 1px solid #bbb;
	font-size: 18px;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-top: 22px;
}
#tokusyou dd {
	font-size: 16px;
	padding-bottom: 24px;
}
@media (min-width: 992px){
	#tokusyou dl {
		max-width: 1000px;
	}
	#tokusyou dl,
	#tokusyou dt,
	#tokusyou dd {
		box-sizing: border-box;
	}
	#tokusyou dd:after {
		content: '';
		display: block;
		clear: both;
	}
	#tokusyou dt,
	#tokusyou dd {
		padding: 10px;
	}
	#tokusyou dt {
		border-bottom: none;
		float: left;
		width: 30%;
	}
	#tokusyou dd {
		margin-left: 30%;
	}
}


/*** FAQ ***/
#faq .wc-shortcodes-accordion.wc-shortcodes-accordion-layout-none .wc-shortcodes-accordion-content {
	background-color: #f1f1f1;
	padding: 20px 10px !important;
}

#faq ul {
	margin-bottom: 0;
	margin-left: 1em;
	padding: 0;
}
#faq li {
	margin-top: 12px;
}
#faq table {
	font-size: 11px;
	margin-bottom: 0;
}
#faq table th,
#faq table td {
	padding: 0 4px;
}
#faq table.kazai th {
	background-color: #eee;
}
#faq table.kazai th,
#faq table.kazai td {
	border: 1px solid #d8d8d8;
	padding: 2px 6px;
	text-align: center;
}
@media (min-width: 600px){
	#faq table {
		font-size: 13px;
		margin-left: 30px;
	}
	#faq table.kazai td,
	#faq table.kazai th {
		padding: 2px 16px;
	}
}


/*** お問い合わせ ***/
.contactformcolumn {
	min-width: 300px;
	float: left;
	margin-top: 20px;
	width: 100%;
}
@media (min-width: 700px){
	.contactformcolumn {
		width: 50%;
	}
}
#contactname, #contactmail, #contactmessage {
	width: 96%;
}
#contactfile1, #contactfile2 {
	max-width: 98%;
}
#contactquiz {
	width: 5em;
}
.wpcf7-quiz-label {
	letter-spacing: 0.4em;
}
#contactsubmit {
	margin-top: 10px;
	width:97%;
	height:40px;
	background-color: #ff9e96;
	border:none;
	font-size:13px;
	text-align:center;
	letter-spacing: 2px;
}
#contactsubmit:hover{
	background-color: #cf0032;
	color:#fff;
}

.br-600{
	display:none;
}
@media(max-width:600px){
	.br-600{
		display:block;
	}
}

.wrap_original {
	overflow: hidden;
}

.so-widget-sow-editor.so-widget-sow-editor-base p:not([class]){
	display:none;
}
.topcatch{
	font-family: YuMincho, /* Macç”¨ */ 'Yu Mincho', /* Windowsç”¨ */ serif;
}