@charset "utf-8";
/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;height:auto;}
.line {font-size:1px;line-height:1px;}

 /* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*--- default ---*/
body {
	color: #111;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	/* background: #e8e8e8; */
}
table{
	border-collapse:collapse;
}
.clear{clear:both;}
.go{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;

}

/*****************************************************
	
	ベース
	
*****************************************************/

a:link {
	color:#111;
	text-decoration:none;
}
a:visited{
	color: #111;
	text-decoration:none;
}
a:hover{                     
	text-decoration: none;

}
a:active{
	text-decoration:none;
}

.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content:"";
	clear: both;
	height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a,a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a img:hover,.shopnav a:hover,.foot-nav a:hover  {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a[href^="tel:"] {
    pointer-events: none;
}

.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#wrap{
	overflow:hidden;
	width:100%;
}

/*****************************************************
	
	ヘッダー
	
*****************************************************/
header{
	width:100%;
	/* min-height:170px; */
}
header .header-box{
	overflow:hidden;
	
}
header #rogo{
	width:200px;
	text-align:center;
	margin: 20px 0 0;
	float:left;
}
header #rogo .mark img{
	width:90px;
	margin:0 auto 5px;
}
header #rogo p{
	text-align:center;
	font-size:85%;
}
header .catch{
	float:right;
	margin: 50px 30px 0;
	line-height: 1.5em;
	font-size: 120%;
} 
header nav{
	position:absolute;
	right:0;
	margin: 100px 30px 0;
}
header nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	
}
header nav ul li{
	margin:0 0 0 1rem;
	
}
@media only screen and ( max-width : 900px ) {
	header #rogo{
	width:200px;
	text-align:center;
	margin:20px auto;
	float:none;
}
header #rogo .mark img{
	width: 70px;
}
header .catch{
	float:none;
	margin: 25px 30px 35px;
	text-align:center;
}
header nav{
	position:relative;
	right:auto;
	margin: 0px 30px 0;
}
header nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin:0 auto 20px;
	
}
header nav ul li{
	margin:0 0 0 1rem;
	
}
}
/*****************************************************
	
	フッター

*****************************************************/
footer{
	clear:both;
	font-size:85%;
	line-height:1.8em;
	background:#5F6165;
	color:#fff;
	
}

footer .tempo-box{
	width:95%;
	max-width:1300px;
	margin:0 auto;
	padding:70px 0;

}
footer .tempo-box ul{
	overflow:hidden;
}
footer .tempo-box ul li{
	width:100%;
	margin:0 auto 30px;
}
footer .tempo-box ul li .title{
	font-size:110%;
	margin-bottom:5px;
	padding-bottom:8px;
	text-align:center;
}
footer .tempo-box ul li p{
	margin:5px 0 10px;
	text-align:center;
}
footer .tempo-box ul li .service span{
	background:#eaeaeb;
	color:#5e6166;
	padding:0.2em 0.5em;
	font-size:95%;
	border-radius:10px;
	margin:5px 0 5px 5px;
}
footer a{
	
	color: #fff!important;
}
@media only screen and ( max-width : 900px ) {
footer .tempo-box ul li{
	width:100%;
	float:none;
	margin:0 auto 30px;
}	
}
footer .copyright p{
	text-align:center;
	margin:0 auto 80px;
}

footer .group{
	border-top:1px solid #fff;
	width:95%;
	max-width:1300px;
	margin: 0 auto 0;
	padding: 80px 0 200px;
	overflow:hidden;
	}
footer .group .group-rogo{
	width:20%;
	float:left;
	padding-top:7%;
	}
footer .group ul{
	width:75%;
	float:right;
	overflow:hidden;
	}
footer .group ul li{
	width:20%;
	float:left;
	overflow:hidden;
	margin:0 2.5%;
	}
footer .group ul li .mark{
	background:#fff;
	border-radius:50%;
	width:100%;
	padding:48% 0;
	margin:0 auto 15px;
	border:5px solid #fff;
	box-sizing:border-box;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	}
