/*
Theme Name: raimu
Author: Kakihara
Description: ライムクリーニング オリジナルテーマ
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:900');

/*--------------------------------------------------------------
All
--------------------------------------------------------------*/
.youbi-op{
	position: relative;
}

body {
 width: 100%;
 font-family: 'Kosugi Maru', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 overflow-x: hidden;
 margin: 0 !important;
	color: #282828;
	font-weight: bold;
}
a {
 text-decoration: none;
	color: #282828;
}
p {
 line-height: 1.8em;
	font-size: 14px;
}
.notes {
    font-size: 11px !important;
}
.txtM {
    font-size: .8em !important;
}
.txtCenter {
    text-align: center;
}
.txtRight {
	text-align: right;
}
.txtRed {
	color: #e60012;
}
.linethrough {
	text-decoration: line-through;
}
a img:hover {
	opacity: 0.9;
}
.pcNone {
	display: none;
}
.headerCont {
	position: relative;
}
h3#loadgo-progress {
	border: none;
}
/*Logo---------------------------------------*/
.headerLogo .siteTitle {
    width: 200px;
	height: 80px;
	background: url(../raimu/images/logo.svg) no-repeat;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: .5em auto;
}
.headerLogo .siteTitle a {
    display: block;
    width: auto;
    height: 100%;
}
/*Marquee---------------------------------------*/
.marqArea{
	cursor: all-scroll;
	color: #fff;
	background: #e60012;
	width: 100%;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
.dragSpan{
	line-height: 30px;
	height: 30px;
	font-size: 14px !important;
	font-weight: normal;
	left: 100%;
	position: relative;
}
/*Header Nav-------------------------------------*/
.shop-btn {
    position: fixed;
	right: 8%;
	top: 4%;
	z-index: 1;
}
.shop-btn span {
    color: #e90000;
    font-size: 13px;
    letter-spacing: 1px;
	line-height: 1.5em;
	text-align: center;
	width: 35px;
	display: block;
}
.shop-btn span::before {
    content: url(../raimu/images/hd_btn_shop.svg);
}
.shop-btn span::after {
    content: attr(data-txt-menu);
}
.menu-btn {
    position: fixed;
	right: 3%;
	top: 4%;
	z-index: 1;
}
.menu-btn span {
    color: #e90000;
    font-size: 13px;
    letter-spacing: 1px;
	line-height: 1.5em;
	text-align: center;
	width: 35px;
	display: block;
}
.menu-btn span::before {
    content: url(../raimu/images/hd_btn_menu.svg);
}
.menu-btn span::after {
    content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span::before {
    content: url(../raimu/images/hd_btn_menu.svg);
}
.open .menu-btn span::after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.menu ul {
    display: table-cell;
    vertical-align: middle;
}
.menu li {
    width: 300px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
}
.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}
.menu li a:hover {
    color: #999;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index: 2;
}
/*Slider---------------------------------------*/
.cover {
    width: 100%;
    position: relative;
    text-align: center;
}
.cover::after {
    content: url(../raimu/images/pickup.svg);
	position: absolute;
	width: 220px;
	bottom: -2px;
	right: 10%;
}
.swiper-container {
    text-align: center;
	z-index: 0;
}
.swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
	margin-bottom: -3px;
}
.swiper-button-prev {
    background-image: url(../raimu/images/prev.svg);
    left: -1px;
    right: auto;
     top: 54%;
    width: 18px;
    height: 32px;
    background-size: 18px 32px;
}
.swiper-button-next {
    background-image: url(../raimu/images/next.svg);
    right: -1px;
    left: auto;
     top: 54%;
    width: 18px;
    height: 32px;
    background-size: 18px 32px;
}
.swiper-pagination-bullet-active {
    background: #aaa;
}
/*CoverNav--------------------------------------*/
.coverNav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
}
.coverNav ul li {
	width: calc(33.3% - 20px);
	text-align: center;
	margin: 0 10px;
}
.coverNav ul li a {
    display: block;
    height: 5em;
    line-height: 5em;
    font-size: 1.1em;
    border-image: url(../raimu/images/colorborder_s.png) 15;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-top: none;
}
.coverNav ul li a#menu01::before {
	content: url(../raimu/images/ico_pricetag.svg);
	display: inline-block;
	width: 1.8em;
	line-height: 1em;
	margin-right: 1em;
	vertical-align: middle;
}
.coverNav ul li a#menu02::before {
	content: url(../raimu/images/ico_shop.svg);
	display: inline-block;
	width: 1.8em;
	line-height: 1em;
	margin-right: 1em;
	vertical-align: middle;
}
.coverNav ul li a#menu03::before {
	content: url(../raimu/images/ico_menu.svg);
	display: inline-block;
	width: 1.8em;
	line-height: 1em;
	margin-right: 1em;
	vertical-align: middle;
}
/*Contents--------------------------------------*/
.section {
	padding: 3em 0;
}
.bg01 {
	background: #f9f8f7;
}
.bg02 {
	background: #e55757;
}
.wrap {
	width: 900px;
	margin: 0 auto;
}
.wrap img {
	max-width: 100%;
	height: auto;
}
.mb2 {
	margin-bottom: 2em !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.memberCont {
	background: #fff;
	position: relative;
	text-align: center;
	padding: 2em;
	border-image: url(../raimu/images/colorborder_l.png) 15;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 6px;
	border-top-width: 6px;
	z-index: 0;
}
.memberCont h2 {
	font-size: 1.2em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	line-height: 2.5em;
	margin: 0;
}
.memberCont h2 strong {
	font-size: 2em;
	color: #e90000;
}
.memberCont h2::after {
    content: url(../raimu/images/raimu.svg);
    position: absolute;
    width: 135px;
    right: 10%;
    top: 0;
    bottom: 0;
}
.block {
	width: 100%;
	display: flex;
	position: relative;
}
.block .left {
	margin-right: 3%;
	width: 100%;
}
.block .right {
	width: 100%;
}
.block.col7_3 .left {
    width: 65%;
}
.block.col7_3 .right {
    width: 35%;
}
#home .block.col7_3, .shopPage .block.col7_3 {
    margin-top: 4em;
}
#home .block.col7_3::before, .shopPage .block.col7_3::before {
	content: url(../raimu/images/arrow_example.svg);
	position: absolute;
	display: block;
	width: 180px;
	margin: 0 auto;
	top: -3em;
	left: 0;
	right: 0;
}
.5-5 {
	max-width: 50%;
}
h3 {
	border-image: url(../raimu/images/colorborder_l.png) 0 0 6 0 round;
	border-bottom-style: solid;
	border-width: 0px 0px 6px 0px;
	letter-spacing: 2px;
	font-size: 1.4em;
	padding: 0 0 .5em;
	margin-bottom: 1.5em !important;
	position: relative;
}
h3.news::before {
	content: url(../raimu/images/ico_write.svg);
	display: inline-block;
	width: 1.2em;
	margin-right: 1em;
}
ul#newsList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
ul#newsList li {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 3em;
	display: inline-block;
}
ul#newsList li:nth-child(even) {
	margin-right: 0;
}
ul#newsList li .thumbnail {
	width: 30%;
	margin-right: 5%;
	float: left;
}
ul#newsList li .post-category {
	font-size: 12px;
	color: #fff;
	background: #e55757;
	padding: .2em .5em;
}
ul#newsList li .excerpt {
	width: 65%;
	float: left;
	overflow-x: auto;
}
ul#newsList li .title a {
    display: block;
    color: #e60012;
    text-decoration: underline;
    margin: .8em 0 0;
    line-height: 1.5em;
}
/*PageContents-----------------------------------*/
.pageTitle {
	background: #f7f3f0 url(../raimu/images/bg_laundry.jpg) no-repeat right;
	background-size: 45% auto;
	padding: 4em 0;
}
.pageTitle h2 {
	width: 900px;
	margin: 0 auto;
	font-size: 1.8em;
}
.breadcrumbs {
    font-size: 12px;
    margin: .5em;
}
h3.raimu a {
    display: inline-block;
    vertical-align: middle;
}
h3.raimu {
	margin-top: 36px;
}
h3.raimu::before {
    content: url(../raimu/images/raimu.svg);
    display: inline-block;
    width: 3em;
    vertical-align: middle;
    margin-right: 1em;
}
h3.yshirts::before {
	content: url(../raimu/images/pic_yshirts.svg);
	display: inline-block;
    width: 2em;
    vertical-align: middle;
	margin-right: 1em;
}
h3.clothes::before {
	content: url(../raimu/images/pic_clothes.svg);
	display: inline-block;
    width: 2.4em;
    vertical-align: middle;
	margin-right: 1em;
}
h3.down::before {
	content: url(../raimu/images/pic_down.svg);
	display: inline-block;
    width: 2.4em;
    vertical-align: middle;
	margin-right: 1em;
}
h3.blanket::before {
    content: url(../raimu/images/blanket.svg);
    display: inline-block;
    width: 53px;
    vertical-align: middle;
    margin-right: 1em;
}
h3.kimono::before {
	content: url(../raimu/images/pic_kimono.svg);
	display: inline-block;
    width: 1.8em;
    vertical-align: middle;
	margin-right: 1em;
}
h3.coat::before {
	content: url(../raimu/images/pic_coat.svg);
	display: inline-block;
    width: 1.8em;
    vertical-align: middle;
	margin-right: 1em;
}
h3.shoes::before {
	content: url(../raimu/images/pic_shoes.svg);
	display: inline-block;
    width: 2.8em;
    vertical-align: middle;
	margin-right: 1em;
}
h3.shoes2::before {
	content: url(../raimu/images/pic_shoes2.svg);
	display: inline-block;
    width: 2.8em;
    vertical-align: middle;
	margin-right: 1em;
}
.shopList ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	margin: 0 auto;
}
.shopList ul li {
	width: calc(33.3% - 2%);
	margin: 1%;
	text-align: center;
	position: relative;
	background: #f4f4f4;
}
p.shopName {
	margin: .5em auto 1em;
	font-size: 1.1em;
}
p.emIcon::before {
	content: url(../raimu/images/ico_em.svg);
	display: inline-block;
	width: 2em;
	vertical-align: middle;
}
p.emTag {
    width: 2em;
	height: 2.2em;
	background: url(../raimu/images/ico_em.svg) no-repeat;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 5%;
}
.pageNav {
    text-align: center;
    margin: 1em auto 0;
}
table {
	width: 100%;
}
table th {
	background: #e8e8e8;
	text-align: center;
	line-height: 1.5em;
	padding: 1em .5em;
}
.price table th.bgRed {
	background: #e60012;
	color: #fff;
	text-align: center;
	padding: 1em 0;
}
.moku-kin::before {
	content: url(../raimu/images/price_moku_kin.svg);
	display: inline-block;
	width: 3.5em;
	margin-right: .5em;
	vertical-align: middle;
}
.getu-ka::before {
	content: url(../raimu/images/price_getu_ka.svg);
	display: inline-block;
	width: 3.5em;
	margin-right: .5em;
	vertical-align: middle;
}
.price table td.bgPink {
	background: #fff5f5;
	text-align: center;
	padding: .6em 2%;
	color: #e60012;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
}
.price table b#ye {
    display: block;
	 width: 68px;
    height: 40px;
    background: url(../raimu/images/txt_99yen.svg) no-repeat;
	 background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.price table b#ye.new_memberR {
    display: block;
    width: 68px;
    height: 68px;
    background: url(../raimu/images/txt_98yen_n.svg) no-repeat;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}
