@charset "UTF-8";

/*
============================ Base CSS ==============================

			基本設定
				1.要素設定
				2.枠組み
					2-1.ヘッダー
					2-2.メイン
					2-3.フッター
          2-4.サイド
				3.リンク
					3-1.アイコンリンク
				99.共通クラス
				
640pxより小さい場合に適応 スマフォ
@media (max-width: 640px) {
}

768pxより小さい場合に適応 タブレット
@media (max-width: 768px) {
}

====================================================================
*/


/* 1.要素設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

body {
	color: #484747;
  background: #f4f4f4 url("../img/bg_head.gif") 0 0 repeat-x;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
  position: relative;
}
@media (max-width: 768px) {
  body {
    background: none;
    background: #f4f4f4;
  }
}

* {
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}	/* iPhone */

ul,dl,ol { text-indent: 0; }
li { list-style: none outside; }
th,td { vertical-align: top; }

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
  writing-mode: horizontal-tb !important;
}
input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"] {
  -webkit-appearance: textfield !important;
  -webkit-rtl-ordering: logical !important;
  -webkit-user-select: text !important;
  border-radius: 0;
}
.spBlock {
	display: none !important;
}
.spNone {
	display: block !important;
}
hr {
	clear: both;
	border: none;
	border-top: solid 4px #FF6300;
	margin: 0 0 20px;
	padding: 5px 0 0;
	height: 4px;
}

@media (max-width: 768px) {
	.spNone {
		display: none !important;
	}
	.spBlock {
		display: block !important;
	}
}

* html pre,* html code { font-size: 100%; line-height: 100%; }
*:first-child+html pre,
*:first-child html+code { font-size: 108%; line-height: 100%; }

address,caption,
code,em,strong,th { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }

img {
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
img[src$=".svg"],
svg {
  width: 100%;
  height: auto;
}

article h1 {
  color: #BC1D21;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 2px #BC1D21;
  margin: 0 0 30px;
  padding: 60px 0 20px;
}
.particular article h1 {
  padding: 0;
  margin: 0 auto 30px;
  width: 980px;
  border: none;
}
h2 {
  clear: both;
  display: block;
  color: #BC1D21;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 10px;
}
.home h2 {
  color: #BC1D21;
  border-bottom: solid 3px #BC1D21;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 8px;
  margin: 0 0 20px;
}
.particular h2 {
  color: #BC1D21;
  border-bottom: solid 3px #BC1D21;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.info h2 {
  color: #BC1D21;
  border-bottom: solid 3px #BC1D21;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 0 0 40px;
}
.home h2 img,
.particular h2 img,
.info h2 img {
  width: 50px;
  margin: 0 0 5px;
}
.home #particular h2 {
  color: #fff;
  border: none;
}
.contact h2,
.company h2,
.women h2,
.privacy h2 {
  color: #fff;
  border: none;
  background: #BC1D21;
  display: block;
  text-align: center;
  padding: 5px 0;
  margin: 0 0 25px;
}
.privacy h2 {
  font-size: 1.7rem;
}

h3 {
  background: #BC1D21;
  color: #fff;
  text-align: center;
  padding: 3px;
  margin: 0 0 10px;
}
.company h3 {
  background: none;
  color: #BC1D21;
  font-size: 2.5rem;
  font-family: "Sawarabi Mincho";
  margin: 0 0 20px;
}

.women h3 {
  background: none;
  color: #BC1D21;
  font-size: 2.5rem;
  font-family: "Sawarabi Mincho";
  margin: 0 0 20px;
}

h4 {
  color: #BC1D21;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  article h1 {
    color: #BC1D21;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 2px #BC1D21;
    margin: 0 0 20px;
    padding: 55px 0 15px;
  }
  .particular article h1 {
    width: 100%;
  }
  .company h2 {
    font-size: 1.6rem;
  }
  .company h3 {
    font-size: 1.7rem;
  }
  .company h4 {
    font-size: 1.5rem;
  }
    .women h2 {
    font-size: 1.6rem;
  }
  .women h3 {
    font-size: 1.7rem;
  }
  .women h4 {
    font-size: 1.5rem;
  }
}


/* 2.枠組み
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.wrap {
	width: 980px;
	margin: 0 auto;
}
.wrap:after {	/* clearfix */ clear: both; content: " "; display: block; height: 0; visibility: hidden; }

@media (max-width: 768px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
  }
}

/* 2-1.ヘッダー
──────────────────── */

header {
	display: block;
	padding: 10px 0 0;
	margin: 0 auto;
  width: 980px; 
  height: 111px;
  position: relative;
  z-index: 10;
}
header:after { /* clearfix */ clear: both; content: ""; display: block; height: 0; visibility: hidden; }

.logo {
	margin: 0 auto 10px;
  width: 160px;
  float: left;
  z-index: 1;
}
.logo a:hover {
	filter: alpha( opacity=80 );
	opacity: 0.80;
	-moz-opacity: 0.80;
}

/* ヘッダーナビ => nav.css */

@media (max-width: 768px) {
  header {
    display: block;
    padding: 10px 0 0;
    margin: 0;
    width: 100%; 
    height: auto;
    background: #fff;
    -webkit-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
    box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
  }
  .logo {
    margin: 0 0 10px 2%;
    width: 40%;
  }
  #drower .logo {
    width: 50%;
  }
}

