@charset "utf-8";

html {
    -webkit-text-size-adjust: auto;
}

body {
	color: #333333;
	font-family: '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif ;
	-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	margin: 0;
	padding: 0;

	counter-reset: number 0;
}

h1, h2, p, ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}
a:hover{
	opacity: 0.8;
}

a:focus {
	outline: none;
}
p{
	font-size: 16px;
}

ul {
	list-style: none;
}

#container {
	overflow: hidden;
	width: 100%;
}


.serifFont{
	font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo','serif' ;
	font-weight:bold;
}
.sectionTitle{
	font-size: 2.25rem;
	line-height: 40px;
	text-align: center;
	margin-bottom: 25px;
	color: #e39300;
}
.navy{
	background: #C8D9CC;
}
.beige {
	background: #E4E3CB;
}
.fontBold{
	font-weight: bold;
}

.alignCenter {
	text-align: center;
}

.marginTop50 {
	margin-top: 50px;
}
/*　header------------------------------------------------------------------*/
.hhs_header{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

/*　contents------------------------------------------------------------------*/
/* #contents{
	width: 90%;
	margin: 64px auto 0;
} */
.contents{
	width: 1040px;
	margin: 0 auto;
}

.contentsInner {
	width: 90%;
	margin: 64px auto 0;
}
/*メインビジュアル*/
#mainVisual{
	position: relative;
}
.mainVisualInner{
	width: 100%;
	/* position: relative; */
}
.mainImage{
	height: 85vh;
  position: relative;
	overflow: hidden;
	width: 68%;
	float: left;
}
.mainImage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainTitle{
	position: relative;
	width: 32%;
	float: right;
	height: 85vh;
}
.mainTitle img{
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translatey(-50%) translateX(-50%);
  width: 60%;
}
.catchBox{
	clear: both;
	width: 1070px;
  background: #fff;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	position: absolute;
	bottom: 260px;
	left: 50%;
  transform: translateX(-50%);
}
.catchBoxInner{
	text-align: center;
}
.catchBoxInner .sectionTitle{
	color: #2C8E50;
	margin-bottom: 20px;
}
.iconList{
	flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
	margin-top: 25px;
}
.bgDeco01{
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.bgDeco02{
	position: absolute;
	bottom:0;
	right: 0;
	pointer-events: none;
}

.bnrBox{
	margin-top: 380px;
}

.bnrList{
	display: flex;
	justify-content: center;
	gap: 50px;
}

.attention_g {
 text-align: left;
 color: #2C8E50;
}

/*サービス*/
#service{
	margin: 200px auto 0;
}
#service .contentsInner{
	margin: 100px auto 0;
}

.serviceBox{
	margin-bottom: 50px;
	padding: 50px 0;
	position: relative;
}
.serviceBox:after {
	content: "";
	display: block;
	clear: both;
	}
.serviceBoxInner{
	width: 1070px;
	margin: 0 auto;
}
.serviceBox.beige.box06 {
	padding: 70px 0;
}
.rightImage{
	float: right;
  width: 48%;
	text-align: right;
	position: relative;
}
.rightImage img{
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	position: absolute;
	right: 0;
}
.leftText{
	width: 48%;
	margin-right: 4%;
}
.leftImage{
	float: left;
	width: 48%;
	margin-top: -25px;
	margin-bottom: 25px;
	position: relative;
}
.leftImage img{
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	position: absolute;
}
.rightText{
	width: 48%;
	margin-left: 4%;
	float: right;
}
.serviceTitle{
	font-size: 1.875rem;
	margin: 0 0 25px;
	padding: 0 0 0 60px;
}
.serviceBox .subTitle{
	font-size: 1.5rem;
	margin: 0;
	line-height: 1.4;
	margin-bottom: 8px;
}
.box01 .serviceTitle{
  background: url(../img/service_03.png) no-repeat left top/45px;
}
.box02 .serviceTitle{
  background: url(../img/service_06.png) no-repeat left top/45px;
}
.box03 .serviceTitle{
  background: url(../img/service_05.png) no-repeat left top/45px;
}
.box04 .serviceTitle{
  background: url(../img/service_02.png) no-repeat left top/45px;
}
.box05 .serviceTitle{
  background: url(../img/service_05.png) no-repeat left top/45px;
}
.box06 .serviceTitle{
  background: url(../img/service_01.png) no-repeat left top/45px;
}
.box07 .serviceTitle{
  background: url(../img/service_04.png) no-repeat left top/45px;
	line-height: 1.1;
}
 .box07 .serviceTitle span {
 font-size: 16px;
 display: block;
}
.box01 .service011{
	top: -25px;
}
.box01 .service012{
	width: 200px;
	height: 200px;
	object-fit: cover;
	border: 5px solid #FFF;
	border-bottom: none;
	right: -40px;
	top: 155px;
}
.box02 .service031{
	left: 0;
	top: -48px;
}
.box02 .service032{
	top: 80px;
	right: 0;
	z-index: 1;
}
.box07 .service071{
	left: 0;
	top: -48px;
}
.box07 .service072{
	right: 20px;
	top: 210px;
}