.price table td.bgPink b.memberR::before {
	content: '';
	display: inline-block;
	width: 60px;
	margin-right: .3em;
	vertical-align: middle;
}
.price table td.bgPink b.new_member::before {
	content: '';
	display: inline-block;
	width: 60px;
	margin-right: .3em;
	vertical-align: middle;
}
.price table td.bgPink b.coupon::before {
	content: url(../raimu/images/price_coupon.svg);
	display: inline-block;
	width: 60px;
	margin-right: .3em;
	vertical-align: middle;
}
.price table td.bgPink b.coupon2::before {
	content: url(../raimu/images/price_coupon2.svg);
	display: inline-block;
	width: 78px;
	margin-right: .3em;
	vertical-align: middle;
}
.price table td.bgPink b.coupon_5::before {
	content: url(../raimu/images/price_coupon_5.svg);
	display: inline-block;
	width: 90px;
	margin-right: .3em;
	vertical-align: middle;
}
.price table td.bgPink b.coupon_20::before {
	content: '';
	display: inline-block;
	width: 90px;
	margin-right: .3em;
	vertical-align: middle;
}
.price table td.bgPink b.new::before {
	content: url(../raimu/images/price_50.svg);
	display: inline-block;
	width: 65px;
	margin-right: .3em;
	vertical-align: middle;
}
.price table td.bgPink span {
	font-size: .5em;
}
.price table td.bgPink span.normal {
    color: #282828;
	display: block;
	font-family: 'Kosugi Maru', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: .4em;
	line-height: 2em;
}
table td {
	background: #f9f9f9;
	text-align: left;
	line-height: 1.6em;
	padding: 1em;
}
.price table td {
	text-align: center;
}
.price table td:nth-child(3) {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-size: 1.6em;
}
.price table td li {
    text-align: left;
    margin: 0 1em;
    line-height: 1.3em;
    list-style-image: url(../raimu/images/ico_dia.svg);
}
.price h3 .label {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 25%;
	color: #e60012;
	font-size: 12px;
	letter-spacing: 0;
	padding: .5em;
	border: 2px solid #e60012;
}
table.list {
    margin: 0 auto 1em !important;
	font-size: 1em !important;
}
table.list td {
    background: none;
    text-align: left !important;
    padding: .5em .5em 0;
	vertical-align: top;
}
#company table td {
	text-align: left;
	padding: 1em;
	line-height: 1.8em;
}
#recruit table th {
	width: 20%;
}
h4.be {
	background: #f7f3f0;
	padding: 1em;
	line-height: 1.6em;
}
h4.re {
	background: #e55757;
	padding: 1em;
	line-height: 1.6em;
	color: #fff;
}
h5 {
	padding: .2em 0 .3em;
	font-size: 1.2em;
	line-height: 1.6em;
	border-bottom: 2px dotted #999392;
	margin-block-start: 0;
    margin-block-end: 0;
}
h5::before {
	content: '●';
	color: #f99a93;
	display: inline-block;
	margin-right: .5em;
}
.diamark::before {
    content: url(../raimu/images/ico_dia.svg);
	width: .6em;
	margin-right: .4em;
	display: inline-block;
}
.indent {
    text-indent: 1.5em;
    display: inline-block;
}
strong#shinki {
	display: block;
	position: relative;
	background: url(../raimu/images/bg_redborder.png);
	border-radius: 10px 10px 0 0;
	padding: 2em 1em;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