/* サイト内検索 */
#search {
  position: relative;
}
#search .txtForm {
  border: solid 1px #BC1D21;
  border-radius: 16px;
  padding: 3px 5px 0 28px;
  line-height: 1;
  font-size: 1.3rem;
  height: 26px;
  z-index: 1;
  width: 168px;
}
#search .btnSubmit {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 2;
  width: 16px;
  height: 0;
  padding: 16px 0 0;
  overflow: hidden;
  background: url("../img/hIcon06.svg") no-repeat;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
}
#search .btnSearchClose {
  display: none;
}
#tokyo,
#kanagawa {
  position: relative;
  width: 880px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #search {
    background: #BC1D21;
    padding: 5px 3%;
  }
  #search .txtForm {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 3px 45px 0 20px;
  }
  .mfp-content #search .txtForm {
    display: block;
  }
  #search .btnSubmit {
    background: url("../img/hIcon06.svg") no-repeat;
    background-size: 26px 26px;
    width: 26px;
    padding: 26px 0 0;
    top: 12px;
    right: 25px;
    left: inherit;
  }
  #search .btnSearchClose {
    display: block;
    color: #fff;
    border-radius: 4px;
    background: #BC1D21 url("../img/btn_icon04.svg") center 6px no-repeat;
    background-size: 24px auto;
    padding: 33px 0 0;
    font-size: 1.2rem !important;
    width: 50px;
    height: auto;
    text-align: center;
    position: absolute;
    top: -64px;
    right: 23%;
    line-height: normal;
    opacity: 1;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  #tokyo,
  #kanagawa {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}


/* 2-2.メイン
──────────────────── */

article {
	display: block;
  background: #f4f4f4;
  float: left;
	margin: 0;
	padding: 0;
  width: 100%;
  min-height: 200px;
  position: relative;
  z-index: 1;
}
article:after {	/* clearfix */ clear: both; content: " "; display: block; height: 0; visibility: hidden; }

section {
  display: block;
  position: relative;
}
section:after {	/* clearfix */ clear: both; content: " "; display: block; height: 0; visibility: hidden; }


@media (max-width: 768px) {
  article {
    -webkit-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
    box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
  }
}

/* 2-3.フッター
──────────────────── */

