/* CSS */

/* ==========================================================================
   base
   ========================================================================== */
html {
    font-size: 14px;
    line-height: 1em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}

body {
    width: 100%;
    /* font-family: "ヒラギノ明朝 Pro W3"; */
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

h1,h2,h3,h4,h5{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
    text-decoration: none;
	transition: .8s;
}

a:focus {
    outline: thin dotted;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
    opacity: 0.8;
}


/* ==========================================================================
   ClearFix
   ========================================================================== */
.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf {
  min-height: 1px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.flex-start {
    -moz-box-pack:start;
    -ms-box-pack:start;
    box-pack:start;
    flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    align-self: flex-start;
}
.flex-end {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
            -ms-flex-pack: end;
}
.center {
  -webkit-justify-content: center;
          justify-content: center;
            -ms-flex-pack: center;
}
.space-between {
  -webkit-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
}
.space-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
            -ms-flex-pack: space-around;
}

/* ==========================================================================
   common
   ========================================================================== */
.sp_only{
    display: none!important;
}

.btnWrap .btn_01,
.btnWrap .btn_03 {
    position: relative;
}
.btnWrap .btn_01::before {
    position: absolute;
    content: url("../img/common/icon_01.png");
    top: 60%;
    left: 18%;
    transform: translate(-50%,-50%);
}
.btnWrap .btn_01::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5%;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: translate(-50%,-50%) rotate(45deg);
}
.btnWrap a {
    display: block;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
    border-radius: 4px;
}
.btnWrap a.btn_01{
    background-color: #533188;
	width: 190px;
	height: 30px;
	line-height: 30px;
}
.btnWrap a.btn_03 {
    background-color: #533188;
    padding: 10px 0 10px 10px;
}
.btnWrap a.btn_02 {
    background-color: #000;
    padding: 5px 8px 5px;
    border: 1px solid #FFF;
    border-radius: 4px;
}
.btnWrap .btn_03::before {
    position: absolute;
    content: url("../img/common/icon_02.png");
    top: 58%;
    left: 12%;
    transform: translate(-50%,-50%);
}
.btnWrap .btn_03::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5%;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: translate(-50%,-50%) rotate(45deg);
}
.Wrap {
    margin: 0 0 50px 0;
}
.Wrap .box {
    margin: 0 20px 40px;
}
.Wrap .inner {
    position: relative;
}
.Wrap .logo_img {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: -1;
}
.Wrap .logo_ttl {
    text-align: center;
    background: url("../img/common/logo_back.png");
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 28px;
    line-height: 2.4em;
    margin: 0 0 40px;
    letter-spacing: 3px;
}
.Wrap h3 {
    font-size: 18px;
    padding: 0 0 5px 0;
    margin: 40px 0 20px 0;
    border-bottom:1px solid #000;
}
.Wrap .about ul{
	width: 500px;
	margin: 0 auto;
}
.Wrap .about li {
    margin: 0 0 30px 0;
	overflow: hidden;
}
.Wrap .about li span{
	display: block;
	float: left;
}
.Wrap .about li .date {
	width: 100px;
	box-sizing: border-box;
	padding-right: 20px;
}
.Wrap .about li .ttl {
	width: 400px;
}

