﻿@charset "UTF-8";

body {
    background-color: #fcfaf1;
}

/*----------------------------------------------------------
General
------------------------------------------------------------*/
.sat { 
    color: #26c8cc;
}

.sun {
    color: #f83b63;
}

.hol { 
    color: #f83b63;
}

.txtOrange { 
    color: #fe3600;
}

.bold {
    font-weight: bold;
}

.oh {
    overflow: hidden;
}

.pr {
    position: relative;
}

.imgSPN { 
    zoom: .5;
}

.imgFull {
    width: 100%;
}

.txt {
    font-size: 15px;
    line-height: 1.6;
}

.contWidth { 
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}

/* link */
a:link {
    color: #45361f;
    text-decoration: none;
}

a:visited {
    color: #45361f;
    text-decoration: none;
}

a:active {
    color: #45361f;
    text-decoration: none;
}

.disnon {
    display: none;
}

.fb-like {
    float: right;
    padding: 10px;
}

.footLikeBox {
    width: 93%;
    margin: 20px auto;
    background-color: #fff;
    border: #dbd5c1 1px solid;
}

.footLikeBox dt {
    float: left;
    width: 49%;
    border-right: #dbd5c1 1px solid;
}

.footLikeBox dt img {
    width: 100%;
}

.footLikeBox dd {
    width: 50%;
    float: left;
}

.footLikeBox dd p {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
}

.footLikeBox dd .fb-like {
    margin: 0 auto;
    padding: 0 10px 10px;
}

/*----------------------------------------------------------
Header
------------------------------------------------------------*/
.ttlHead {
    background-color: #9ecdd0;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 1.0;
    padding: 5px;
}

.wrapHead { 
    width: 100%;
    background-color: #fff;
}

.contHead {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.logo {
    padding: 7px 0 4% 0;
}

.logo img {
    width: 41%;
    margin-left: 30%;
}

.serviceTop {
    margin-top: -3%;
    padding: 3.5% 0 1% 0;
    color: #FFF;
}

.serviceTop h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 1%;
}

.serviceTop span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-top: 2%;
    font-weight: bold;
}

.serviceTop .backLink {
    margin-top: -3%;
    padding: 3% 0 1% 5px
}

.serviceTop .backLink a {
    display: block;
    padding: 10px 20px 5px 20px;
    font-size: 14px;
    line-height: 1.0;
    color: #fff;
    font-weight: bold;
    background: url(/images/icon_arrow_double_back.png) no-repeat left 55%;
    background-size: 10px auto;
}

/*----------------------------------------------------------
Footer Area
------------------------------------------------------------*/
footer {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding: 14px 0 20px;
    background-color: #e6dfcd;
    clear: both;
}

.goTopBtn {
    position: absolute;
    top: -50px;
    right: 0;
    background-color: #c6bdb0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -1px -1px 2px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.15) -1px -1px 2px 0px inset;
}

.goTopBtn a {
    display: block;
    padding: 5px 15px 5px 25px;
    font-size: 12px;
    font-weight: bold;
    background: url(/images/icon_arrow_footer.png) no-repeat 10px 50%;
    background-size: 10px auto;
    text-decoration: none;
}

.footerNav {
    width: 90%;
    margin: 0 auto 15px auto;
    clear: both;
    overflow: hidden;
}

.footerNav a {
    text-decoration: underline!important;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}

.footerNav li {
    display: inline;
}

.footerNavSlash:before {
    content: "/";
    font-weight: bold;
    padding: 0 5px;
} 

.footerLink {
    margin-left: 5%;
    font-size: 12px;
}

.footerLink a {
    text-decoration: underline;
}

.footerLink dl {
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 14px;
}

.footerLink dt {
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 10px;
    padding-left: 13px;
    background: rgba(0, 0, 0, 0) url("/images/icon_arrow_link.png") no-repeat scroll 0 3px;
}

.footerLink dd {
    line-height: 1.4;
    margin: 8px 0 0;
    padding-left: 13px;
    font-weight: bold;
}

.copyright {
    background-color: #ffffff;
    font-size: 10px;
    text-align: center;
    clear: both;
}