footer {
  clear: both;
  text-align: center;
  font-size: 1.2rem;
  background: #BC1D21;
  padding: 40px 0;
  position: relative;
  z-index: 10;
}
footer a {
  color: #fff !important;
}
#fLogo {
  width: 165px;
  margin: 0 auto 30px;
}
.copy {
  color: #fff;
}
.btnTop {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff url("../img/btn_icon05.svg") no-repeat;
  border-radius: 4px;
  width: 40px;
  height: 0;
  padding: 40px 0 0;
  overflow: hidden;
}
.ppih {
  width: 940px;
  margin: 0 auto 20px;
  text-align: right;
}
.ppih img {
  width: 220px;
}
@media (max-width: 768px) {
  footer {
    -webkit-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
    box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
  }
  .ppih {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .ppih img {
    width: 50%;
  }
}


/* 3.リンク
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

a, area {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	outline: none;
  vertical-align: bottom;
}
a.link {
  color: #ffe100 !important;
  text-decoration: underline;
}

a:link,
a:visited { text-decoration: none; color: #BC1D21; }
a:hover,
a:active { text-decoration: none; color: #BC1D21; }




/* 10.HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

#banner {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  margin: 0 0 30px;
  overflow-x: hidden;
}
/* メインスライダー */
.mainSlide {
  position: relative;
  overflow: visible;
  margin: 0 auto 50px;
  height: 360px;
}
.slider {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 0;
  margin-left: -970px;
  width: 1940px;
}
.slider .slick-slide {
  opacity: .5;
  margin-right: 10px;  /* ガター */
}
.slider .slick-slide a {
  width: 100%;
  height: 360px;
}
.slider .slick-prev {
  width: 640px;
  height: 0;
  padding: 360px 0 0;
  margin: 0;
  overflow: hidden;
  background: url("../img/arrow_left_white.svg") 590px 160px no-repeat;
  background-size: 28px 48px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.slider .slick-next {
  width: 640px;
  height: 0;
  padding: 360px 0 0;
  overflow: hidden;
  background: url("../img/arrow_right_white.svg") 20px 160px no-repeat;
  background-size: 28px 48px;
  position: absolute;
  top: -2px;
  right: 7px;
  z-index: 10;
  cursor: pointer;
}
.slider ul.slick-dots {
  text-align: center;
  margin: 10px auto 0;
  margin-left: 10px;  /* ガター */
}
.slider ul.slick-dots li {
  display: inline-block;
  background: #BC1D21;
  width: 10px;
  height: 0;
  padding: 10px 0 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 10px;
  margin: 0 10px 0 0;
  outline: none;
  opacity: 0.3;
}
.slider ul.slick-dots li button {
  display: none;
}
.slider .slick-active {
  overflow: hidden;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  #banner {
    background: #f4f4f4;
    margin: 0;
  }
  .mainSlide {
    position: relative;
    overflow: visible;
    margin: 0 auto 20px;
    height: auto;
  }
  .slider {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
  }
  .slider .slick-slide {
    margin-right: 0;
  }
  .slider .slick-slide a {
    width: 100%;
    height: auto;
  }
  .slider .slick-prev {
    display: none !important;
  }
  .slider .slick-next {
    display: none !important;
  }
}


/* サブバナースライダー */
.subSlider {
  margin: 0 50px 20px;
  position: relative;
}
.subSlider .slick-list {
  margin-right: -35px;  /* ガター分ネガティブマージン */
}
.subSlider .slick-slide {
  margin-right: 35px;  /* ガター */
}
.subSlider .slick-prev {
  width: 76px;
  height: 0;
  padding: 100px 0 0;
  overflow: hidden;
  background: #fff url("../img/arrow_left_red.svg") 30px 34px no-repeat;
  background-size: 20px 34px;
  position: absolute;
  top: 0;
  left: -76px;
  z-index: 10;
  cursor: pointer;
}
.subSlider .slick-next {
  width: 76px;
  height: 0;
  padding: 100px 0 0;
  overflow: hidden;
  background: #fff url("../img/arrow_right_red.svg") 30px 34px no-repeat;
  background-size: 20px 34px;
  position: absolute;
  top: 0;
  right: -76px;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 768px) {
  .subSlider {
    display: -moz-box;/*--- Android旧ブラウザ用 ---*/
    display: -webkit-box;/*--- Android旧ブラウザ用 ---*/
    display: -ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari(PC)用 ---*/
    -js-display: flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: 0 3%;
    /* justify-content: center;  左右中央 */
    align-items: stretch;
    /*align-items: center;　上下中央*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subSlider li {
    width: calc(50% - 1%);
    margin: 0 0 2%;
  }
}

/* こだわりバナースライダー */
.particularSlider {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.particularSlider .slick-list {
  margin-right: -18px;  /* ガター分ネガティブマージン */
}
.particularSlider .slick-slide {
  margin-right: 18px;  /* ガター */
}
.particularSlider .slick-prev {
  width: 76px;
  height: 0;
  padding: 100px 0 0;
  overflow: hidden;
  background: url("../img/arrow_left_white.svg") 30px 34px no-repeat;
  background-size: 20px 34px;
  position: absolute;
  top: 46px;
  left: -76px;
  z-index: 20;
  cursor: pointer;
}
.particularSlider .slick-next {
  width: 76px;
  height: 0;
  padding: 100px 0 0;
  overflow: hidden;
  background: url("../img/arrow_right_white.svg") 30px 34px no-repeat;
  background-size: 20px 34px;
  position: absolute;
  top: 46px;
  right: -76px;
  z-index: 20;
  cursor: pointer;
}
.particularSlider li {
  position: relative;
  z-index: 1;
}
.particularSlider li a {
  width: 100%;
}
.particularSlider li p {
  vertical-align: middle;
  background: #fff;
  opacity: .8;
  font-size: 1.3rem;
  height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  line-height: 1.4;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .particularSlider {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .particularSlider .slick-list {
  }
  .particularSlider .slick-slide {
  }
  .particularSlider .slick-prev {
    width: 15%;
    top: 0;
    left: -18px;
    background: url("../img/arrow_left_white.svg") 27px center no-repeat;
    background-size: 20px 34px;
  }
  .particularSlider .slick-next {
    width: 15%;
    top: 0;
    right: -18px;
    background: url("../img/arrow_right_white.svg") 14px center no-repeat;
    background-size: 20px 34px;
  }
  .particularSlider ul.slick-dots {
    text-align: center;
    margin: 10px auto 0;
    margin-left: 10px;  /* ガター */
  }
  .particularSlider ul.slick-dots li {
    display: inline-block;
    background: #fff;
    width: 10px;
    height: 0;
    padding: 10px 0 0;
    overflow: hidden;
    line-height: 1;
    border-radius: 10px;
    margin: 0 10px 0 0;
    outline: none;
    opacity: 0.8;
  }
  .particularSlider ul.slick-dots li button {
    display: none;
  }
  .particularSlider ul.slick-dots li.slick-active {
    overflow: hidden;
    background: #BC1D21;
    opacity: 1 !important;
  }
}


.wBox {
  background: #fff;
  padding: 40px;
  margin: 0 auto 40px;
  box-shadow: 0 0 8px #ccc;
}
.home .wBox {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.particular .wBox {
  padding: 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .vegiBg {
    background: url("../img/bg_vegetables01.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
  .vegiBg2 {
    background: #f4f4f4 url("../img/bg_vegetables02.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
  }
  .vegiBg3 {
    background: #f4f4f4 url("../img/bg_vegetables03.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
  }
  #vegiBg01 {
    background: #f4f4f4 url("../img/bg_vege01.png") 0 0 no-repeat;
    background-size: 40% auto;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #vegiBg02 {
    background: #f4f4f4 url("../img/bg_vege02.png") right 0 no-repeat;
    background-size: 40% auto;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #vegiBg03 {
    background: #f4f4f4 url("../img/bg_vege03.png") 0 0 no-repeat;
    background-size: 40% auto;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #vegiBg04 {
    background: #f4f4f4 url("../img/bg_vege04.png") right 0 no-repeat;
    background-size: 40% auto;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .wBox {
    background: rgba(255,255,255, 0.8);
    width: 94%;
    padding: 20px 3% 3%;
  }
  .home .wBox {
    width: 100%;
  }
  .bargain .wBox {
    padding: 20px 3% 40px;
  }
}

#news dl {
  margin: 0 0 20px;
}
#news dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}
#news dl dd {
  padding: 0 0 10px;
  margin: 0 0 10px;
  text-align: left;
  border: none;
  font-size: 1.6rem;
  float: none;
  width: auto;
}
#news dl dt span {
  color: #BC1D21;
  display: inline-block;
  background: #F7E4E4;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 10px;
  margin-left: 15px;
}

#searchShop p {
  font-size: 1.4rem;
}

#particular {
  background: url("../img/bg_particular.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0;
}
#areaMap {
  width: 378px;
}
.clumn2#news,
.clumn2#searchShop {
  margin: 0 0 40px;
}

#news {
  margin-left: 50px !important;
}
#searchShop {
  margin-right: 0px !important;
}