.box03 .leftText {
	height: 222px;
}
.box03 .service041{
	top: -25px;
}
.box04 .rightText {
	height: 320px;
}
.box04 .service051{
	left: 50px;
	top: -50px;
}
.box04 .service052{
	left: 115px;
  top: 262px;
	transform: scale(0.9);
}
.box04 .service053{
	top: 270px;
	right: -25px;
	z-index: 1;
}
.box05 .attention{
	font-size: 0.875rem;
	color: #2C8E50;
}
.box05 .serviceTitle{
	background-color: #2C8E50;
	color: #fff;
}
.box05 .leftImage img{
	position: absolute;
}

.box05 .service061{
	left: 0;
    top: 25px;
}
.box05 .service062{
	left: 180px;
    top: 40px;
}
.box05 .service063{
	left: 360px;
	top: 55px;
}
.box05 .rightImage img{
	box-shadow:initial;
	position: initial;
}
.box05 .leftText{
	clear: both;
	width: 52%;
}
.box05 .button{
	margin-top: -40px;
}
.box05 .button.small a{
	margin-top: 0;
}

.box06 .service061 {
	top: -30px;
}

/*OPEN情報*/
#openInfo{
	margin: 50px auto 100px;
	width: 1070px;
	height: auto;
	background: #2C8E50;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
#openInfo:hover{
	opacity: 0.8;
}
#openInfo a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 1;
}
.openInfoInner{
	border: 2px solid #fff;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 50px 25px;
}
.openInfoInner .sectionTitle{
	color: #fff;
	margin: 25px 0 20px;
}
.openInfoInner .sectionTitle span{
	display: inline-block;
    margin-left: 20px;
}
.openInfoText{
	text-align: left;
	color: #fff;
}
.itiran{
	color: #fff;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 10px;
}
.map{
	position: absolute;
	right: 50px;
	top: -30px;
	width: 300px;
}
.map img{
	width: 100%;
}
.openInfoBox li{
	border-bottom: 1px solid #555;
	padding: 15px 50px;
	position: relative;
}
.openInfoBox li .open{
	background: #e39300;
	padding: 0 15px;
	color: #fff;
}
.openInfoBox li .shop{
	position: absolute;
	right: 50px;
}
.openInfoBox li .shop a{
	background: #2C8E50;
	color: #fff;
	padding: 2.5px 15px;
}
.more{
	text-align: center;
	margin-top: 25px;
}
.more a{
	background: #2C8E50;
	color: #fff;
	padding: 10px 50px;
}

/*youtube*/
.youtube{
	margin: 50px auto 0;
}

.youtubeInner{
	margin: 50px auto;
	width: 1070px;
}
.youtubeTitle {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 50px;
	/* border-top: 2px dotted #8FB89E; */
}


/*新規会員募集中*/
#recruitment{
	padding: 50px 0;
}
.whiteBox{
	width: 1070px;
  background: #fff;
  margin: 50px auto;
  padding: 50px;
  box-sizing: border-box;
}
.benefits01Title{
	border-top: 2px solid #2C8E50;
	width: 100%;
	font-size:24px;
	text-align: center;
	color: #2C8E50;
	padding-top: 15px;
	margin: 15px 0;
	width: fit-content;
}