strong#shinki::after {
	position: absolute;
	content: url(../raimu/images/raimu.svg);
	display: inline-block;
	width: 100px;
	right: 2%;
	bottom: 2%;
}
strong#coupon01 {
	display: block;
	position: relative;
	background: url(../raimu/images/bg_redborder.png);
	border-radius: 10px 10px 0 0;
	padding: 1em;
	margin-bottom: 1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.2em;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
strong#coupon01::after {
	position: absolute;
	content: url(../raimu/images/raimu.svg);
	display: inline-block;
	width: 100px;
	right: 2%;
	bottom: 2%;
}
strong#coupon01 span {
	display: block;
	font-size: 14px !important;
}
strong#coupon02 {
	display: block;
	background: #e55757;
	padding: 1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
strong#coupon02 span.ye {
	color: #fff100;
}
.block.example {
    margin-top: 2em;
}
.linkBtn {
	text-align: center;
}
.linkBtn a {
	background: url(../raimu/images/bg_redborder.png);
	position: relative;
	width: 70%;
	display: block;
	margin: 0 auto;
	padding: 2em 1em;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 10px;
}
.linkBtn a::before {
	content: url(../raimu/images/arrow.svg);
	display: inline-block;
	line-height: 0;
	width: 1.4em;
	margin-right: .5em;
	vertical-align: middle;
}
.linkBtn a::after {
	content: url(../raimu/images/raimu.svg);
	position: absolute;
	width: 80px;
	right: 3%;
	bottom: 0;
}
ul.sitemapList li {
	margin-left: 1em;
    line-height: 1.5em;
    list-style-image: url(../raimu/images/ico_dia.svg);
}
ul.sitemapList li a {
    display: block;
	padding: 1em;
	border-bottom: 1px dotted #EEEEEE;
}