@media (max-width: 768px) {
  #news {
    margin: 3% 3% 30px 3% !important;
  }
  #news dl dt,
  #news dl dd {
    font-size: 1.6rem;
  }
  #news dl dt span {
    font-size: 1.3rem;
  }
  #searchShop {
    margin: 3% 3% 40px !important;
  }
  #areaMap {
    width: 100%;
  }
}


/* 20.店舗検索
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.shop article h1 {
  background: url("../img/hIcon02_r.svg") center 0 no-repeat;
  background-size: 65px 52px;
}
.shop article h2 {
  text-align: left;
  font-weight: bold;
}
.shop input#shopSearchTxt {
  border: solid 1px #BC1D21;
  border-radius: 6px;
  padding: 10px;
  line-height: 1;
  width: 280px;
  margin: 0 5px 0 0;
}
.shop input#shopSearchBtn {
  background: #BC1D21;
  border-radius: 6px;
  padding: 12px 0;
  text-align: center;
  line-height: 1;
  border: none;
  color: #fff;
  width: 96px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .shop input#shopSearchTxt {
    width: 77%;
    margin: 0 1% 0 0;
    font-size: 1.6rem;
  }
  .android.shop input#shopSearchTxt {
    width: 74%;
  }
  .shop input#shopSearchBtn {
    width: 20%;
    font-size: 1.6rem;
  }
}
map {
  display: none;
  height: 0;
  line-height: 1;
  font-size: 1;
}

.popBox {
  border: solid 2px #BC1D21;
  background: #fff;
  padding: 30px 30px 15px;
  width: 880px;
  margin: 0 auto;
}
.popBox ul {
  display: -moz-box;/*--- Android旧ブラウザ用 ---*/
  display: -webkit-box;/*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari(PC)用 ---*/
  -js-display: flex;
  display: flex;
  -moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0 auto;
  /* justify-content: center;  左右中央 */
  align-items: stretch;
  /*align-items: center;　上下中央*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popBox ul li {
  width: calc(20% - 15px);
  margin: 0 0 18px;
}
.popBox ul li a {
	clear: both;
  color: #BC1D21;
  border: solid 1px #BC1D21;
  border-radius: 6px;
  font-size: 2.2rem;
  margin: 0 auto;
  line-height: 1;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  box-shadow: 2px 2px 4px #ccc;
}
.popBox ul::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.popBox ul::after{
  content:"";
  display: block;
  width:23%;
  position: relative;
}
button.mfp-close {
  background: url("../img/btn_close.png") 0 0 no-repeat;
  width: 43px;
  height: 0;
  padding: 43px 0 0;
  overflow: hidden;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: -40px !important;
  right: -3px;
}
.mfp-inline-holder .mfp-content {
  width: 96%;
}

@media (max-width: 768px) {
  .popBox {
    border: solid 2px #BC1D21;
    background: #fff;
    padding: 10px 10px 5px;
    width: 96%;
    margin: 0 2%;
  }
  .popBox ul li {
    width: calc(25% - 5px);
    margin: 0 0 8px;
  }
  .popBox ul li a {
    font-size: 1.4rem;
    padding: 12px 0;
  }
  button.mfp-close {
    background: url("../img/btn_close.png") 0 0 no-repeat;
    background-size: 36px 36px;
    width: 38px;
    height: 0;
    padding: 38px 0 0;
    overflow: hidden;
    line-height: 1;
    opacity: 1;
    top: -36px !important;
    right: 2%;
  }
  .mfp-container {
    padding: 0;
  }
  .mfp-inline-holder .mfp-content {
    width: 100%;
  }
}

.btnLookMap {
	clear: both;
  display: inline-block;
  color: #BC1D21;
  border: solid 2px #BC1D21;
  border-radius: 6px;
  background: #fff url("../img/icon05.svg") 3px 1px no-repeat;
  background-size: 28px 28px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1;
  padding: 8px 10px 8px 30px;
  text-align: center;
  width: auto;
  cursor: pointer;
  box-shadow: 2px 2px 4px #ccc;
}
.btnLookMap:hover {
	filter: alpha( opacity=80 );
	opacity: 0.80;
	-moz-opacity: 0.80;
}

.vTop {
  vertical-align: top !important;
  white-space: nowrap;
  overflow: visible;
}
.shop .service {
  margin: 0 0 5px;
}
.shop .service img {
  width: 49px;
  margin-right: 3px;
}

.shop dl.api {
  border: none;
  margin: 0;
  padding: 0;
}
.shop dl.api dt {
  display: inline-block;
  margin: 0 0 10px;
  width: auto;
}
.shop dl.api dd {
  display: block;
  width: 100%;
}

.shop dl.info {
}
.shop dl.info dt {
  display: block;
  margin: 0 0 10px;
}
.shop dl.info dd {
  display: block;
  background: #F7E4E4;
  margin: 0 0 5px;
  padding: 10px 12px;
}
.shop dl.info dd span {
  color: #BC1D21;
  font-weight: bold;
  margin-right: 15px;
}
.shop#detail .clumn2 {
  margin: 0;
}
.shop#detail dl.api dd {
  position: relative;
}
.shop#detail iframe {
  transform-origin: 0 0;
  transform: scale(0.7);
  width: 600px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

.shop dl.recruit {
  border: none;
  padding: 0;
  margin: 0;
}
.shop dl.recruit dt {
  display: block;
  margin: 0 0 10px;
}
.shop dl.recruit dd {
  display: block;
  margin: 0 0 10px;
  padding: 0;
}

/* 地図 */
#shopMap {
  width: 800px;
  height: 600px;
  margin: 0 auto 30px;
}
#map {
  display: none;
}