.benefits01Image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fukidashi{
	margin-left: -20px;
}
.benefitsBox.col3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefitsBox.col3 table{
	width: calc((100% - 50px) / 3);
	border-top: 2px solid #2C8E50;
	margin-top: 25px;
	color: #2C8E50;
}
.benefitsBox.col3 table th.img{
	text-align: left;
	width: 60px;
}
.benefitsBox.col3 table th{
	text-align: center;
	font-size: 18px;
	height: 50px;
}
.benefitsBox.col3 table td{
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
}
.benefitsBoxBtn {
	width: 400px;
	margin: 20px auto 0;
}
.benefitsBoxBtn .button label {
	font-weight: bold;
	padding: 24px 8px;
	width: 400px;
	margin: 0;
	box-sizing: border-box;
}

/*clubOffとアプリ募集*/
#clubOffAndApp{
	margin: 100px auto;
	width: 1070px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clubOffBox{
	text-align: center;
}
.clubOffTitle{
	background: #e39300;
  color: #fff;
  line-height: 65px;
  font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.clubOffBox .serifFont{
	font-size: 36px;
	text-align: center;
	color: #e39300;
	line-height: 35px;
	margin-bottom: 10px;
}
.clubOffBox .serifFont span{
	font-size: 16px;
	color: #2C8E50;
	font-family: initial;
}
.clubOffBox img+p{
	font-size: 14px;
}
.clubOffLink{
	margin-top: 15px;
}
.clubOffLink a{
	background: #e39300;
	color: #fff;
	padding: 10px 50px;
}
.appTitle{
	background: #2C8E50;
	color: #fff;
	line-height: 65px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.columnLink{
	margin-top: 5px;
}
.columnLink a{
	display: block;
	line-height: 87px;
	font-size: 30px;
    font-weight: bold;
	background: #e39300;
	color: #fff;
}

/*会員規約*/
#agreement{
	padding: 50px 0;
}
#agreement .sectionTitle{
	background: #2C8E50;
	color: #fff;
	line-height: 65px;
}

#agreement .contentsInner{
margin: 0 auto;}

.agreementText{
	height: 500px;
	overflow: auto;
}
.agreementText p{
	font-weight: normal;
	color: #333;
	padding-right: 5px;
}
.agreementTable{
	border-collapse: collapse;
	width: 99%;
}
.agreementTable th{
	background: #E4E3CB;
	font-size: 15px;
	border: 1px solid #aaa;
}
.agreementTable td{
	border: 1px solid #aaa;
	text-align: center;
	font-size: 14px;
}
.agreementTable td span{
	font-size: 12px;
}

.info{
	display: flex;
	flex-wrap: wrap;
}
.info p{
	margin-left: 25px;
	font-weight: normal;
	color: #fff;
	padding-top: 10px;
}

/*クリーニングメニュー*/
.popupCheck {
	display: none;
}
label {
	cursor: pointer;
}
label:hover{
	opacity: 0.8;
}
.button {
	text-align: right;
}
.button label {
	display: inline-block;
	padding: 5px 30px;
	margin: 0 0 25px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #2C8E50;
	text-decoration: none;
	width: 255px;
	text-align: center;
	line-height: 30px;
}

.popupWrap, .popupBg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 10;
}

.popupWrap {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
	transition: 0.3s cubic-bezier(1, 0, 0, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
}

.popupBg {
	cursor: pointer;
	opacity: 0.7;
	background-color: #000;
	z-index: 2;
}
.popupBg label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.popupCon {
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 900px;
	margin: auto;
	z-index: 3;
	height: 90%;
}

.popupInner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	height: 100%;
	padding: 30px 0 15px;
	cursor: default;
	border-radius: 5px;
	text-align: center;
	overflow: overlay;
}

.popupInner img{
	width: 100%;
	margin-top: 1%;
}
.popupButton_Close {
	position: absolute;
	top:40px;
	right: 0;
	background: #fff;
	border-radius: 5px;
}
.popupButton_Close label {
	display: inline-block;
	padding: 6px 6px 0;
	color: #333;
	text-decoration: none;
	font-size: 20px;
}

.popupCheck:not(:checked) ~ .wrapper > *:not(.popupWrap) {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
.popupCheck:not(:checked) ~ .wrapper .popupWrap {
	opacity: 0;
	visibility: hidden;
}

.popupCheck:checked ~ .wrapper > *:not(.popupWrap) {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

#popup01:checked ~ .wrapper #popup01Con {
	opacity: 1;
	visibility: visible;
}
#popup02:checked ~ .wrapper #popup02Con {
	opacity: 1;
	visibility: visible;
}