/*News single------------------------------------*/
.singlePost .detail .date {
    text-align: right;
}
.singlePost .pageLink {
    width: 100%;
    padding: 2em 0 0;
    margin: 2em auto 0;
    border-top: 1px dashed;
    display: inline-block;
}
.singlePost .pageLink .next {
    float: right;
}
.singlePost .pageLink a {
    color: #e90000;
    text-decoration: underline;
}

/*Shop single------------------------------------*/
#shopInfo .wrap {
	display: flex;
	flex-wrap: wrap;
}
#shopInfo h3 {
 margin: 0 auto .5em !important;
}
#shopInfo .swiper-container.bnr {
 width: 100%;
 margin: 1em auto 0 !important;
}
#shopInfo .thumb-list {
 padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 2px auto 1em !important;
}
#shopInfo .thumb-item {
  list-style: none;
  width: calc(100%/5);
}
#shopInfo .thumb-item img {
  width: 100%;
}
#shopInfo .thumb-link {
  display: block;
  width: 100%;
  height: auto;
 line-height: 0;
}
#shopInfo .emLabel {
    text-align: right;
}
#shopInfo .emLabel p {
    width: 12em;
    display: inline-block;
    text-align: center;
    font-size: .8em;
    padding: .2em .5em;
    margin: 0 auto 1em;
    background: #42af27;
    color: #fff !important;
    font-size: .8em !important;
}
#shopInfo .detail {
	width: 75%;
	margin-right: 5%;
}
#shopInfo .shopCategory {
	width: 20%;
}
#shopInfo .shopCategory h4 {
    text-align: center;
    padding: .5em 0;
    background: #f18280;
    color: #fff;
    border-radius: 6px 6px 0 0;
    margin: 0 auto .5em;
}
#shopInfo .shopCategory ul {
    list-style: none;
    margin: 0 auto 1em !important;
}
#shopInfo .shopCategory ul li {
	line-height: 1.3em;
}
#shopInfo .shopCategory ul li a {
    display: block;
    font-size: .9em;
    padding: .6em 0;
    border-bottom: 1px dashed #cecece;
}
#shopInfo .detail .swiper-container {
	margin: 0 auto 1em;
}
#shopInfo .detail a.telBtn {
    display: inline-block;
    height: 1.8em;
    width: 1.8em;
    background: url(../raimu/images/ico_tel.svg) no-repeat;
    vertical-align: middle;
}
#shopInfo .detail .googleMap {
	margin: 1em auto;
}
#shopInfo .detail img.em {
	width: 50%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption img {
	max-width: 100%;
}