footer .group ul li .current,footer .group ul li .mark:hover{
	border:5px solid #30353e;

	}
footer .group ul li:first-child .mark{
	background: url("../image/common/tomoedenko-rogo.svg")no-repeat;
	background-size:60%;
	background-position:center;
	background-color:#fff;
	}
footer .group ul li:nth-child(2) .mark{
	background: url("../image/common/bisyo-rogo.svg")no-repeat;
	background-size:75%;
	background-position:center;
	background-color:#fff;
	}
footer .group ul li:nth-child(3) .mark{
	background: url("../image/common/fitness-rogo.svg")no-repeat;
	background-size:70%;
	background-position:center;
	background-color:#fff;
	}
footer .group ul li:nth-child(4) .mark{
	background: url("../image/common/grand-rogo-wash.svg")no-repeat;
	background-size:70%;
	background-position:center;
	background-color:#fff;
	}
footer .group ul li p{
	text-align:center;
	line-height:1.5em;

	}

@media only screen and ( max-width : 900px ) {
	footer .group .group-rogo{
	width:100%;
	float:none;
	padding-top:7%;
	padding-bottom:13%;
	text-align:center;
	}
footer .group .group-rogo img{
	width:60%;
	max-width:300px;
	
	}

footer .group ul{
	width:100%;
	float:left;
	}

}

@media only screen and ( max-width : 500px ) {
	footer .group ul li{
	width:45%;
	float:left;
	margin:0 2.5% 30px;
	}
	footer .group ul li:nth-child(2n+1){
	width:45%;
	float:left;
	margin:0 2.5% 30px;
	clear:both;
	}

}

/*****************************************************
	
	トップコンテンツ

*****************************************************/
#main-content{
	margin: 30px 0 100px 100px;
	position:relative;
	z-index:-1;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 195px);
  margin: 0;
}
.full div.img01 {
  background-image: url("../image/front/mainslide1.webp");
}
.full div.img02 {
  background-image: url("../image/front/mainslide2.webp");
}
.full div.img03 {
  background-image: url("../image/front/mainslide3.webp");
}


.contact-bt{
	position:fixed;
	z-index:10;
	bottom:30px;
	right:30px;

}
.contact-bt a{
	display:block;
	width:120px;
	height:120px;
	background-image: url("../image/common/ic-mail.svg");
	background-size:50px;
	background-position: center 30px;
	background-repeat: no-repeat;
	background-color: #1a4899;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-size:65%;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.contact-bt a span{
	position:relative;
	top:67px;
	
}
.contact-bt a:hover{
	background-color: #111;
	
}
.contact-show{
	right:-10%;
	
}
@media only screen and ( max-width : 900px ) {
	#main-content{
	margin: 30px 0 100px 0;
}
}
@media only screen and ( max-width : 700px ) {
#main-content{
	margin: 00px 0 100px 0;
}
.contact-bt a{
	top:-300px;
	
}
}

.front-content{
	clear:both;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	max-width: 2200px;
	padding: 100px 0 0;
}


.front-content .naiyo{
	background: #1a4899;
	width: 75%;
	padding: 80px 10% 180px 5%;
	box-sizing:border-box;
	margin: 0 0 0 25%;
}

.front-content .naiyo .inner{
	position:relative;
	margin-left:10%;
	overflow:hidden;
}
.front-content .naiyo .inner .title-box{
	width:250px;
	float:left;
	
}
.front-content .naiyo .inner .title-box .passing{
	text-align:left
	
}
.front-content .naiyo .inner p{
	width:60%;
	float:left;
}
.front-content .naiyo .inner h2{
	text-align:left;
	font-size:250%;
	font-weight:normal;
	margin: 15px;
	color: #fff;
}
.front-content .naiyo .inner .sub{
	font-size:90%;
	text-align:left;
	margin:0 15px;
	color: #fff;
}
.front-content .naiyo .inner p{
	padding:15px 0 0;
}