#popup03:checked ~ .wrapper #popup03Con {
	opacity: 1;
	visibility: visible;
}

.popupText .popupCover {
	margin: 0 -1.5em 1em;
}
.popup02 .button{
	text-align: center;
}
.popup02 .button label{
	font-size: 14px;
	margin-bottom: 0;
}
#popup02Con .popupCon{
	max-width: 1000px;
}

/*ほっとひと息ClubOff*/
.button.small a {
	display: inline-block;
	padding: 5px 30px;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #2C8E50;
	text-decoration: none;
}

/*ご利用例*/
#case {
	padding: 100px 0;
	margin-top: 100px;
	background: #F9F8F4;
}

.sectionTitle02 {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}
.sectionTitle02 span{
	display: block;
	font-size: 20px;
}
.sectionTitle02::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 328px;
	background-image: url(../img/bg_title.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	z-index: -1;
}

.sectionTitleMain {
	color: #333333;
	font-size: 40px;
	/* position: relative; */
}

.sectionTitlesub {
	font-family: Garamond;
	color: #2C8E50;
	font-size: 20px;
	position: relative;
}

.caseBox {
	margin-top: 80px;
	margin-bottom: 80px;
}

.caseBoxInner {
	width: 100%;
	display: flex;
	margin-bottom: 80px;
	counter-increment: number 1;
}

.caseBoxInner:nth-child(2n) {
	flex-direction: row-reverse;
}

.caseBoxInner:last-child {
 margin-bottom: 0;
}

.caseImg {
	width: 40%;
	height: auto;
	margin-right: 5%;
	aspect-ratio: 1.618/1;
}

.caseBoxInner:nth-child(2n) > .caseImg {
	margin-left: 5%;
	margin-right: 0;
}

.caseImg img {
	width: 100%;
	height: auto;
	border-radius: 0 1000px 1000px 0;
	object-fit: cover;
}

.caseBoxInner:nth-child(2n) > .caseImg img {
	border-radius: 1000px 0 0 1000px;
}

.caseText {
	width: 35%;
	background-color: #fff;
	padding: 30px;
}

.caseTextTitle {
	display: flex;
	flex-direction: column;
	position: relative;
}

.caseTextTitleCase {
	color: #8FB89E;
	font-family: Garamond;
	font-size: 14px;
	position: relative;
	width: max-content;
}

.caseTextTitleCase::after {
	content: '0'counter(number);
	display: inline-block;
	color: #8FB89E;
	font-family: Garamond;
	font-size: 24px;
	position: absolute;
	top: -8px;
	left: 29px;
}

.caseTextTitle01 {
	color: #2C8E50;
	font-family: Garamond;
	font-size: 70px;
	font-weight: normal;
  line-height: 1;
	margin: 0 0 24px 0;
	z-index: 1;
}

/* .caseTextTitle::before {
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	border: #8FB89E 2px dotted;
	border-radius: 60px;
	display: inline-block;
	top: -11px;
	left: -36px;
	z-index: 0;
} */

/* .caseTextTitle01::after {
	content: '';
	color: #8FB89E;
	font-family: Garamond;
	font-size: 24px;
	position: absolute;
	width: 64px;
	height: 64px;
	display: inline-block;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 0;
	z-index: 0;
} */

.caseTextTitle02 {
	width: fit-content;
	font-size: 20px;
	margin-bottom: 40px;
}

.pointTextBox {
	width: 1070px;
	padding: 20px;
	margin: 40px auto 0;
	background: #2C8E50;
	text-align: center;
}

.pointText01 {
	color: #FFF;
	font-weight: bold;
	font-size: 34px;
	margin: 0;
}

.pointText02 {
	color: #FFF;
	font-size: 16px;
}

.pointText03 {
	font-size: 32px;text-align: center;
}

.underLine01 {
	border-bottom: 2px dotted #8FB89E;
	padding-bottom: 16px;
}

/* instagram */
.columnBox {
	width: 1070px;
	margin: 0 auto;
	display: flex;
}
.columnBoxItem {}
.columnBoxItem.columnBoxItemCol4 {
	width: calc(25% - 8px);
	margin-right: 16px;
}
.columnBoxItem.columnBoxItemCol4:nth-child(4n) {
	margin-right: 0;
}
.columnBoxItem.columnBoxItemCol4 img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}
.moreButton {
	width: 400px;
	margin: 40px auto 80px;
}
.moreButton a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	background-color: #2C8E50;
	display: block;
}
.benefits01Image img{
	width: 22%;
}