/*Footer-----------------------------------------*/
h4.center {
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 1em;
}
ul#footerShoplist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
ul#footerShoplist li {
    width: 20%;
    padding: 5px;
	 box-sizing: border-box;
    text-align: center;
}
ul#footerShoplist li a {
    color: #fff;
    display: block;
    font-size: .8em;
    line-height: 1.5em;
    margin: .2em 0 0;
    font-weight: normal;
}
ul#footerShoplist li .thumbnail img {
	height: auto;
}
#footerCont {
	text-align: center;
}
.footerNav {
	background: url(../raimu/images/bg_redborder.png);
}
.footerNav ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	font-size: .8em;
	margin: 0 auto;
}
.footerNav ul li {
	width: calc(12.5%);
}
.footerNav ul li a {
	display: block;
	padding: 2em 0;
	color: #fff;
}
.footerInfo {
    display: inline-block;
    margin: 2em auto 0 !important;
}
.footerInfo .footerLogo {
	width: 200px;
	float: left;
}
.footerInfo .tsuiteru img {
	width: 400px;
	float: right;
}
.footerLink {
	text-align: right;
}
.footerLink a {
	text-decoration: underline;
	margin-left: 2em;
}
.copyright {
	font-size: 10px;
	text-align: center;
	clear: both;
}