#content-a .photo-box ul{
	overflow:hidden;
	position:relative;
	z-index:1;
	top:-130px;
	width:95%;
	max-width: 1700px;
	margin:0 auto;
}
#content-a .photo-box ul li{
	width:47%;
	float:left;
	margin:0 1.5%;
}
#content-a .photo-box ul li img{
	width:100%;
	

}
@media only screen and ( max-width : 1000px ) {
	.front-content .naiyo{
	/* background:#fff; */
	width: 100%;
	padding: 80px 0 150px;
	margin: 0;
}

.front-content .naiyo .inner .title-box .passing,.front-content .naiyo .inner h2{
	text-align:center;
	
}
.front-content .naiyo .inner .sub{
	text-align:center;
}
.front-content .naiyo .inner p{
	padding:15px 0 0;
	text-align:center;
	float:none;
	width:100%;
}
.front-content .naiyo .inner .title-box{
	float:none;
		width:100%;

	
}
.front-content .naiyo .inner{
	margin:0 auto;	width:90%;
	max-width:700px;

}
.front-content{
	margin:0 auto 0px;
	padding: 20px 0 0;
}
#content-a .photo-box ul{
	top:0px;
	width:100%;
	}
	#content-a .photo-box ul li{
	width:100%;
	float:none;
	margin:0 ;
	}
}


#aisatsu-area .greeting-box{
	overflow:hidden;
	width:95%;
	margin:10px auto 100px;
	max-width:900px;
}

#news-area h2,
#contact-area h2,
#aisatsu-area h2{
	text-align:center;
	font-size:200%;
	font-weight:normal;
	margin:0 auto 25px;
	padding:50px 0 0 0;
}
#news-area h2 span,
#contact-area h2 span,
#aisatsu-area h2 span{
	display:block;
	font-size:50%;
	margin-top:10px;
	color:#1a4899;
	letter-spacing:1em;
	margin-left:1em;
}
#news-area h2 span,#contact-area h2 span,#aisatsu-area h2 span{
	letter-spacing:0.2em;
	margin-left:0em;
}



#news-area{
	width:95%;
	max-width:1200px;
	margin: 0 auto 150px;
	border-top: 1px solid #ccc;
	padding: 3rem 0 0 0;
}
#news-area dl{
	overflow:hidden;
	max-width:800px;
	margin:70px auto;
	border-bottom:1px dotted #aaa;
}
#news-area dl dt{
	/* width:190px; */
	/* float:left; */
	/* clear:both; */
	padding: 18px 0 0;
	border-top:1px dotted #aaa;
	font-size: 0.85rem;
	line-height: 1.5rem;
}
#news-area dl dd span,.news-list .entry-box .cat{
	margin:0.2rem 0 0 0;
	font-size:0.7rem;
	color: #555;
	display:block;
	line-height: 1.1rem;
}
#news-area dl dd{
	/* margin-left:191px; */
	padding: 3px 0 15px;
	/* border-top:1px dotted #aaa; */
	line-height: 1.7rem;
}
#news-area dl dd a:hover{
	opacity:0.7;
}
@media only screen and ( max-width : 950px ) {
#news-area{

	margin:5vw auto 17vw;
}
}

@media only screen and ( max-width : 750px ) {
#news-area dl dt{
	width:100%;
	float:none;
	/* padding:15px 0 0; */
	/* font-size:90%; */
}
#news-area dl dd{
	margin-left:0px;
	padding:0px 0 15px;
	border-top:0px dotted #aaa;
}
}
#contact-area{
	background: #1a4899;
	padding:50px 5% 80px;
	box-sizing:border-box;
}
#contact-area h2,
#contact-area h2 span,
#contact-area dt
{
	color:#fff;
}
#news-area .bt-btype a{
	width:200px;
	margin:80px auto;
	text-align:center;
	display:block;
	color:#1a4899;
	border:1px solid #1a4899;
	padding:10px 0;
}
#news-area .bt-btype a:hover{
	width:250px;
	
	
}


