@charset "UTF-8";
@import url("KOW_style_header.css");
@import url("KOW_style_footer.css");
@import url("KOW_style_index.css");
@import url("KOW_style_profiel.css");
@import url("KOW_style_contact.css");
/*ギャラリーページ*/
@import url("KOW_style_gallery.css");
@import url("KOW_style_gallery_aside.css");
@import url("KOW_style_gallery_detail.css");
@import url("KOW_style_gallery_detail_modal.css");
@import url("KOW_style_gallery_mask.css");
/* CSS Document */
/* 共通部分
----------------------------------------*/
html {
  font-size: 100%;
}
body {
  font-family: 'GarvisPro-Book', 'GarvisPro-SemiBold';
  line-height: 1.7;
  color: #000000;
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
}
.wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 4%;
}
/* タブレット用の記述 ----------*/
@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 900px;
  }
}
/* タブレット用の記述ここまで ----------*/
/* スマホ用の記述 ----------*/
@media screen and (max-width : 562px) {
  .wrapper {
    padding: 0 4%;
  }
}
/* スマホ用の記述ここまで ----------*/
/* iPhoneSE用の記述 ----------*/
@media screen and (max-width : 362px) {}
/* iPhoneSE用の記述ここまで ----------*/
/* 共通部分ここまで
----------------------------------------*/