/* 会員規約（改修後） */
.button.kiyaku {
	text-align: center;
}
.button.kiyaku label {
	display: inline-block;
	padding: 10px 30px;
	margin: 50px 0;
	color: #333;
	font-size: 20px;
	background-color: #fff;
	text-decoration: none;
	width: 400px;
	text-align: center;
	line-height: 30px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

#popup04:checked ~ #popup04Con {
	opacity: 1;
	visibility: visible;
}

/* #popup04:checked ~ .popupWrap .popupCon {
  transform: translateY(0);
  opacity: 1;
} */

.popupText .popupCover {
	margin: 0 -1.5em 1em;
}

#popup04Con .popupInner {
text-align: left;
overflow: hidden;
border-radius: 0;
}

#popup04Con .whiteBox {
width: 100%;
padding: 32px;
}

@media screen and (max-width: 768px) {
.button.kiyaku label {
	font-size: 16px;
	padding: 8px 30px;
	width: 100%;
}

	#popup04Con .whiteBox{
		padding: 4%;
	}
}

/* 追尾非表示 */
.Launcherstyled__LauncherButtonWrapper-ch-front__sc-1kx6op4-0 .eojeLo {
    display: none !important;
}

.IconButtonView__Background-ch-front__sc-vtu014-0.kDbMwO {
    display: none !important;

}

.lp_footer {
 margin-top: 0 !important;
}

/*--sp--------------------------------------------------------------------------- */
.forSp,.plusBr{
	display: none;
}
.forPc{
	display: block;
}

@media screen and (max-width: 1280px) {
	/* #contents{
		width: 95%;
		margin: 54px auto 0;
	} */
	.bgDeco01,.bgDeco02{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.serviceBoxInner,.catchBox,#openInfo,.whiteBox{
		width: 95%;
	}
	.leftImage img{
		width: 100%;
	}
	.box01 .rightImage img{
		width: 100%;
	}

	.benefits01Title th{
		font-size: 20px;
	}
	.benefits01Image img{
		width: 24%;
	}
	#clubOffAndApp{
		width: 100%;
	}
	.clubOffBox,.appBox{
		width: 49%;
	}
	.clubOffBox img,.appBox img{
		width: 100%;
	}

	.pointTextBox {
		width: 90%;
	}
	.caseText {
		width: 50%;
	}

	.pointText03 {
		width: 90%;
		font-size: 24px;
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 768px) {
	p{
		font-size: 14px;
	}
	.contents{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.contentsInner{
		margin: 32px auto 0;
	}
	.serviceBox {
		padding: 0;
	}
	.forSp{
		display: block;
	}
	.forPc{
		display: none;
	}
	.hhs_header img{
		width: 75px;
	}
	#contents{
		margin: 2.5% auto 0;
	}
	.mainImage{
		width: 100%;
    float: none;
	}
	.mainTitle{
		float: none;
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
	}
	.catchBox{
		bottom: 65vw;
		padding: 25px;
	}
	.catchBoxInner .sectionTitle {
	 margin-bottom: 16px;
	}
	.mainTitle img{
		transform: translateX(-50%);
		top: 65px;
	}

	.iconList{
  display: flex;
	margin-top: 16px;
}

  .iconList li {
    width: 25%;
    margin-bottom: 16px;
    text-align: center;
    box-sizing: border-box;
  }

  .iconList li:nth-child(n+5) {
    width: 20%;
  }

.bnrBox{
	margin-top: 60vw;
}

.bnrList{
	flex-direction: column;
	gap: 16px;
	align-items: center;
}

.attention_g {
 text-align: center;
 font-size: 13px;
}
	.sectionTitle{
		font-size: 24px;
	}
	 #service{
		margin: 64px auto 0;
	}
	#service .contentsInner{
	margin: 40px auto 0;
	}