.jigyo-wrap {
  width:100%;
  margin:0 auto 0;
  max-width:1500px;
  overflow:hidden;
  position: relative;
  top: -140px;
}
.jigyo-box {
	width:60%;
	float:right;
	margin-right:5%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center; /** 真ん中寄せ **/
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
}
.jigyo-box  .oneBox {
	font-size:100%;
	width:47%;
	padding: 30px 4%;
	margin: 20px 1.5% 15px;
	background:#fff;
	box-sizing:border-box;
	line-height:1.7em;
	border:3px solid #1a4899;
	box-shadow: 5px 5px 0px 0px #1a4899;
	/* text-align: center; */
  /** 以下中央揃え**/
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jigyo-box  .oneBox span{
	font-size:105%;
	font-weight:bold;
	color:#1a4899;
}
.jigyo-box .last{
	margin-right:51%;
}
#content-a{
	position:relative;
	overflow:hidden;
	margin: 170px 0;
}
.business-bg{
	width:60%;
	height:100%;
	background-image: url("../image/front/front-pointbg.webp?2.0");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

@media only screen and ( max-width : 950px ) {
	#content-a{
	
	margin: 0px 0;
}
	.front-content .naiyo{
	padding: 40px 0;
}
.jigyo-box {
	width:90%;
	float:none;
	margin:0 5%;
  
}
.jigyo-wrap {
  top: 0px;
  margin:20px auto 60px;
}
.business-bg{
	width:100%;
		top:170px;
		-ms-filter: blur(25px);
  filter: blur(25px);
}

}
@media only screen and ( max-width : 640px ) {
	
.jigyo-box .oneBox {
	width:100%;
  padding: 30px 10%;

 margin: 20px 0 5px;

}
.jigyo-box .last{
	margin-right:0%;
}

}

/*****************************************************
	
	下層ページ

*****************************************************/

#page-wrap h1,.single-title{
	text-align:center;
	background-image: url("../image/front/front-pointbg3.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:100px 0;
	margin: 30px 0 50px;
	color:#fff;
	font-size:160%;
	position:relative;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#page-wrap h1:after,.single-title:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}
#page-wrap h1 span,.single-title span{
	position:relative;
	z-index:1;
}
@media only screen and ( max-width : 700px ) {
#page-wrap{
	margin-top:-40px;
}
}
#page-wrap .page-content{
	width:95%;
	max-width:1200px;
	margin:0 auto 150px;
}
.oshirase_title{
	background-image:none!important;
	text-align:left!important;
	background: #1a4899;
	color:#fff;
	padding:15px 1em!important;
	box-sizing:border-box;
	margin:75px 0 5px!important;
	font-size:120%!important;
	position:relative;
}
.oshirase_title:after{
	background:transparent!important;

}
#page-wrap .page-content h2{
	background: #1a4899;
	color:#fff;
	padding:15px 2em;
	box-sizing:border-box;
	margin:75px 0 25px;
	font-size:120%;
}
#page-wrap .page-content h3{
	color: #1a4899;
	padding:0 0 15px;
	border-bottom:2px solid #ccc;
	margin:75px 0 25px;
	font-size:120%;
	position:relative;
}
#page-wrap .page-content h3:after{
	content:'';
	width:3em;
	height:2px;
	background:#1a4899;
	position:absolute;
	left:0;
	bottom:-2px;
}

#page-wrap .page-content ul{
	margin:15px 0;
}
#page-wrap .page-content ul li{
	line-height:1.7em;
	margin:0 0 5px 2em;
	list-style-type:disc;
}

.news-list{
	overflow:hidden;

}
.news-list li{
	margin:20px auto!important;
	list-style-type:none!important;
	border-bottom:1px dotted #aaa;
	padding:20px;
	box-sizing:border-box;
overflow:hidden;
	
}
.news-list li a{
	display:block;
	
}
.news-list li .entry-data{
	/* float:left; */
	/* width:200px; */
}
.news-list li .entry-title{
	/* margin-left:200px; */
}

@media screen and (max-width: 800px) {

.news-list li .entry-data{
	float:none;
	width:100%;
	margin-bottom:10px;
	font-size:95%;
}
.news-list li .entry-title{
	margin-left:0px;
}

}
.hiduke{
	border-bottom:1px dotted #aaa;
	margin:0px auto 30px;
	padding:10px;
	font-size:95%;
	text-align:right;
}