/*----------------------------------------------------------
Parts
------------------------------------------------------------*/
/* sns button list */
.snsList {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.snsList li a { 
    font-size: 11px;
}

.snsList li {
    width: 33%;
    float: left;
    margin-left: 1%;
}

.snsList img { 
    width: 30px;
    margin-right: 5px;
}

.snsList li:first-child { 
    width: 31%;
    margin-left: 0;
}

/* icon */
.koto { 
    background: #f28b4d;
}

.edogawa { 
    background: #f9b738;
}

.iconKoto {
    background: #f28b4d;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.0;
    font-weight: bold;
    color: #FFFFFF;
}

.iconEdogawa {
    background: #f9b738;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.0;
    font-weight: bold;
    color: #FFFFFF;
}

.iconUrayasu {
    background: #c69f02;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.0;
    font-weight: bold;
    color: #FFFFFF;
}

.iconeventType {
    background: #6c5d47;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.0;
    font-weight: bold;
    color: #FFFFFF;
}

/* img */
.imgDeco {
    -webkit-box-shadow: rgba(189, 186, 172, 0.65098) 1px 1px 1px 1px;
    box-shadow: rgba(189, 186, 172, 0.65098) 1px 1px 1px 1px;
    border: solid 2px #FFFFFF;
    box-sizing: border-box;
    line-height: inherit;
}

/* btn */
.btnPink {
    color: #fff;
    font-weight: bold;
    border: none;
    /* box-shadow */
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -1px -1px 2px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.15) -1px -1px 2px 0px inset;
    /* border-radius */
    border-radius: 4px;
    background-color: #f87b95;
    font-size: 14px;
    background-size: 7px;
}

a.btnPink {
    color: #fff
}

.btnLine {
    border-radius: 4px;
    color: #f87b95;
    font-weight: bold;
    border: solid 1px #f87b95;
    -webkit-appearance: none;
    background: #fcfaf1;
}

/* paging */
.footLink {
    margin: 20px auto 0 auto;
    text-align: center;
    width: 100%;
    background-color: #e9e4df;
    padding: 20px 0;
}

.paging {
    text-align: center;
    display: table;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 8px 0;　/*数字は「左右、上下」*/
}

.paging .pagingBack {
    display: table-cell;
    margin-right: 5px;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: #b4b1a3 1px solid;
}

.paging .pagingNext {
    display: table-cell;
    margin-left: 5px;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: #b4b1a3 1px solid;
}

.paging .pagingList{
    display: table-cell;
}

.paging ol li {
    float: left;
    width: 30px;
    display: block;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #716354;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    border: #b4b1a3 1px solid;
}

.paging ol li a {
    width: 30px;
    display: block;
    line-height: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #736556;
}

.paging li.arrow01 {
    margin-left: 0;
}

.paging ol li:last-child {
    margin-right: 0px;
}

.pagingIcon {
    padding: 0 2px 3px 2px;
    width: 8px;
    height: 12px;
}

.labelWanted {
    background-color: #fc762b;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.0;
    font-weight: bold;
    color: #FFFFFF;
}

.bgTitle {
    position: absolute;
    color: #fff;
    font-weight: bold;
    background-color: rgba(68, 53, 32, 0.7);
}

.topicBoxHalf li {
    width: 48%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(91, 86, 77, 0.4) 0px 0px 2px 0px;
    box-shadow: rgba(91, 86, 77, 0.4) 0px 0px 2px 0px;
    background-color: #fff;
}

.topicBoxHalf img {
    width: 100%;
}

.topicBoxHalf dt{
    background-image: url(/images/icon_arrow_pink.png);
    background-repeat: no-repeat;
    background-position: 98% 90%;
    background-size: 8px auto;
    padding: 5px 15px 5px 5px;
    line-height: 1.4;
}

/*---------------------------
photo img bg
-----------------------------*/
.photoBox {
    width: 89%;
    margin: 0 auto;
}

.photoBox img {
    width: 100%;
    border: 2px solid #fff;
}

.photoShadow {
    position: relative;
}