/* purchase */
.back_purchase {
    /*background: url("../img/back_purchase.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    height: 1560px;
}
.back_create{
	overflow: hidden;
	margin: 0 0 50px;
}
.Wrap.purchase {

}
.Wrap.purchase .box:nth-child(even) {
    float:left;
    width: 480px;
    height: 540px;
    margin: 0 0 0 0;
}
.Wrap.purchase .box:nth-child(odd) {
    float:left;
    width: 480px;
    height: 540px;
    margin: 0 40px 0 0;
}
.Wrap.purchase .box.mini{
	height: 480px;
}
.Wrap.purchase.createArea .box{
	height: 480px;
}

.Wrap.purchase .box .imgWrap {
    text-align: center;
    margin: 0 0 15px 0;
}
.Wrap.purchase .box .textWrap {
}

.Wrap.purchase .btn_01 {
    width: 400px;
    margin: 20px auto 0;
	height: 40px;
	line-height: 40px;
}
.Wrap.purchase .btn_01::before {
    content:"";
}

/* sect */
.Wrap .box .textWrap{
    margin: 0 20px 20px;
}
.Wrap .box .butsuWrap {
    margin: 50px 0;
}
.Wrap .box .butsuWrap .butsuBox {
    float: left;
    width: 235px;
    /* margin: 0 20px 40px 0; */
    margin: 0 6px 40px 0;
    border: 1px solid #000;
    box-sizing: border-box;
}
.Wrap .box .butsuWrap .butsuBox:nth-child(4n) {
    margin: 0 0 40px 0;
}
.Wrap .box .butsuWrap .butsuBox .ttl {
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 10px 0;
}
.Wrap .box .butsuWrap .butsuBox .text_1,
.Wrap .box .butsuWrap .butsuBox .text_2 {
    font-size: 12px;
    border-top: 1px solid #000;
    padding: 10px;
}
.Wrap .box .butsuWrap .butsuBox img {
    height: 175px;
}
.Wrap .box .butsuWrap .butsuBox02 {
    float: left;
	text-align: center;
    width: 235px;
    margin: 0 6px 40px 0;
    border: 1px solid #000;
    box-sizing: border-box;
}
.Wrap .box .butsuWrap .butsuBox02.bigBox{
	width: 476px;
	margin-right: 0;
}
.Wrap .box .butsuWrap .butsuBox02:last-child{
	margin-right: 0;
}
.Wrap .box .butsuWrap .butsuBox02 .ttl {
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 10px 0;
}
.Wrap .box .butsuWrap .butsuBox02 .text_1,
.Wrap .box .butsuWrap .butsuBox02 .text_2 {
    font-size: 12px;
    border-top: 1px solid #000;
    padding: 10px;
}
.Wrap .box .butsuWrap .butsuBox02 img {
    height: 175px;
}
.Wrap.sect .box .imgWrap {
    text-align: center;
    margin: 50px 0 70px 0;
}
.Wrap.decorate .detail {
    margin: 0 auto;
    text-align: center;
}
.Wrap.decorate .detail img{
	width: 400px;
	height: auto;
}
.decorateSliderWrap  .slick-dots {
    /* width: 200px; */
    position: absolute;
    top: 0;
    left: 200px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.decorateSliderWrap  .slick-dots li{
    width: 200px;
    height: 95px;
    margin: 0;
}
.decorateSliderWrap{
    width: 600px;
    position: relative;
}
.decorateSliderWrap .slick-slide {
    overflow: hidden;
    width: 600px;/* トリミングしたい枠の幅 */
    height: 550px;/* トリミングしたい枠の高さ */
    position: relative;
}
.decorateSliderWrap .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.decorateSliderWrap .slick-dots .slick-active span.test {
    position: relative;
    z-index: 50;
    background-color: #000;
}
.decorateSliderWrap .slick-dots .slick-active img {
    z-index: 10;
    position: relative;
}


/* ==========================================================================
   input type
   ========================================================================== */

/*input[type="button"],
input[type="submit"],
input[type="text"] {
    -webkit-appearance: none;
}*/

/* ==========================================================================
   header
   ========================================================================== */

header {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,1),rgba(0,0,0,0.4));
    margin: 0 auto;
    height:200px;
    /* position: fixed; */
    position: absolute;
    top:0;
    z-index: 10;
}
header .headerWrap {
    position: relative;
}
header .headerWrap h1 {
    margin: 0 auto 52px;
    text-align: center;
    padding: 30px 0 0;
}
header .headerWrap .contact {
    position: absolute;
    top: 30px;
    right: 130px;
    color: #FFF;
    width: 195px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
}
header .headerWrap .contact p {
    margin: 8px 0 0 0;
}
header .headerWrap .contact .tel{
}
header .headerWrap .contact .tel a {
    color: #FFF;
    font-size: 20px;
	letter-spacing: 3px;
}
header .headerWrap .contact .time {
	margin: 0;
}
header nav {

}
header nav ul {
    align-items: flex-end;
}
header nav ul li {
    width: 16.666%;
    position: relative;
    text-align: center;
}
header nav ul li::after {
    content: "";
    border-bottom: 2px solid rgba(0,0,0,0);
    width:94px;
    display: block;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
}
header nav ul li:hover::after {
    content: "";
    border-bottom: 2px solid #533188;
    width:94px;
    /* height:10px; */
    display: block;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
}
header nav ul li a {
    display: block;
    color: #FFF;
    padding: 10px 0;
}
header nav ul li a:hover {
    color: #bdacd4;
}
header nav ul li a:hover:after {

}
.under header {
    background-color: #000;
}
.under .contentWrap {
    padding: 80px 0 0 0;
}
.under .headerWrap .inner {
    width: 100%;
}
.under header nav ul li a {
    padding: 10px 0 6px 0;
}
.under header nav ul li {
    width: 12.5%;
}
.under header nav.menu {
    /* margin: 13px 0; */
}
.under header {
    height: 88px;
}
.under header .headerWrap .contact {
    position: absolute;
    top: 0px;
    right: 130px;
    color: #FFF;
    width: 195px;
}
.under .menu li:first-child {
    border: 0px solid #FFF;
}
.under .menu li:first-child:hover {
    border: 0px solid #FFF;
}
.under .flex {
    align-items: flex-end;
    text-align: center;
}
.border_01 {
    border-bottom: 2px solid #928068;
}