@media (max-width: 768px) {
  .shop dl {
    display: block;
    padding: 0 0 18px;
    margin: 0 0 18px;
    width: 100%;
    position: relative;
  }
  .shop dt {
    display: inline-block !important;
    min-width: 86px;
    margin: 0 0 10px;
    width: auto;
  }
  .shop dt span {
    font-size: 1.6rem;
  }
  .shop .cel dd {
    display: block !important;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
  }
  .vTop {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .shop dl.api {
    border-bottom: dashed 1px #BC1D21;
    padding: 0 0 18px;
    margin: 0 0 18px;
  }
  .shop dl.info dt,
  .shop dl.recruit dt {
    display: inline-block;
  }
  .shop dl.info dd span {
    display: block;
  }
  .shop .service img {
    width: calc(20% - 10px);
    margin-right: 5px;
  }
  #shopMap {
    width: 100%;
    height: 60vh;
    margin: 0 0 20px;
  }
  .shop#detail iframe {
    display: block;
    position: relative;
    transform: none;
    width: 300px;
    height: 250px;
    margin: 0 auto;
  }
}


/* 30.企業情報
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.company article h1 {
  background: url("../img/icon01.svg") center 0 no-repeat;
  background-size: 80px 63px;
  padding: 70px 0 15px;
}
.ceo {
  width: 200px;
  float: right;
  margin: 0 0 20px 45px;
  text-align: center;
  font-size: 1.3rem;
}
.ceo img {
  margin: 0 0 10px;
}
.grayBox {
  background: #F2F2F2;
  line-height: 1;
  text-align: center;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 30px;
}
.redGoal {
  color: #BA1D21;
  font-size: 1.6rem;
  font-weight: bold;
}
.redGoal span {
  background: #BA1D21;
  line-height: 1;
  color: #fff;
  padding: 4px 12px;
  font-size: 1.5rem;
  border-radius: 4px;
  margin: 0 10px 0 0;
}
.report {
  margin: 0;
  text-align: center;
}
.report2 {
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .ceo {
    width: 60%;
    float: none;
    margin: 0 auto 20px;
  }
  .ceo img {
    margin: 0 0 10px;
  }
  .report {
    float: none;
    margin: 0 0 15px;
    text-align: left;
  }
  .report2 {
    float: none;
    margin: 0;
    text-align: center;
  }
  .grayBox {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .redGoal {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .redGoal span {
    padding: 3px 12px;
  }
}

/* 31.女性活躍
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.women article h1 {
  background: url("../img/icon01.svg") center 0 no-repeat;
  background-size: 80px 63px;
  padding: 70px 0 15px;
}


/* 40.お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.info #news {
  margin-left: 0 !important;
}
#news dl {
  border-bottom: dashed 1px #BC1D21;
}
#news dl:after { /* clearfix */ clear: both; content: " "; display: block; height: 0; visibility: hidden; }

#news dl dt {
  font-size: 1.8rem;
  float: left;
  width: 200px;
  color: #BC1D21;
}
.home #news dl dt {
  width: 100%;
}
.info #news dl dd {
  border: none;
  font-size: 1.6rem;
  float: left;
  width: 650px;
}
#news dl dd a {
  color: #484747;
}
#news dl dd a:hover {
  text-decoration: underline;
}
#news dl dt.new:after {
  content: "NEW";
  color: #fff;
  display: inline-block;
  background: #BC1D21;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  padding: 2px 8px;
  margin-left: 15px;
  vertical-align: text-top;
}
#news dl dd span {
  color: #BC1D21;
  display: inline-block;
  background: #F7E4E4;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 10px;
  margin-right: 15px;
}