.photoShadow:before, .photoShadow:after {
    background: none repeat scroll 0 0 #777777;
    bottom: 18px;
    box-shadow: 0 18px 8px #777777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}

.photoShadow:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}

.photoBox dt {
    width: 100%;
    bottom: 2px;
    left: 2px;
    font-size: 12px;
    line-height: 1.2;
    padding: 6px 20px 6px 10px;
    background-image: url("/images/icon_arrow_double.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 12px;
    box-sizing: border-box;
    text-align: left;
}

/*----------------------------------------------------------
data box
------------------------------------------------------------*/
.dataBox {
    background-color: #ded5bb;
    margin-bottom: 36px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.dataBox h4 {
    display: inline-block;
    padding: 2px 10px;
    background-color: #91857a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    line-height: 20px;
}

.dataBox h5 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.dataImgBox {
    margin-top: 15px;
    text-align: center;
}

.dataImgBox img {
    width: 49%;
}

.dataInfo { 
    width: 100%;
    margin: 12px 0;
}

.dataInfo th,
.dataInfo span {
    vertical-align: top;
}

.dataInfo th {
    padding: 2px 0;
    text-align: left;
    width: 82px;
}

.dataInfo tr:first-child th,
.dataInfo tr:first-child td { 
    height: 30px;
}

.mapLinkBtn {
    padding: 5px;
    font-size: 11px;
    vertical-align: top;
    display: block;
    float: right;
    width: 100px;
    text-align: center;
}

/*----------------------------------------------------------
Go Out Area
------------------------------------------------------------*/
.goOutArea {
    margin: 20px 0 0 0;
    width: 100%;
    background: url(/images/odekake_bg.png) repeat-y;
    background-size: 100%;
    box-sizing: border-box;
}

.goOutTtl img {
    width: 100%;
}
.goOutBox {
    margin: 0 3%;
}

.goOutBox li:first-child {
    padding-top: 10px; 
}

.goOutBox li {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #b6aa8b;
    clear: both;
}

.btmBt {
    border-bottom: none;
    padding-bottom: 10px;
    background: url(/images/odekake_bg_btm.png) no-repeat bottom;
    background-size: 100%;
    box-sizing: border-box;
}

.goOutBox .icon {
    margin-bottom: 5px;
}

.goOutImg {
    float: left;
    width: 40%;
    padding-right: 10px;
}

.goOutTxt {
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
}

.goOutDate { 
    font-size: 12px;
    line-height: 1.2;
}

a.goOutDetailBtn {
    float: right;
    margin-top: 5px;
    width: 95px;
    height: 30px;
    padding-left: 15px;
    line-height: 30px;
    background-image: url(/images/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 8px auto;
    font-size: 12px;
    box-sizing: border-box;
    color: #fff;
}

a.goOutBtn {
    display: block;
    width: 70%;
    margin: 15px auto 10px auto;
    padding: 10px 20px 10px 10px;
    text-align: center;
    background-image: url(/images/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px auto;
    color: #fff;
}

.bgTitle span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 5px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.labelBlue {
    background-color: #75cacc;
}

.labelGreen {
    background-color: #759b38;
}

/*----------------------------------------------------------
shopIcon
------------------------------------------------------------*/
.shopIcon {
    margin: 3px 3px 5px 3px;
}

.shopIcon p {
    border-radius: 3px;
    line-height: 1.0;
    float: left;
    font-size: 10px;
    color: #FFF;
    font-weight: bold;
    padding: 4px 2px 3px 2px;
    margin-right: 3px;
}

.shopIcon .gourmet { 
    background: #e3aeae;
}

.shopIcon .hair { 
    background: #dfabc5;
}

.shopIcon .beauty { 
    background: #cda9dc;
}

.shopIcon .school {
    background: #a9aedc;
}

.shopIcon .life { 
    background: #9ac8c4;
}

.shopIcon .clinic {
    background: #bed3b0;
}

/*----------------------------------------------------------
menu
------------------------------------------------------------*/
.wrapShopMenu {
    position: fixed;
    top: 22px;
    right: 0;
    z-index: 10;
}

.shopMenuBtn img {
    width: 55px;
    zoom: 100%;
}

#menuBox {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    height: 230px;    /* スライドインのときの高さを一定にするｔため　*/
    padding: 4px 0;
    background-color: #554527;
    border-bottom-left-radius: 4px;
    background-image: url(/images/menu_btn_close.png);
    background-repeat: no-repeat;
    background-position: 220px 12px;
    background-size: 22px;
}

#menuBox .shopMenuBtn {
    position: absolute;
    right: 255px;
}

#menuBox li: first-child {
    border-top: none;
}

#menuBox li {
    border-top: 1px dashed #fff;
    padding: 10px 0;
    background-position: 10px 12px;
    background-size: 22px auto;
}