.form-box{
	width:90%;
	max-width:800px;
	margin:50px auto;
}
.form-box dt{
	line-height:1.7em;
	margin:0 0 15px;

}
.form-box dd{
	padding:0 0 25px;
}
.form-box dd span{
	font-size:88%;
	color:#8e1e22;
	display:block;
	margin-top:5px;
	line-height:1.5em;
}
.form-box dd textarea,.form-box dd input{
	width:100%;
	padding:15px 1em;
	background:#eee;
	border:0;
	 border-radius:2px;
	 font-size:110%;
	 box-sizing:border-box;
}



.form-box .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0em;
	background:#eee;
	padding:10px;
	display:block;
	border-radius:2px;

}

.form-box .wpcf7-list-item-label{
	cursor:pointer;

}
.form-box .checkboxarea input{
	width:auto;
	float:left;
	margin:5px 10px 0 0;

}
.form-box .checkboxarea span{
	font-size:100%;
	color:#111;
	margin-top:0px;
}

.form-bt input{
	width:200px;
	text-align:center;
	display:block;
	padding:15px 1em;
	margin:30px auto;
	box-sizing:border-box;
	background-color: #5f6165;
	font-size:95%;
	color:#fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.form-bt input:hover{
	background-color:#fff;
color:#111;
}



#frontbaner ul{
	overflow:hidden;
	width:100%;
	max-width:1500px;
	margin:0 auto;

}
#frontbaner ul li{
	float:left;
	width:50%;
	text-align:center
	
}
#frontbaner ul li{
	float:left;
	width:50%;
	
}
#frontbaner ul li a{
	display:block;
	padding:150px 0;
}
#frontbaner ul li a:hover{
	opacity:0.7;
}
#frontbaner ul li p{
	max-width:350px;
	box-sizing:border-box;
	width:80%;
	padding:30px 10px;
	margin:0 auto;
	text-align:center;
	font-size:145%;
	background:rgba(255,255,255,0.9);
}
#frontbaner ul li p span{
	display:block;
	font-size:60%;
	color:#1a4899;
}

#frontbaner ul li:first-child a{
	background-image: url("../image/front/front-pointbg2.webp");
	background-size:cover;
	background-position:center;
	}
#frontbaner ul li:last-child a{
	background: url("../image/front/front-pointbg3.webp")no-repeat;
	background-size:cover;
	background-position:center;
	}
@media only screen and ( max-width : 700px ) {
#frontbaner ul li{
	float:none;
	width:100%;
	
}
}





.bt-btype a{
	width:200px;
	margin:80px auto;
	text-align:center;
	display:block;
	color:#1a4899;
	border:1px solid #1a4899;
	padding:10px 0;
}
.bt-btype a:hover{
	width:250px;
	
	
}
.front-content-rd {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 auto 50px;
	max-width: 2200px;
	padding: 50px 0 0;
}

.front-content-rd .naiyo {
	background: #1a4899;
	width: 85%;
	padding: 80px 10% 180px 5%;
	box-sizing: border-box;
}

.front-content-rd .naiyo .inner {
	position: relative;
	margin-left: 10%;
	overflow: hidden;
	color: #fff;
}

.front-content-rd .naiyo .inner .title-box {
	width: 250px;
	float: left;
}

.front-content-rd .naiyo .inner .title-box .passing {
	text-align: left;
}

.front-content-rd .naiyo .inner p {
	width: 60%;
	float: left;
	padding: 15px 0 0;
}

.front-content-rd h2 {
	text-align: left;
	font-size: 250%;
	font-weight: normal;
	margin: 15px;
	color: #fff;
}

.front-content-rd .naiyo .inner .sub {
	font-size: 90%;
	text-align: left;
	margin: 0 15px;
}

#rd-content-a .photo-box ul {
	overflow: hidden;
	position: relative;
	z-index: 1;
	top: -130px;
	width: 85%;
	max-width: 1200px;
	margin: 0 auto -170px;
}