.info#detail h1 {
  text-align: left;
  font-size: 3.0rem;
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0 0 10px;
}
.info#detail p#date {
  font-weight: bold;
  font-size: 1.8rem;
  color: #BC1D21;
}
.info#detail p.new:after {
  content: "NEW";
  color: #fff;
  display: inline-block;
  background: #BC1D21;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 3px 12px;
  margin-left: 15px;
  vertical-align: baseline;
}
.info#detail p.shop {
  color: #BC1D21;
  display: inline-block;
  background: #F7E4E4;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 4px 12px;
  margin: 0 0 5px;
}
.info#detail .entryBody {
  margin: 0 0 80px;
}


@media (max-width: 768px) {
  .info #news {
    margin: 3% 3% 30px 3% !important;
  }
  .info #news dl dd {
    width: 100%;
  }
  #news dl dt {
    font-size: 1.8rem;
    float: left;
    width: 100%;
    color: #BC1D21;
  }
  #news dl dt span {
    color: #BC1D21;
    display: inline-block;
    background: #F7E4E4;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 4px 10px;
    margin-right: 0;
    margin-left: 15px;
    vertical-align: text-top;
  }
  #news dl dt.new:after {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 2px 8px;
  }
  .info#detail h1 {
    font-size: 2.2rem;
  }
}

/* 50.お問い合わせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.contact article h1 {
  background: url("../img/hIcon07.svg") center 5px no-repeat;
  background-size: 44px 44px;
}


/* 60.お買い得
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.bargain article h1 {
  background: url("../img/icon07.svg") center 0 no-repeat;
  background-size: 65px 52px;
}
.bargainImg {
  width: 360px;
  margin: 20px auto;
  box-shadow: 2px 2px 4px #ccc;
}

@media (max-width: 768px) {
  .bargainImg {
    width: 100%;
  }
}

/* 65.おススメ情報
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.recommend article h1 {
  background: url("../img/icon10.svg") center 0 no-repeat;
  background-size: 65px 52px;
}
.ucsImg {
  width: 640px;
  margin: 0 auto 30px;
}

/* 70.プライバシーポリシー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.privacy article h1 {
  background: url("../img/icon08.svg") center 0 no-repeat;
  background-size: 65px 52px;
}
dl.joint {
  margin: 0;
  border-top: solid 1px #BC1D21;
  border-left: solid 1px #BC1D21;
}
dl.joint dt {
  text-align: center;
  color: #BC1D21;
  background: #F7E4E4;
  padding: 5px;
  border-right: solid 1px #BC1D21;
  border-bottom: solid 1px #BC1D21;
  font-size: 1.4rem;
  font-weight: bold;
}
dl.joint dd {
  text-align: center;
  padding: 5px;
  border-right: solid 1px #BC1D21;
  border-bottom: solid 1px #BC1D21;
  font-size: 1.4rem;
}
.privacy p {
  padding-left: 0 !important;
}

@media (max-width: 768px) {
  dl.joint {
    margin: 0 0 5px;
  }
.ucsImg {
  width: 80%;
  margin: 0 auto 20px;
}
}


/* 80.サイトマップ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.sitemap article h1 {
  background: url("../img/icon09.svg") center 0 no-repeat;
  background-size: 65px 52px;
}
.sitemap article ul {
  margin: 0 0 10px 15px;
}
.sitemap article ul li {
  margin: 0 0 15px;
}
.sitemap article ul li a {
  color: #484747;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 1.4;
}
.sitemap article a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .sitemap article ul {
    margin: 0 0 20px 15px;
  }
}



/* 90.検索
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.free article h1 {
  background: url("../img/hIcon06.svg") center 0 no-repeat;
  background-size: 65px 52px;
}


/* 99.共通クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.opacity:hover {
 	cursor: hand;
	filter: alpha( opacity=80 ); /* IE */
	opacity: 0.80;               /* Firefox,Opera,Safari */
	-moz-opacity: 0.80;          /* Firefox 0.9より前 */
}
.opacity a {
  position: absolute;
	color: #666;
	text-decoration: none;
}


/* ボタン */

.btn {
	clear: both;
  color: #BC1D21;
  border: solid 2px #BC1D21;
  border-radius: 6px;
  background: #fff url("../img/btn_icon.svg") 10px 8px no-repeat;
  background-size: 14px 14px;
  font-size: 1.4rem;
  margin: 0 auto;
  line-height: 1;
  padding: 8px 10px 8px 30px;
  text-align: center;
  width: auto;
  cursor: pointer;
  box-shadow: 2px 2px 4px #ccc;
}
.btn:hover,
.btnRed:hover,
.btnBack:hover {
	filter: alpha( opacity=80 );
	opacity: 0.80;
	-moz-opacity: 0.80;
}
.btnRed {
  color: #fff !important;
  background: #BC1D21 url("../img/btn_icon03.svg") 10px 8px no-repeat;
  background-size: 14px 14px;
  margin: 0 auto;
  padding: 8px 10px 8px 30px;
  border-radius: 6px;
  line-height: 1;
  font-size: 1.4rem;
  box-shadow: 2px 2px 4px #ccc;
}
.btnBack {
  display: inline-block;
  color: #fff !important;
  background: #BC1D21 url("../img/btn_icon02.svg") 10px 8px no-repeat !important;
  background-size: 14px 14px !important;
  margin: 0 auto 10px !important;
  font-size: 1.4rem;
  box-shadow: 2px 2px 4px #ccc;
}
@media (max-width: 768px) {
  .btn {
    background: #fff url("../img/btn_icon.svg") 13px 8px no-repeat;
    background-size: 18px 18px;
    width: 55%;
    font-size: 1.6rem;
    padding: 10px 10px 10px 30px;
  }
  .btnRed {
    background: #BC1D21 url("../img/btn_icon03.svg") 13px 13px no-repeat;
    background-size: 18px 18px;
    font-size: 1.6rem;
    padding: 15px 15px 15px 35px;
  }
  .btnBack {
    background: #BC1D21 url("../img/btn_icon02.svg") 13px 13px no-repeat !important;
    background-size: 18px 18px !important;
    font-size: 1.6rem;
    padding: 15px 15px 15px 35px;
  }
.ucsImg {
  width: 96%;
  margin: 0 auto 30px;
}
}