#menuBox .current {
    padding: 20px 0;
    background-position: 10px 20px;
}

.menuMama {
    background: url(/images/icon_menu_mama.png) no-repeat;
}

.menuShop {
    background: url(/images/icon_menu_shop.png) no-repeat;
}

.menuEvent {
    background: url(/images/icon_menu_event.png) no-repeat;
    background-size: 20px auto;
}

.menuSpecial {
    background: url(/images/icon_menu_special.png) no-repeat;
    background-size: 20px auto;
}

#menuBox a {
    padding-left: 45px;
    color: #fff;
    font-weight: bold;
}

/*------------------------------
ページ下部
--------------------------------*/
.snsTtl {
    text-align: center;
    margin: 18px 0 8px;
}

.snsTtl span {
    margin: 0 10px;
    font-weight: bold;
}

.topLink {
    width: 92px;
    margin: 5% 0 3%;
    border: 1px solid;
    border-radius: 4px;
    text-align: center;
}

.topLink a {
    margin: 5px 0;
    display: block;
    font-weight: bold;
}

.goTopBtn.shop {
    top: -95px;
}

/*------------------------------
ぱんくず
--------------------------------*/
.breadCrumb {
    margin: 20px 0 20px;
    padding: 0 3%;
}

.breadCrumb li {
    display: inline;
    font-size: 12px;
}

.breadCrumb li:after {
    margin-left: 5px;
    content: "＞";
}

.breadCrumb li:last-child:after {
    content: "";
}

ol.breadCrumb a {
    font-weight: bold;
    text-decoration: underline;
    vertical-align: bottom;
}

/*------------------------------
ページ下部エリアメニュー
--------------------------------*/
.searchAreaList {
    padding: 30px 10px;
}

.searchAreaList h4 {
    margin: 0 0 10px 0;
    text-align: center;
}

.searchAreaList h4 img {
    max-width: 100%;
}

.searchAreaBox {
    border-top: 1px solid #e06f86;
}

.searchAreaTit {
    padding: 0 2px;
    background: #fff;
}

.searchAreaTit .ttl {
    display: block;
    border-bottom: 1px solid #cdcdcd;
}

.searchAreaTit .ttl a {
    display: block;
    height: 40px;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    background-image: url(/images/icon_arrow_link.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.searchAreaSmallList {
    padding: 0 2px;
    background: #fff;
}

.searchAreaSmallList li {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}

.searchAreaSmallList li a {
    display: block;
    padding: 10px 8% 10px 40px;
    background-image: url(/images/icon_arrow_link.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/*----------------------------------------------------------
search popup
------------------------------------------------------------*/
/*** modalWin ***/
.reveal-modal-bg { 
    position: absolute; 
    height: 100%;
    width: 100%;
    min-height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    z-index: 200;
    display: none;
    top: 0;
    left: 0; 
}

.reveal-modal {
    display: none;
    top: 0; 
    width: 100%;
    position: absolute;
    z-index: 201;
}

.close-reveal-modal span.close {
    position: absolute;
    top: 2px;
    right: 7px;
    cursor: pointer;
    width: 35px;
    height: 40px;
}

.close-reveal-modal img{
    width: 100%;
}

/*** デザインに合わせてカスタマイズ ***/
.modalCmnWp {
    position: relative;
    margin: 0;
    background: #fff;
    color: #5f5239;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.modalCmnBtn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}