.box07 .serviceTitle span {
 font-size: 14px;
}

	.serviceBoxInner{
		padding: 25px 0;
	}

	.serviceBox.beige.box06 {
	padding: 0;
}
	.leftText{
		width: 100%;
		margin-right: 0;
	}
	.rightText{
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.rightImage,.leftImage{
		float: none;
		width: 100%;
		margin: 0 0 25px 0;
	}
	.rightImage img{
		position: initial;
		box-shadow: none;
		width: 100%;
	}
	.leftImage img{
		box-shadow: none;
		position: relative;
	}
	.box01 .service012 {
		width: 160px !important;
		height: 160px;
		margin-top: -160px;
	}
	.box03 .leftText,
	.box04 .rightText {
		height: auto;
	}
	.box03 .rightImage{
		text-align: center;
	}
	.box05 .leftImage{
		margin: 0 auto 10px;
	}
	.box05 .leftImage img{
		position: initial;
	}
	.box05 .leftText{
		width: 100%;
	}
	.box05 .button{
		margin-top: 25px;
	}

	#openInfo{
		width: 100%;
	}
	#openInfo{
		margin: 5px auto;
		height: auto;
		padding: 2.5%;
		box-sizing: border-box;
	}
	.openInfoInner{
		text-align: right;
		padding: 0;
	}
	.openInfoInner .sectionTitle span{
		margin-left: 0;
		color: #e39300;
	}
	.openInfoText{
		text-align: left;
		margin: 0;
		padding: 2.5%;
	}
	.itiran{
		margin: 0 2.5% 20px;
		overflow: hidden;
	}
	.plusBr{
		display: block;
	}
	.map{
		display: none;
	}
	.openInfoText{
		text-align: left;
		margin: 10px 0;
	}
	.openInfoBox li{
		padding: 15px 2.5%;
	}
	.openInfoBox li .shop{
		right: 2.5%;
	}

	.youtube{
		position: relative;
		width: 90%;
		padding-top: 56.25%;
		margin: 25px auto 32px;
	}
	.youtube iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.youtubeTitle {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 0px;
	/* border-top: 2px dotted #8FB89E; */
}

	#recruitment{
		padding: 2.5%;
		margin-top: 25px;
	}
	.whiteBox {
		width: 100%;
		margin: 0 auto 32px;
		padding: 2.5%;
	}
	.benefits01Title{
		font-size: 20px;
		text-align: left;
	}
	.benefits01Image{
		display: block;
	}
	.benefits01Image img{
		width: 49%;
	}
	.benefitsBox.col3{
		display: block;
	}
	.benefitsBox.col3 table{
		width: 100%;
	}
	.benefitsBoxBtn {
		width: 100%;
	}
	.benefitsBoxBtn .button label {
		width: 100%;
		padding: 16px;
	}
	.clubOffAndApp{
		display: block;
	}
	.clubOffBox{
		width: 100%;
		margin-bottom: 50px;
	}
	.appBox{
		width: 100%;
	}
	.appBtn{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 25px;
	}

	#agreement{
		padding: 2.5%;
		margin-top: 100px;
	}
	.agreementText{
		height: 400px;
	}
	/*クリーニングメニュー*/
	.button{
		text-align: center;
	}
	.popupCon{
		top: 5%;
		width: 95%;
	}

	/* スーパーほっとひと息ステーション*/
	.shhs{
		width: auto;
    	margin: 25px auto 0;
	}

	/*コラムリンク*/
	.columnLink a{
		line-height: 40px;
		width: 340px;
		font-size: 16px;
		font-weight: normal;
		margin: 20px auto 0;
	}

/*ステーションご利用例*/
.caseBoxInner ,.caseBoxInner:nth-child(2n){
	flex-direction: column;
}

.caseImg {
	width: 90%;
	margin: 0 0 25px 0;
}

.caseText {
	width: 90%;
	margin: 0 auto;
}

.caseTextTitle::before {
	overflow: hidden;
}

.caseTextTitle01 {
	font-size: 56px;
	margin: 0 0 10px 0;
}

.caseTextTitle02 {
	font-size: 18px;
	margin-bottom: 30px;
}

.caseBoxInner:nth-child(2n) > .caseImg {
	margin-left: 10%;
}

.sectionTitleMain {
	font-size: 24px;
}
.sectionTitle02 span{
	font-size: 16px;
}
.caseBox {
	margin: 60px 0 60px;
}