/* 点滅 */
@-webkit-keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* カラム */
.clumnBox {
  display: -moz-box;/*--- Android旧ブラウザ用 ---*/
  display: -webkit-box;/*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari(PC)用 ---*/
  -js-display: flex;
  display: flex;
  -moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0 auto;
  /* justify-content: center;  左右中央 */
  align-items: stretch;
  /*align-items: center;　上下中央*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clumn {  /* 3カラム */
  width: calc(100%/3 - 26px);
  margin: 0px 0 30px;
  position: relative;
}
.clumn:after { /* clearfix */ clear: both; content: " "; display: block; height: 0; visibility: hidden; }

.clumn img {
  width: 100%;
  margin: 0 0 5px;
}
.clumn2 {  /* 2カラム */
  width: calc(50% - 34px - 40px);
  margin: 0 0 20px;
  z-index: 10;
}
.shop .clumn2,
.particular .clumn2,
.company .clumn2,
.women .clumn2,
.contact .clumn2,
.privacy .clumn2 {
  width: calc(50% - 20px);
  margin: 0 0 36px;
}

.clumn3 {  /* 3カラム */
  width: calc(100%/3 - 20px);
  margin: 0 0 20px;
}
.clumn4 {  /* 4カラム */
  width: calc(25% - 20px);
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .clumn2 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .clumn3 {
    width: 100%;
    margin: 0 auto;
  }
  .home .clumn2 {
    width: 94%;
    margin: 0 3% 20px;
  }
  .shop .clumn2 {
    width: 100%;
    margin: 0 0 20px;
  }
  .particular .clumn2 {
    width: 94%;
    margin: 0 3% 20px;
  }
  .company .clumn2 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .women .clumn2 {
    width: 100%;
    margin: 0 auto 20px;
  }  
  .contact .clumn2 {
    width: 94%;
    margin: 0 3% 30px;
  }
  .privacy .clumn2 {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* ページネーション */
ul.pageNation {
	margin: 0 auto;
	display: inline-block;
}
ul.pageNation li {
  color: #484747;
}
ul.pageNation>li {
	display: inline;
}
ul.pageNation li span,
ul.pageNation li a {
	border-color: #BEBCB8;
}
ul.pageNation>li>a,
ul.pageNation>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
ul.pageNation li span:hover,
ul.pageNation li a:hover {
  color: #484747;
  background: #F7E4E4;
}
ul.pageNation>li:first-child>a,
ul.pageNation>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* パララックス */
.inV {
	transform: translate(320px,0px); 
	-webkit-transform: translate(320px,0px); 
	filter: alpha( opacity=0 );
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: 1.5s;
  z-index: 110;
}
.inVr {
	transform: translate(-320px,0px);
	-webkit-transform: translate(-320px,0px);
	filter: alpha( opacity=0 );
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: 1.5s;
  z-index: 110;
}
.inAnime {
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	filter: alpha( opacity=100 );
	opacity: 1.0;
	-moz-opacity: 1.0;
}

.breadcrumb {
  width: 980px;
  margin: 0 auto 8px;
  font-size: 1.2rem;
  padding: 8px 0 0;
}

@media (max-width: 768px) {
  .breadcrumb {
    width: 94%;
    margin: 0 3% 8px;
  }
}


table.base {
  width: 100%;
  border-top: solid 1px #BC1D21;
  border-left: solid 1px #BC1D21;
  border-collapse: collapse;
  margin: 0 0 20px;
}
table.base th {
  color: #BC1D21;
  vertical-align: middle;
  border-right: solid 1px #BC1D21;
  border-bottom: solid 1px #BC1D21;
  min-width: 120px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
table.base td {
  padding: 15px;
  vertical-align: middle;
  border-right: solid 1px #BC1D21;
  border-bottom: solid 1px #BC1D21;
  font-size: 1.3rem;
}
table.base td span {
  display: inline-block;
  background:  #BC1D21;
  width: 76px;
  border-radius: 4px;
  text-align: center;
  padding: 3px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 8px 0 0;
}

@media (max-width: 768px) {
  table.base {
    border: none;
  }
  table.base th {
    display: block;
    min-width: inherit;
    border: none;
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.6rem;
  }
  table.base th a {
    background: #F7E4E4 url("../img/btn_icon.svg") 97% center no-repeat;
    background-size: 18px 18px;
    padding: 10px;
    color: #484747 !important;
    font-size: 1.6rem;
  }
  table.base td {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    border: none;
    font-size: 1.6rem;
  }
}

table.result {
  width: 100%;
  border-top: solid 1px #BC1D21;
  border-left: solid 1px #BC1D21;
  border-collapse: collapse;
  margin: 0 0 10px;
}
table.result th {
  background: #F7E4E4;
  vertical-align: middle;
  border-right: solid 1px #BC1D21;
  border-bottom: solid 1px #BC1D21;
  min-width: 175px;
  width: 200px;
}
table.result th a {
  color: #BC1D21;
  background: url("../img/btn_icon.svg") 15px center no-repeat;
  background-size: 18px 18px;
  padding: 0 0 0 40px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
}
table.result td {
  padding: 5px 10px;
  border-right: solid 1px #BC1D21;
  border-bottom: solid 1px #BC1D21;
  font-size: 1.3rem;
}
table.result td span {
  display: inline-block;
  background:  #BC1D21;
  width: 76px;
  border-radius: 4px;
  text-align: center;
  padding: 3px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 8px 0 0;
}
table.result td:nth-child(3) {
  width: 220px;
}

table.resultFree {
  width: 100%;
  border-top: solid 1px #BC1D21;
  border-left: solid 1px #BC1D21;
  border-collapse: collapse;
  margin: 0 0 10px;
}
table.resultFree th {
  background: #F7E4E4;
  vertical-align: middle;
  border-right: solid 1px #BC1D21;
  border-bottom: solid 1px #BC1D21;
  min-width: 175px;
  width: 200px;
}
table.resultFree th a {
  color: #484747;
  background: url("../img/btn_icon.svg") 15px 13px no-repeat;
  background-size: 18px 18px;
  padding: 12px 0 12px 40px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
}
table.resultFree th a span {
  color: #BC1D21;
  font-size: 1.3rem;
  font-weight: normal;
}
table.result:last-of-type,
table.resultFree:last-of-type {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  table.result {
    border: none;
  }
  table.result th {
    min-width: inherit;
    border: none;
  }
  table.result th a {
    background: #F7E4E4 url("../img/btn_icon.svg") 97% center no-repeat;
    background-size: 18px 18px;
    padding: 10px;
    color: #484747 !important;
  }
  table.result td {
    display: none;
  }
}

.coution {
  font-size: 1.0rem;
  margin: 0;
}

.cel dl {
  display: table;
  border-bottom: dashed 1px #BC1D21;
  padding: 0 0 18px;
  margin: 0 0 18px;
  width: 100%;
}
.cel dl:after { /* clearfix */ clear: both; content: " "; display: block; height: 0; visibility: hidden; }

.cel dl dt {
  display: table-cell;
  vertical-align: top;
  min-width: 86px;
  width: 86px;
}
.cel dl dt span {
  display: block;
  background: #BC1D21;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  min-width: 86px;
}
.cel dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 0 0 10px;
}

@media (max-width: 768px) {
  .cel dl dt span {
    font-size: 1.5rem;
    padding: 5px 5px;
  }
  .company .cel dl dt span {
    padding: 5px 0;
  }
  .women .cel dl dt span {
    padding: 5px 0;
  }
  .cel dl dt.service {
    width: auto;
  }
  .cel dl dd {
    font-size: 1.6rem;
    width: auto;
  }
}

.pinkBox {
  background: #F7E4E4;
  padding: 20px;
}
.sitemap .pinkBox {
  padding: 8px 15px;
  margin: 0 0 15px;
  font-size: 1.8rem;
}
.sitemap .pinkBox a {
  text-decoration: underline;
}
ol.pinkBox {
  background: none;
  padding: 0;
  margin: 0;
}
ol.pinkBox li {
  background: #F7E4E4;
  padding: 10px 10px 10px 40px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 5px;
  list-style: none;
}
ol.pinkBox li:nth-child(1) {
  background: #F7E4E4 url("../img/icon1.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li:nth-child(2) {
  background: #F7E4E4 url("../img/icon2.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li:nth-child(3) {
  background: #F7E4E4 url("../img/icon3.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li:nth-child(4) {
  background: #F7E4E4 url("../img/icon4.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li:nth-child(5) {
  background: #F7E4E4 url("../img/icon5.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li:nth-child(6) {
  background: #F7E4E4 url("../img/icon6.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li:nth-child(7) {
  background: #F7E4E4 url("../img/icon7.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li.num2 {
  background: #F7E4E4 url("../img/icon2.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox li.num3 {
  background: #F7E4E4 url("../img/icon3.svg") 12px 10px no-repeat;
  background-size: 20px 20px;
}
ol.pinkBox p {
  padding: 10px 0 0 40px;
}

@media (max-width: 768px) {
  ol.pinkBox {
    margin: 0 0 30px;
  }
  ol.pinkBox li {
    font-size: 1.6rem;
  }
  .sitemap .pinkBox {
    padding: 8px 15px;
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
}

