/* CSS */

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

img{
	max-width: 100%;
	height: auto;
}

body {
    width: 100%;
}

.inner {
    width: 95%;
    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;
}

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
   ========================================================================== */
.pc_only{
    display: none!important;
}

.btnWrap .btn_01 {
    position: relative;
}
.btnWrap .btn_01::before {
    position: absolute;
    content: url("../img/common/icon_01.png");
    top: 55%;
    left: 22%;
    transform: translate(-50%,-50%);
    /* width: 10px;
    height: 10px; */
}
.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;
}
.btnWrap a.btn_01 {
    background-color: #533188;
    padding: 10px 0 10px 10px;
    border-radius: 5px;
}
.btnWrap a.btn_02 {
    background-color: #000;
    padding: 5px 8px 5px;
    border: 1px solid #FFF;
    border-radius: 4px;
}
.imgWrap img {
    width: 100%;
}
.Wrap .logo_ttl {
    text-align: center;
    background: url("../img/common/logo_back.png");
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 20px;
    line-height: 3.3em;
    margin: 25px 0;
    letter-spacing: 5px;
}
.Wrap .logo_ttl.ttl_l{
	line-height: 1.6em;
}
.Wrap h3 {
    font-size: 18px;
    padding: 0 0 2.5px 0;
    margin: 40px 0 15px 0;
    border-bottom:1px solid #000;
}
.Wrap .about li {
    margin: 0 0 15px 0;
}
.Wrap .about li .date {
    margin: 0 10px 0 0;
}
.Wrap .box {
    margin: 0 10px 20px;
    line-height: 2em;
}
/* ==========================================================================
   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: 90px;
    /* position: fixed; */
    position: absolute;
    top:0;
    z-index: 10;
}
header.active {
    height: inherit;
}
header .headerWrap {
    position: relative;
	padding: 0 0 10px;
}
header .headerWrap h1 {
    margin: 0 auto 15px;
    text-align: center;
    padding: 15px 0 0;
}
/*header .headerWrap .contact {
    position: absolute;
    bottom: 20px;
    right: 10%;
    color: #FFF;
    width: 80%;
    opacity: 0;
}*/
header .headerWrap .contact {
	display: none;
}
header .headerWrap .contact.active {
    opacity: 1;
}
header .headerWrap .tel {
    text-align: center;
    font-size: 29px;
}
header .headerWrap .time {
    text-align: center;
    font-size: 17px;
}
header .headerWrap .contact p {
    margin: 5px 0 0 0;
}
header .headerWrap .contact .tel a {
    color: #FFF;
    font-size: 20px;
    /* font-size: 1.5em; */
}
header .headerWrap .contact .time {

}
header nav {

}
header nav ul {
    align-items: flex-end;
}
header nav ul li {
    width: 100%;
    display: flex;
    justify-content: left;
    /* align-items: center; */
    align-items: flex-end;
    position: relative;
}
header nav ul li::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 10%;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: translate(-50%,-50%) rotate(45deg);

}
header nav ul li a {
    display: block;
    color: #FFF;
    width: 100%;
    padding: 10px 0 10px 15%;
}
header .sp_g_menu {
    float: right;
    width: 60px;
    height: 40px;
    padding: 10px 0;
    position: relative;
}
header nav .sp_g_menu span {
    width: 50%;
    height: 4px;
    margin: 0 auto 6px auto;
    background-color: #FFF;
    display: block;
}
header nav .sp_g_menu:last-child span {
    margin: 0 auto 6px auto;
}
header nav .sp_g_menu.active:last-child span {
    margin: 0 auto 9px auto;
}
header nav.pc_only.active {
    display:block !important;
}
header nav .sp_g_menu .menu_text {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 14%;
}
header nav .sp_g_menu.active .menu_text {
    left: 9%;
}
header nav .sp_g_menu.active .menu_text {
    padding-top: 4.5px;
}
header nav .sp_g_menu span:last-child {
    margin-bottom: 0;
}
header nav .sp_g_menu span {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    /* transition: .2s; */
}
header nav .sp_g_menu.active span.top {
    margin-top: 13px;
    transform: rotate(-45deg);
}
header nav .sp_g_menu.active span.middle {
    display: none;
}
header nav .sp_g_menu.active span.bottom {
    margin-top: -13px;
    transform: rotate(45deg);
}
header .sp_g_menu {
    position: absolute;
    top: 18px;
    right: 0;
	z-index: 10000;
}
header nav.menu {
    opacity: 0;
    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; */
}
header nav.menu.active {
    opacity: 1;
    max-height:inherit;
}
header nav.menu ul {
    display: none;
}
header nav.menu.active ul {
    display: block;
}
/* ==========================================================================
   content
   ========================================================================== */