/* ==========================================================================
   content
   ========================================================================== */

.contentWrap {
    width: 100%;
    margin: 0 auto;
}
.contentWrap .mainVisualWrap {
	max-height: 680px;
	overflow: hidden;
}
/* index newsWrap */
.contentWrap .newsWrap {
    background-color: #000;
    color: #FFF;
}
.contentWrap .newsWrap .contentArea {
    position: relative;
}
.contentWrap .newsWrap .contentArea .cat{
    margin: 0 20px 0 0;
    padding: 13px 20px 13px 0;
    border-right: 1px solid #FFF;
}
.contentWrap .newsWrap dt {
    clear: left;
    float: left;
    width: 90px;
	padding: 10px;
	box-sizing: border-box;
}
.contentWrap .newsWrap dd {
    margin: 0 0 0 90px;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #fff;
	color: #fff;
}
.contentWrap .newsWrap span{
	padding: 0 15px 0 0;
}
.contentWrap .newsWrap dd a{
	color: #fff;
}
/* index bnrWrap */
.contentWrap .bnrWrap {
    padding: 40px 0 55px 0;
}
.contentWrap .bnrWrap a {
    display:block;
}

.contentWrap .bnrWrap .fl_l img,
.contentWrap .bnrWrap .fl_r img {
    margin: 0 0 1% 0;
}
.contentWrap .bnrWrap .fl_l {
    width: 60%;
    margin: 0;
}
.contentWrap .bnrWrap .fl_r {
    width: 39%;
    margin: 0 0 1% 1%;
}
.contentWrap .bnrWrap .bnr_col_4.fl_l {
    width: 100%;
    margin: 0;
}
.contentWrap .bnrWrap .bnr_col_4 .imgWrap {
    float: left;
    width: 25%;
	text-align: center;
}
.contentWrap .bnrWrap .bnr_col_4 .imgWrap:last-child {
    margin: 0 0 0 0;
}
/* index serviceWrap */
.contentWrap .serviceWrap {
    border-top: 2px solid #928068;
    background-color: #f3efe7;
    padding: 40px 0;
}
.contentWrap .serviceWrap h3 {
    font-size: 1.45em;
    text-align: center;
    margin: 0 0 40px 0;
}
.contentWrap .serviceWrap .bnr_col_3 {

}
.contentWrap .serviceWrap .bnr_col_3 .imgWrap {
    float: left;
    width: 24%;
    margin: 0 1% 0 0;
}
.contentWrap .serviceWrap .bnr_col_3 .imgWrap:last-child {
    width: 50%;
    margin: 0;
}
.contentWrap .serviceWrap .bnr_col_2 .imgWrap {
    width: 49%;
    margin: 0;
	float: left;
}
.contentWrap .serviceWrap .bnr_col_2 .imgWrap:last-child {
    float: right;
}
/* index contactWrap */
.contentWrap .contactWrap {
    padding: 40px 0 10px;
    letter-spacing: 3px;
}
.contentWrap .contactWrap h3 {
    border-top: 1px solid #000;
    position: relative;
    margin: 0 0 40px 0;
}
.contentWrap .contactWrap h3 span {
    background-color: #FFF;
    position: absolute;
    top: -12px;
    left: 22%;
    font-size: 1.45em;
    font-weight: normal;
    padding: 0 10px;
}
.contentWrap .contactWrap p {
    font-size: 1.15em;
    line-height: 1.5em;
    margin: 0 0 30px 0;
}
.contentWrap .contactWrap span {
    font-size: 1.5em;
    font-weight: bold;
}
.contentWrap .contactWrap {
    position: relative;
}
.contentWrap .contactWrap .btnWrap {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contentWrap .contactWrap .btnWrap a {
    width: 410px;
	height: 40px;
	line-height: 40px;
}
.contentWrap .contactWrap .btnWrap .btn_01::before {
    top: 58%;
    left: 35%;
}
.contactWrap .inner > div{
	width: 95%;
	margin: 0 auto;
}

/* product(common) */
.breadcrumbWrap {
    font-size: 11px;
    background-color: #FFF;
}
.breadcrumbWrap li:not(:first-child) {
    padding: 20px 15px 20px 25px;
}
.breadcrumbWrap li:not(:first-child):after {
    content:"";
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%) translateX(-50%);
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
}

