@charset "UTF-8";


/* .mainvisual
-------------------------------------------------*/
.mainvisual .inner {
    width: 100%;
    height: 300px;
}
.mainvisual h1 {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate3d(-50%, 0, 0);
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    text-align: center;
    font-size: 34px;
}
.mainvisual.company {
    background: url("../img/mainvisual/company.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual.news {
    background: url("../img/mainvisual/news.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual.contact {
    background: url("../img/mainvisual/contact.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual.coordinate {
    background: url("../img/mainvisual/coordinate.jpg") center bottom no-repeat;
    background-size: cover;
}
.mainvisual.shop {
    background: url("../img/mainvisual/shop.jpg") center top no-repeat;
    background-size: cover;
}
.mainvisual.shop.daiwa {
    background: url("https://www.casa2479.com/wpapp/wp-content/themes/casa2019/img/mainvisual/shop_daiwa.jpg") center top no-repeat;
    background-size: cover;
}

/* .pnavi
-------------------------------------------------*/
.pnavi {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pnavi ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #383434;
}
.pnavi ul li a {
    color: #383434;
    padding: 0.8em 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.pnavi ul li a.home::after {
    content: "";
    background: #56809e;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.infinite-scroll-last {
    background-color: #80bca3;
    text-align: center;
    margin-top: 40px;
    padding: 15px 20px;
    color: #fff;
}
.infinite-scroll-last a {
    color: #fff;
}

/* .view-more-button
-------------------------------------------------*/
.view-more-button {
    width: 200px;
    padding-top: 30px;
    margin: 0 auto;
}
.view-more-button a {
    display: block;
    background-color: #56809e;
    color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #56809e;
    transition: background-color 0.5s;
    font-size: 18px;
}
.page-load-status {
    width: 60%;
    margin: 0 auto;
}
.infinite-scroll-request {
    animation: scroll-request 1.1s infinite linear;
    border: 6px solid #e6ac27;
    border-left: 6px solid #fff;
    border-radius: 50%;
    height: 40px;
    margin: 20px auto 0;
    width: 40px;
}
@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .companyArea
-------------------------------------------------*/
.companyArea {
	max-width: 1300px;
    margin: 0 auto 100px;
}
.companyArea table {
    width: 92%;
    max-width: 950px;
    margin: 0 auto;
}
.companyArea table th {
    border-bottom: solid 2px #abbdcb;
    padding: 20px;
    font-weight: 300;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}
.companyArea table td {
    border-bottom: solid 2px #e8e8e8;
    text-align: left;
    padding: 20px 30px;
}
.companyArea table td ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.companyArea table td ul li::before {
    content: '・';
}

/* .newsArea
-------------------------------------------------*/
.newsArea .newsDetail {
    max-width: 950px;
    margin: 0 auto;
}
.newsArea .newsDetail p {
    padding-bottom: 2em;
}
.newsArea .newsDetail p a {
    text-decoration: underline;
}
.newsArea .newsDetail img {
    display: block;
    margin: 2em auto;
    width: auto;
    max-width: 100%;
}
.newsArea .headtitle1 span.cat {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0.5em;
    margin-left: 25px;
    border-radius: 2px;
}
.newsArea .headtitle1 span.cat.casa {
    background-color: #80bca3;
}
.newsArea .headtitle1 span.cat.online {
    background-color: #bf4d28;
}
.newsArea .headtitle1 span.cat.coordinate {
    background-color: #655643;
}
.newsArea .headtitle1 span.cat.other {
    background-color: #e6ac27;
}

/* .coordinateArea
-------------------------------------------------*/
.coordinateArea {
	max-width: 1300px;
    margin: 0 auto 100px;
}
.coordinateArea ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.coordinateArea ul li {
    align-self: stretch;
    width: 31.33333%;
    margin: 0 3% 3% 0;
    position: relative;
    overflow: hidden;
}
.coordinateArea ul li:nth-child(3n) {
    margin-right: 0;
}
.coordinateArea ul li .txtBox {
    width: 90%;
    position: absolute;
    bottom: 0;
    background-color: #f3ede3;
    margin: 0 5%;
    padding: 4% 4% 2%;
    box-sizing: border-box;
}
.coordinateArea ul li .txtBox dl dt {
    background-color: #655643;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
}
.coordinateArea ul li .txtBox h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
}
.coordinateArea .coordinateDetail {
    max-width: 950px;
    margin: 0 auto;
}
.coordinateArea .coordinateDetail .cdIn {
    margin: 40px 0 30px;
}
.coordinateArea .coordinateDetail p {
    padding-bottom: 2em;
}
.coordinateArea .coordinateDetail p a {
    text-decoration: underline;
}
.coordinateArea .coordinateDetail .fotorama__nav--thumbs {
    padding-top: 30px;
}

/* .contactArea
-------------------------------------------------*/
.contactArea {
	max-width: 1300px;
    margin: 0 auto 100px;
}
.contactArea .txt1 {
    text-align: center;
    padding: 2em 0;
}
.contactArea .telBox {
    background: #efefef;
    padding: 3em 5% 2.8em;
    margin: 0 auto 6em;
    text-align: center;
    max-width: 950px;
    box-sizing: border-box;
}
.contactArea .telBox h3 {
    font-size: 22px;
    border-bottom: 2px solid #56809e;
    padding-bottom: 0.7em;
    font-weight: 400;
    width: 90%;
    margin: 0 auto 0.7em;
}
.contactArea .telBox p {
    font-size: 16px;
}
.contactArea .telBox p span {
    font-size: 32px;
}
.contactArea .mailBox {
	margin: 3em auto;
    padding: 3em;
    border: 3px solid #ddd;
    box-sizing: border-box;
    max-width: 950px;
}
.contactArea .mailBox h3 {
    font-size: 22px;
    border-bottom: 2px solid #56809e;
    padding-bottom: 1em;
    font-weight: 400;
    text-align: center;
    width: 90%;
    margin: 0 auto 2em;
}
.contactArea .mailBox table {
    width: 90%;
    margin: 0 auto;
}
.contactArea .mailBox table th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    width: 28%;
    padding: 1em 0;
}
.contactArea .mailBox table th span {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    background-color: #e60012;
    padding: 0.2em 0.5em;
    margin-right: 0.5em;
}
.contactArea .mailBox table td {
    padding: 1em 0;
}
.contactArea .mailBox table td input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 1em;
    border-radius: 3px;
}
.contactArea .mailBox table td textarea {
    width: 100%;
    height: 250px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    border-radius: 3px;
}
.contactArea .mailBox .conbtn {
    text-align: center;
    margin-bottom: 1.5em;
}
.contactArea .mailBox .conbtn .send,
.contactArea .mailBox .conbtn .reset {
    background-color: #56809e;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 1em 3em;
    font-size: 18px;
    letter-spacing: .1em;
    margin: 1em;
    border-radius: 5px;
}
.contactArea .mailBox .conbtn .reset {
    background-color: #999;
}
.contactArea .mailBox .comp {
    text-align: center;
}
.contactArea .privacyBox {
    margin: 3em auto 0;
    padding: 3em;
    border: 3px solid #ddd;
    box-sizing: border-box;
    max-width: 950px;
}
.contactArea .privacyBox .ov {
    overflow-y: auto;
    height: 260px;
    padding: 0 2% 0 3%;
    line-height: 1.6;
    font-size: 13px;
}
.contactArea .privacyBox .ov p {
    padding-bottom: 2em;
}
.contactArea .privacyBox .ov .tit {
    text-align: center;
    padding: 0.5em 0 1em;
    font-size: 16px;
}
.contactArea .privacyBox .ov .notes {
    text-indent: -2em;
    padding-left: 2em;
}
.contactArea .privacyBox .ov ul li {
    padding-bottom: 2em;
}
.contactArea .privacyBox .ov ul li ul li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0;
}
.contactArea .privacyBox .ov .bold {
    font-weight: 400;
}
.mw_wp_form .error {
    color: #e60012;
    display: block;
    padding: 0.3em 1em 0;
}