/*--------------------------------------------------------------
Tablets, Ipads (portrait)
--------------------------------------------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
.wrap {
    width: 90%;
    margin: 0 auto;
}
.shop-btn {
    right: 10%;
    top: 3%;
}
.menu-btn {
    top: 3%;
}
.pageTitle {
    padding: 3em 1em;
}
.pageTitle h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.8em;
}
}

/*--------------------------------------------------------------
Tablets, Ipads (landscape)
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
.wrap {
    width: 90%;
    margin: 0 auto;
}
.shop-btn {
    right: 10%;
    top: 3%;
}
.menu-btn {
    top: 3%;
}
.pageTitle {
    padding: 3em 1em;
}
.pageTitle h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.8em;
}
}

/*--------------------------------------------------------------
Low Resolution Tablets, Mobiles (Landscape)
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.wrap {
    width: 90%;
    margin: 0 auto;
}
.shop-btn {
    right: 10%;
    top: 4%;
}
.menu-btn {
    top: 4%;
}
.pageTitle {
    padding: 3em 1em;
}
.pageTitle h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.8em;
}
}

.price .label.blue {
	box-sizing: border-box;
	width: calc(100% - 360px);
	display: block;
	color: #fff;
	background-color: #2196F3;
	border: none;
	border-radius: 10px;
	padding: 4px;
}
.price .label.blue .dashed,
.price .label.green .dashed {
	display: block;
	border-style: dashed;
	border-color: #fff;
	padding: .6em;
	font-size: 18px;
	text-align: center;
	border-radius: 6px;
}
.price h3 .label.green {
	box-sizing: border-box;
	width: calc(100% - 360px);
	display: block;
	color: #fff;
	background-color: #4CAF50;
	border: none;
	border-radius: 10px;
	padding: 4px;
}

/*--------------------------------------------------------------
Most of the Smartphones Mobiles (Portrait)
--------------------------------------------------------------*/
@media (min-width: 481px) and (max-width: 767px) {
.wrap {
    width: 90%;
    margin: 0 auto;
}
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 480px) {
body, p {
	font-size: .9em !important;
	line-height: 2em;
}
.pcNone {
	display: block;
}
.spNone {
	display: none;
}
.wrap {
    width: 90%;
    margin: 0 auto;
	overflow-x: hidden;
}
.headerLogo .siteTitle {
    width: 150px;
    height: 65px;
}
.shop-btn {
    right: 15%;
}
.menu-btn span, .shop-btn span {
    width: 2em;
	font-size: 12px;
}
.menu li {
    width: auto;
    height: 4em;
    line-height: 60px;
}
.menu li a {
    font-size: 15px;
}
.cover::after {
    width: 150px;
    bottom: -2px;
    right: 2%;
}
.coverNav ul li {
    width: calc(33.3% - 10px);
    text-align: center;
    margin: 0 5px;
}
.coverNav ul li a {
    display: block;
    height: 4em;
    line-height: 3em;
    padding: 1.5em 0;
    font-size: 11px;
	border-image: url(../raimu/images/colorborder_s.png) 0 0 6 0 round;
	border-bottom-style: solid;
	border-width: 0px 0px 6px 0px;

    border-bottom-style: solid;
    border-bottom-width: 6px;
}
.coverNav ul li a::before {
    display: block !important;
    width: 2.5em !important;
    line-height: 0 !important;
    margin-right: 0 !important;
    margin: 0 auto !important;
}
.section {
    padding: 2em 0;
}
.mb2 {
    margin-bottom: 1em !important;
}
.memberCont {
    padding: 1em;
}
.memberCont h2 {
    font-size: .7em;
}
.memberCont h2::after {
    width: 55px;
    right: 1%;
    top: -25%;
    bottom: 0;
}
.shopPage .block {
	width: 100%;
	display: block;
}
.shopPage .block.spflex {
	width: 100%;
	display: flex;
}
.block.col7_3 {
    width: 100%;
    display: block;
    position: relative;
}
.block.col7_3 .left {
    width: 100%;
	margin-bottom: 1em;
}
.block.col7_3 .right {
    width: 100%;
}
.price table .price-yen {
    justify-content: flex-end;	
}
.price table td.bgPink b.coupon_20c::before, .price table td.bgPink b.coupon_20::before, .price table td.bgPink b.coupon2::before {
    width: 48%;
}
.price table td.bgPink b.member::before, .price table td.bgPink b.new_member::before {
    width: 33% !important;
}
.price table td.bgPink b.new::before {
    width: 36%;
}
.price table td.bgPink {
    font-size: 1.6em;
    text-align: right;
}
ul#newsList {
    display: block;
}
ul#newsList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
ul#newsList li .excerpt p {
    font-size: .8em;
}
ul#footerShoplist li {
    width: calc(33.3% - 10px);
    margin: 5px;
}
ul#footerShoplist li a {
    font-size: .8em;
    margin: .5em 0 0;
    line-height: 1.4em;
}
.footerNav {
    background: #e83632;
}
.footerNav ul {
    display: block;
	margin: 0 auto;
}
.footerNav ul li {
    width: 100%;
    border-bottom: 1px dashed #f15f57;
}
.footerNav ul li:last-child {
    border-bottom: none;
}
.footerInfo .footerLogo {
    width: 180px;
    float: none;
    margin: 1em auto 3em;
}
.footerInfo .tsuiteru img {
    width: 90%;
    float: none;
}
.footerLink {
    text-align: center;
}
.footerLink a {
    margin-left: 0;
    margin: 0 1em;
}
.pageTitle {
    background: #F7F3EF url(../raimu/images/bg_laundry.jpg) no-repeat center right -100px;
    background-size: auto 100%;
    padding: 3em 1em;
}
.pageTitle h2 {
    width: auto;
    margin: 0 auto;
    font-size: 1.3em;
}
.shopList ul li {
    width: calc(50% - 4%);
    margin: 2%;
}
p.shopName {
    margin: .5em auto 1em;
    font-size: .9em;
}
#shopInfo .wrap {
    display: block;
}
#shopInfo .detail {
    width: 100%;
    margin-right: 0;
}
#shopInfo .detail img.em {
    width: 75%;
}
#shopInfo .shopCategory {
    width: 100%;
    display: none;
}
#shop #footerShopArea {
	display: none;
}
.singlePost .pageLink {
    text-align: center;
}
.singlePost .pageLink .next {
    float: none;
    display: block;
    margin: 1em auto 0;
}
.linkBtn a {
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 0;
    font-size: 1em;
}
.linkBtn a::after {
    width: 50px;
    right: 2%;
}
table {
    width: 100%;
    font-size: .85em;
}
table th, table td {
    padding: 1em .2em;
}
.price table th.bgRed {
    width: 45%;
}
.price table b#ye {
	width: 60px;
	margin-bottom: -6px;
}
h3 {
    font-size: 1.4em;
	letter-spacing: 0;
    padding: 0 0 .5em;
    margin: 1em auto !important;
}
h3.raimu::before {
    width: 2.5em;
}
.price h3 .label {
    display: block;
    position: relative;
    text-align: center;
	border: 1px solid #e60012;
}
.price h3 .label.blue,
.price h3 .label.green {
	width: 100%;
}
.price table td.bgPink b.coupon2::before {
	width: 2.2em;
}
.price table td.bgPink b.coupon_5::before {
	width: 2.2em;
}
#company table th {
    width: 30%;
}
#company .block, #new-member .block, #service-free .block, .price .block {
    width: 100%;
    display: block;
}
strong#shinki {
    padding: 1.5em 1em;
    font-size: 1.1em;
	margin-top: 2em;
}
strong#shinki::after {
    width: 60px;
}
strong#coupon01 {
	font-size: 1.6em;
}
strong#coupon01 .notes {
    display: block;
	margin: 1em auto 0;
	line-height: 1.6em;
}
strong#coupon01::after {
    width: 60px;
    right: 2%;
    bottom: -30%;
}
strong#coupon02 {
    font-size: 1.3em;
}
h5 {
    font-size: 1.3em;
}
}
.txtLeft {
	text-align: left;
}
.menu-price {
	padding-left: 16px;
	margin-top: 10px;
}
.price-yen {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0 !important;
}
h1 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h3 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h4 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: .8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h5 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: .8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
dd {
    display: block;
    -webkit-margin-start: 20px;
}