#rd-content-a .photo-box ul li {
	width: 47%;
	float: left;
	margin: 0 1.5%;
}

#rd-content-a .photo-box ul li img {
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.front-content-rd .naiyo {
		width: 100%;
		padding: 80px 10% 60px;
	}

	.front-content-rd .naiyo .inner .title-box .passing,
	.front-content-rd .naiyo .inner h2 {
		text-align: center;
	}

	.front-content-rd .naiyo .inner .sub {
		text-align: center;
	}

	.front-content-rd .naiyo .inner p {
		padding: 15px 0 0;
		text-align: center;
		float: none;
		width: 100%;
	}

	.front-content-rd .naiyo .inner .title-box {
		float: none;
		width: 100%;
	}

	.front-content-rd .naiyo .inner {
		margin: 0 auto;
		width: 90%;
		max-width: 700px;
	}

	.front-content-rd {
		margin: 0 auto 0px;
		padding: 0px 0 0;
	}

	#rd-content-a .photo-box ul {
		top: -30px;
		width: 90%;
		margin: 0 auto -70px;
	}
}
.laundry-box {
	margin:10px 3%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center; /** 真ん中寄せ **/
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
}
.laundry-box .oneBox {
	font-size:100%;
	width:47%;
	padding: 30px 4%;
	margin: 20px 1.5% 15px;
	background: #1f2021;
	box-sizing:border-box;
	line-height:1.7em;
	/* border:3px solid #0076d8; */
	/* box-shadow: 5px 5px 0px 0px #0076d8; */
	text-align: center;
  /** 以下中央揃え**/
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color:#fff;
}

.laundry-box .oneBox  .point{
	color:#ff8400;
	font-size:108%;

}
@media only screen and ( max-width : 700px ) {
.laundry-box .oneBox {
	width:95%;
	margin:25px auto 0px;
 
}


}

.pointcardlist{
	margin:10px 3%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center; /** 真ん中寄せ **/
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
}
.pointcardlist li{
	list-style-type:none!important;
	background:#1f2021;
	color:#fff;
	font-weight:bold;
	padding:2rem;
	width:21%;
	box-sizing:border-box;
	text-align:center;
	margin: 0 1%!important;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and ( max-width : 700px ) {
.pointcardlist li{
	width:90%;
	margin: 0 auto 1rem!important;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}


}

.laundry-setsubi{
	width:100%;
	margin:2rem auto 0;
	line-height:1.5em;
}
.laundry-setsubi th,.laundry-setsubi td{
	border:1px solid #999;
	padding:18px 10px;
	box-sizing:border-box;
}
.laundry-setsubi th{
	font-weight:normal;
	background: #f1efe2;
}

.shoplist{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
		line-height:1.7rem;
	border-bottom:2px dotted #1a4899;
	margin:1.5rem 0;
	padding:1.5rem 0;

}
.shoplist .info{
	width:47%;
}
.shoplist .info .add dl{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin:0 0 0.55rem 0;
}
.shoplist .info .add dl dt{
	text-align:center;
	margin:0 0.75rem 0 0;
	min-width:4rem;
	background:#ccc;
}
.shoplist .info .setsubi li{
	margin:0 0 0.25rem 1.7rem!important;
	list-style-type:disc;
	font-size:0.97rem;
}
.shoplist .info h3{
font-size:1.5rem!important;
	margin:20px 0 25px!important;

}
.shoplist .photo{
	width:47%;
	margin:0 0 0 3%;
	
}
.shoplist .photo ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.shoplist .photo li{
	list-style-type:none!important;
	width:47%;
	margin:0 1.5% 0.75rem!important;
}
.shoplist .photo img{
	width:100%;
}

@media only screen and ( max-width : 900px ) {
	.shoplist{
	display: block;

}
	.shoplist .photo{
	margin:0 0 0 0%;
	
}
	.shoplist .photo li{
	list-style-type:none!important;
	width:47%;
}
.shoplist .info,.shoplist .photo{
	width:100%;
}
}