.contentWrap {
    width: 100%;
    margin: 105px auto 0;
}
.contentWrap.topArea {
    margin: 12px auto 0;
}
/* index mainVisualWrap */
.contentWrap .mainVisualWrap img{
    width:100%;
}
.contentWrap .mainVisualWrap {

}
/* index newsWrap */
.contentWrap .newsWrap {
    background-color: #000;
    color: #FFF;
}
.contentWrap .newsWrap .contentArea {

}
.contentWrap .newsWrap .contentArea .cat{
    float: left;
    padding: 5px 0;
    padding: 7px 10px 7px 0;
    border-right: 1px solid #FFF;
}
.contentWrap .newsWrap .contentArea .ttlWrap {
    float: left;
    padding: 7px 0;
}
.contentWrap .newsWrap .contentArea .ttlWrap .date {
    margin: 0 10px 0 0;
}
.contentWrap .newsWrap .contentArea .ttlWrap a {
    color: #FFF;
}
.contentWrap .newsWrap .btnWrap {
    float: left;
}
/* index bnrWrap */
.contentWrap .bnrWrap {
    padding: 20px 0 27.5px 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: 100%;
    margin: 0 0 1% 0
}
.contentWrap .bnrWrap .fl_r {
    width: 100%;
    margin: 0 0 1% 0;
}
.contentWrap .bnrWrap .fl_r .imgWrap {
    width: 49%;
    margin: 0 1% 1% 0;
    float: left;
}
.contentWrap .bnrWrap .fl_r .imgWrap:last-child {
    width: 49%;
    margin: 0 0 1% 1%;
    float: left;
}
.contentWrap .bnrWrap .bnr_col_4.fl_l {
    width: 100%;
    margin: 0;
}
.contentWrap .bnrWrap .bnr_col_4 .imgWrap {
    float: left;
    width: 49%;
    margin: 0 1% 1% 0;
}
.contentWrap .bnrWrap .bnr_col_4 .imgWrap:nth-child(2n) {
    float: left;
    width: 49%;
    margin: 0 0 1% 1%;
}
/* index serviceWrap */
.contentWrap .serviceWrap {
    border-top: 2px solid #928068;
    background-color: #f3efe7;
    padding: 20px 0;
}
.contentWrap .serviceWrap h3 {
    font-size: 1.45em;
    text-align: center;
    margin: 0 0 20px 0;
}
.contentWrap .serviceWrap .bnr_col_3 {

}
.contentWrap .serviceWrap .bnr_col_3 .imgWrap {
    float: left;
    width: 49%;
    margin: 0 1% 1% 0;
}
.contentWrap .serviceWrap .bnr_col_3 .imgWrap:last-child {
    width: 100%;
    margin: 0;
}
/* index contactWrap */
.contentWrap .contactWrap {
    padding: 20px 0 40px;
    letter-spacing: 2px;
}
.contentWrap .contactWrap h3 {
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 1.8em;
}
.contentWrap .contactWrap h3 span {
    font-size: 1em;
    /* letter-spacing: 3px; */
}
.contentWrap .contactWrap p {
    font-size: 1em;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.contentWrap .contactWrap span {
    font-size: 1.4em;
    /* font-weight: bold; */
}
.contentWrap .contactWrap .contactText {
    text-align: center;
    margin: 0 20px 0 0;
}

/* product(common) */
.breadcrumbWrap {
    font-size: 11px;
    background-color: #FFF;
	display: none;
}
.breadcrumbWrap li:not(:first-child) {
    padding: 14px 7.5px 14px;
}
.breadcrumbWrap li:not(:first-child):after {
    content:"";
    position: absolute;
    top: 46%;
    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: 15px 7.5px 10px;
}
.breadcrumbWrap  li:not(:first-child) {
    padding: 15px 16px 10px;
}
/* .breadcrumbWrap li:not(:first-child){
} */

.productWrap {

}
.productWrap .fl_l {
    width: 100%;
    margin: 0 0 20px 0;
}
.productWrap .fl_r {
    width: 100%;
    margin: 0 0 20px 0;
}
.productWrap .fl_r .box{

}
.productWrap .fl_r .box .ttl {
    padding: 0 0 10px 5px;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    letter-spacing: 5px;
}
.productWrap .fl_r .box .detail {

}
.productWrap .fl_r .box .detail .imgWrap {
    width: 80%;
	margin: 0 auto 20px;
}
.productWrap .fl_r .box .detail .textWrap {
    width: 100%;
    line-height: 2em;
}
.productWrap .fl_r .box .detail .textWrap .btnWrap {
    margin: 15px 0 30px;
}
.productWrap .fl_r .box .detail .textWrap .btnWrap a {
    width: 80%;
    margin: 0 auto;
}
.productWrap .main_visual {
    margin: 0 0 25px 0;
}
.productWrap .main_visual .inner{
    width: 100%;
}
.productWrap .product-content {
    margin: 0 0 15px 0;
}
.productWrap .product-content .box {
    float: left;
    width: 90%;
    margin: 0 5% 20px;
    border:1px solid #000;
    box-sizing: border-box;
}
.productWrap .product-content .box:nth-child(3n) {
    margin: 0 5% 20px;
}
.productWrap .product-content .imgWrap {
    padding: 10px 0;
    text-align: center;
}
.productWrap .product-content .imgWrap img {
    width: auto;
}

.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: 2px;
}
.productWrap .product-content table td {
    border-top:1px solid #000;
    box-sizing: border-box;
    padding: 0 0 0 5px;
}
.productWrap .bnr_col_2 .imgWrap a {
    display: block;
}
.productWrap .bnr_col_2 .imgWrap {
    width: 90%;
    margin: 0 5% 20px;
}
.productWrap .bnr_col_2 .imgWrap:last-child {
}
/* 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: 100%;
    box-sizing: border-box;
}
.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:680px;
    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.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:"";
}

/* purchase */
.back_purchase {
    /*background: url("../img/back_purchase.png");*/
    background-size: contain;
    background-repeat: no-repeat;
}
.Wrap.purchase {

}
.Wrap.purchase .box {
    width: 100%;
    margin: 0 0 40px 0;
}