/* .pagelist
-------------------------------------------------*/
.pagelist {
    background-color: #abbdcb;
    padding: 1em;
    margin-top: 4em;
}
.pagelist ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pagelist ul li {
    width: 20%;
    margin: 0;
    background-color: #abbdcb;
}
.pagelist ul li:nth-child(2) {
    width: 60%;
    text-align: center;
}
.pagelist ul li:last-child {
    text-align: right;
}
.pagelist ul li a {
    color: #fff;
}
.pagelist ul li a span {
    display: inline;
}
.pagelist ul li:first-child a::before {
    margin-right: 8px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f100';
}
.pagelist ul li:nth-child(2) a::after {
    margin-left: 8px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f064';
}
.pagelist ul li:last-child a::after {
    margin-left: 8px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f101';
}


@media only screen and (min-width:768px) {
/* .pnavi
-------------------------------------------------*/
.pnavi ul li a:hover::after {
	content: "";
	background: #abbdcb;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* .view-more-button
-------------------------------------------------*/
.view-more-button a:hover {
    background-color: #fff;
    transition: background-color 0.5s;
    border: 2px solid #56809e;
    color: #56809e;
}
.infinite-scroll-last a:hover {
    opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition:opacity 400ms;
}

/* .newsArea
-------------------------------------------------*/
.newsArea .newsDetail p a:hover {
    text-decoration: none;
}

/* .coordinateArea
-------------------------------------------------*/
.coordinateArea ul li a span.img {
    display: block;
    transition: -webkit-transform 700ms;
    transition: transform 700ms;
    transition: transform 700ms, -webkit-transform 700ms;
}
.coordinateArea ul li a:hover span.img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.coordinateArea .coordinateDetail p a:hover {
    text-decoration: none;
}

/* .pagelist
-------------------------------------------------*/
.pagelist ul li a:hover {
    opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition:opacity 400ms;
}
}


@media only screen and (min-width:768px) and (max-width:1200px) {
/* .mainvisual
-------------------------------------------------*/
.mainvisual .inner {
    height: 25vw;
}
.mainvisual h1 {
    font-size: 2.8333vw;
}

/* .pnavi
-------------------------------------------------*/
.pnavi {
    padding-bottom: 3.33vw;
}
.pnavi ul li {
    font-size: 1vw;
}

/* .view-more-button
-------------------------------------------------*/
.view-more-button {
    width: 16.666vw;
    padding-top: 2.5vw;
}
.view-more-button a {
    height: 4.166vw;
    border-radius: 2.5vw;
    line-height: 4.166vw;
    font-size: 1.5vw;
}
.infinite-scroll-request {
    height: 3.333vw;
    margin: 1.666vw auto 0;
    width: 3.333vw;
}

/* .companyArea
-------------------------------------------------*/
.companyArea {
    margin-bottom: 8.333vw;
}
.companyArea table th {
    padding: 1.666vw;
}
.companyArea table td {
    padding: 1.666vw 2.5vw;
}

/* .newsArea
-------------------------------------------------*/
.newsArea .headtitle1 span.cat {
    font-size: 1vw;
    line-height: 1.666vw;
    margin-left: 3vw;
}

/* .coordinateArea
-------------------------------------------------*/
.coordinateArea ul li {
    width: 48.5%;
}
.coordinateArea ul li:nth-child(3n) {
    margin-right: 3%;
}
.coordinateArea ul li:nth-child(2n) {
    margin-right: 0;
}
.coordinateArea ul li .txtBox dl dt {
    line-height: 2.1vw;
    padding: 0 0.83vw;
}
.coordinateArea .coordinateDetail .cdIn {
    margin: 3.33vw 0 2.5vw;
}
.coordinateArea .coordinateDetail .fotorama__nav--thumbs {
    padding-top: 2.5vw;
}

/* .contactArea
-------------------------------------------------*/
.contactArea {
    margin: 0 auto 8.333vw;
}
.contactArea .telBox h3 {
    font-size: 1.833vw;
}
.contactArea .telBox p {
    font-size: 1.333vw;
}
.contactArea .telBox p span {
    font-size: 2.666vw;
}
.contactArea .mailBox h3 {
    font-size: 1.833vw;
}
.contactArea .mailBox table th span {
    font-size: 0.92vw;
}
.contactArea .mailBox table td {
    padding: 1em 0;
}
.contactArea .mailBox table td input[type="text"] {
    height: 3.333vw;
    font-size: 1.1666vw;
}
.contactArea .mailBox table td textarea {
    height: 21vw;
    font-size: 1.1666vw;
}
.contactArea .mailBox .conbtn .send,
.contactArea .mailBox .conbtn .reset {
    font-size: 1.5vw;
}
.contactArea .privacyBox .ov {
    height: 21.66vw;
    font-size: 1.083vw;
}
.contactArea .privacyBox .ov .tit {
    font-size: 1.333vw;
}

/* .pagelist
-------------------------------------------------*/
.pagelist ul {
    margin-bottom: 0;
}
.pagelist ul li {
    width: 20%;
}
.pagelist ul li:nth-child(3) {
    margin-right: 0;
}
}


@media only screen and (max-width:767px) {
/* .mainvisual
-------------------------------------------------*/
.mainvisual .inner {
    height: 50vw;
}
.mainvisual h1 {
    font-size: 6vw;
}

/* .pnavi
-------------------------------------------------*/
.pnavi {
    padding-bottom: 5vw;
}
.pnavi ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.pnavi ul li {
    font-size: 3vw;
}
.pnavi ul li a.home::after {
    height: 1vw;
}

/* .view-more-button
-------------------------------------------------*/
.view-more-button {
    width: 50vw;
    padding-top: 4vw;
}
.view-more-button a {
    height: 10vw;
    line-height: 10vw;
    font-size: 4.2vw;
}
.page-load-status {
    width: 100%;
}

/* .companyArea
-------------------------------------------------*/
.companyArea {
	margin-bottom: 15vw;
}
.companyArea table th {
    padding: 2vw 1vw;
    white-space: nowrap; 
}
.companyArea table td {
    padding: 2vw;
}

/* .newsArea
-------------------------------------------------*/
.newsArea .headtitle1 span.cat {
    font-size: 2.4vw;
    line-height: 4vw;
    margin-left: 5vw;
}

/* .coordinateArea
-------------------------------------------------*/
.coordinateArea {
	margin-bottom: 15vw;
}
.coordinateArea ul li {
    width: 100%;
    margin: 0 0 5vw;
}
.coordinateArea ul li .txtBox {
    padding: 4vw 4vw 2vw;
    box-sizing: border-box;
}
.coordinateArea ul li .txtBox dl dt {
    line-height: 6.5vw;
    padding: 0 2vw;
}
.coordinateArea .coordinateDetail .cdIn {
    margin: 5vw 0 4vw;
}
.coordinateArea .coordinateDetail .fotorama__nav--thumbs {
    padding-top: 2.5vw;
}

/* .contactArea
-------------------------------------------------*/
.contactArea {
    margin-bottom: 15vw;
}
.contactArea .txt1 {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    padding: 1em 0;
    width: 90%;
    margin: 0 auto;
    font-size: 3vw;
}
.contactArea .telBox {
    padding: 5vw 4% 3.5vw;
    margin-bottom: 2em;
}
.contactArea .telBox h3 {
    font-size: 4.3vw;
    width: 100%;
    padding-bottom: 0.5em;
    margin-bottom: 0.3em;
}
.contactArea .telBox p {
    font-size: 3.1vw;
}
.contactArea .telBox p span {
    font-size: 5.3vw;
}
.contactArea .mailBox {
    padding: 5vw 4%;
    border: 2px solid #ddd;
}
.contactArea .mailBox h3 {
    font-size: 4.3vw;
    padding-bottom: 0.5em;
    width: 100%;
    margin: 0 auto 1em;
}
.contactArea .mailBox table {
    width: 100%;
}
.contactArea .mailBox table th {
    display: block;
    width: 100%;
    padding: 1em 0 0;
}
.contactArea .mailBox table th span {
    font-size: 2.8vw;
    margin-right: 1em;
}
.contactArea .mailBox table td {
    display: block;
    padding: 1em 0 1.2em;
}
.contactArea .mailBox table td input[type="text"] {
    height: 10vw;
    font-size: 3.4vw;
}
.contactArea .mailBox table td textarea {
    height: 40vw;
    font-size: 3.4vw;
}
.contactArea .mailBox .conbtn .send,
.contactArea .mailBox .conbtn .reset {
    width: 92%;
    box-sizing: border-box;
    font-size: 4.2vw;
    margin: 0.5em auto;
}
.contactArea .privacyBox {
    padding: 5vw 4%;
    border: 2px solid #ddd;
}
.contactArea .privacyBox .ov {
    height: 50vw;
    line-height: 1.5;
    font-size: 3.1vw;
}
.contactArea .privacyBox .ov p {
    padding-bottom: 2em;
}
.contactArea .privacyBox .ov .tit {
    text-align: center;
    padding: 0.5em 0 1em;
    font-size: 3.6vw;
}

/* .pagelist
-------------------------------------------------*/
.pagelist {
    padding: 0.5em;
    margin-top: 1em;
}
.pagelist ul li:nth-child(2) a span {
    display: none;
}
.coordinateArea .pagelist ul li {
    width: 20%;
    margin: 0;
}
.coordinateArea .pagelist ul li:nth-child(2) {
    width: 60%;
}
}


/* .shopArea
-------------------------------------------------*/
#contents.shop {
    background: url("../img/shop/garland1.png") right 300px no-repeat;
    background-size: 400px auto;
}
.shopArea {
	max-width: 1300px;
    margin: 0 auto 30px; 
}
.shopArea .shoptxt {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
}
.shopArea .shopBox {
    max-width: 950px;
    margin: 40px auto;
    border: 6px solid #5b7e9a;
    padding: 1em;
    box-sizing: border-box;
}
.shopArea .shopBox .shopInn {
    background-color: #5b7e9a;
    padding: 2em 4em;
    position: relative;
}
.shopArea .shopBox table{
    color: #fff;
    font-size: 16px;
}
.shopArea .shopBox table th,
.shopArea .shopBox table td {
    font-weight: 300;
    text-align: left;
    padding: 0.2em 0.5em;
}
.shopArea .shopBox table td a {
    color: #fff;
}
.shopArea .shopBox .shopInn img {
    width: 28%;
    position: absolute;
    right: 4em;
    top: 2em;
}
.shopSet .cont {
	width: 92%;
    max-width: 1196px;
	margin: 0 auto;
	position: relative;
	padding: 4.6em 0 4.7em;
}
.shopSet .img01 {
	width: 82%;
}
.shopSet .set01 {
	width: 35.5%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3em 4%;
	box-sizing: border-box;
    color: #fff;
}
.shopSet .set01 h3 {
	padding-bottom: 0.5em;
    font-weight: 300;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
}
.shopSet .set01 h3::before {
    margin-right: 10px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f2b4';
}
.shopSet .set01 .txt01 {
	line-height: 1.9;
}
.shopSet .fR .img01 {
	float: right;
}
.shopSet .fR .set01 {
	left: 0;
}
.shopSet .img02 {
	position: absolute;
    width: 35%;
	max-width: 130px;
	right: 8%;
	top: -33%;
}
.shopSet.shop01 {
	padding: 2.5em 0 0;
	background-image: linear-gradient(to bottom,#fff 0,#fff 30%,#f3ede3 30%,#f3ede3 95%,#fff 95%,#fff 100%);
    position: relative;
    z-index: 5;
}
.shopSet.shop01::before {
	background: url("../img/shop/garland2.png") left top no-repeat;
    background-size: 400px auto;
    width: 400px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -95%;
}
.shopSet.shop01 .cont {
	padding-top: 0;
}
.shopSet.shop01 .set01 {
	background: #e6ac27;
}
.shopSet.shop02 {
	padding: 1.4em 0 0;
}
.shopSet.shop02 .cont {
	padding-bottom: 7em;
}
.shopSet.shop02 .set01 {
    background: #655643;
}
.shop.daiwa .shopSet.shop02 {
	background-image: linear-gradient(to bottom,#fff 0,#fff 35%,#ebebeb 35%,#ebebeb 80%, #fff 80%, #fff 100%);
}
.shopSet.shop03 {
	padding: 0 0 1.7em;
    margin-top: -4em;
	background-image: linear-gradient(to bottom,#fff 0,#fff 50.5%,#ebebeb 50.5%,#ebebeb 100%);
}
.shop.daiwa .shopSet.shop03 {
	background-image: none;
}
.shopSet.shop03 .cont {
	padding: 7.8em 0 3em;
}
.shopSet.shop03 .set01 {
	bottom: auto;
	top: 0.8em;
    background: #bf4d28;
}
.shopSet.shop04 {
	padding-top: 3em;
}
.shopSet.shop04 .cont {
	padding: 5.5em 0 0;
}
.shopSet.shop04 .set01 {
	bottom: auto;
	top: 0;
    background: #80bca3;
}
.shopSet.shop05 {
    background: url("../img/shop/garland3.png") right top no-repeat;
    background-size: 400px auto;
    padding-top: 7em;
    margin-bottom: 100px;
}
.shopSet .cont2 {
	width: 92%;
    max-width: 1196px;
	margin: 0 auto;
}
.shopSet .cont2 .set01 {
	width: 66%;
	position: relative;
	background: rgba(171,189,203,0.7);
    color: #383434;
    padding-top: 3.5em;
}
.shopSet .cont2 .set01 h4 {
	font-size: 16px;
    font-weight: 400;
    padding-bottom: 0.5em;
}
.shopSet .cont2 .set01 h4::before {
    margin-right: 10px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f005';
}
.shopSet .cont2 .set01 img {
    width: 35%;
    position: absolute;
    right: 5%;
    top: -3.5em;
}
.shopSet .cont2 .set01:last-child {
	float: right;
	margin-top: -1.8em;
    background: rgba(235,235,235,0.7);
    color: #383434;
}


@media only screen and (min-width:768px) {
/* .shopArea
-------------------------------------------------*/  
.shopArea .shopBox table td a:hover,
.shopSet a:hover{
    opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition:opacity 400ms;
}
}


@media only screen and (min-width:768px) and (max-width:1200px) {
/* .shopArea
-------------------------------------------------*/
#contents.shop {
    background: url("../img/shop/garland1.png") right 25vw no-repeat;
    background-size: 33.33vw auto;
}
.shopArea {
    margin: 0 auto 2.5vw; 
}
.shopArea .shoptxt {
    font-size: 1.333vw;
}
.shopArea .shopBox {
    margin: 3.33vw auto;
    border: 0.5vw solid #5b7e9a;
}
.shopArea .shopBox table{
    font-size: 1.333vw;
}
.shopSet .set01 {
	padding: 2.5em 3%;
}
.shopSet .set01 h3 {
    font-size: 1.4vw;
}
.shopSet .set01 h3::before {
    margin-right: 0.83vw;
}
.shopSet .set01 .txt01 {
	line-height: 1.75;
}
.shopSet.shop01::before {
	background: url("../img/shop/garland2.png") left top no-repeat;
    background-size: 33.33vw auto;
    width: 33.33vw;
}
.shopSet.shop02 .set01 {
    background: #655643;
    width: 38%;
}
.shopSet.shop05 {
    background: url("../img/shop/garland3.png") right top no-repeat;
    background-size: 33.33vw auto;
    margin-bottom: 8.333vw;
}
.shopSet .cont2 .set01 h4 {
	font-size: 1.333vw;
}
.shopSet .cont2 .set01 h4::before {
    margin-right: 0.83vw;
}
.shopSet .cont2 .set01 img {
    width: 32%;
    top: -1.5em;
}
}


@media only screen and (max-width:767px) {
/* .shopArea
-------------------------------------------------*/  
#contents.shop {
    background: url("../img/shop/garland1.png") right 70vw no-repeat;
    background-size: 50vw auto;
}
.shopArea {
    margin: 0 auto 5vw; 
}
.shopArea .shoptxt {
    font-size: 3.6vw;
    margin-bottom: 6vw;
}
.shopArea .shopBox {
    margin: 3vw auto 15vw;
    border: 2px solid #5b7e9a;
    padding: 0.5em;
}
.shopArea .shopBox .shopInn {
    padding: 1em 0.5em;
}
.shopArea .shopBox table{
    font-size: 3.6vw;
}
.shopArea .shopBox table th,
.shopArea .shopBox table td {
    padding: 0.1em 0.5em;
}
.shopArea .shopBox table th {
    white-space: nowrap;
}
.shopArea .shopBox table .ten {
    padding: 0.2em 0;
}
.shopArea .shopBox .shopInn img {
    width: 76%;
    position: static;
    margin: 4vw 12% 2vw;
}
.shopSet {
	padding: 0!important;
	background: none!important;
}
.shopSet .cont {
	width: 100%;
	padding: 0 0 8vw !important;
	font-size: 3.4vw;
}
.shopSet .img01 {
	width: 100%;
	float: none!important;
	padding-bottom: 4vw;
}
.shopSet .set01 {
	width: 92%;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	padding: 1.5em 4%!important;
}
.shopSet .set01 h3 {
    font-size: 4vw;
}
.shopSet .set01 h3::before {
    margin-right: 3vw;
}
.shopSet .set01 .txt01 {
	line-height: 1.75;
}
.shopSet .img02 {
	position: static;
    width: 35%;
    margin-left: 5%;
    float: right
}
.shopSet.shop01::before {
	background: url("../img/shop/garland2.png") left top no-repeat;
    background-size: 50vw auto;
    width: 50vw;
    bottom: inherit;
    top: -11.2%;
    z-index: 6;
}
.shopSet.shop01 h3 {
    width: 60%;
} 
.shopSet.shop03 {
    margin-top: 0;
}
.shopSet.shop03 .set01 {
	top: inherit;
}
.shopSet.shop04 .cont {
	padding-bottom: 0 !important;
}  
.shopSet.shop05 {
    background: url("../img/shop/garland3.png") right top no-repeat !important;
    background-size: 50vw auto !important;
    padding-top: 0;
    margin-bottom: 8.333vw;
}
.shopSet .cont2 {
	width: 92%;
    padding-top: 8vw;
}
.shopSet .cont2 .set01 {
	width: 100%;
	margin-bottom: 4vw;
}
.shopSet .cont2 .set01 h4 {
	font-size: 3.6vw;
}
.shopSet .cont2 .set01 h4::before {
    margin-right: 3vw;
}
.shopSet .cont2 .set01 img {
    width: 70%;
    margin: 5% 15% 0; 
    position: static;
}
.shopSet .cont2 .set01:last-child {
	float: none;
	margin-top: 0;
}
}


/* .animated
-------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow {
	visibility:visible;
	animation-name:fadeInUp;
}
.wow.wowL {
	visibility:visible;
	animation-name:fadeInLeft;
}
.wow.wowR {
	visibility:visible;
	animation-name:fadeInRight;
}

/* .fadeInUp */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* .fadeInLeft */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* .fadeInRight */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}