.breadcrumbWrap li {
    float: left;
    position: relative;
    padding: 20px 15px 20px 0;
}
.breadcrumbWrap a{
	color: #000;
}
.productWrap {
}
.productWrap .fl_l {
    width: 28%;
    margin: 0 2% 0 0;
}
.productWrap .fl_r {
    width: 70%;
}
.productWrap .fl_r .box{
	margin: 0 0 30px;
}
.productWrap .fl_r .box .ttl {
    padding: 0 0 10px 5px;
    border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
    letter-spacing: 5px;
}
.productWrap .fl_r .box .detail {

}
.productWrap .fl_r .box .detail .imgWrap {
    float: left;
    width: 26%;
    margin: 0 4% 0 0;
}
.productWrap .fl_r .box .detail .imgWrap img{
	width: 100%;
	height: auto;
}
.productWrap .fl_r .box .detail .textWrap {
    float: left;
    width: 70%;
    line-height: 2em;
}
.productWrap .fl_r .box .detail .textWrap .btnWrap {
    margin: 35px 0 0 0;
}
.productWrap .fl_r .box .detail .textWrap .btnWrap a {
    width: 80%;
    margin: 0 auto;
}

/* sidenav */
.sidenavWrap {

}
.sidenavWrap h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #533188;
    font-weight: bold;
    padding-left: 20px;
    color: #FFF;
    text-align: center;
    letter-spacing: 5px;
}
ul, li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
 #category {
    /*background-color: #f2f2f2;
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid #bbb;
    padding-bottom: 10px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    padding-top: 10px;
    width: 300px; */
}
#category a {
    text-decoration: none;
    color: #666;
}
#menu {
    /* border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC; */
}
.main_menu{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3efe7;
    font-weight: bold;
    padding-left: 20px;
    text-indent: 10;
    display: block;
    position: relative;
    /* border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC; */
    width: 280px;
    box-sizing: border-box;
	cursor: pointer;
	transition: .8s;
}
.main_menu:hover{
	opacity: .7;
}
.main_menu::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
}
#menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
/* #menu .main_menu:hover, */
#menu .open {
    /* background-color: #a79985; */
    /* color: #FFF; */
}
/* #menu .main_menu:hover::before , */
#menu .open::before{
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}
.sub_menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 40px;
    background-color: #FFF;
    display: block;
    position: relative;
    /* border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC; */
    color: #000;
}
.sub_menu li a::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
}
.sub_menu li a:hover{
    background-color: #a79985;
    color: #ffffff;
}
.sub_menu li a:hover::after {
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
}
.third_menu li a{
    padding-left: 40px;
    border-top-style: none;
    padding-bottom: 6px;
    padding-top: 6px;
}
.third_menu li a::before{
    margin-left: 65px;
}
.sub_menu {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sub_menu.active {
    opacity: 1;
    max-height: 900px;
}

/* detail */
.productWrap.detail .sliderWrap {
    width:620px;
    margin: 0 auto;
}
.productWrap.detail .sliderWrap .slick-prev {
    /* width: 60px;
    height: 60px;
    background-color: #000; */
}
.productWrap.detail .sliderWrap .slick-next {
    /* width: 60px;
    height: 60px;
    background-color: #000; */
}
.slick-prev {
    position: absolute;
    z-index: 99;
    top: 210px;
    left: -35px;
    background-image: url("../img/common/slider/slick_prev.png");
    width: 60px;
    height: 60px;
}
.slick-prev:hover {
    opacity: 0.8;
    background-image: url("../img/common/slider/slick_prev.png");
}
.slick-prev:before {
    content:"";
}
.slick-next {
    position: absolute;
    z-index: 99;
    top: 210px;
    right: -35px;
    background-image: url("../img/common/slider/slick_next.png");
    width: 60px;
    height: 60px;
}
.slick-next:hover {
    opacity: 0.8;
    background-image: url("../img/common/slider/slick_next.png");
}
.slick-next:before {
    content:"";
}

.slick-dots {
  margin-top:5px;
  margin-left: -5px;
  margin-right: -5px;
  display:flex;
  justify-content: center;
  bottom: -35px;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 23px;
    margin: 0px 15px 0 0;
}
.slick-dots .img {
    opacity: 0.5;
    width: 100%;
    height: auto;
}
.slick-dots .img .slick-active img{
    opacity: 1;
}
.slick-dots li img {
    width: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.productWrap {
    margin: 0 0 100px 0;
}
.productWrap.detail .detailWrap {
    line-height: 2em;
}
.productWrap.detail .detailWrap h3 {
    font-size: 28px;
    border-bottom: 2px dotted #000;
    padding: 0 0 10px 0;
    margin: 0 0 12px 0;
}
.productWrap.detail .detailWrap h3 span {
    font-size: 16px;
}
.productWrap.detail .detailWrap .fl_r {
    width: 450px;
    line-height: 2em;
}
.productWrap.detail .detailWrap .fl_l {
    width: 200px;
    margin: 0 50px 0 0;
}
.productWrap.detail .detailWrap .detailBox {
    font-size: 12px;
    border-left: 2px solid #533188;
    padding: 0 0 0 10px;
    margin: 0 0 25px 0;
}
.productWrap.detail .btnWrap .btn_01::before {
    content:"";
}
.productWrap.detail .btnWrap .btn_01 {
    float: left;
    width: 49%;
    padding: 10px 0;
}
.productWrap.detail .btnWrap .btn_01:first-child {
    margin: 0 2% 0 0;
}
.mb35 {
    margin-bottom: 35px;
}
.mb200 {
    margin-bottom: 200px;
}
.productWrap.detail .btnWrap .btn_03 {
    background-color: #000;
}
.productWrap.detail .btnWrap .btn_03::before {
    content:"";
}
/* add 20180809 s */
.productWrap .main_visual {
    margin: 0 0 50px 0;
}
.productWrap .product-content {
    margin: 0 0 30px 0;
}
.productWrap .product-content .box {
    float: left;
    width: 32%;
    margin: 0 2% 40px 0;
    border:1px solid #000;
    box-sizing: border-box;
}
.productWrap .product-content .box:nth-child(3n) {
    margin: 0 0 40px 0;
}
.productWrap .product-content .imgWrap {
    padding: 10px 0;
    text-align: center;
}
/* .productWrap .product-content table tr:nth-child(odd){

} */
.productWrap .product-content table {
    font-size: 12px;
    width: 100%;
}
.productWrap .product-content table tr:nth-child(odd) {
    background: #ebe6f2;
}
.productWrap .product-content table tr:nth-child(even) {
    background: #FFF;
}
.productWrap .product-content table th {
    border-top:1px solid #000;
    border-right:1px solid #000;
    box-sizing: border-box;
    letter-spacing: 3px;
}
.productWrap .product-content table td {
    border-top:1px solid #000;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.productWrap .bnr_col_2 .imgWrap a {
    display: block;
}
.productWrap .bnr_col_2 .imgWrap {
    width: 49%;
    margin: 0 0 40px 0;
    float: left;
}
.productWrap .bnr_col_2 .imgWrap:last-child {
    float: right;
}
/* .productWrap .product-content table tr:nth-child(even){

} */
/* add 20180809 e */




/* contact */
.Wrap.contact {

}
.Wrap.contact .formWrap .text {
    margin: 0 0 30px 10px;
}
.Wrap.contact .formWrap {
    margin: 0 0 100px 0;
}
.Wrap.contact .formWrap th {
    text-align: left;
    vertical-align: top;
}
.Wrap.contact .formWrap td {
    vertical-align: middle;
}
.Wrap.contact .formWrap th,
.Wrap.contact .formWrap td {
    padding: 10px;
}
.Wrap.contact .formWrap input[type="text"] {
    margin: 0 0 10px 0;
}
.Wrap.contact .formWrap input[type="email"] {

}
.Wrap.contact .formWrap input[type=""] {

}


/* ==========================================================================
   footer
   ========================================================================== */

footer {
    width: 100%;
    background-color: #DFDFDF;
    margin: 0 auto;
    height:300px;
    position: relative;
}
footer .topback {
    position: relative;
}
footer .topback a {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    display:block;
    background-color: #b1b1b1;
}
footer .topback a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: translate(-50%,-50%) rotate(315deg);
    top: 57%;
    right: 25%;
}

footer .footerWrap {
    background-color: #000;
    padding: 20px 0;
    color: #FFF;
}
footer .footerWrap .fl_l {
    width: 45%;
}
footer .footerWrap .fl_l p {
    margin: 0 0 10px 0;
}
footer .footerWrap .right.fl_l {
    width: 55%;
}
footer .footerWrap .fl_r {
    width: 55%;
}
footer .footerWrap .fl_r ul {
    width: 100%;
    margin: 20px 0 0 0;
}
footer .footerWrap .fl_r ul li {
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}
footer .footerWrap .fl_r ul li::before {
    position: absolute;
    content:"";
    top:50%;
    left:2%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #FFF #FFF transparent transparent;
}
footer .footerWrap .fl_r ul li a {
    color: #FFF;
    display: block;
}

footer .footerWrap .copy{
    margin: 20px 0 0 0;
    text-align: center;
}


.productTtl{
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 20px;
}
.productWrap .productTtl{
	text-align: center;
	font-size: 1.4em;
	margin: 60px 0 20px;
	letter-spacing: 0.5em;
}
.butsuBox .imgArea{
	text-align: center;
	margin: 10px 0 0;
}
.tableStyle01 th{
	width: 80px;
}

.mapArea {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 10px 0 0;
}

.mapArea iframe,
.mapArea object,
.mapArea embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*仏壇の佐正について*/

.shopArea{
	margin: 50px 0 0;
}
.shopArea .shoplist{
	overflow: hidden;
}
.shopArea .shoplist li{
	float: left;
	width: 480px;
}
.shopArea .shoplist li img{
	width: 100%;
}
.shopArea .shoplist li:nth-child(2n){
	float: right;
}
.shopArea .shoplist li h4{
	font-size: 1.2em;
	margin: 0 0 15px;
}
.shopArea .shoplist li .imgArea{
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
}
.shopArea .shoplist li .textArea{
	margin: 0 0 15px;
}
.tableStyle02{
	margin: 0 0 15px;
	border: #e4e4e4 1px solid;
	border-right: none;
	border-bottom: none;
}
.tableStyle02 th{
	width: 100px;
	padding: 5px 10px;
	border-right: #e4e4e4 1px solid;
	border-bottom: #e4e4e4 1px solid;
	background: #f3efe7;;
}
.tableStyle02 td{
	padding: 5px 10px;
	border-right: #e4e4e4 1px solid;
	border-bottom: #e4e4e4 1px solid;
}

.placeUl{
    text-align: center;
	width: 100%;
}
.placeUl li{
	display: inline-block;
	width: 33%;
    font-size: 1.1em;
	margin: 0 0 15px;
}
.placeUl li img{
	width: 100%;
	vertical-align: bottom;
}

.kaimyoWrap{
	overflow: hidden;
	margin: 15px 0 0;
}
.kaimyoWrap .imgArea{
	float: left;
	width: 460px;
}
.kaimyoWrap .imgArea img{
	width: 100%;
}
.kaimyoWrap .textArea{
	float: right;
	width: 480px;
}

.hai .sizeul{
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
.hai .sizeul li{
	float: left;
	width: 49%;
	text-align: center;
}
.hai .sizeul li:nth-child(2n){
	float: right;
}
.hai .sizeul li img{
	width: 100%;
}
.hai .sizeul li p{
	font-size: 1.1em;
	margin: -20px 0 0;
}

.red{
	color: #E50715;
	margin: 5px 0;
}
.layoutUl{
	overflow: hidden;
	margin: 15px 0 0;
}
.layoutUl li{
	overflow: hidden;
	margin: 0 0 10px;
	float: left;
	width: 49%;
}
.layoutUl li h4{
	font-weight: bold;
}
.layoutUl.tree li{
	height: 210px;
}
.layoutUl.tree li.mini{
	height: 195px;
}
.layoutUl.tree li.last{
	height: 160px;
}
.layoutUl li:nth-child(2n){
	float: right;
}
.layoutUl li .imgArea{
	width: 32%;
	float: left;
}
.layoutUl li .imgArea img{
	width: 100%;
}
.layoutUl li .textArea{
	width: 65%;
	float: right;
}
.layoutUl02{
	overflow: hidden;
	width: 70%;
	font-size: 1.1em;
	text-align: center;
	margin: 0 auto;
}
.layoutUl02 li{
	width: 49%;
	float: left;
	margin: 0 0 10px;
}
.layoutUl02 li img{
	width: 100%;
}
.layoutUl02 li:nth-child(2n){
	float: right;
}
.layoutUl03{
	overflow: hidden;
	margin: 20px 0 0 30px;
	width: 90%;
}
.layoutUl03 li{
	overflow: hidden;
	margin: 0 0 15px;
}
.layoutUl03 li .imgArea{
	width: 40%;
	float: left;
}
.layoutUl03 li .imgArea img{
	width: 100%;
}
.layoutUl03 li .textArea{
	width: 58%;
	float: right;
}
.imgLayout{
	width: 50%;
}
.imgLayout img{
	width: 100%;
}

.typeWrap .box{
	margin: 0 0 30px;
}
.typeWrap .box .ttl {
    padding: 0 0 10px 5px;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    letter-spacing: 5px;
}
.typeWrap .box .detail {
	text-align: left;
}
.typeWrap .box .detail .imgWrap {
    float: left;
    width: 25%;
    margin: 0 25px 0 0;
}
.typeWrap .box .detail .imgWrap img{
	width: 100%;
	height: auto;
}
.typeWrap .box .detail .textWrap {
    float: left;
    width: 60%;
    line-height: 2em;
}
.typeWrap .box .detail .textWrap .btnWrap {
    margin: 35px 0 0 0;
}
.typeWrap .box .detail .textWrap .btnWrap a {
    width: 80%;
    margin: 0 auto;
}


.text_base{
	margin: 0 0 20px 0;
}
.ul_indent > li{
	text-indent: -1.2em;
	padding: 0 0 0 1.2em;
}
.sec-margin{
	margin:0 auto 50px;
}
.list_anchor{
	overflow: hidden;
	margin: 0 0 40px 0;
}
.list_anchor li{
	display: inline-block;
	border:solid 1px #999;
	margin: 0 20px 0 0;
}
.list_anchor a{
	display: block;
	color: #000;
	padding: 10px 50px;
}
.list_anchor a:hover{
	opacity: .6;
}
.title_sec{
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0 0 0 6px;
	border-left:solid 6px #533188;
	letter-spacing: 1px;
}
.text_link{
	color: blue;
	text-decoration: underline;
	transition: all .2s;
}

.text_link:hover{
	color: red;
}
.text_center{
	text-align: center;
}
.back_soto{
	background: url(../img/back_soto.png) no-repeat right 20px top 100px;
}
/*---------- contact ----------*/
.formWrap label{
	cursor: pointer;
}
.formWrap .tel{
	font-size: 180%;
	font-weight: bold;
	color: #000;
	padding: 10px 10px 0 0;
	display: inline-block;
}
.table_form{
	width: 100%;
}
.table_form th {
	padding: 10px 60px 10px 10px !important;
	font-weight: bold;
	position: relative;
}
.table_form tr.hissu th::after{
	content: '必須';
	position: absolute;
	right:10px;
	top:10px;
	border:solid 1px red;
	color: red;
	font-weight: bold;
	line-height: 1;
	padding: 3px 10px;
}
.table_form th , .table_form td{
	border:solid 1px #ccc;
}
.formWrap input[type="text"] , .formWrap input[type="email"] , .formWrap textarea {
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 !important;
	width: 60%;
	resize: none;
	border:solid 1px #999;
}
.formWrap textarea {
	margin: 0 !important;
}
.formWrap input.input-short{
	width: 30%;
}
.gray_base{
	padding: 3px 5px;
	background: #eee;
	margin: 0 0 10px 0;
}
.formWrap .area_submit{
	text-align: center;
	margin: 50px auto 100px;
}
.formWrap input[type="submit"] , .formWrap input[type="button"]{
	width: 300px;
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: #533188;
	color: #fff;
	cursor: pointer;
	transition: all .2s;
	box-shadow: 2px 2px 0 0 #ccc;
	margin: 0 10px;
}
.formWrap input[type="button"]{
	background: #999;
}
.formWrap input:hover{
	opacity: .8;
}
#formWrap{
	width: 700px;
	margin: auto;
}
#formWrap .table_form th{
	width: 200px;
}