.sectionTitlesub{
	font-size: 16px;
}
#case {
	margin-top: 50px;
	padding: 50px 0 32px;
}
.sectionTitle02{
margin-bottom: 20px;
}
.sectionTitle02::after {
 height: 100%;
}
	/* instagram */
	.columnBox {
		width: 90%;
		flex-wrap: wrap;
	}
	.columnBoxItem.columnBoxItemCol4 {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
	.columnBoxItem.columnBoxItemCol4:nth-child(2n) {
		margin-right: 0;
	}
	.columnBoxItem.columnBoxItemCol4:not(:nth-child(-n+2)) {
		margin-top: 16px;
	}
	.columnBoxItem.columnBoxItemCol4 img {
		height: 160px;
	}
	.moreButton {
		width: 90%;
		margin: 16px auto 40px;
	}
}

@media screen and (max-width: 414px) {/*iphone plus*/
	.iconList li img{
		width: 90%;
	}
	 #service{
		margin: 64px auto 0;
	}
	#service .contentsInner{
	margin: 40px auto 0;
}
	.serviceTitle{
		font-size: 22px;
		padding: 0 0 0 50px;
		margin: 0 0 15px;
	}
	.box01 .serviceTitle{
		background: url(../img/service_03.png) no-repeat left top/35px;
	}
	.box02 .serviceTitle{
		background: url(../img/service_06.png) no-repeat left top/35px;
	}
	.box03 .serviceTitle{
		background: url(../img/service_05.png) no-repeat left top/35px;
	}
	.box04 .serviceTitle{
		background: url(../img/service_02.png) no-repeat left top/35px;
	}
	.box07 .serviceTitle{
		background: url(../img/service_04.png) no-repeat left top/35px;
	}
	.box06 .serviceTitle{
		background: url(../img/service_01.png) no-repeat left top/35px;
	}
	.rightImage, .leftImage{
		margin:0 0 15px 0;
	}
	.serviceBox{
		margin-bottom: 25px;
	}
	.serviceBox .subTitle{
		font-size: 18px;
	}

	.openInfoBox li{
		padding: 15px 2.5% 35px;
	}

	#clubOffAndApp{
		margin: 50px auto;
	}
	.clubOffTitle{
		font-size: 22px;
	}
	.clubOffBox .serifFont span{
		font-size: 15px;
	}
	.appBtn li img{
		height: 50px;
		width: auto;
	}

	#agreement{
		margin: 0 auto ;
	}
	#agreement .sectionTitle{
		line-height: 30px;
    	padding: 10px;
		font-size: 18px;
	}
	.agreementTable{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.info{
		display: block;
	}
	.info img{
		width: 50px;
	}
	.info p{
		font-size: 14px;
		margin-left: 0;
		padding-top: 0;
	}
	.pointText01 {
		font-size: 24px;
	}
}


@media screen and (max-width: 375px) {/*iphone x*/
	.benefits01 td{
		vertical-align: text-bottom;
	}
	.benefits01 th{
		font-size: 18px;
		color: #2C8E50;
	}
	.clubOffBox .serifFont{
		font-size: 26px;
	}
	#openInfo .sectionTitle{
		margin-bottom: 0;
	}
	#recruitment{
		margin-top: 25px;
	}
	.catchBox {
    bottom: 65vw;
  }
	.bnrBox {
     margin-top: 70vw;
  }
}
}
@media screen and (max-width: 320px) {/*iphone se*/
	.clubOffTitle{
		font-size: 18px;
	}
	.columnLink a{
		width: 100%;
	}
	.more a{
		width: 100%;
		padding: 10px 30px;
	}
}



/* IE対応----------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
	.mainImage{
		position: relative;
    display: inline-block;
    overflow: hidden;
	}
	.mainImage img{
		height: auto;
		position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	}
	@supports ( object-fit: cover ) {
    .media img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}
	.box06 .serviceTitle{
		font-size: 24px;
		padding: 7px 0 0 60px;
	}
	.box06 .rightImage img{
		box-shadow: none;
	}
	.box06 .leftImage{
		height: 200px;
	}
	.openInfoBox li .open,.openInfoBox li .shop a{
		padding: 5px 15px 0;
	}
	.more a{
		padding: 10px 50px 5px;
	}
	.clubOffTitle,.appTitle{
		padding: 10px 10px 0;
		line-height: normal;
	}
	.clubOffLink a{
		padding: 10px 50px 5px;
	}
	#agreement .sectionTitle{
		padding: 10px 10px 0;
		line-height: normal;
	}
}