html {
  color: #333333;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
tr,
th,
td,
figure,
main,
header,
footer {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.0;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

abbr {
  cursor: help;
}

label {
  cursor: pointer;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
}

p {
  margin-bottom: 15px;
}

p,
dt,
dd,
td,
th,
li {
  line-height: 30px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.header {
  background: url(../../images/keepclean/index/main_visual.png) no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: center;
  position: relative;
}

.logo {
  margin-top: 20px;
}

.logo a:first-child {
  margin-right: 20px;
}

.logo a img {
  filter: drop-shadow(3px 3px 1px #333333);
}

.logo a:hover {
  opacity: 0.7;
}

.header .header_ct {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.keepclean_ttl {
  font-size: 40px;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";
  /*IE 8*/
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.keepclean_ttl_sub {
  font-size: 60px;
  color: #fff;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";
  /*IE 8*/
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.keepclean_intro,
.room_clean,
.housekeeping_service,
.space_clean,
.change_food_drink {
  padding: 30px 0;
}

.keepclean_intro_ttl01 {
  text-align: center;
  color: #1d1d1d;
  line-height: 1.4em;
  margin: 30px 0 50px 0;
  position: relative;
  font-size: 35px
}

.keepclean_intro_ttl01:before {
  content: "";
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: #c1c1c1;
  height: 1px;
}

.keepclean_intro_txt01 {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 30px;
}

.keepclean_intro_ls {
  padding: 40px 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.keepclean_intro_it {
  width: calc((100% - 102px) / 3);
  margin: 0 50px 50px 0;
}

.keepclean_intro_it:nth-child(3n+3) {
  margin-right: 0;
}

.keepclean_intro_ls_img img {
  max-width: 100%;
}

.keepclean_intro_ls_ttl {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
}

.keepclean_intro_ttl02 {
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}

.keepclean_intro_ls_link {
  background: #104c97;
  text-align: center;
}

.keepclean_intro_ls_link a {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.5em;
  padding: 10px 0;
}

.keepclean_thumb {
  width: 100%;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.room_clean_ct {
  width: 100%;
}

.room_clean_it {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.room_clean_it_r {
  width: 43%;
}

.keepclean_thumb {
  margin-bottom: 0;
}

.room_clean_ct .room_clean_it:nth-child(odd) .room_clean_it_l {
  order: 1;
  width: auto;
}

/*.room_clean_ct .room_clean_it:nth-child(odd) .room_clean_it_r{order: 2;width: calc(50% - 50px);padding-right: 30px;}*/


.room_clean_ct .room_clean_it:nth-child(even) .room_clean_it_l {
  order: 2;
  width: 50%;
}

.room_clean_ct .room_clean_it:nth-child(even) .room_clean_it_r {
  order: 1;
  width: calc(50% - 50px);
  margin-right: 50px;
  padding-left: 30px;
}

.room_clean_img img {
  width: 100%;
}

.room_clean_ct .keepclean_intro_txt01 {
  text-align: left;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

ol.list_clean {
  list-style-position: inside;
  padding-left: 40px;
}

.list_clean li {
  list-style: decimal;
}

.room_clean_it_link a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}

.room_clean_ct {
  margin: 50px 0;
}

.list_clean.list_clean02 {
  padding-left: 40px;
  margin-bottom: 20px;
}

.list_clean.list_clean02 li {
  list-style: disc;
}

.footer_nav_01 li a {
  line-height: 21px;
  box-sizing: content-box;
}

.footer_top {
  box-sizing: content-box;
}

.list_f_bnr {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.list_f_bnr li:first-child {
  margin-right: 20px;
}

.top_link {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2rem;
}

.top_link a,
.list_link li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.list_link {
  margin: 0 auto !important;
  width: 80%;
  text-align: center;
}

.list_thumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list_thumb .list_thumb_item {
  width: calc((100% - 41px) / 3);
  margin: 0 20px 20px 0;
}

.list_thumb .list_thumb_item:nth-child(3n+3) {
  margin-right: 0;
}

.list_thumb_item img {
  max-width: 100%;
}

.list_thumb_item dd a {
  color: #333;
  text-decoration: none;
}

.list_thumb_item dd a:hover {
  opacity: 0.8;
}

.align_left_box {
  width: 80%;
  margin: 0 auto;
  max-width: 650px;
  margin-bottom: 50px;
}

.align_left_box.adj_width01 {
  max-width: 570px;
  margin-bottom: 50px;
  padding-left: 90px;
}

.align_left_box p {
  text-align: left;
}

.align_box {
  display: flex;
}

.keepclean_intro_ls_txt {
  min-height: 10rem;
}

.m50b {
  margin-bottom: 50px;
}

/* 新宿店はこちら＞＞　のモーダル */
#myjunban {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 800px;
}

#modal-content {
  width: 50%;
  z-index: 2;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-p {
  margin-top: 1em;
}

.modal-p:first-child {
  margin-top: 0;
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

#modal-overlay {
  z-index: 1;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
}

#modal-close {
  color: white;
  font-size: 27px;
}

.keepclean_video {
  width: 890px;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
}

.t_c {
  text-align: center;
}

.footer {
  background-color: #041b12;
}

.footer_inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}

.footer_img {
  margin: 15px 20px;
}

.footer_img:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 750px) {
  #main {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
  .keepclean_thumb img {
    width: 100%;
  }


}


@media only screen and (max-width: 750px) {
  .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .header {
    height: 30vh;
    background-size: cover;
    background-position: right center
  }

  .header .header_ct {
    top: 54%;
  }

  .keepclean_ttl {
    font-size: 5vw;
    margin-bottom: 10%;
  }

  .keepclean_ttl_sub {
    font-size: 20px;
    margin-bottom: -35px;
  }

  .logo {
    margin-top: 10px;
    display: flex;
  }

  .logo a {
    display: block;
  }

  .logo a:first-child {
    width: 36%;
    margin-right: 10px;
  }

  .logo a:last-child {
    width: 35%;
    margin-left: 0 !important;
  }

  .logo img {
    max-width: 100%;
  }

  .keepclean_intro,
  .room_clean,
  .housekeeping_service,
  .space_clean {
    padding: 15px 0;
  }

  .keepclean_intro_ttl01 {
    font-size: 7vw;
    margin: 0 0 40px 0;
  }

  .keepclean_intro_txt01 {
    margin-bottom: 15px;
  }

  .keepclean_intro_it {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
  }

  .keepclean_intro_it:nth-child(2n+2) {
    margin-right: 0;
  }

  .keepclean_intro_it:nth-child(3n+3) {
    margin-right: 0;
  }

  .keepclean_intro_it:last-child {
    margin-right: 0;
  }

  .keepclean_intro_ls_ttl {
    line-height: 1.2em;
  }

  .keepclean_intro_ls_link a {
    font-size: 16px;
  }

  .keepclean_thumb img {
    width: 100%;
  }

  .room_clean_ct {
    margin-top: 15px;
  }

  .room_clean_it {
    margin-bottom: 30px;
    display: block;
  }

  .room_clean_it_r {
    width: 100%;
  }

  ol.list_clean {
    width: 85%;
    margin: 0 auto;
    width: 300px;
  }

  .list_clean li {
    max-width: 250px;
  }

  .room_clean_ct .room_clean_it:nth-child(odd) .room_clean_it_l {
    width: 100%;
    margin-right: 0;
  }

  /* .room_clean_ct .room_clean_it:nth-child(odd) .room_clean_it_r{width: 100%;padding-right: 0;} */
  .keepclean_intro_ls_txt {
    min-height: auto;
  }

  .room_clean_ct .room_clean_it:nth-child(even) .room_clean_it_l {
    order: 1;
    width: 100%;
  }

  .room_clean_ct .room_clean_it:nth-child(even) .room_clean_it_r {
    order: 2;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .room_clean_it_link a {
    font-size: 16px;
  }

  .room_clean_ct .keepclean_intro_txt01 {
    margin-bottom: 15px;
  }

  .room_clean_ct .keepclean_intro_txt01.font_adj01 {
    font-size: 4.5vw;
  }

  .keepclean_intro_ttl02 {
    font-size: 20px;
    text-align: center;
  }

  .room_clean_it_link {
    margin-bottom: 0;
  }

  /**/
  .list_thumb .list_thumb_item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .list_thumb .list_thumb_item:nth-child(3n+3) {
    margin-right: 0;
  }

  .list_thumb .list_thumb_item:last-child {
    margin-bottom: 0;
  }

  #myjunban {
    height: 500px;
  }

  #modal-content {
    width: 90%;
  }

  .align_left_box.adj_width01 {
    max-width: 100%;
    padding-left: 0px;
  }

  .list_link {
    width: 90%;
  }

  .keepclean_video {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
  }

  .align_left_box {
    width: 100%;
  }

  .align_box {
    display: block;
  }

  .footer_inner {
    padding: 20px 0;
    display: block;
  }

  .footer_img {
    text-align: center;
    margin: 10px 0 6px;
    margin: auto;
  }

  .footer_img:first-child {
    width: 54%;
    margin-bottom: 20px;
  }

  .footer_img img {
    max-width: 100%;
  }

  .footer_img:last-child {
    width: 55%;
  }
}

@media only screen and (max-width: 414px) {
  .keepclean_intro_it {
    width: 100%;
    margin-right: 0;
  }

  .list_f_bnr img {
    width: 70%;
    text-align: center;
  }

  .list_f_bnr li {
    text-align: center;
  }
}