/*thanks*/
.block_thanks{
	padding: 40px 20px;
	text-align: center;
	background: #eee;
}
.block_thanks .btnWrap{
	width: 190px;
	margin: 0 auto;
}
.block_thanks .btnWrap .btn_01::before{
	display: none;
}

.topUl{
	overflow: hidden;
	margin: 0 0 5px;
}
.topUl li{
	float: left;
}
.topUl li:nth-child(2n){
	float: right;
}
.topArea.contentWrap .bnrWrap .fl_r{
	width: auto;
	margin: 0;
}

.constractionArea .imgArea_b{
	width: 60%;
	margin: 10px auto;
}
.constractionArea .imgArea_b img{
	width: 100%;
	height: auto;
}
.constractionArea ul{
	overflow: hidden;
}
.constractionArea ul li{
	float: left;
	width: 25%;
	height: 280px;
	text-align: center;
}
.constractionArea ul li .textArea{
	padding: 0 10px;
}
.purchase .bnrArea{
	text-align: center;
}

/* qa */
.qaBox dt{
display:block;
border:#666 1px solid;
cursor:pointer;
	padding: 5px 10px;
	box-sizing: border-box;
	transition: .6s;
}
.qaBox dt:hover{
	opacity: .6;
}
.qaBox dd{
background:#f2f2f2;
border:#666 1px solid;
	border-top: none;
display:none;
}
.qaBox dl + dl{
	margin: 10px 0 0 0;
}
.qaBox dt , .qaBox dd{
	text-indent: -20px;
	padding: 10px 10px 10px 30px;
}
.qaBox dt span , .qaBox dd span{
	padding: 0 5px 0 0;
	font-size: 1.4em;
}
.Wrap.qa .qaBox {
}
.Wrap.qa .qaBox p {
    margin: 0 0 20px 0;
}
.Wrap.qa .qaBox .qa span{
    color: #533188;
}
.Wrap.qa .qaBox .anser span{
    color: #FF0000;
}
.margin_center{
	margin: 0 auto!important;
}
.imgLayout02{
	width: 70%;
	margin: 0 auto;
}
.imgLayout02 img{
	width: 100%;
}