.Wrap.purchase .box .imgWrap {
    text-align: center;
    margin: 0 0 10px 0;
}
.Wrap.purchase .box .imgWrap img {
    width: 100%;
}
.Wrap.purchase .box .textWrap {
    line-height: 2em;
}

.Wrap.purchase .btn_01 {
    width: 90%;
    margin: 20px auto 0;
}
.Wrap.purchase .btn_01::before {
    content:"";
}

/* sect */
.Wrap .butsuWrap {

}
.Wrap .box .textWrap {
    margin: 0 10px 15px;
}
.Wrap .box .butsuWrap {
    margin: 25px 0;
}
.Wrap .box .butsuWrap .butsuBox {
    float: left;
    width: 100%;
    margin: 0 0 20px 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: 48%;
    margin: 0 2% 10px 0;
    border: 1px solid #000;
    box-sizing: border-box;
}
.Wrap .box .butsuWrap .butsuBox02 .ttl {
    font-size: 14px;
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 6px 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 {
	width: 100%;
}
.Wrap .box .butsuWrap .butsuBox02.bigBox{
	width: 98%;
	margin-right: 0;
}
.Wrap .box .butsuWrap .butsuBox02.bigBox img {
	width: 100%;
}
.Wrap.sect .box .imgWrap {
    text-align: center;
    margin: 50px 0 70px 0;
}
.Wrap.decorate .detail {
    margin: 0 auto;
    text-align: center;
	width: 100%;
}
.Wrap.decorate .detail img{
	width: 100%;
}
.decorateSliderWrap  .slick-dots {
    /* width: 200px; */
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.decorateSliderWrap  .slick-dots li{
    width: 200px;
    height: 95px;
}
.decorateSliderWrap{
    width: 600px;
    position: relative;
}



/* ==========================================================================
   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: 100%;
}
footer .footerWrap .fl_l p {
    margin: 0 0 10px 0;
    text-align: center;
}
footer .footerWrap .right.fl_l {
    width: 55%;
}
footer .footerWrap .mapWrap iframe {
    width: 100%;
}
footer .footerWrap .fl_r {
    display: none;
    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 20px 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 30px;
}
.btnWrap a.btn_01, .btnWrap a.btn_03{
	background-color: #533188;
    padding: 10px 0 10px 10px;
}
.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;
}

.mapArea iframe,
.mapArea object,
.mapArea embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*仏壇の佐正について*/
.date{
	display: block;
	margin: 0 0 5px;
}
.shopArea{
	margin: 50px 0 0;
}
.shopArea .shoplist{
	overflow: hidden;
}
.shopArea .shoplist li{
	width: 100%;
	margin: 0 0 30px;
}
.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 .imgArea img{
	width: 100%;
}
.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: 80px;
	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;
}

.decorate .imgArea img{
	width: 100%;
}
.placeUl{
	overflow: hidden;
}
.placeUl li{
	float: left;
	width: 50%;
	text-align: center;
	margin: 0 0 15px;
}
.placeUl li img{
	width: 100%;
}

.kaimyoWrap{
	overflow: hidden;
	margin: 10px 0 0;
}
.kaimyoWrap .imgArea{
	margin: 0 0 10px;
}
.kaimyoWrap .imgArea img{
	width: 100%;
}
.kaimyoWrap .textArea{
}

.hai .sizeul{
	overflow: hidden;
}
.hai .sizeul li{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.hai .sizeul li img{
	width: 100%;
}
.hai .sizeul li p{
	margin: -20px 0 0;
}

.red{
	color: #E50715;
	margin: 5px 0;
}


.layoutUl{
	overflow: hidden;
	margin: 15px auto;
	width: 100%;
}
.layoutUl li{
	overflow: hidden;
	width: 90%;
	margin: 0 auto 15px;
}
.layoutUl li .imgArea{
}
.layoutUl li .imgArea img{
	width: 100%;
}
.layoutUl li .textArea{
	margin: 0 0 5px;
}
.layoutUl li .textArea h4{
	font-weight: bold;
	font-size: 1.1em;
}
.layoutUl02{
	font-size: 1.1em;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.layoutUl02 li{
	margin: 0 0 15px;
}
.layoutUl02 li img{
	width: 100%;
}
.layoutUl03{
	margin: 20px 0 0;
}
.layoutUl03 li{
	overflow: hidden;
	margin: 0 0 15px;
}
.layoutUl03 li .imgArea{
}
.layoutUl03 li .imgArea img{
	width: 100%;
}
.layoutUl03 li .textArea{
}
.imgLayout{
}
.imgLayout img{
	width: 100%;
}
.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{
	float: left;
	width: 50%;
	box-sizing: border-box;
	border:solid 1px #999;
	text-align: center;

}
.list_anchor a{
	display: block;
	color: #000;
	padding: 10px 0;
}
.title_sec{
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0 0 0 4px;
	border-left:solid 4px #533188;
	letter-spacing: 1px;
}
.text_link{
	color: blue;
	text-decoration: underline;
	transition: all .2s;
}

.text_center{
	text-align: center;
}
.qaBox dt{
display:block;
border:#666 1px solid;
cursor:pointer;
	padding: 5px 10px;
	box-sizing: border-box;
}
.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;
}
.back_soto{
	background: url(../img/back_soto.png) no-repeat center top 100px;
	background-size: 230px 224px;
}


/*---------- contact ----------*/
.formWrap label{
	cursor: pointer;
}
.formWrap .tel{
	font-size: 180%;
	font-weight: bold;
	color: #000;
	padding: 10px 10px 0 0;
	display: block;
}
.table_form th , .table_form td{
	display: block;
}
.table_form th {
	padding: 8px;
	font-weight: bold;
	position: relative;
	text-align: left;
	line-height: 1.5;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom:dotted 1px #ccc;
}
.table_form td {
	padding: 8px;
	border-bottom:solid 1px #ccc;
	margin: 0 0 15px 0;
}
.table_form tr.hissu th::after{
	content: '必須';
	position: absolute;
	right:5px;
	top:10px;
	border:solid 1px red;
	color: red;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 2px 6px;
}

.formWrap input[type="text"] , .formWrap input[type="email"] , .formWrap textarea {
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 !important;
	width: 100%;
	resize: none;
	border:solid 1px #999;
}
.formWrap textarea {
	margin: 0 !important;
}
.formWrap input.input-short{
	width: 60%;
}
.gray_base{
	padding: 3px 5px;
	background: #eee;
	margin: 0 0 10px 0;
}
.formWrap .area_submit{
	text-align: center;
	margin: 30px auto 50px;
}
.formWrap input[type="submit"]{
	width: 280px;
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	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;
}

.newsWrap,.newsWrap a{
	color: #fff;
}
.newsWrap dt{
	padding: 10px 0 0;
}
.newsWrap dd{
	padding: 0 0 10px;
}
.newsWrap dd span{
	display: block;
}
.topUl{
	overflow: hidden;
}
.topUl li{
	width: 49%;
	float: left;
}
.topUl li:nth-child(2n){
	float: right;
}
.topArea.contentWrap .bnrWrap .fl_r{
	width: auto;
	margin: 0;
}
.constractionArea .imgArea_b{
	margin: 0 0 15px;
}
.constractionArea ul{
	overflow: hidden;
}
.constractionArea ul li{
	width: 90%;
	margin: 0 auto 15px;;
}
.constractionArea ul li h4{
	font-weight: bold;
	font-size: 1.1em;
}
